|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SemanticModelBridge | |
org.omg.uml.diagraminterchange |
Uses of SemanticModelBridge in org.omg.uml.diagraminterchange |
Subinterfaces of SemanticModelBridge in org.omg.uml.diagraminterchange | |
interface |
CoreSemanticModelBridge
CoreSemanticModelBridge object instance interface. |
interface |
SimpleSemanticModelElement
SimpleSemanticModelElement object instance interface. |
interface |
Uml1SemanticModelBridge
Uml1SemanticModelBridge object instance interface. |
Methods in org.omg.uml.diagraminterchange that return SemanticModelBridge | |
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. |
SemanticModelBridge |
GraphElement.getSemanticModel()
Returns the value of reference semanticModel. |
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. |
SemanticModelBridge |
Diagram.getOwner()
Returns the value of reference owner. |
Methods in org.omg.uml.diagraminterchange with parameters of type SemanticModelBridge | |
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. |
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. |
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 |
GraphElement.setSemanticModel(SemanticModelBridge newValue)
Sets the value of reference semanticModel. |
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. |
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. |
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. |
void |
Diagram.setOwner(SemanticModelBridge newValue)
Sets the value of reference owner. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |