Uses of Interface
omix.plugin.diagram.AbstractModelItem
Package | Description |
---|---|
omix.plugin.diagram | |
omix.plugin.diagram.writable | |
omix.plugin.model |
-
Uses of AbstractModelItem in omix.plugin.diagram
Subinterfaces of AbstractModelItem in omix.plugin.diagram Modifier and Type Interface Description interface
AbstractBioNodeItem
interface
AbstractEdgeItem
interface
AbstractNodeItem
interface
CompartmentItem
interface
EffectorEdgeItem
interface
FluxEdgeItem
interface
GraphicsBoxItem
interface
GraphicsEdgeItem
interface
GraphicsNodeItem
interface
GraphicsPathItem
interface
LinkEdgeItem
interface
LinkItem
interface
MetaboliteItem
interface
PathwayItem
interface
ReactionItem
-
Uses of AbstractModelItem in omix.plugin.diagram.writable
Subinterfaces of AbstractModelItem in omix.plugin.diagram.writable Modifier and Type Interface Description interface
AbstractBioNodeItem
interface
AbstractEdgeItem
interface
AbstractModelItem
interface
AbstractNodeItem
interface
CompartmentItem
interface
EffectorEdgeItem
interface
FluxEdgeItem
interface
GraphicsBoxItem
interface
GraphicsEdgeItem
interface
GraphicsNodeItem
interface
GraphicsPathItem
interface
LinkEdgeItem
interface
LinkItem
interface
MetaboliteItem
interface
PathwayItem
interface
ReactionItem
Methods in omix.plugin.diagram.writable that return AbstractModelItem Modifier and Type Method Description AbstractModelItem
AbstractModelItem. toReadOnly()
Methods in omix.plugin.diagram.writable with parameters of type AbstractModelItem Modifier and Type Method Description default AbstractModelItem
Diagram. toWritable(AbstractModelItem type)
-
Uses of AbstractModelItem in omix.plugin.model
Methods in omix.plugin.model that return types with arguments of type AbstractModelItem Modifier and Type Method Description List<? extends AbstractModelItem>
AbstractVisibleComponent. getDiagramItems()
List<? extends AbstractModelItem>
AbstractVisibleComponent. getDiagramItems(Diagram diagram)