Overview Index

SDAI_DICTIONARY_SCHEMA (jsdai.dictionary)


ENTITY dependent_view_definition
          SUBTYPE OF (view_definition);
          domain : base_type;
END_ENTITY; -- dependent_view_definition

Entity data types and their attributes

data_type
          name: express_id;
named_type
          (OPT) short_name: STRING;
          (INV) where_rules: SET [0:?] OF where_rule FOR parent_item;
entity_or_view_definition
          generic_supertypes: LIST [0:?] OF UNIQUE entity_or_view_definition;
view_definition
          (RT) generic_supertypes: LIST [0:?] OF UNIQUE view_definition;
          (INV) partitions: SET [1:?] OF view_partition FOR parent;
dependent_view_definition
          domain: base_type;

Users

data_type
          aggregation_type.element_type
          function_definition.return_type
          map_or_view_input_parameter.extent
          parameter.parameter_type
named_type
          annotation.target
                    documentation_object
          attribute_mapping.domain
                    attribute_mapping_domain_select
          attribute_mapping.target
                    base_type
          constant_definition.constant_value
                    base_type
          constant_definition.domain
                    base_type
          declaration.definition
                    declaration_type
          dependent_view_definition.domain
                    base_type
          derived_attribute.domain
                    base_type
          domain_equivalent_type.external_type
          domain_equivalent_type.native_type
          explicit_attribute.domain
                    base_type
          generic_attribute_mapping.data_type
          non_extensible_select_type.local_selections
          select_type.local_selections
          select_type.selections
          view_attribute.domain
                    base_type
          where_rule.parent_item
                    type_or_rule
entity_or_view_definition
          attribute.parent
          dependent_source_parameter.extent
                    entity_or_view_definition_or_simple_type
          entity_or_view_definition.generic_supertypes
          source_parameter.extent
          sub_supertype_constraint.generic_supertype
          subtype_expression.generic_operands
                    entity_or_view_or_subtype_expression
view_definition
          map_or_view_partition.parent
                    map_or_view_definition_select
          view_declaration.definition
          view_definition.generic_supertypes
          view_partition.parent
dependent_view_definition

Global rules for this entity data type

          -

public interface EDependent_view_definition extends EView_definition

domain (explicit attribute)

          int testDomain(EDependent_view_definition type)
          case 1
              EEntity getDomain(EDependent_view_definition type)
              void setDomain(EDependent_view_definition type, EEntity value, EEntity node1)
          void unsetDomain(EDependent_view_definition type)

public class CDependent_view_definition implements EDependent_view_definition

          static EAttribute attributeDomain(EDependent_view_definition type)
          static int usedinDomain(EDependent_view_definition type, EEntity instance, ASdaiModel domain, ADependent_view_definition result)

public class ADependent_view_definition extends AEntity

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