|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use DiagramElement | |
| org.omg.uml.diagraminterchange | |
| Uses of DiagramElement in org.omg.uml.diagraminterchange |
| Subinterfaces of DiagramElement in org.omg.uml.diagraminterchange | |
interface |
Diagram
Diagram object instance interface. |
interface |
Ellipse
Ellipse object instance interface. |
interface |
GraphEdge
GraphEdge object instance interface. |
interface |
GraphElement
GraphElement object instance interface. |
interface |
GraphicPrimitive
GraphicPrimitive object instance interface. |
interface |
GraphNode
GraphNode object instance interface. |
interface |
Image
Image object instance interface. |
interface |
LeafElement
LeafElement object instance interface. |
interface |
Polyline
Polyline object instance interface. |
interface |
Reference
Reference object instance interface. |
interface |
TextElement
TextElement object instance interface. |
| Methods in org.omg.uml.diagraminterchange that return DiagramElement | |
DiagramElement |
AReferenceReferenced.getReferenced(Reference reference)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
DiagramElement |
Reference.getReferenced()
Returns the value of reference referenced. |
| Methods in org.omg.uml.diagraminterchange with parameters of type DiagramElement | |
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. |
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. |
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. |
boolean |
AReferenceReferenced.exists(Reference reference,
DiagramElement referenced)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
AReferenceReferenced.getReference(DiagramElement referenced)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AReferenceReferenced.add(Reference reference,
DiagramElement referenced)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AReferenceReferenced.remove(Reference reference,
DiagramElement referenced)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
ADiagramElementProperty.exists(DiagramElement diagramElement,
Property property)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
ADiagramElementProperty.getProperty(DiagramElement diagramElement)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
ADiagramElementProperty.add(DiagramElement diagramElement,
Property property)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ADiagramElementProperty.remove(DiagramElement diagramElement,
Property property)
Removes a link between a pair of instance objects in the current associations link set. |
void |
Reference.setReferenced(DiagramElement newValue)
Sets the value of reference referenced. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||