com.banda.chemistry.domain
Class AcSymmetricSpec

java.lang.Object
  extended by com.banda.chemistry.domain.ArtificialChemistrySpec
      extended by com.banda.chemistry.domain.AcSymmetricSpec

public class AcSymmetricSpec
extends ArtificialChemistrySpec


Constructor Summary
AcSymmetricSpec()
           
 
Method Summary
 Integer getCatalystsPerReactionNumber()
           
 Integer getInhibitorsPerReactionNumber()
           
 Integer getProductsPerReactionNumber()
           
 Integer getReactantsPerReactionNumber()
           
 Integer getReactionNum()
           
 Integer getSpeciesNum()
           
 void setCatalystsPerReactionNumber(Integer catalystsPerReactionNumber)
           
 void setInhibitorsPerReactionNumber(Integer inhibitorsPerReactionNumber)
           
 void setProductsPerReactionNumber(Integer productsPerReactionNumber)
           
 void setReactantsPerReactionNumber(Integer reactantsPerReactionNumber)
           
 void setReactionNum(Integer reactionNum)
           
 void setSpeciesNum(Integer speciesNum)
           
 
Methods inherited from class com.banda.chemistry.domain.ArtificialChemistrySpec
addAc, getAcs, getConstantSpeciesRatio, getId, getInfluxRateConstantDistribution, getInfluxRatio, getName, getOutfluxNonReactiveRateConstantDistribution, getOutfluxRateConstantDistribution, getOutfluxRatio, getRateConstantDistribution, getSpeciesForbiddenRedundancy, getTimeCreated, getVersion, hasOutfluxNonReactiveRateConstantDistribution, isIncludeReverseReactions, isOutfluxAll, removeAc, setAcs, setConstantSpeciesRatio, setId, setIncludeReverseReactions, setInfluxRateConstantDistribution, setInfluxRatio, setName, setOutfluxAll, setOutfluxNonReactiveRateConstantDistribution, setOutfluxRateConstantDistribution, setOutfluxRatio, setRateConstantDistribution, setSpeciesForbiddenRedundancy, setTimeCreated, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AcSymmetricSpec

public AcSymmetricSpec()
Method Detail

getSpeciesNum

public Integer getSpeciesNum()

setSpeciesNum

public void setSpeciesNum(Integer speciesNum)

getReactionNum

public Integer getReactionNum()

setReactionNum

public void setReactionNum(Integer reactionNum)

getReactantsPerReactionNumber

public Integer getReactantsPerReactionNumber()

setReactantsPerReactionNumber

public void setReactantsPerReactionNumber(Integer reactantsPerReactionNumber)

getProductsPerReactionNumber

public Integer getProductsPerReactionNumber()

setProductsPerReactionNumber

public void setProductsPerReactionNumber(Integer productsPerReactionNumber)

getCatalystsPerReactionNumber

public Integer getCatalystsPerReactionNumber()

setCatalystsPerReactionNumber

public void setCatalystsPerReactionNumber(Integer catalystsPerReactionNumber)

getInhibitorsPerReactionNumber

public Integer getInhibitorsPerReactionNumber()

setInhibitorsPerReactionNumber

public void setInhibitorsPerReactionNumber(Integer inhibitorsPerReactionNumber)


Copyright © 2013. All Rights Reserved.