Uses of Interface
omix.plugin.model.FluxEdge
Package | Description |
---|---|
omix.plugin.diagram | |
omix.plugin.model | |
omix.plugin.model.writable |
-
Uses of FluxEdge in omix.plugin.diagram
Methods in omix.plugin.diagram that return FluxEdge Modifier and Type Method Description FluxEdge
FluxEdgeItem. modelComponent()
-
Uses of FluxEdge in omix.plugin.model
Methods in omix.plugin.model that return types with arguments of type FluxEdge Modifier and Type Method Description List<? extends FluxEdge>
AbstractBioNode. fluxEdges()
List<? extends FluxEdge>
Model. fluxEdges()
Returns an unchangeableList
of all flux edges.List<? extends FluxEdge>
AbstractBioNode. inEdges()
Returns an unchangeableList
of all incoming flux edges of this node.List<? extends FluxEdge>
AbstractBioNode. outEdges()
Returns an unchangeableList
of all outgoing flux edges of this node. -
Uses of FluxEdge in omix.plugin.model.writable
Subinterfaces of FluxEdge in omix.plugin.model.writable Modifier and Type Interface Description interface
FluxEdge
Methods in omix.plugin.model.writable that return FluxEdge Modifier and Type Method Description FluxEdge
FluxEdge. toReadOnly()
Methods in omix.plugin.model.writable with parameters of type FluxEdge Modifier and Type Method Description FluxEdge
Model. toWritable(FluxEdge edge)