com.banda.chemistry.task
Class AcRandomRatePerformanceEvaluateTask

java.lang.Object
  extended by com.banda.core.domain.task.Task
      extended by com.banda.chemistry.task.AcPerformanceEvaluateTask
          extended by com.banda.chemistry.task.AcRandomRatePerformanceEvaluateTask
All Implemented Interfaces:
AcTaskParts.AcEvaluationHolder, AcTaskParts.AcHolder, AcTaskParts.AcMultipleActionSeriesHolder, AcTaskParts.AcMultipleRateConstantTypeBoundHolder, Serializable

public class AcRandomRatePerformanceEvaluateTask
extends AcPerformanceEvaluateTask
implements AcTaskParts.AcMultipleRateConstantTypeBoundHolder

See Also:
Serialized Form

Constructor Summary
AcRandomRatePerformanceEvaluateTask()
           
 
Method Summary
 void addRateConstantTypeBound(AcRateConstantTypeBound rateConstantTypeBound)
           
 boolean areRateConstantTypeBoundComplete()
           
 boolean areRateConstantTypeBoundDefined()
           
 Integer getRandomRateGenerationNum()
           
 Collection<Long> getRateConstantTypeBoundIds()
           
 Collection<AcRateConstantTypeBound> getRateConstantTypeBounds()
           
 Map<AcReactionRateConstantType,com.banda.core.domain.ValueBound<Double>> getReactionRateConstantTypeBoundMap()
           
 void setRandomRateGenerationNum(Integer randomRateGenerationNum)
           
 void setRateConstantTypeBoundIds(Collection<Long> rateConstantTypeBoundIds)
           
 void setRateConstantTypeBounds(Collection<AcRateConstantTypeBound> rateConstantTypeBounds)
           
 
Methods inherited from class com.banda.chemistry.task.AcPerformanceEvaluateTask
areActionSeriesComplete, areActionSeriesDefined, getAc, getAcEvaluation, getAcEvaluationId, getAcId, getActionSeries, getActionSeriesIds, getRepetitions, getRunTime, isAcComplete, isAcDefined, isAcEvaluationComplete, isAcEvaluationDefined, setAc, setAcEvaluation, setAcEvaluationId, setAcId, setActionSeries, setActionSeriesIds, setRepetitions, setRunTime
 
Methods inherited from class com.banda.core.domain.task.Task
getId, getTimeCreated, getVersion, isRepeat, needsGrid, setId, setRepeat, setTimeCreated, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AcRandomRatePerformanceEvaluateTask

public AcRandomRatePerformanceEvaluateTask()
Method Detail

getRateConstantTypeBounds

public Collection<AcRateConstantTypeBound> getRateConstantTypeBounds()
Specified by:
getRateConstantTypeBounds in interface AcTaskParts.AcMultipleRateConstantTypeBoundHolder

setRateConstantTypeBounds

public void setRateConstantTypeBounds(Collection<AcRateConstantTypeBound> rateConstantTypeBounds)
Specified by:
setRateConstantTypeBounds in interface AcTaskParts.AcMultipleRateConstantTypeBoundHolder

addRateConstantTypeBound

public void addRateConstantTypeBound(AcRateConstantTypeBound rateConstantTypeBound)

getRateConstantTypeBoundIds

public Collection<Long> getRateConstantTypeBoundIds()
Specified by:
getRateConstantTypeBoundIds in interface AcTaskParts.AcMultipleRateConstantTypeBoundHolder

areRateConstantTypeBoundDefined

public boolean areRateConstantTypeBoundDefined()
Specified by:
areRateConstantTypeBoundDefined in interface AcTaskParts.AcMultipleRateConstantTypeBoundHolder

areRateConstantTypeBoundComplete

public boolean areRateConstantTypeBoundComplete()
Specified by:
areRateConstantTypeBoundComplete in interface AcTaskParts.AcMultipleRateConstantTypeBoundHolder

setRateConstantTypeBoundIds

public void setRateConstantTypeBoundIds(Collection<Long> rateConstantTypeBoundIds)

getReactionRateConstantTypeBoundMap

public Map<AcReactionRateConstantType,com.banda.core.domain.ValueBound<Double>> getReactionRateConstantTypeBoundMap()

getRandomRateGenerationNum

public Integer getRandomRateGenerationNum()

setRandomRateGenerationNum

public void setRandomRateGenerationNum(Integer randomRateGenerationNum)


Copyright © 2013. All Rights Reserved.