Uses of Interface
omix.lang.model.Metabolite
Package | Description |
---|---|
omix.lang.model |
This package contains all network components as OVL extendable types.
|
-
Uses of Metabolite in omix.lang.model
Methods in omix.lang.model that return Metabolite Modifier and Type Method Description Metabolite
Compartment. getMetabolite(String name)
Returns the metabolite node of the given name if available in the compartment, otherwise null.Metabolite
MetabolicNetwork. getMetabolite(String name)
Deprecated.Returns the (compartment free) metabolite node of the given name if available, otherwise null.Metabolite
Model. getMetabolite(String name)
Returns the (compartment free) metabolite node of the given name if available, otherwise null.Methods in omix.lang.model that return types with arguments of type Metabolite Modifier and Type Method Description List<? extends Metabolite>
Compartment. metabolites()
Returns an unchangeableList
of all metabolites that occur in this compartment.List<? extends Metabolite>
MetabolicNetwork. metabolites()
Deprecated.Returns an unchangeableList
of all metabolite nodes.List<? extends Metabolite>
MetaboliteType. metabolites()
Returns all metabolite pools of different compartments.List<? extends Metabolite>
Model. metabolites()
Returns an unchangeableList
of all metabolite nodes.