|
ENTITY drawing_sheet_revision_sequence SUBTYPE OF (representation_relationship); WHERE wr1: SELF \ representation_relationship . rep_1 :<>: SELF \ representation_relationship . rep_2 ; wr2: 'drawing_definition_schema.drawing_sheet_revision' IN TYPEOF ( SELF \ representation_relationship . rep_1 ) ; wr3: 'drawing_definition_schema.drawing_sheet_revision' IN TYPEOF ( SELF \ representation_relationship . rep_2 ) ; END_ENTITY; -- drawing_sheet_revision_sequence |
Entity data types and their attributesrepresentation_relationshipname: label; (OPT) description: text; rep_1: representation; rep_2: representation; drawing_sheet_revision_sequence - |
Global rules for this entity data type- |
public interface EDrawing_sheet_revision_sequence extends ERepresentation_relationship |
public class CDrawing_sheet_revision_sequence implements EDrawing_sheet_revision_sequence |
public class ADrawing_sheet_revision_sequence extends AEntitypublic EDrawing_sheet_revision_sequence getByIndex(int index)public EDrawing_sheet_revision_sequence getCurrentMember(SdaiIterator it) |