Uses of Interface
omix.plugin.model.Pathway
Package | Description |
---|---|
omix.plugin.diagram | |
omix.plugin.identity | |
omix.plugin.model | |
omix.plugin.model.writable |
-
Uses of Pathway in omix.plugin.diagram
Methods in omix.plugin.diagram that return Pathway Modifier and Type Method Description Pathway
PathwayItem. modelComponent()
-
Uses of Pathway in omix.plugin.identity
Methods in omix.plugin.identity with parameters of type Pathway Modifier and Type Method Description Set<PublicIdentifier>
PublicIdentifierProviderInterface. providePublicIdentifiers(Pathway item, PublicIdentifierManager registry)
-
Uses of Pathway in omix.plugin.model
Methods in omix.plugin.model that return Pathway Modifier and Type Method Description Pathway
Model. getPathway(String name)
Returns the pathway of the given name if available, otherwise null.Pathway
Link.PathwayLinkAppearance. pathway()
Pathway
Reaction. pathway()
Returns the pathway the reaction belongs to. -
Uses of Pathway in omix.plugin.model.writable
Subinterfaces of Pathway in omix.plugin.model.writable Modifier and Type Interface Description interface
Pathway
Methods in omix.plugin.model.writable that return Pathway Modifier and Type Method Description Pathway
Pathway. toReadOnly()
Methods in omix.plugin.model.writable with parameters of type Pathway Modifier and Type Method Description Pathway
Model. toWritable(Pathway pathway)