- All Superinterfaces:
AbstractBioNode
,AbstractItem
,AbstractItem
,AbstractNode
,AbstractNode
- All Known Subinterfaces:
Metabolite
public interface AbstractBioNode extends AbstractNode, AbstractBioNode
-
Method Summary
Modifier and Type Method Description List<? extends EffectorEdge>
effectorEdges()
Returns an unchangeableList
of all effector edges of this node.List<? extends FluxEdge>
inEdges()
Returns an unchangeableList
of all incoming flux edges of this node.List<? extends FluxEdge>
outEdges()
Returns an unchangeableList
of all outgoing flux edges of this node.
-
Method Details
-
inEdges
Returns an unchangeableList
of all incoming flux edges of this node.- Specified by:
inEdges
in interfaceAbstractBioNode
- Returns:
- flux edges
-
outEdges
Returns an unchangeableList
of all outgoing flux edges of this node.- Specified by:
outEdges
in interfaceAbstractBioNode
- Returns:
- flux edges
-
effectorEdges
List<? extends EffectorEdge> effectorEdges()Returns an unchangeableList
of all effector edges of this node.- Specified by:
effectorEdges
in interfaceAbstractBioNode
- Returns:
- effector edges
-