|
Interface Summary |
| IDiagram |
Diagram is a container of a graph of diagram elements
depicting all or part of a model. |
| IDiagramElement |
DiagramElement is the abstract supertype of all elements that can be nested in
a diagram. |
| IEdge |
Edge specifies a given edge in a graph of diagram elements. |
| ILabel |
Label represents a node that is owned by another main diagram element
in a plane and that depicts some (usually textual) aspect of that element
within its own separate bounds. |
| ILabeledEdge |
LabeledEdge represents an edge that owns a collection of labels. |
| ILabeledShape |
LabeledShape represents a shape that owns a collection of labels. |
| IMainModelElement |
Marker interface for the top level model element |
| IModelElement |
Marker interface for concrete model syntax referenced
by actual implementation of DI |
| INode |
Node specifies a given node in a graph of diagram elements. |
| IPlane |
Plane is a node with an infinite bounds in the x-y coordinate system
that owns a collection of shapes and edges that are laid out
relative to its origin point. |
| IShape |
Shape represents a node that has bounds that is relevant to
the origin of a containing plane. |
| IStyle |
|