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 TypeClassDescriptionclassAllows 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 ControllerActionHistogramControllerActionIO.HistogramActionLoader.createAction(HistogramChartDescriptor data, Scenario scenario) protected ControllerActionTimeSeriesControllerActionIO.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 ControllerActionConsoleSinkControllerActionIO.ConsoleSinkActionLoader.createAction(ConsoleSinkDescriptor data, Scenario scenario) protected ControllerActionDataSetControllerActionIO.DataSetActionLoader.createAction(DataSetDescriptor data, Scenario scenario) protected ControllerActionFileSinkControllerActionIO.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 TypeMethodDescriptionvoidCNDataLoaderActionLoader.performLoad(Reader reader, com.thoughtworks.xstream.XStream xstream, Scenario scenario, ControllerRegistry registry) voidDFDataLoaderActionLoader.performLoad(Reader reader, com.thoughtworks.xstream.XStream xstream, Scenario scenario, ControllerRegistry registry) voidXMLDataLoaderActionLoader.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.WizardModelDataLoaderEditor.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 DynamicWizardprotected DataLoaderControllerActionDFDataLoaderContextActionBuilder.createAction(Scenario scenario, Object parentId) protected abstract DataLoaderControllerActionFreezeDryerContextActionBuilder.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 DataLoaderControllerActionJDBCContextActionBuilder.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.WizardModelFreezerEditor.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 DynamicWizardstatic DynamicWizardFreezeDryWizardPluginUtil.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 TypeMethodDescriptionvoidReLogoInitializer.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 ControllerActionDefaultActionLoader.createAction(T data, Scenario scenario) protected abstract ControllerActionObjectActionLoader.createAction(T data, Scenario scenario) voidModelInitializer.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.voidAbstractActionLoader.loadAction(com.thoughtworks.xstream.XStream xstream, Scenario scenario, ControllerRegistry registry) voidActionLoader.loadAction(com.thoughtworks.xstream.XStream xstream, Scenario scenario, ControllerRegistry registry) protected abstract voidAbstractActionLoader.performLoad(Reader reader, com.thoughtworks.xstream.XStream xstream, Scenario scenario, ControllerRegistry registry) protected voidObjectActionLoader.performLoad(Reader reader, com.thoughtworks.xstream.XStream xstream, Scenario scenario, ControllerRegistry registry) voidScenarioSaver.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 voidAbstractWizardEditor.buildEditor(Scenario scenario, Object contextId) Creates and returns anOptionsEditorDialogwhose 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.WizardModelAbstractWizardActionUI.getWizardModel(org.pietschy.wizard.models.SimplePath path, Scenario scenario, Object contextId, ScenarioTreeEvent evt) Retrieves theWizardModelto be used when creating the wizard used when adding steps to the created dialog.protected abstract org.pietschy.wizard.WizardModelAbstractWizardEditor.getWizardModel(org.pietschy.wizard.models.SimplePath path, Scenario scenario, Object contextId) Retrieves theWizardModelto 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 TypeMethodDescriptionvoidScenarioTree.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 ControllerActionUserPanelControllerActionIO.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 ControllerActionDisplayControllerActionIO.DisplayActionLoader.createAction(DisplayDescriptor descriptor, Scenario scenario) -
Uses of Scenario in repast.simphony.ws
Methods in repast.simphony.ws with parameters of type ScenarioModifier and TypeMethodDescriptionvoidWSInitializer.initialize(Scenario scenario, RunEnvironmentBuilder builder) This is ran after the model has been loaded.