Overview Index

SDAI_DICTIONARY_SCHEMA (jsdai.dictionary)


ENTITY dependent_map_definition
          SUBTYPE OF (map_definition);
END_ENTITY; -- dependent_map_definition

Entity data types and their attributes

map_definition
          name: express_id;
          super_type: map_definition;
          (INV) partitions: SET [1:?] OF map_partition FOR parent;
          (INV) target_parameters: SET [0:?] OF target_parameter FOR parent;
dependent_map_definition
          -

Users

map_definition
          declaration.definition
                    declaration_type
          map_declaration.definition
          map_definition.super_type
          map_or_view_partition.parent
                    map_or_view_definition_select
          map_partition.parent
          target_parameter.parent
dependent_map_definition
          dependent_map_partition.parent

Global rules for this entity data type

          -

public interface EDependent_map_definition extends EMap_definition


public class CDependent_map_definition implements EDependent_map_definition


public class ADependent_map_definition extends AEntity

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