- All Superinterfaces:
AbstractItem
,AbstractItem
,AbstractNode
- All Known Subinterfaces:
AbstractBioNode
,GraphicsNode
,Metabolite
public interface AbstractNode extends AbstractItem, AbstractNode
-
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.- Specified by:
graphicsEdges
in interfaceAbstractNode
- Returns:
- effector edges
-