ENTITY kinematic_topology_tree_structure SUBTYPE OF (kinematic_topology_directed_structure); END_ENTITY; -- kinematic_topology_tree_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_directed_structure (RT) items: SET [1:?] OF oriented_joint; parent: kinematic_topology_structure; kinematic_topology_tree_structure - |
Global rules for this entity data type- |
public interface EKinematic_topology_tree_structure extends EKinematic_topology_directed_structure |
public class CKinematic_topology_tree_structure implements EKinematic_topology_tree_structure |
public class AKinematic_topology_tree_structure extends AEntitypublic EKinematic_topology_tree_structure getByIndex(int index)public EKinematic_topology_tree_structure getCurrentMember(SdaiIterator it) |