Uses of Interface
org.biopax.paxtools.model.level3.Stoichiometry
Packages that use Stoichiometry
Package
Description
This package contains the default implementation for BioPAX Level 3.
This package contains the interfaces that maps classes defined in the BioPAX Level 3 specification.
-
Uses of Stoichiometry in org.biopax.paxtools.impl.level3
Classes in org.biopax.paxtools.impl.level3 that implement StoichiometryMethods in org.biopax.paxtools.impl.level3 that return types with arguments of type StoichiometryModifier and TypeMethodDescriptionComplexImpl.getComponentStoichiometry()Class<? extends Stoichiometry>StoichiometryImpl.getModelInterface()ConversionImpl.getParticipantStoichiometry()Methods in org.biopax.paxtools.impl.level3 with parameters of type StoichiometryModifier and TypeMethodDescriptionvoidComplexImpl.addComponentStoichiometry(Stoichiometry stoichiometry) voidConversionImpl.addParticipantStoichiometry(Stoichiometry participantStoichiometry) voidComplexImpl.removeComponentStoichiometry(Stoichiometry stoichiometry) voidConversionImpl.removeParticipantStoichiometry(Stoichiometry participantStoichiometry) Method parameters in org.biopax.paxtools.impl.level3 with type arguments of type StoichiometryModifier and TypeMethodDescriptionprotected voidComplexImpl.setComponentStoichiometry(Set<Stoichiometry> stoichiometry) -
Uses of Stoichiometry in org.biopax.paxtools.model.level3
Methods in org.biopax.paxtools.model.level3 that return types with arguments of type StoichiometryModifier and TypeMethodDescriptionComplex.getComponentStoichiometry()The stoichiometry of components in a complex.Conversion.getParticipantStoichiometry()Stoichiometry of the left (Conversion.getLeft()) and right(Conversion.getRight()) participants.Methods in org.biopax.paxtools.model.level3 with parameters of type StoichiometryModifier and TypeMethodDescriptionvoidComplex.addComponentStoichiometry(Stoichiometry stoichiometry) The stoichiometry of components in a complex.voidConversion.addParticipantStoichiometry(Stoichiometry stoichiometry) This method adds a stoichiometry for one of the participants of this conversion.voidComplex.removeComponentStoichiometry(Stoichiometry stoichiometry) The stoichiometry of components in a complex.voidConversion.removeParticipantStoichiometry(Stoichiometry stoichiometry) This method removes a stoichiometry for one of the participants of this conversion.