ENTITY kinematic_loop SUBTYPE OF (edge_loop); SELF\path.edge_list : LIST [1:?] OF UNIQUE oriented_joint; END_ENTITY; -- kinematic_loop |
Entity data types and their attributesrepresentation_itemname: label; topological_representation_item - loop - path edge_list: LIST [1:?] OF UNIQUE oriented_edge; edge_loop (DER) ne: INTEGER; kinematic_loop (RT) edge_list: LIST [1:?] OF UNIQUE oriented_joint; |
Global rules for this entity data type- |
public interface EKinematic_loop extends EEdge_loop |
public class CKinematic_loop implements EKinematic_loop |
public class AKinematic_loop extends AEntitypublic EKinematic_loop getByIndex(int index)public EKinematic_loop getCurrentMember(SdaiIterator it) |