Uses of Class
repast.simphony.scenario.Scenario
Packages that use Scenario
Package
Description
-
Uses of Scenario in repast.simphony.batch
Subclasses of Scenario in repast.simphony.batchModifier and TypeClassDescriptionclass
Allows the programmatic creation of a scenario for use in a batch run. -
Uses of Scenario in repast.simphony.chart2.engine
Methods in repast.simphony.chart2.engine with parameters of type ScenarioModifier and TypeMethodDescriptionprotected ControllerAction
HistogramControllerActionIO.HistogramActionLoader.createAction
(HistogramChartDescriptor data, Scenario scenario) protected ControllerAction
TimeSeriesControllerActionIO.TimeSeriesActionLoader.createAction
(TimeSeriesChartDescriptor data, Scenario scenario) -
Uses of Scenario in repast.simphony.data2.engine
Methods in repast.simphony.data2.engine with parameters of type ScenarioModifier and TypeMethodDescriptionprotected ControllerAction
ConsoleSinkControllerActionIO.ConsoleSinkActionLoader.createAction
(ConsoleSinkDescriptor data, Scenario scenario) protected ControllerAction
DataSetControllerActionIO.DataSetActionLoader.createAction
(DataSetDescriptor data, Scenario scenario) protected ControllerAction
FileSinkControllerActionIO.FileSinkActionLoader.createAction
(FileSinkDescriptor data, Scenario scenario) -
Uses of Scenario in repast.simphony.dataLoader.engine
Methods in repast.simphony.dataLoader.engine with parameters of type ScenarioModifier and TypeMethodDescriptionvoid
CNDataLoaderActionLoader.performLoad
(Reader reader, com.thoughtworks.xstream.XStream xstream, Scenario scenario, ControllerRegistry registry) void
DFDataLoaderActionLoader.performLoad
(Reader reader, com.thoughtworks.xstream.XStream xstream, Scenario scenario, ControllerRegistry registry) void
XMLDataLoaderActionLoader.performLoad
(Reader reader, com.thoughtworks.xstream.XStream xstream, Scenario scenario, ControllerRegistry registry) Constructors in repast.simphony.dataLoader.engine with parameters of type ScenarioModifierConstructorDescriptionClassNameDataLoaderAction
(String className, Scenario scenario) ClassNameDataLoaderAction
(ClassNameContextBuilder loader, Scenario scenario) DFDataLoaderControllerAction
(String title, DelimitedFileContextBuilder loader, Scenario scenario) JDBCDataLoaderControllerAction
(String title, JDBCContextBuilder loader, Scenario scenario) XMLDataLoaderAction
(String fileName, List<com.thoughtworks.xstream.converters.Converter> converters, Scenario scenario) XMLDataLoaderAction
(String fileName, Scenario scenario) XMLDataLoaderAction
(XMLContextBuilder loader, Scenario scenario) -
Uses of Scenario in repast.simphony.dataLoader.ui
Methods in repast.simphony.dataLoader.ui with parameters of type ScenarioModifier and TypeMethodDescriptionprotected org.pietschy.wizard.WizardModel
DataLoaderEditor.getWizardModel
(org.pietschy.wizard.models.SimplePath path, Scenario scenario, Object contextId) Constructors in repast.simphony.dataLoader.ui with parameters of type ScenarioModifierConstructorDescriptionCNDataLoaderActionPanel
(ClassNameDataLoaderAction action, Scenario scenario, Classpath classPath) DataLoaderEditor
(DataLoaderWizardOption option, DataLoaderControllerAction action, Scenario scenario, Object contextId, String title) -
Uses of Scenario in repast.simphony.dataLoader.ui.wizard
Methods in repast.simphony.dataLoader.ui.wizard with parameters of type ScenarioModifier and TypeMethodDescriptionstatic DynamicWizard
protected DataLoaderControllerAction
DFDataLoaderContextActionBuilder.createAction
(Scenario scenario, Object parentId) protected abstract DataLoaderControllerAction
FreezeDryerContextActionBuilder.createAction
(Scenario scenario, Object parentId) Gets an action that will create a context when run.Gets an action that will create a context when run.Gets an action that will create a context when run.Constructors in repast.simphony.dataLoader.ui.wizard with parameters of type ScenarioModifierConstructorDescriptionDataLoaderWizardModel
(org.pietschy.wizard.models.Path path, Scenario scenario, Object contextID) -
Uses of Scenario in repast.simphony.dataLoader.ui.wizard.builder
Methods in repast.simphony.dataLoader.ui.wizard.builder with parameters of type ScenarioModifier and TypeMethodDescriptionConstructors in repast.simphony.dataLoader.ui.wizard.builder with parameters of type ScenarioModifierConstructorDescriptionBuilderDataLoaderControllerAction
(String title, BuilderContextBuilder loader, Scenario scenario) -
Uses of Scenario in repast.simphony.dataLoader.wizard
Methods in repast.simphony.dataLoader.wizard with parameters of type ScenarioModifier and TypeMethodDescriptionprotected DataLoaderControllerAction
JDBCContextActionBuilder.createAction
(Scenario scenario, Object parentId) -
Uses of Scenario in repast.simphony.freezedry.gui
Methods in repast.simphony.freezedry.gui with parameters of type ScenarioModifier and TypeMethodDescriptionprotected org.pietschy.wizard.WizardModel
FreezerEditor.getWizardModel
(org.pietschy.wizard.models.SimplePath path, Scenario scenario, Object contextId) Constructors in repast.simphony.freezedry.gui with parameters of type ScenarioModifierConstructorDescriptionFreezerEditor
(FreezeDryWizardOption option, FreezerControllerAction action, Scenario scenario, Object contextId, String title) -
Uses of Scenario in repast.simphony.freezedry.wizard
Methods in repast.simphony.freezedry.wizard with parameters of type ScenarioModifier and TypeMethodDescriptionstatic DynamicWizard
static DynamicWizard
FreezeDryWizardPluginUtil.create
(Scenario scenario, Object contextID, boolean showScheduleParams, String finishText) Constructors in repast.simphony.freezedry.wizard with parameters of type ScenarioModifierConstructorDescriptionFreezeDryWizardModel
(org.pietschy.wizard.models.Path path, Scenario scenario, Object contextID) -
Uses of Scenario in repast.simphony.relogo
Methods in repast.simphony.relogo with parameters of type ScenarioModifier and TypeMethodDescriptionvoid
ReLogoInitializer.initialize
(Scenario scen, RunEnvironmentBuilder builder) -
Uses of Scenario in repast.simphony.scenario
Fields in repast.simphony.scenario declared as ScenarioMethods in repast.simphony.scenario that return ScenarioMethods in repast.simphony.scenario with parameters of type ScenarioModifier and TypeMethodDescriptionprotected ControllerAction
DefaultActionLoader.createAction
(T data, Scenario scenario) protected abstract ControllerAction
ObjectActionLoader.createAction
(T data, Scenario scenario) void
ModelInitializer.initialize
(Scenario scen, RunEnvironmentBuilder builder) Initializes the model context using the specified Scenario and RunEnviromentBuilder.ScenarioFileLoader.load
(File scenarioDir, Scenario scenario, ControllerRegistry registry) Loads serialized actions into the specified ControllerRegistry and returns that registry.void
AbstractActionLoader.loadAction
(com.thoughtworks.xstream.XStream xstream, Scenario scenario, ControllerRegistry registry) void
ActionLoader.loadAction
(com.thoughtworks.xstream.XStream xstream, Scenario scenario, ControllerRegistry registry) protected abstract void
AbstractActionLoader.performLoad
(Reader reader, com.thoughtworks.xstream.XStream xstream, Scenario scenario, ControllerRegistry registry) protected void
ObjectActionLoader.performLoad
(Reader reader, com.thoughtworks.xstream.XStream xstream, Scenario scenario, ControllerRegistry registry) void
ScenarioSaver.save
(ActionExtensions ext, Scenario scenario) -
Uses of Scenario in repast.simphony.ui
Methods in repast.simphony.ui that return Scenario -
Uses of Scenario in repast.simphony.ui.plugin.editor
Fields in repast.simphony.ui.plugin.editor declared as ScenarioMethods in repast.simphony.ui.plugin.editor with parameters of type ScenarioModifier and TypeMethodDescriptionprotected void
AbstractWizardEditor.buildEditor
(Scenario scenario, Object contextId) Creates and returns anOptionsEditorDialog
whose content is the steps fromAbstractWizardEditor.getPath()
whose model is from#getWizardModel(SimplePath, Scenario, Object, ScenarioTreeEvent)
, and whose title is this wizard's title.protected abstract org.pietschy.wizard.WizardModel
AbstractWizardActionUI.getWizardModel
(org.pietschy.wizard.models.SimplePath path, Scenario scenario, Object contextId, ScenarioTreeEvent evt) Retrieves theWizardModel
to be used when creating the wizard used when adding steps to the created dialog.protected abstract org.pietschy.wizard.WizardModel
AbstractWizardEditor.getWizardModel
(org.pietschy.wizard.models.SimplePath path, Scenario scenario, Object contextId) Retrieves theWizardModel
to be used when creating the wizard used when adding steps to the created dialog.Constructors in repast.simphony.ui.plugin.editor with parameters of type ScenarioModifierConstructorDescriptionAbstractWizardEditor
(T action, Scenario scenario, Object contextId, String title) Constructs this with the specified action to work on, the title for any created editors and the label for displaying for actions. -
Uses of Scenario in repast.simphony.ui.tree
Methods in repast.simphony.ui.tree that return ScenarioMethods in repast.simphony.ui.tree with parameters of type ScenarioModifier and TypeMethodDescriptionvoid
ScenarioTree.setControllerRegistry
(Scenario scenario, ControllerRegistry registry) Constructors in repast.simphony.ui.tree with parameters of type ScenarioModifierConstructorDescriptionScenarioTreeEvent
(Object contextID, Scenario scenario, ControllerRegistry registry, ScenarioTree tree, int row) -
Uses of Scenario in repast.simphony.userpanel.ui
Methods in repast.simphony.userpanel.ui with parameters of type ScenarioModifier and TypeMethodDescriptionprotected ControllerAction
UserPanelControllerActionIO.UserPanelActionLoader.createAction
(UserPanelDescriptor descriptor, Scenario scenario) Constructors in repast.simphony.userpanel.ui with parameters of type Scenario -
Uses of Scenario in repast.simphony.util.wizard
Fields in repast.simphony.util.wizard declared as ScenarioMethods in repast.simphony.util.wizard that return ScenarioMethods in repast.simphony.util.wizard with parameters of type ScenarioModifier and TypeMethodDescriptionDynamicWizardModelFactory.create
(org.pietschy.wizard.models.Path path, Scenario scenario, Object contextID) WizardModelFactory.create
(org.pietschy.wizard.models.Path path, Scenario scenario, Object contextID) Constructors in repast.simphony.util.wizard with parameters of type ScenarioModifierConstructorDescriptionDynamicWizard
(String wizardId, Scenario scenario, Object contextID, String firstStepTitle, String firstStepPrompt, org.pietschy.wizard.WizardStep finishStep, WizardModelFactory modelFactory, org.pietschy.wizard.WizardStep... firstSteps) DynamicWizardModel
(org.pietschy.wizard.models.Path path, Scenario scenario, Object contextID) -
Uses of Scenario in repast.simphony.visualization.engine
Methods in repast.simphony.visualization.engine with parameters of type ScenarioModifier and TypeMethodDescriptionprotected ControllerAction
DisplayControllerActionIO.DisplayActionLoader.createAction
(DisplayDescriptor descriptor, Scenario scenario) -
Uses of Scenario in repast.simphony.ws
Methods in repast.simphony.ws with parameters of type ScenarioModifier and TypeMethodDescriptionvoid
WSInitializer.initialize
(Scenario scenario, RunEnvironmentBuilder builder) This is ran after the model has been loaded.