Uses of Interface
omix.plugin.diagram.AbstractBioNodeItem
Package | Description |
---|---|
omix.plugin.diagram | |
omix.plugin.diagram.writable | |
omix.plugin.model |
-
Uses of AbstractBioNodeItem in omix.plugin.diagram
Subinterfaces of AbstractBioNodeItem in omix.plugin.diagram Modifier and Type Interface Description interface
MetaboliteItem
interface
ReactionItem
Methods in omix.plugin.diagram that return AbstractBioNodeItem Modifier and Type Method Description AbstractBioNodeItem
EffectorEdgeItem. dst()
AbstractBioNodeItem
FluxEdgeItem. dst()
AbstractBioNodeItem
EffectorEdgeItem. src()
AbstractBioNodeItem
FluxEdgeItem. src()
-
Uses of AbstractBioNodeItem in omix.plugin.diagram.writable
Subinterfaces of AbstractBioNodeItem in omix.plugin.diagram.writable Modifier and Type Interface Description interface
AbstractBioNodeItem
interface
MetaboliteItem
interface
ReactionItem
Methods in omix.plugin.diagram.writable that return AbstractBioNodeItem Modifier and Type Method Description AbstractBioNodeItem
AbstractBioNodeItem. toReadOnly()
Methods in omix.plugin.diagram.writable with parameters of type AbstractBioNodeItem Modifier and Type Method Description default AbstractBioNodeItem
Diagram. toWritable(AbstractBioNodeItem type)
-
Uses of AbstractBioNodeItem in omix.plugin.model
Methods in omix.plugin.model that return types with arguments of type AbstractBioNodeItem Modifier and Type Method Description List<? extends AbstractBioNodeItem>
AbstractBioNode. getDiagramItems()
List<? extends AbstractBioNodeItem>
AbstractBioNode. getDiagramItems(Diagram diagram)