ENTITY kinematic_link_representation_association SUBTYPE OF (representation_relationship); SELF\representation_relationship.rep_1 : kinematic_link_representation; SELF\representation_relationship.rep_2 : shape_representation; WHERE wr1: (SELF\representation_relationship.rep_2.context_of_items :=: SELF\representation_relationship.rep_1.context_of_items) OR ('REPRESENTATION_SCHEMA.REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION' IN TYPEOF(SELF)); END_ENTITY; -- kinematic_link_representation_association |
Entity data types and their attributesrepresentation_relationshipname: label; (OPT) description: text; rep_1: representation; rep_2: representation; kinematic_link_representation_association (RT) rep_1: kinematic_link_representation; (RT) rep_2: shape_representation; |
Global rules for this entity data type- |
public interface EKinematic_link_representation_association extends ERepresentation_relationship |
public class CKinematic_link_representation_association implements EKinematic_link_representation_association |
public class AKinematic_link_representation_association extends AEntitypublic EKinematic_link_representation_association getByIndex(int index)public EKinematic_link_representation_association getCurrentMember(SdaiIterator it) |