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