Interface ComplexType

All Superinterfaces:
Type
All Known Implementing Classes:
HSBType, PointType

@NonNullByDefault public interface ComplexType extends Type
A complex type consists out of a sorted list of primitive constituents. Each constituent can be referred to by a unique name.
Author:
Kai Kreuzer - Initial contribution
  • Method Details

    • getConstituents

      SortedMap<String,PrimitiveType> getConstituents()
      Returns all constituents with their names as a sorted map
      Returns:
      all constituents with their names