Uses of Interface
omix.plugin.model.MetaboliteType
Package | Description |
---|---|
omix.plugin.identity | |
omix.plugin.model | |
omix.plugin.model.writable |
-
Uses of MetaboliteType in omix.plugin.identity
Methods in omix.plugin.identity with parameters of type MetaboliteType Modifier and Type Method Description Set<PublicIdentifier>
PublicIdentifierProviderInterface. providePublicIdentifiers(MetaboliteType item, PublicIdentifierManager registry)
-
Uses of MetaboliteType in omix.plugin.model
Methods in omix.plugin.model that return MetaboliteType Modifier and Type Method Description MetaboliteType
Model. getMetaboliteType(String name)
Get a metabolite type by name.MetaboliteType
Metabolite. metaboliteType()
returns the type of this metabolite.Methods in omix.plugin.model that return types with arguments of type MetaboliteType Modifier and Type Method Description List<? extends MetaboliteType>
Model. metaboliteTypes()
All metabolite types being part of the model. -
Uses of MetaboliteType in omix.plugin.model.writable
Subinterfaces of MetaboliteType in omix.plugin.model.writable Modifier and Type Interface Description interface
MetaboliteType
Methods in omix.plugin.model.writable that return MetaboliteType Modifier and Type Method Description MetaboliteType
MetaboliteType. toReadOnly()
Methods in omix.plugin.model.writable with parameters of type MetaboliteType Modifier and Type Method Description MetaboliteType
Model. toWritable(MetaboliteType type)