Uses of Interface
omix.plugin.model.writable.FluxEdge
Package | Description |
---|---|
omix.plugin.diagram.writable | |
omix.plugin.model.writable |
-
Uses of FluxEdge in omix.plugin.diagram.writable
Methods in omix.plugin.diagram.writable that return FluxEdge Modifier and Type Method Description FluxEdge
FluxEdgeItem. modelComponent()
Methods in omix.plugin.diagram.writable with parameters of type FluxEdge Modifier and Type Method Description FluxEdgeItem
Diagram. createFluxEdgeItem(FluxEdge edge, AbstractBioNodeItem src, AbstractBioNodeItem dst, List<? extends AbstractCurvePoint> points)
default FluxEdgeItem
Diagram. createFluxEdgeItem(FluxEdge edge, AbstractBioNodeItem src, AbstractBioNodeItem dst, AbstractCurvePoint... points)
-
Uses of FluxEdge in omix.plugin.model.writable
Methods in omix.plugin.model.writable that return FluxEdge Modifier and Type Method Description default FluxEdge
Model. createCofactorEdge(AbstractBioNode src, AbstractBioNode dst)
FluxEdge
Model. createCofactorEdge(AbstractBioNode src, AbstractBioNode dst, double coefficient)
Creates a new cofactor edge between a source and destination node.default FluxEdge
Model. createFluxEdge(AbstractBioNode src, AbstractBioNode dst)
FluxEdge
Model. createFluxEdge(AbstractBioNode src, AbstractBioNode dst, double coefficient)
Creates a new flux edge between a source and destination node.FluxEdge
Model. toWritable(FluxEdge edge)
Methods in omix.plugin.model.writable 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.