Uses of Interface
omix.lang.model.GraphicsNode
Package | Description |
---|---|
omix.lang.model |
This package contains all network components as OVL extendable types.
|
-
Uses of GraphicsNode in omix.lang.model
Methods in omix.lang.model that return GraphicsNode Modifier and Type Method Description GraphicsNode
MetabolicNetwork. getGraphicsNode(String identifier)
Deprecated.Returns the graphics node item with the given identifier if available, otherwise null.GraphicsNode
Model. getGraphicsNode(String identifier)
Returns the graphics node item with the given identifier if available, otherwise null.Methods in omix.lang.model that return types with arguments of type GraphicsNode Modifier and Type Method Description List<? extends GraphicsNode>
MetabolicNetwork. graphicsNodes()
Deprecated.Returns an unchangeableList
of all graphics node items.List<? extends GraphicsNode>
Model. graphicsNodes()
Returns an unchangeableList
of all graphics node items.