Uses of Interface
omix.plugin.diagram.writable.CompartmentItem
Package | Description |
---|---|
omix.plugin.diagram.writable | |
omix.plugin.io |
This package contains interfaces allowing to realize file input output operations.
|
omix.plugin.model.writable |
-
Uses of CompartmentItem in omix.plugin.diagram.writable
Methods in omix.plugin.diagram.writable that return CompartmentItem Modifier and Type Method Description CompartmentItem
MetaboliteItem. compartment()
CompartmentItem
Diagram. createCompartment(String name)
Create a new compartment item.
After creating a new compartment, it must be explicitly added to the model byDiagram.addItem(AbstractItem)
.CompartmentItem
Diagram. createCompartment(String namePlainText, String nameRichText)
Create a new compartment item.
After creating a new compartment, it must be explicitly added to the model byDiagram.addItem(AbstractItem)
.CompartmentItem
Diagram. createCompartment(String namePlainText, String nameRichText, CompartmentItem outside)
Create a new compartment item inside another compartment.
After creating a new compartment, it must be explicitly added to the model byDiagram.addItem(AbstractItem)
.CompartmentItem
Diagram. createCompartment(String name, CompartmentItem outside)
Create a new compartment item inside another compartment.
After creating a new compartment, it must be explicitly added to the model byDiagram.addItem(AbstractItem)
.CompartmentItem
Diagram. createCompartmentItem(Compartment component)
CompartmentItem
Diagram. createCompartmentItem(Compartment compartment, CompartmentItem outside)
CompartmentItem
CompartmentItem. outside()
Returns the outside compartment if available otherwise null.CompartmentItem
Diagram. toWritable(CompartmentItem compartment)
Methods in omix.plugin.diagram.writable that return types with arguments of type CompartmentItem Modifier and Type Method Description List<? extends CompartmentItem>
Diagram. compartments()
Returns an unchangeableList
of all compartment items.List<? extends CompartmentItem>
Diagram. getTopLevelCompartmentItems(String name)
List<? extends CompartmentItem>
CompartmentItem. subCompartments()
Returns an unchangeableList
of all sub compartments.Methods in omix.plugin.diagram.writable with parameters of type CompartmentItem Modifier and Type Method Description CompartmentItem
Diagram. createCompartment(String namePlainText, String nameRichText, CompartmentItem outside)
Create a new compartment item inside another compartment.
After creating a new compartment, it must be explicitly added to the model byDiagram.addItem(AbstractItem)
.CompartmentItem
Diagram. createCompartment(String name, CompartmentItem outside)
Create a new compartment item inside another compartment.
After creating a new compartment, it must be explicitly added to the model byDiagram.addItem(AbstractItem)
.CompartmentItem
Diagram. createCompartmentItem(Compartment compartment, CompartmentItem outside)
Comment
Diagram. createItemComment(CompartmentItem item)
MetaboliteItem
Diagram. createMetabolite(String namePlainText, String nameRichText, CompartmentItem compartment)
Creates a new metabolite with the given unique name lying in the given compartment.MetaboliteItem
Diagram. createMetabolite(String name, CompartmentItem compartment)
Creates a new metabolite with the given unique name lying in the given compartment.MetaboliteItem
Diagram. createMetaboliteItem(Metabolite metabolite, CompartmentItem compartment)
MetaboliteItem
Diagram. createMetaboliteItem(MetaboliteType metaboliteType, CompartmentItem compartment)
-
Uses of CompartmentItem in omix.plugin.io
Methods in omix.plugin.io that return CompartmentItem Modifier and Type Method Description CompartmentItem
ModelComponentProviderInterface. provideCompartment(Diagram diagram, InputUtilities utilities)
-
Uses of CompartmentItem in omix.plugin.model.writable
Methods in omix.plugin.model.writable that return types with arguments of type CompartmentItem Modifier and Type Method Description List<? extends CompartmentItem>
Compartment. getDiagramItems()
List<? extends CompartmentItem>
Compartment. getDiagramItems(Diagram diagram)