Uses of Interface
omix.plugin.diagram.LinkItem
Package | Description |
---|---|
omix.plugin.diagram | |
omix.plugin.diagram.writable | |
omix.plugin.model |
-
Uses of LinkItem in omix.plugin.diagram
Methods in omix.plugin.diagram that return types with arguments of type LinkItem Modifier and Type Method Description List<? extends LinkItem>
Diagram. getLinkItems(String identifier)
List<? extends LinkItem>
Diagram. links()
Returns an unchangeableList
of all links. -
Uses of LinkItem in omix.plugin.diagram.writable
Subinterfaces of LinkItem in omix.plugin.diagram.writable Modifier and Type Interface Description interface
LinkItem
Methods in omix.plugin.diagram.writable that return LinkItem Modifier and Type Method Description LinkItem
LinkItem. toReadOnly()
Methods in omix.plugin.diagram.writable with parameters of type LinkItem Modifier and Type Method Description LinkItem
Diagram. toWritable(LinkItem edge)
-
Uses of LinkItem in omix.plugin.model
Methods in omix.plugin.model that return types with arguments of type LinkItem Modifier and Type Method Description List<? extends LinkItem>
Link. getDiagramItems()
List<? extends LinkItem>
Link. getDiagramItems(Diagram diagram)