|
ENTITY kinematic_link_representation_association SUBTYPE OF (representation_relationship); SELF\representation_relationship.rep_1 : kinematic_link_representation; WHERE wr1: SELF \ representation_relationship . rep_2 . context_of_items :=: SELF \ representation_relationship . rep_1 \ representation . context_of_items ; wr2: SIZEOF ( [ 'kinematic_structure_schema.kinematic_ground_representation' , 'kinematic_structure_schema.kinematic_link_representation' ] * TYPEOF ( SELF \ representation_relationship . rep_2 ) ) = 0 ; 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; |
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) |