Uses of Interface
omix.plugin.model.writable.AbstractModelComponent
Package | Description |
---|---|
omix.plugin.diagram.writable | |
omix.plugin.model.writable | |
omix.plugin.model.writable.accessory.annotation |
-
Uses of AbstractModelComponent in omix.plugin.diagram.writable
Subinterfaces of AbstractModelComponent in omix.plugin.diagram.writable Modifier and Type Interface Description interface
Diagram
Methods in omix.plugin.diagram.writable that return AbstractModelComponent Modifier and Type Method Description AbstractModelComponent
AbstractModelItem. modelComponent()
-
Uses of AbstractModelComponent in omix.plugin.model.writable
Subinterfaces of AbstractModelComponent in omix.plugin.model.writable Modifier and Type Interface Description interface
AbstractBioNode
interface
AbstractEdge
interface
AbstractNode
interface
AbstractVisibleComponent
interface
Compartment
interface
EffectorEdge
interface
FluxEdge
interface
GraphicsBox
interface
GraphicsEdge
interface
GraphicsNode
interface
GraphicsPath
interface
Link
interface
LinkEdge
interface
Metabolite
interface
MetaboliteType
interface
Pathway
interface
Reaction
Methods in omix.plugin.model.writable that return AbstractModelComponent Modifier and Type Method Description default AbstractModelComponent
Model. toWritable(AbstractModelComponent type)
Methods in omix.plugin.model.writable with parameters of type AbstractModelComponent Modifier and Type Method Description void
Model. addComponent(AbstractModelComponent item)
Created diagram items have to be inserted into the metabolic network before taking any effect.
OVL definitions do not become part of a diagram component until the item is added to the diagram.
After adding aMetabolite
orMetabolite
to the diagram, aModelMetaboliteType
is simultaneously added to theModel
.void
Model. removeComponent(AbstractModelComponent item)
-
Uses of AbstractModelComponent in omix.plugin.model.writable.accessory.annotation
Methods in omix.plugin.model.writable.accessory.annotation that return types with arguments of type AbstractModelComponent Modifier and Type Method Description Set<? extends AbstractModelComponent>
ItemGroup. getModelComponents()