ENTITY drawing_assignment SUBTYPE OF (presented_item_representation); SELF\presented_item_representation.presentation RENAMED associated_drawing : drawing_revision; DERIVE SELF\presented_item_representation.item : presented_item := ?; END_ENTITY; -- drawing_assignment |
Entity data types and their attributespresented_item_representationpresentation: presentation_representation_select; item: presented_item; drawing_assignment (RT) presentation->associated_drawing: drawing_revision; (RT) (DER) item: presented_item; |
Userspresented_item_representationdrawing_assignment |
Global rules for this entity data type- |
public interface EDrawing_assignment extends EPresented_item_representation |
public class CDrawing_assignment implements EDrawing_assignmentstatic EAttribute attributeItem(EDrawing_assignment type)static int usedinItem(EDrawing_assignment type, EPresented_item instance, ASdaiModel domain, ADrawing_assignment result) |
public class ADrawing_assignment extends AEntitypublic EDrawing_assignment getByIndex(int index)public EDrawing_assignment getCurrentMember(SdaiIterator it) |