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

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

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

Classes in org.biopax.paxtools.impl.level3 that implement KPrime
 class KPrimeImpl
           
 

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

Methods in org.biopax.paxtools.impl.level3 with parameters of type KPrime
 void BiochemicalReactionImpl.addKEQ(KPrime kEQ)
           
 void BiochemicalReactionImpl.removeKEQ(KPrime kEQ)
           
 

Method parameters in org.biopax.paxtools.impl.level3 with type arguments of type KPrime
protected  void BiochemicalReactionImpl.setKEQ(java.util.Set<KPrime> kEQ)
           
 

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

Methods in org.biopax.paxtools.model.level3 that return types with arguments of type KPrime
 java.util.Set<KPrime> BiochemicalReaction.getKEQ()
          This quantity is dimensionless and is usually a single number.
 

Methods in org.biopax.paxtools.model.level3 with parameters of type KPrime
 void BiochemicalReaction.addKEQ(KPrime keq)
          This quantity is dimensionless and is usually a single number.
 void BiochemicalReaction.removeKEQ(KPrime keq)
          This quantity is dimensionless and is usually a single number.
 



Copyright © 2011 BioPAX. All Rights Reserved.