ENTITY point_to_point_path SUBTYPE OF (path_node); DERIVE SELF\kinematic_path_segment.transition : transition_code := discontinuous; END_ENTITY; -- point_to_point_path |
Entity data types and their attributesfounded_item(DER) users: SET [0:?] OF founded_item_select; kinematic_path_segment t_end: parameter_value; transition: transition_code; path_node placement_end: placement; point_to_point_path (RT) (DER) transition: transition_code; |
Users: by entity attributesfounded_itemfounded_item.users founded_item_select kinematic_path_segment kinematic_path.segments path_node kinematic_path_defined_by_nodes.segments point_to_point_path Users: by defined types, not used by any entity attributepoint_to_point_path- |
Global rules for this entity data type- |
public interface EPoint_to_point_path extends EPath_node |
public class CPoint_to_point_path implements EPoint_to_point_pathstatic EAttribute attributeTransition(EPoint_to_point_path type) |
public class APoint_to_point_path extends AEntitypublic EPoint_to_point_path getByIndex(int index)public EPoint_to_point_path getCurrentMember(SdaiIterator it) |