|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DiagramLink | |
org.omg.uml.diagraminterchange |
Uses of DiagramLink in org.omg.uml.diagraminterchange |
Methods in org.omg.uml.diagraminterchange that return DiagramLink | |
DiagramLink |
DiagramLinkClass.createDiagramLink()
The default factory operation used to create an instance object. |
DiagramLink |
DiagramLinkClass.createDiagramLink(double zoom,
Point viewport)
Creates an instance object having attributes initialized by the passed values. |
Methods in org.omg.uml.diagraminterchange with parameters of type DiagramLink | |
boolean |
AGraphElementLink.exists(GraphElement graphElement,
DiagramLink link)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
GraphElement |
AGraphElementLink.getGraphElement(DiagramLink link)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
AGraphElementLink.add(GraphElement graphElement,
DiagramLink link)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AGraphElementLink.remove(GraphElement graphElement,
DiagramLink link)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
ADiagramLinkDiagram.exists(DiagramLink diagramLink,
Diagram diagram)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Diagram |
ADiagramLinkDiagram.getDiagram(DiagramLink diagramLink)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
ADiagramLinkDiagram.add(DiagramLink diagramLink,
Diagram diagram)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ADiagramLinkDiagram.remove(DiagramLink diagramLink,
Diagram diagram)
Removes a link between a pair of instance objects in the current associations link set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |