| Package | Description |
|---|---|
| org.modelio.api.modelio.diagram | |
| org.modelio.api.modelio.diagram.dg |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IDiagramDrawingNode
Diagram drawings are diagram graphics that are by nature not related to a model elements.
|
| Modifier and Type | Method and Description |
|---|---|
IDiagramNode |
IDiagramLink.getFirstExtension(IDiagramLink.ExtensionRole role)
Get the first link extension node with the given role.
|
IDiagramNode |
IDiagramNode.getFirstNode(IDiagramNode.Role role)
Get the first child node with the given role.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<IDiagramNode> |
IDiagramLink.getExtensions(IDiagramLink.ExtensionRole role)
Get the link extension nodes with the given role.
|
java.util.List<IDiagramNode> |
IDiagramNode.getNodes()
Return the list of children nodes of this node.
|
java.util.Collection<IDiagramNode> |
IDiagramNode.getNodes(IDiagramNode.Role role)
Get the child nodes with the given role.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IDiagramDG
This class represents a diagram graphic for the diagram itself.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IDiagramNode> |
IDiagramDrawingsLayer.getDrawingNodes() |
java.util.List<IDiagramNode> |
IDiagramElementsLayer.getElementNodes() |
java.util.List<IDiagramNode> |
IDiagramLayer.getNodes() |