Overview Schemas Index

IDA_STEP_SCHEMA_XIM (jsdai.SIda_step_schema_xim)


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 attributes

presented_item_representation
          presentation: presentation_representation_select;
          item: presented_item;
drawing_assignment
          (RT) presentation->associated_drawing: drawing_revision;
          (RT) (DER) item: presented_item;

Users

presented_item_representation
drawing_assignment

Global rules for this entity data type

          -

public interface EDrawing_assignment extends EPresented_item_representation


public class CDrawing_assignment implements EDrawing_assignment

          static EAttribute attributeItem(EDrawing_assignment type)
          static int usedinItem(EDrawing_assignment type, EPresented_item instance, ASdaiModel domain, ADrawing_assignment result)

public class ADrawing_assignment extends AEntity

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