|
ENTITY kinematic_ground_representation SUBTYPE OF (representation); INVERSE property : kinematic_property_representation_relation FOR used_representation; WHERE wr1: 'geometry_schema.geometric_representation_context' IN TYPEOF ( SELF \ representation . context_of_items ) ; END_ENTITY; -- kinematic_ground_representation |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; kinematic_ground_representation (INV) property: kinematic_property_representation_relation FOR used_representation; |
Global rules for this entity data type- |
public interface EKinematic_ground_representation extends ERepresentationproperty (inverse attribute)AKinematic_property_representation_relation getProperty(EKinematic_ground_representation type, ASdaiModel domain) |
public class CKinematic_ground_representation implements EKinematic_ground_representationstatic EAttribute attributeProperty(EKinematic_ground_representation type) |
public class AKinematic_ground_representation extends AEntitypublic EKinematic_ground_representation getByIndex(int index)public EKinematic_ground_representation getCurrentMember(SdaiIterator it) |