|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Diagram | |
org.omg.uml.diagraminterchange |
Uses of Diagram in org.omg.uml.diagraminterchange |
Methods in org.omg.uml.diagraminterchange that return Diagram | |
Diagram |
SemanticModelBridge.getDiagram()
Returns the value of reference diagram. |
Diagram |
ADiagramOwner.getDiagram(SemanticModelBridge owner)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
Diagram |
DiagramLink.getDiagram()
Returns the value of reference diagram. |
Diagram |
DiagramClass.createDiagram()
The default factory operation used to create an instance object. |
Diagram |
DiagramClass.createDiagram(boolean isVisible,
Point position,
Dimension size,
String name,
double zoom,
Point viewport)
Creates an instance object having attributes initialized by the passed values. |
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. |
Methods in org.omg.uml.diagraminterchange with parameters of type Diagram | |
void |
SemanticModelBridge.setDiagram(Diagram newValue)
Sets the value of reference diagram. |
boolean |
ADiagramOwner.exists(Diagram diagram,
SemanticModelBridge owner)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
SemanticModelBridge |
ADiagramOwner.getOwner(Diagram diagram)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
ADiagramOwner.add(Diagram diagram,
SemanticModelBridge owner)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ADiagramOwner.remove(Diagram diagram,
SemanticModelBridge owner)
Removes a link between a pair of instance objects in the current associations link set. |
void |
DiagramLink.setDiagram(Diagram newValue)
Sets the value of reference diagram. |
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. |
Collection |
ADiagramLinkDiagram.getDiagramLink(Diagram diagram)
Queries the instance objects that are 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 |