Uses of Interface
omix.lang.model.FluxEdge
Package | Description |
---|---|
omix.lang.model |
This package contains all network components as OVL extendable types.
|
-
Uses of FluxEdge in omix.lang.model
Methods in omix.lang.model that return types with arguments of type FluxEdge Modifier and Type Method Description List<? extends FluxEdge>
MetabolicNetwork. fluxEdges()
Deprecated.Returns an unchangeableList
of all flux edges.List<? extends FluxEdge>
Model. fluxEdges()
Returns an unchangeableList
of all flux edges.List<? extends FluxEdge>
BioNode. inEdges()
Returns an unchangeableList
of all incoming flux edges of this node.List<? extends FluxEdge>
MetNode. inEdges()
Deprecated.Returns an unchangeableList
of all incoming flux edges of this node.List<? extends FluxEdge>
BioNode. outEdges()
Returns an unchangeableList
of all outgoing flux edges of this node.List<? extends FluxEdge>
MetNode. outEdges()
Deprecated.Returns an unchangeableList
of all outgoing flux edges of this node.