ENTITY dependent_map_definition SUBTYPE OF (map_definition); END_ENTITY; -- dependent_map_definition |
Entity data types and their attributesmap_definitionname: 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: by entity attributesmap_definitiondeclaration.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 Users: by defined types, not used by any entity attributedependent_map_definition- |
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 AEntitypublic EDependent_map_definition getByIndex(int index)public EDependent_map_definition getCurrentMember(SdaiIterator it) |