Overview Index

SDAI_DICTIONARY_SCHEMA (jsdai.dictionary)


ENTITY aggregation_type
          SUPERTYPE OF (ONEOF (variable_size_aggregation_type, array_type))
          SUBTYPE OF (data_type);
          element_type : data_type;
END_ENTITY; -- aggregation_type

Entity data types and their attributes

data_type
          name: express_id;
aggregation_type
          element_type: data_type;

Known subtypes

          array_type (SDAI_DICTIONARY_SCHEMA)
          variable_size_aggregation_type (SDAI_DICTIONARY_SCHEMA)

Users

data_type
          aggregation_type.element_type
          function_definition.return_type
          map_or_view_input_parameter.extent
          parameter.parameter_type
aggregation_type
          attribute_mapping.target
                    base_type
          constant_definition.constant_value
                    base_type
          constant_definition.domain
                    base_type
          defined_type.domain
                    underlying_type
          dependent_view_definition.domain
                    base_type
          derived_attribute.domain
                    base_type
          explicit_attribute.domain
                    base_type
          view_attribute.domain
                    base_type

Global rules for this entity data type

          -

public interface EAggregation_type extends EData_type

element_type (explicit attribute)

          boolean testElement_type(EAggregation_type type)
          EData_type getElement_type(EAggregation_type type)
          void setElement_type(EAggregation_type type, EData_type value)
          void unsetElement_type(EAggregation_type type)

public class CAggregation_type implements EAggregation_type

          static EAttribute attributeElement_type(EAggregation_type type)
          static int usedinElement_type(EAggregation_type type, EData_type instance, ASdaiModel domain, AAggregation_type result)

public class AAggregation_type extends AEntity

          public EAggregation_type getByIndex(int index)
          public EAggregation_type getCurrentMember(SdaiIterator it)