ENTITY linear_flexible_link_representation SUBTYPE OF (kinematic_link_representation); END_ENTITY; -- linear_flexible_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; linear_flexible_link_representation - |
Global rules for this entity data type- |
public interface ELinear_flexible_link_representation extends EKinematic_link_representation |
public class CLinear_flexible_link_representation implements ELinear_flexible_link_representation |
public class ALinear_flexible_link_representation extends AEntitypublic ELinear_flexible_link_representation getByIndex(int index)public ELinear_flexible_link_representation getCurrentMember(SdaiIterator it) |