ENTITY kinematic_topology_structure SUBTYPE OF (representation); SELF\representation.items : SET [1:?] OF kinematic_joint; WHERE wr1: SIZEOF (QUERY (item <* items | 'TOPOLOGY_SCHEMA.ORIENTED_EDGE' IN TYPEOF(item))) = 0; END_ENTITY; -- kinematic_topology_structure |
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_topology_structure (RT) items: SET [1:?] OF kinematic_joint; |
kinematic_topology_substructure (KINEMATIC_TOPOLOGY_SCHEMA) |
Global rules for this entity data type- |
public interface EKinematic_topology_structure extends ERepresentation |
public class CKinematic_topology_structure implements EKinematic_topology_structure |
public class AKinematic_topology_structure extends AEntitypublic EKinematic_topology_structure getByIndex(int index)public EKinematic_topology_structure getCurrentMember(SdaiIterator it) |