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