| Package | Description |
|---|---|
| com.modeliosoft.modelio.api.diagram | |
| com.modeliosoft.modelio.api.diagram.dg |
| Modifier and Type | Method and Description |
|---|---|
List<IDiagramLink> |
IDiagramGraphic.getFromLinks()
Return the links that are starting (ie outgoing links) from this node.
|
List<IDiagramLink> |
IDiagramGraphic.getToLinks()
Return the links that are ending (ie incoming links) at this node.
|
| Modifier and Type | Method and Description |
|---|---|
List<IDiagramLink> |
IDiagramDG.getLinks()
Return the list of children links of this diagram.
|