public class PPPMProcessor extends org.jamesii.core.processor.RunnableProcessor<Double>
IParamAssignmentGenerator
to generate a valid assignment of PPPM
variables, i.e. a mapping ParameterInstance
->
ParameterAssignment
that is defined for all
ParameterInstance
objects required for
calculation (this is dependent on the number of generations, etc.). It also
contains the functions that map the Parameter
constants from Parameters
to their destination
fields in
BasicParameters
.
This has be done for every kind of population.
Created on February 18, 2007Constructor and Description |
---|
PPPMProcessor(IProjectionModel mod,
IParamAssignmentGenerator gen)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
Double |
getTime() |
protected void |
nextStep()
Calculates the outcome of *one* deterministic calculation.
|
getExecutionControl, getStatus, isPausing, isRunning, isStopping, next, pause, run, run, run, run, setDelay, setExecutionControl, stop
cleanUp, create, executeNextStep, getAccessRestriction, getChildContexts, getClassName, getCompleteInfoString, getComputationTask, getContext, getModel, getModelName, getPostNextStepHook, getPreNextStepHook, getStartTime, getState, getSupportedModelClasses, installPostNextStepHook, installPreNextStepHook, isSupported, isSupported, registerContext, setAccessRestriction, setComputationTask, setContext, setModel, setState, supportedModels
changed, changed, getMediator, getSimpleId, isObserved, registerObserver, report, report, report, report, report, report, report, report, setMediator, unregister, unregisterObserver, unregisterObservers
public PPPMProcessor(IProjectionModel mod, IParamAssignmentGenerator gen)
mod
- the model to be simulatedgen
- the assignment generator to be usedCopyright © 2013. All Rights Reserved.