Uses of Interface
omix.plugin.diagram.AbstractEdgeItem
Package | Description |
---|---|
omix.plugin.diagram | |
omix.plugin.diagram.writable | |
omix.plugin.model |
-
Uses of AbstractEdgeItem in omix.plugin.diagram
Subinterfaces of AbstractEdgeItem in omix.plugin.diagram Modifier and Type Interface Description interface
EffectorEdgeItem
interface
FluxEdgeItem
interface
GraphicsEdgeItem
interface
LinkEdgeItem
-
Uses of AbstractEdgeItem in omix.plugin.diagram.writable
Subinterfaces of AbstractEdgeItem in omix.plugin.diagram.writable Modifier and Type Interface Description interface
AbstractEdgeItem
interface
EffectorEdgeItem
interface
FluxEdgeItem
interface
GraphicsEdgeItem
interface
LinkEdgeItem
Methods in omix.plugin.diagram.writable that return AbstractEdgeItem Modifier and Type Method Description AbstractEdgeItem
AbstractEdgeItem. toReadOnly()
Methods in omix.plugin.diagram.writable with parameters of type AbstractEdgeItem Modifier and Type Method Description default AbstractEdgeItem
Diagram. toWritable(AbstractEdgeItem type)
-
Uses of AbstractEdgeItem in omix.plugin.model
Methods in omix.plugin.model that return types with arguments of type AbstractEdgeItem Modifier and Type Method Description List<? extends AbstractEdgeItem>
AbstractEdge. getDiagramItems()
List<? extends AbstractEdgeItem>
AbstractEdge. getDiagramItems(Diagram diagram)