ENTITY subedge SUBTYPE OF (edge); parent_edge : edge; END_ENTITY; -- subedge |
Entity data types and their attributesrepresentation_itemname: label; topological_representation_item - edge edge_start: vertex; edge_end: vertex; subedge parent_edge: edge; |
Global rules for this entity data type- |
public interface ESubedge extends EEdgeparent_edge (explicit attribute)boolean testParent_edge(ESubedge type)EEdge getParent_edge(ESubedge type) void setParent_edge(ESubedge type, EEdge value) void unsetParent_edge(ESubedge type) |
public class CSubedge implements ESubedgestatic EAttribute attributeParent_edge(ESubedge type)static int usedinParent_edge(ESubedge type, EEdge instance, ASdaiModel domain, ASubedge result) |
public class ASubedge extends AEntitypublic ESubedge getByIndex(int index)public ESubedge getCurrentMember(SdaiIterator it) |