ENTITY specified_representation_context SUBTYPE OF (representation_context); class_specifier : choose_representation_context_identifier; END_ENTITY; -- specified_representation_context |
Entity data types and their attributesrepresentation_contextcontext_identifier: identifier; context_type: text; (INV) representations_in_context: SET [1:?] OF representation FOR context_of_items; specified_representation_context class_specifier: choose_representation_context_identifier; |
Global rules for this entity data type- |
public interface ESpecified_representation_context extends ERepresentation_contextclass_specifier (explicit attribute)int testClass_specifier(ESpecified_representation_context type)case 1 EEntity getClass_specifier(ESpecified_representation_context type) void setClass_specifier(ESpecified_representation_context type, EEntity value, EEntity node1) case sClass_specifierDefined_data_class: int getClass_specifier(ESpecified_representation_context type, EDefined_data_class node1) void setClass_specifier(ESpecified_representation_context type, int value, EDefined_data_class node1) void unsetClass_specifier(ESpecified_representation_context type) |
public class CSpecified_representation_context implements ESpecified_representation_contextstatic EAttribute attributeClass_specifier(ESpecified_representation_context type)static int usedinClass_specifier(ESpecified_representation_context type, EEntity instance, ASdaiModel domain, ASpecified_representation_context result) |
public class ASpecified_representation_context extends AEntitypublic ESpecified_representation_context getByIndex(int index)public ESpecified_representation_context getCurrentMember(SdaiIterator it) |