Uses of Interface
org.biopax.paxtools.model.level3.Stoichiometry

Packages that use Stoichiometry
org.biopax.paxtools.impl.level3   
org.biopax.paxtools.model.level3   
 

Uses of Stoichiometry in org.biopax.paxtools.impl.level3
 

Classes in org.biopax.paxtools.impl.level3 that implement Stoichiometry
 class StoichiometryImpl
           
 

Methods in org.biopax.paxtools.impl.level3 that return types with arguments of type Stoichiometry
 java.util.Set<Stoichiometry> ComplexImpl.getComponentStoichiometry()
           
 java.lang.Class<? extends Stoichiometry> StoichiometryImpl.getModelInterface()
           
 java.util.Set<Stoichiometry> ConversionImpl.getParticipantStoichiometry()
           
 

Methods in org.biopax.paxtools.impl.level3 with parameters of type Stoichiometry
 void ComplexImpl.addComponentStoichiometry(Stoichiometry stoichiometry)
           
 void ConversionImpl.addParticipantStoichiometry(Stoichiometry participantStoichiometry)
           
 void ComplexImpl.removeComponentStoichiometry(Stoichiometry stoichiometry)
           
 void ConversionImpl.removeParticipantStoichiometry(Stoichiometry participantStoichiometry)
           
 

Method parameters in org.biopax.paxtools.impl.level3 with type arguments of type Stoichiometry
protected  void ComplexImpl.setComponentStoichiometry(java.util.Set<Stoichiometry> stoichiometry)
           
protected  void ConversionImpl.setParticipantStoichiometry(java.util.Set<Stoichiometry> participantStoichiometry)
           
 

Uses of Stoichiometry in org.biopax.paxtools.model.level3
 

Methods in org.biopax.paxtools.model.level3 that return types with arguments of type Stoichiometry
 java.util.Set<Stoichiometry> Complex.getComponentStoichiometry()
          The stoichiometry of components in a complex.
 java.util.Set<Stoichiometry> Conversion.getParticipantStoichiometry()
          Stoichiometry of the left (Conversion.getLeft()) and right(Conversion.getRight()) participants.
 

Methods in org.biopax.paxtools.model.level3 with parameters of type Stoichiometry
 void Complex.addComponentStoichiometry(Stoichiometry stoichiometry)
          The stoichiometry of components in a complex.
 void Conversion.addParticipantStoichiometry(Stoichiometry stoichiometry)
          This method adds a stoichiometry for one of the participants of this conversion.
 void Complex.removeComponentStoichiometry(Stoichiometry stoichiometry)
          The stoichiometry of components in a complex.
 void Conversion.removeParticipantStoichiometry(Stoichiometry stoichiometry)
          This method removes a stoichiometry for one of the participants of this conversion.
 



Copyright © 2011 BioPAX. All Rights Reserved.