- All Superinterfaces:
AbstractItem
- All Known Subinterfaces:
AbstractBioNode
,AbstractBioNode
,AbstractNode
,GraphicsNode
,GraphicsNode
,Metabolite
,Metabolite
public interface AbstractNode extends AbstractItem
-
Method Summary
Modifier and Type Method Description List<? extends GraphicsEdge>
graphicsEdges()
Returns an unchangeableList
of all effector edges of this node.
-
Method Details
-
graphicsEdges
List<? extends GraphicsEdge> graphicsEdges()Returns an unchangeableList
of all effector edges of this node.- Returns:
- effector edges
-