|
ENTITY kinematic_property_representation_relation SUBTYPE OF (property_definition_representation); UNIQUE ur1 : definition; WHERE wr1: 'kinematic_structure_schema.kinematic_property_definition' IN TYPEOF ( SELF \ property_definition_representation . definition ) ; wr2: 'kinematic_structure_schema.kinematic_ground_representation' IN TYPEOF ( SELF \ property_definition_representation . used_representation ) ; END_ENTITY; -- kinematic_property_representation_relation |
Entity data types and their attributesproperty_definition_representationdefinition: represented_definition; used_representation: representation; (DER) description: text; (DER) name: label; kinematic_property_representation_relation - |
Global rules for this entity data type- |
public interface EKinematic_property_representation_relation extends EProperty_definition_representation |
public class CKinematic_property_representation_relation implements EKinematic_property_representation_relation |
public class AKinematic_property_representation_relation extends AEntitypublic EKinematic_property_representation_relation getByIndex(int index)public EKinematic_property_representation_relation getCurrentMember(SdaiIterator it) |