|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphConnector | |
org.omg.uml.diagraminterchange |
Uses of GraphConnector in org.omg.uml.diagraminterchange |
Methods in org.omg.uml.diagraminterchange that return GraphConnector | |
GraphConnector |
GraphConnectorClass.createGraphConnector()
The default factory operation used to create an instance object. |
GraphConnector |
GraphConnectorClass.createGraphConnector(Point position)
Creates an instance object having attributes initialized by the passed values. |
Methods in org.omg.uml.diagraminterchange with parameters of type GraphConnector | |
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. |
Collection |
AGraphEdgeAnchor.getGraphEdge(GraphConnector anchor)
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. |
boolean |
AGraphElementAnchorage.exists(GraphElement graphElement,
GraphConnector anchorage)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
GraphElement |
AGraphElementAnchorage.getGraphElement(GraphConnector anchorage)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
AGraphElementAnchorage.add(GraphElement graphElement,
GraphConnector anchorage)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AGraphElementAnchorage.remove(GraphElement graphElement,
GraphConnector anchorage)
Removes a link between a pair of instance objects in the current associations link set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |