- All Superinterfaces:
AbstractBioNode
,AbstractModelComponent
,AbstractNode
,AbstractVisibleComponent
,ReadOnlyInterface
- All Known Subinterfaces:
Metabolite
public interface Metabolite extends AbstractBioNode
-
Method Summary
Modifier and Type Method Description Compartment
compartment()
returns the compartment this metabolite pool lays in.List<? extends MetaboliteItem>
getDiagramItems()
List<? extends MetaboliteItem>
getDiagramItems(Diagram diagram)
MetaboliteType
metaboliteType()
returns the type of this metabolite.Methods inherited from interface omix.plugin.model.AbstractBioNode
effectorEdges, fluxEdges, getPublicIdentifiers, inEdges, name, outEdges, synonyms
Methods inherited from interface omix.plugin.model.AbstractModelComponent
addChangeListener, addPropertyChangeListener, fieldExists, getField, getField, model, removeChangeListener, removePropertyChangeListener
Methods inherited from interface omix.plugin.model.AbstractNode
blur, collapsed, fillLevel, fillLevelIndication, font, getCustomProperty, getIdentifier, graphicsEdges, hidden, paint, scale, setCustomProperty, setTmpCustomProperty, shadow, shape, strokeColor, strokeStyle, strokeWidth, textBrush, textStrokeColor, textStrokeWidth, transparency
Methods inherited from interface omix.plugin.model.AbstractVisibleComponent
accessoryExists, getAccessories, getAccessories, getAccessory, getAccessory, getAccessory, getAccessory, getAllAccessories, hasDiagramItems, hasDiagramItems
-
Method Details
-
getDiagramItems
List<? extends MetaboliteItem> getDiagramItems()- Specified by:
getDiagramItems
in interfaceAbstractBioNode
- Specified by:
getDiagramItems
in interfaceAbstractNode
- Specified by:
getDiagramItems
in interfaceAbstractVisibleComponent
-
getDiagramItems
- Specified by:
getDiagramItems
in interfaceAbstractBioNode
- Specified by:
getDiagramItems
in interfaceAbstractNode
- Specified by:
getDiagramItems
in interfaceAbstractVisibleComponent
-
compartment
Compartment compartment()returns the compartment this metabolite pool lays in.- Returns:
- compartment
-
metaboliteType
MetaboliteType metaboliteType()returns the type of this metabolite.- Returns:
- metaboliteType
-