Uses of Interface
omix.lang.model.Reaction
Package | Description |
---|---|
omix.lang.model |
This package contains all network components as OVL extendable types.
|
-
Uses of Reaction in omix.lang.model
Methods in omix.lang.model that return Reaction Modifier and Type Method Description Reaction
MetabolicNetwork. getReaction(String name)
Deprecated.Returns the reaction nodes of the given name if available, otherwise null.Reaction
Model. getReaction(String name)
Returns the reaction nodes of the given name if available, otherwise null.Reaction
Pathway. getReaction(String name)
Returns the reaction node of the given name if available in the pathway, otherwise null.Methods in omix.lang.model that return types with arguments of type Reaction Modifier and Type Method Description List<? extends Reaction>
MetabolicNetwork. reactions()
Deprecated.Returns an unchangeableList
of all reaction nodes.List<? extends Reaction>
Model. reactions()
Returns an unchangeableList
of all reaction nodes.List<? extends Reaction>
Pathway. reactions()
Returns an unchangeableList
of all reactions that are part of this pathway.