ENTITY rigid_link_representation SUBTYPE OF (kinematic_link_representation); END_ENTITY; -- rigid_link_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_link_representation (RT) context_of_items: geometric_representation_context; (RT) items: SET [1:?] OF kinematic_link_representation_items; represented_link: kinematic_link; (INV) associated_shape_representation: SET [0:1] OF kinematic_link_representation_association FOR rep_1; rigid_link_representation - |
Global rules for this entity data type- |
public interface ERigid_link_representation extends EKinematic_link_representation |
public class CRigid_link_representation implements ERigid_link_representation |
public class ARigid_link_representation extends AEntitypublic ERigid_link_representation getByIndex(int index)public ERigid_link_representation getCurrentMember(SdaiIterator it) |