Overview Index

SDAI_DICTIONARY_SCHEMA (jsdai.dictionary)


ENTITY dependent_map_partition
          SUBTYPE OF (map_or_view_partition);
          SELF\map_or_view_partition.parent : dependent_map_definition;
INVERSE
          SELF\map_or_view_partition.source_parameters : SET [0:?] OF dependent_source_parameter FOR parent;
END_ENTITY; -- dependent_map_partition

Entity data types and their attributes

map_or_view_partition
          parent: map_or_view_definition_select;
          name: express_id;
          (INV) source_parameters: SET [0:?] OF source_parameter FOR parent;
dependent_map_partition
          (RT) parent: dependent_map_definition;
          (RT) (INV) source_parameters: SET [0:?] OF dependent_source_parameter FOR parent;

Users

map_or_view_partition
          map_or_view_input_parameter.parent
dependent_map_partition

Global rules for this entity data type

          -

public interface EDependent_map_partition extends EMap_or_view_partition


public class CDependent_map_partition implements EDependent_map_partition

          static EAttribute attributeSource_parameters(EDependent_map_partition type)

public class ADependent_map_partition extends AEntity

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