|
ENTITY kinematic_frame_background_representation_association SUBTYPE OF (representation_relationship_with_transformation); SELF\representation_relationship_with_transformation.transformation_operator : kinematic_frame_based_transformation; WHERE wr1: 'kinematic_structure_schema.kinematic_link_representation' IN TYPEOF ( SELF \ representation_relationship . rep_1 ) ; wr2: 'kinematic_structure_schema.kinematic_frame_background_representation' IN TYPEOF ( SELF \ representation_relationship . rep_2 ) ; wr3: SELF \ representation_relationship_with_transformation . transformation_operator \ kinematic_frame_based_transformation . transformator IN SELF \ representation_relationship . rep_1 . items ; END_ENTITY; -- kinematic_frame_background_representation_association |
Entity data types and their attributesrepresentation_relationshipname: label; (OPT) description: text; rep_1: representation; rep_2: representation; representation_relationship_with_transformation transformation_operator: transformation; kinematic_frame_background_representation_association (RT) transformation_operator: kinematic_frame_based_transformation; |
Global rules for this entity data type- |
public interface EKinematic_frame_background_representation_association extends ERepresentation_relationship_with_transformation |
public class CKinematic_frame_background_representation_association implements EKinematic_frame_background_representation_association |
public class AKinematic_frame_background_representation_association extends AEntitypublic EKinematic_frame_background_representation_association getByIndex(int index)public EKinematic_frame_background_representation_association getCurrentMember(SdaiIterator it) |