Uses of Interface
omix.plugin.model.AbstractModelComponent
-
Uses of AbstractModelComponent in omix.mathxp
Constructors in omix.mathxp with parameters of type AbstractModelComponent Constructor Description MathReference(AbstractModelComponent item)
-
Uses of AbstractModelComponent in omix.mathxp.references
Methods in omix.mathxp.references that return AbstractModelComponent Modifier and Type Method Description AbstractModelComponent
ItemReference. getReference()
Constructors in omix.mathxp.references with parameters of type AbstractModelComponent Constructor Description ItemReference(AbstractModelComponent item)
ItemReference(AbstractModelComponent item, UnitInterface unit)
-
Uses of AbstractModelComponent in omix.plugin.diagram
Subinterfaces of AbstractModelComponent in omix.plugin.diagram Modifier and Type Interface Description interface
Diagram
Methods in omix.plugin.diagram that return AbstractModelComponent Modifier and Type Method Description AbstractModelComponent
AbstractModelItem. modelComponent()
-
Uses of AbstractModelComponent in omix.plugin.diagram.writable
Subinterfaces of AbstractModelComponent in omix.plugin.diagram.writable Modifier and Type Interface Description interface
Diagram
-
Uses of AbstractModelComponent in omix.plugin.model
Subinterfaces of AbstractModelComponent in omix.plugin.model 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
This class represents metabolite types of a biochamical model.interface
Pathway
interface
Reaction
-
Uses of AbstractModelComponent in omix.plugin.model.accessory.annotation
Methods in omix.plugin.model.accessory.annotation that return types with arguments of type AbstractModelComponent Modifier and Type Method Description Set<? extends AbstractModelComponent>
ItemGroup. getModelComponents()
Returns a copy of the internal item list.Methods in omix.plugin.model.accessory.annotation with parameters of type AbstractModelComponent Modifier and Type Method Description void
ItemGroup. addModelComponent(AbstractModelComponent item)
Add item to the item list.void
ItemGroup. removeModelComponent(AbstractModelComponent item)
Remove item from the item list.Method parameters in omix.plugin.model.accessory.annotation with type arguments of type AbstractModelComponent Modifier and Type Method Description void
ItemGroup. setModelComponents(Collection<? extends AbstractModelComponent> items)
Exchange item list. -
Uses of AbstractModelComponent in omix.plugin.model.util
Methods in omix.plugin.model.util with parameters of type AbstractModelComponent Modifier and Type Method Description void
ContextMenuEntryProvider. addItemContextMenuEntries(AbstractModelComponent item, QMenu menu)
-
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
AbstractModelComponent
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 AbstractModelComponent
AbstractModelComponent. toReadOnly()
Methods in omix.plugin.model.writable with parameters of type AbstractModelComponent Modifier and Type Method Description default AbstractModelComponent
Model. toWritable(AbstractModelComponent type)