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) |