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