Uses of Interface
repast.simphony.parameter.Parameters
Package
Description
-
Uses of Parameters in repast.simphony.batch
-
Uses of Parameters in repast.simphony.batch.parameter
Modifier and TypeMethodDescriptionParses the parameters line and returns a Parameters object initialized with those parameters. -
Uses of Parameters in repast.simphony.data2
Modifier and TypeMethodDescriptionvoid
AbstractDataSetManager.runStarted
(RunState runState, Object contextId, Parameters parameters) void
BatchRunDataSetManager.runStarted
(RunState runState, Object contextId, Parameters parameters) void
DataSetManager.runStarted
(RunState runState, Object contextId, Parameters parameters) Notifies this DataSetManager that an individual run has started.void
SingleRunDataSetManager.runStarted
(RunState runState, Object contextId, Parameters parameters) -
Uses of Parameters in repast.simphony.data2.engine
Modifier and TypeMethodDescriptionvoid
FileSinkComponentControllerAction.runInitialize
(RunState runState, Object contextId, Parameters params) -
Uses of Parameters in repast.simphony.dataLoader.engine
Modifier and TypeMethodDescriptionvoid
DataLoaderControllerAction.runInitialize
(RunState runState, Object contextId, Parameters params) -
Uses of Parameters in repast.simphony.engine.controller
Modifier and TypeMethodDescriptionController.runParameterSetters
(Parameters params) Initializes the parameters for the current run.DefaultController.runParameterSetters
(Parameters params) Modifier and TypeMethodDescriptionvoid
AbstractControllerAction.runInitialize
(RunState runState, Object contextId, Parameters runParams) This delegates to#runInitialize(RunState, Context)
after finding the context with the given contextId.abstract void
AbstractControllerAction.runInitialize
(RunState runState, Context<? extends T> context, Parameters runParams) Controller.runInitialize
(Parameters params) Initializes the action for a single run (possibly one of many).void
DefaultContextSchedulableControllerAction.runInitialize
(RunState runState, Context context, Parameters runParams) Schedules on the model schedule the descriptor's iterable with it executing the descriptor's method name.DefaultController.runInitialize
(Parameters params) Calls the runInitialize method of this class with all the contexts in the controller registry in the order they are returned by that registry.void
DefaultRandomStreamAction.runInitialize
(RunState runState, Object contextId, Parameters params) void
DefaultSchedulableAction.runInitialize
(RunState runState, Object contextId, Parameters runParams) Schedules on the model schedule the descriptor's IAction with the descriptor's ScheduleParameters.void
NullAbstractControllerAction.runInitialize
(RunState runState, Context<? extends T> context, Parameters runParams) Does nothing.void
ScheduledMethodControllerAction.runInitialize
(RunState runState, Object contextId, Parameters runParams) void
SchedulingControllerAction.runInitialize
(RunState runState, Object contextId, Parameters runParams) Schedule's the action with the schedule parameters on the schedule.void
WatcherControllerAction.runInitialize
(RunState runState, Object contextId, Parameters runParams) Add a watch context listener to the master context and processes any objects already in the master context.Controller.runParameterSetters
(Parameters params) Initializes the parameters for the current run.DefaultController.runParameterSetters
(Parameters params) -
Uses of Parameters in repast.simphony.engine.environment
Modifier and TypeMethodDescriptionDefaultRunEnvironmentBuilder.getParameters()
Gets the parameters to be used in the next simulation run.RunEnvironment.getParameters()
Gets the parameters for the current run.RunEnvironmentBuilder.getParameters()
Gets the parameters to be used in the next simulation run.Modifier and TypeMethodDescriptionstatic void
RunEnvironment.init
(ISchedule schedule, Runner scheduleRunner, Parameters parameters, boolean isBatch) Initializes a RunEnvironment.void
DefaultRandomSetter.next
(Parameters params) Sets the random seed to the current time and creates a uniform stream.void
ControllerAction.runInitialize
(RunState runState, Object contextId, Parameters runParams) Initializes the action for a single run (possibly one of many).void
DefaultControllerAction.runInitialize
(RunState runState, Object contextId, Parameters runParams) Does nothing.void
DefaultRunEnvironmentBuilder.setParameters
(Parameters parameters) Sets the parameters to be used in the next simulation run.void
RunEnvironment.setParameters
(Parameters params) Sets the parameters for the current run.void
RunEnvironmentBuilder.setParameters
(Parameters parameters) Sets the parameters to be used in the next simulation run. -
Uses of Parameters in repast.simphony.gis.engine
Modifier and TypeMethodDescriptionvoid
GeographyProjectionController.runInitialize
(RunState runState, Object contextId, Parameters runParams) -
Uses of Parameters in repast.simphony.gis.visualization.engine
Modifier and TypeMethodDescriptionvoid
GeographyVizProjectionController.runInitialize
(RunState runState, Object contextId, Parameters runParams) -
Uses of Parameters in repast.simphony.parameter
Modifier and TypeInterfaceDescriptioninterface
Encapsulates a mutable set of simulation time model parameters.Modifier and TypeClassDescriptionclass
Abstract implementation of Parameters.class
Implemenentation of Parameters that converts a bean's properties into parameters.class
Parameters implementation that binds a set of parameters to those in some bean.class
Default implementation of Parameters.class
Empty place holder parameters object that always returns Parameters.NULL.Modifier and TypeMethodDescriptionAbstractParameters.clone()
BeanParameters.clone()
DefaultParameters.clone()
EmptyParameters.clone()
Parameters.clone()
Method to clone a Parameter object.ParametersCreator.createParameters()
Create a Parameters object contains the added parameters.protected Parameters
ParameterTreeSweeper.firstParameters
(Parameters params) ParametersParser.getParameters()
ParameterSweeperBuilder.getParameters()
Gets the Parameters built from the added setters.SweeperProducer.getParameters()
Gets the Parameters produced by this SweeperProducer.protected Parameters
ParameterTreeSweeper.nextParameters
(Parameters params) protected Parameters
ParameterTreeSweeper.nextParameters
(ParameterSetter init, Parameters params) Modifier and TypeMethodDescriptionvoid
ParametersCreator.addParameters
(Parameters params) Adds all the parameters in the specified Parameters objects to this creator.protected Parameters
ParameterTreeSweeper.firstParameters
(Parameters params) void
ParametersValuesLoader.loadValues
(Parameters params) Loads the stored values into the specified Parameters.void
AbstractSweepParameterSetter.next
(Parameters params) If the object has finished its space this will set the parameter to the last value it generaetd, otherwise it will set it to the value returned by#nextValue()
.void
ConstantSetter.next
(Parameters params) Sets its specified value to its specified parameter name.void
DoubleSteppedSetter.next
(Parameters params) void
FloatSteppedSetter.next
(Parameters params) void
ParameterSetter.next
(Parameters params) void
ParameterTreeSweeper.next
(Parameters params) Executes theParameterSetter
s as specified in this class's description.void
RunParameterSetter.next
(Parameters params) Increments the run number and calls the super's next method.protected Parameters
ParameterTreeSweeper.nextParameters
(Parameters params) protected Parameters
ParameterTreeSweeper.nextParameters
(ParameterSetter init, Parameters params) protected void
ParameterTreeSweeper.nextSelf
(ParameterSetter init, Parameters params) void
AbstractSweepParameterSetter.previous
(Parameters parameters) void
DoubleSteppedSetter.previous
(Parameters parameters) void
FloatSteppedSetter.previous
(Parameters parameters) void
AbstractSweepParameterSetter.random
(Parameters parameters) void
DoubleSteppedSetter.random
(Parameters parameters) void
FloatSteppedSetter.random
(Parameters parameters) void
AbstractSweepParameterSetter.reset
(Parameters params) void
ConstantSetter.reset
(Parameters params) Sets the constant parameter valuevoid
DoubleSteppedSetter.reset
(Parameters params) void
FloatSteppedSetter.reset
(Parameters params) void
ListParameterSetter.reset
(Parameters params) Resets the index of the parameters to the next value.void
ParameterSetter.reset
(Parameters params) void
ParameterTreeSweeper.reset
(Parameters params) Resets all the parameter initializersvoid
RunParameterSetter.reset
(Parameters params) Resets the run count to 0.void
SimpleParameterSetter.reset
(Parameters params) protected void
ParameterTreeSweeper.resetChildren
(ParameterSetter init, Parameters params) void
AbstractSweepParameterSetter.revert
(Parameters params) void
DoubleSteppedSetter.revert
(Parameters parameters) void
FloatSteppedSetter.revert
(Parameters parameters) void
ListParameterSetter.revert
(Parameters params) void
ParametersWriter.writeSpecificationToFile
(Parameters params, File file) void
ParametersWriter.writeSpecificationToFile
(Parameters params, Map<String, Double> displayOrder, File file) void
ParametersWriter.writeValuesToFile
(Parameters params, File file) ParametersWriter.writeValuesToString
(Parameters params) ModifierConstructorDescriptionBoundParameters
(Parameters param) Creates a new BoundParameters using the parameters in the specified Parameters object.DefaultParameters
(Parameters params) Creates a new DefaultParameters using the parameters in the specified Parameters object.ParametersParser
(Parameters params, File file) -
Uses of Parameters in repast.simphony.parameter.bsf
Modifier and TypeMethodDescriptionScriptRunner.getParameters()
Gets the Parameters created by the script via the ParameterSweeperBuilder. -
Uses of Parameters in repast.simphony.parameter.groovy
Modifier and TypeMethodDescriptionGroovyRunner.getParameters()
Gets the Parameters produced by this SweeperProducer. -
Uses of Parameters in repast.simphony.parameter.optimizer
Modifier and TypeMethodDescriptionprotected Parameters
OptimizedParameterSweeper.firstParameters
(Parameters params) protected Parameters
OptimizedParameterSweeper.nextParameters
(Parameters params) Modifier and TypeMethodDescriptionprotected Parameters
OptimizedParameterSweeper.firstParameters
(Parameters params) protected Parameters
OptimizedParameterSweeper.nextParameters
(Parameters params) void
OptimizableParameterSetter.previous
(Parameters parameters) void
OptimizableParameterSetter.random
(Parameters parameters) void
OptimizedParameterSweeper.reset
(Parameters params) void
OptimizableParameterSetter.revert
(Parameters parameters) -
Uses of Parameters in repast.simphony.parameter.xml
Modifier and TypeMethodDescriptionAbstractXMLSweeperProducer.getParameters()
Gets the Parameters produced by this SweeperProducer.Modifier and TypeMethodDescriptionParameterSweepParser.parse()
Parse the url and return the created ParameterTreeSweeper. -
Uses of Parameters in repast.simphony.scenario
Modifier and TypeMethodDescriptionScenarioLoader.getParameters()
Gets the parameters that were last loaded. -
Uses of Parameters in repast.simphony.statecharts
Modifier and TypeMethodDescriptionprotected Parameters
AbstractState.getParams()
protected Parameters
ConditionTrigger.getParams()
protected Parameters
DefaultStateChart.getParams()
protected Parameters
ExponentialDecayRateTrigger.getParams()
protected Parameters
MessageConditionMessageChecker.getParams()
protected Parameters
MessageEqualsMessageChecker.getParams()
protected Parameters
ProbabilityTrigger.getParams()
protected Parameters
TimedTrigger.getParams()
protected Parameters
Transition.getParams()
Modifier and TypeMethodDescriptionvoid
StateAction.action
(T agent, AbstractState<T> state, Parameters params) void
TransitionAction.action
(T agent, Transition<T> transition, Parameters params) boolean
ConditionTriggerCondition.condition
(T agent, Transition<T> transition, Parameters params) boolean
GuardCondition.condition
(T agent, Transition<T> transition, Parameters params) boolean
MessageCondition.isTrue
(T agent, Transition<T> transition, U message, Parameters params) MessageEquals.messageValue
(T agent, Transition<T> transition, Parameters params) double
TriggerDoubleFunction.value
(T agent, Transition<T> transition, Parameters params) -
Uses of Parameters in repast.simphony.ui
Modifier and TypeMethodDescriptionGUIParametersManager.getParameters()
Gets the parameters object managed by this GUIParametersManager.Modifier and TypeMethodDescriptionRSGui.addParameterView
(Parameters params, File currentDirectory, RSApplication rsApp) void
DefaultParamsDialog.init
(Parameters params) void
GUIParametersManager.next
(Parameters params) Sets the parameters to the next set of values.void
GUIParametersManager.reset
(Parameters params) Resets the parameters to the default values passed in on the constructor.RSApplication.updateGuiParamsManager
(Parameters params, ParametersUI pui) -
Uses of Parameters in repast.simphony.ui.parameters
Modifier and TypeMethodDescriptionBooleanParameterBinder.getComponent
(Parameters params) DefaultParameterBinder.getComponent
(Parameters params) FPRangeParameterBinder.getComponent
(Parameters params) ListParameterBinder.getComponent
(Parameters params) ParameterBinder.getComponent
(Parameters params) Creates a JComponent for a parameter in the parameters.RangeParameterBinder.getComponent
(Parameters params) ReadOnlyParameterBinder.getComponent
(Parameters params) protected String
AbstractParameterBinder.toXML
(Parameters params, String defaultValue, String suffix) -
Uses of Parameters in repast.simphony.ui.probe
Modifier and TypeMethodDescriptionParameterProbeBeanCreator.createProbeableBean
(Parameters parameters) -
Uses of Parameters in repast.simphony.ui.sweep
Modifier and TypeMethodDescriptionParameterSweepInput.getParams()
ParameterSweepPanel.getParams()
ModifierConstructorDescriptionParameterSweepInput
(String parameter, Parameters params) ParameterSweepPanel
(Parameters params, JDialog parent) Create the GUI and show it. -
Uses of Parameters in repast.simphony.userpanel.ui
Modifier and TypeMethodDescriptionvoid
DefaultUserPanelDescriptorAction.runInitialize
(RunState runState, Object contextId, Parameters runParams) -
Uses of Parameters in repast.simphony.visualization.engine
Modifier and TypeMethodDescriptionvoid
DisplayComponentControllerAction.runInitialize
(RunState runState, Object contextId, Parameters params) -
Uses of Parameters in repast.simphony.ws
Modifier and TypeMethodDescriptionvoid
DisplayServerControllerAction.runInitialize
(RunState runState, Object contextId, Parameters params)