|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphEdge | |
org.omg.uml.diagraminterchange |
Uses of GraphEdge in org.omg.uml.diagraminterchange |
Methods in org.omg.uml.diagraminterchange that return GraphEdge | |
GraphEdge |
GraphEdgeClass.createGraphEdge()
The default factory operation used to create an instance object. |
GraphEdge |
GraphEdgeClass.createGraphEdge(boolean isVisible,
Point position,
List waypoints)
Creates an instance object having attributes initialized by the passed values. |
Methods in org.omg.uml.diagraminterchange with parameters of type GraphEdge | |
boolean |
AGraphEdgeAnchor.exists(GraphEdge graphEdge,
GraphConnector anchor)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
List |
AGraphEdgeAnchor.getAnchor(GraphEdge graphEdge)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AGraphEdgeAnchor.add(GraphEdge graphEdge,
GraphConnector anchor)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AGraphEdgeAnchor.remove(GraphEdge graphEdge,
GraphConnector anchor)
Removes a link between a pair of instance objects in the current associations link set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |