|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphElement | |
org.omg.uml.diagraminterchange |
Uses of GraphElement in org.omg.uml.diagraminterchange |
Subinterfaces of GraphElement in org.omg.uml.diagraminterchange | |
interface |
Diagram
Diagram object instance interface. |
interface |
GraphEdge
GraphEdge object instance interface. |
interface |
GraphNode
GraphNode object instance interface. |
Methods in org.omg.uml.diagraminterchange that return GraphElement | |
GraphElement |
AContainerContained.getContainer(DiagramElement contained)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
GraphElement |
SemanticModelBridge.getGraphElement()
Returns the value of reference graphElement. |
GraphElement |
GraphConnector.getGraphElement()
Returns the value of reference graphElement. |
GraphElement |
DiagramLink.getGraphElement()
Returns the value of reference graphElement. |
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. |
GraphElement |
AGraphElementSemanticModel.getGraphElement(SemanticModelBridge semanticModel)
Queries the instance object that is related to a particular instance object by a link in the current 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. |
GraphElement |
DiagramElement.getContainer()
Returns the value of reference container. |
Methods in org.omg.uml.diagraminterchange with parameters of type GraphElement | |
boolean |
AContainerContained.exists(GraphElement container,
DiagramElement contained)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
List |
AContainerContained.getContained(GraphElement container)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AContainerContained.add(GraphElement container,
DiagramElement contained)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AContainerContained.remove(GraphElement container,
DiagramElement contained)
Removes a link between a pair of instance objects in the current associations link set. |
void |
SemanticModelBridge.setGraphElement(GraphElement newValue)
Sets the value of reference graphElement. |
void |
GraphConnector.setGraphElement(GraphElement newValue)
Sets the value of reference graphElement. |
void |
DiagramLink.setGraphElement(GraphElement newValue)
Sets the value of reference graphElement. |
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. |
Collection |
AGraphElementLink.getLink(GraphElement graphElement)
Queries the instance objects that are 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 |
AGraphElementSemanticModel.exists(GraphElement graphElement,
SemanticModelBridge semanticModel)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
SemanticModelBridge |
AGraphElementSemanticModel.getSemanticModel(GraphElement graphElement)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
AGraphElementSemanticModel.add(GraphElement graphElement,
SemanticModelBridge semanticModel)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AGraphElementSemanticModel.remove(GraphElement graphElement,
SemanticModelBridge semanticModel)
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. |
Collection |
AGraphElementAnchorage.getAnchorage(GraphElement graphElement)
Queries the instance objects that are 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. |
void |
DiagramElement.setContainer(GraphElement newValue)
Sets the value of reference container. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |