Uses of Interface
omix.plugin.model.AbstractNode
Package | Description |
---|---|
omix.plugin.diagram | |
omix.plugin.model | |
omix.plugin.model.writable |
-
Uses of AbstractNode in omix.plugin.diagram
Methods in omix.plugin.diagram that return AbstractNode Modifier and Type Method Description AbstractNode
AbstractNodeItem. modelComponent()
-
Uses of AbstractNode in omix.plugin.model
Subinterfaces of AbstractNode in omix.plugin.model Modifier and Type Interface Description interface
AbstractBioNode
interface
GraphicsNode
interface
Link
interface
Metabolite
interface
Reaction
Methods in omix.plugin.model that return AbstractNode Modifier and Type Method Description AbstractNode
AbstractEdge. dst()
AbstractNode
AbstractEdge. src()
-
Uses of AbstractNode in omix.plugin.model.writable
Subinterfaces of AbstractNode in omix.plugin.model.writable Modifier and Type Interface Description interface
AbstractBioNode
interface
AbstractNode
interface
GraphicsNode
interface
Link
interface
Metabolite
interface
Reaction
Methods in omix.plugin.model.writable that return AbstractNode Modifier and Type Method Description AbstractNode
AbstractNode. toReadOnly()
Methods in omix.plugin.model.writable with parameters of type AbstractNode Modifier and Type Method Description default AbstractNode
Model. toWritable(AbstractNode type)