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

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

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

Classes in org.biopax.paxtools.impl.level3 that implement DeltaG
 class DeltaGImpl
           
 

Methods in org.biopax.paxtools.impl.level3 that return types with arguments of type DeltaG
 java.util.Set<DeltaG> BiochemicalReactionImpl.getDeltaG()
           
 java.lang.Class<? extends DeltaG> DeltaGImpl.getModelInterface()
           
 

Methods in org.biopax.paxtools.impl.level3 with parameters of type DeltaG
 void BiochemicalReactionImpl.addDeltaG(DeltaG deltaG)
           
 void BiochemicalReactionImpl.removeDeltaG(DeltaG deltaG)
           
 

Method parameters in org.biopax.paxtools.impl.level3 with type arguments of type DeltaG
protected  void BiochemicalReactionImpl.setDeltaG(java.util.Set<DeltaG> deltaG)
           
 

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

Methods in org.biopax.paxtools.model.level3 that return types with arguments of type DeltaG
 java.util.Set<DeltaG> BiochemicalReaction.getDeltaG()
          Standard transformed Gibbs energy change for a reaction written in terms of biochemical reactants (sums of species), delta-G'o.
 

Methods in org.biopax.paxtools.model.level3 with parameters of type DeltaG
 void BiochemicalReaction.addDeltaG(DeltaG deltaG)
          Standard transformed Gibbs energy change for a reaction written in terms of biochemical reactants (sums of species), delta-G'o.
 void BiochemicalReaction.removeDeltaG(DeltaG deltaG)
          Standard transformed Gibbs energy change for a reaction written in terms of biochemical reactants (sums of species), delta-G'o.
 



Copyright © 2011 BioPAX. All Rights Reserved.