ENTITY mechanical_design_presentation_representation_with_draughting SUBTYPE OF (representation); SELF\representation.items : SET [1:?] OF camera_model_d3; END_ENTITY; -- mechanical_design_presentation_representation_with_draughting |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; mechanical_design_presentation_representation_with_draughting (RT) items: SET [1:?] OF camera_model_d3; |
Global rules for this entity data type- |
public interface EMechanical_design_presentation_representation_with_draughting extends ERepresentation |
public class CMechanical_design_presentation_representation_with_draughting implements EMechanical_design_presentation_representation_with_draughting |
public class AMechanical_design_presentation_representation_with_draughting extends AEntitypublic EMechanical_design_presentation_representation_with_draughting getByIndex(int index)public EMechanical_design_presentation_representation_with_draughting getCurrentMember(SdaiIterator it) |