Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- abs(Number) - Static method in class repast.simphony.relogo.Utility
-
Returns the absolute value of a number.
- AbstractAction - Class in repast.simphony.engine.schedule
-
Abstract base action used by the default scheduling mechanism.
- AbstractAction(ScheduleParameters) - Constructor for class repast.simphony.engine.schedule.AbstractAction
-
Creates an AbstractAction using the specified ScheduleParameters.
- AbstractAction(ScheduleParameters, long) - Constructor for class repast.simphony.engine.schedule.AbstractAction
- AbstractAction.IntervalRescheduler - Class in repast.simphony.engine.schedule
-
Reschedules this AbstractAction for execution by resetting its nextTime to the last time it executed plus the interval of execution.
- AbstractAction.OneTimeRescheduler - Class in repast.simphony.engine.schedule
-
Empty implementation because an action scheduled not to repeat does not need to be rescheduled.
- AbstractAction.Rescheduler - Interface in repast.simphony.engine.schedule
-
An rescheduler is responsible for rescheduling an action in the ActionQueue.
- AbstractActionLoader - Class in repast.simphony.scenario
- AbstractActionLoader(File, Object) - Constructor for class repast.simphony.scenario.AbstractActionLoader
- AbstractAgentSet<E extends ReLogoAgent> - Class in repast.simphony.relogo
- AbstractAgentSet() - Constructor for class repast.simphony.relogo.AbstractAgentSet
- AbstractAgentSet(Collection<E>) - Constructor for class repast.simphony.relogo.AbstractAgentSet
- AbstractAirspaceLayer<S,
T> - Class in repast.simphony.visualization.gis3D -
Abstract base class for WorldWind GIS display Airspace layers.
- AbstractAirspaceLayer(String, S) - Constructor for class repast.simphony.visualization.gis3D.AbstractAirspaceLayer
- AbstractCartesianDisplayCreator - Class in repast.simphony.visualization.engine
-
Display creator for 2D/3D Cartesian displays with value layers.
- AbstractCartesianDisplayCreator(Context<?>, CartesianDisplayDescriptor) - Constructor for class repast.simphony.visualization.engine.AbstractCartesianDisplayCreator
- AbstractChartCreator - Class in repast.simphony.chart2
-
Sets plot properties given a chart descriptor.
- AbstractChartCreator() - Constructor for class repast.simphony.chart2.AbstractChartCreator
- AbstractContext<T> - Class in repast.simphony.context
-
Abstract base class implementation of the
Context
interface. - AbstractContext() - Constructor for class repast.simphony.context.AbstractContext
- AbstractContinuousSpace<T,
U> - Class in repast.simphony.space.continuous -
Default implementation of an n-dimensional continuous space.
- AbstractContinuousSpace(String, ContinuousAdder<T>, PointTranslator, CoordinateAccessor<T, U>, double...) - Constructor for class repast.simphony.space.continuous.AbstractContinuousSpace
-
Constructs this space with the specified name, adder, translator, accessor and size.
- AbstractContinuousSpace(String, ContinuousAdder<T>, PointTranslator, CoordinateAccessor<T, U>, double[], double[]) - Constructor for class repast.simphony.space.continuous.AbstractContinuousSpace
-
Constructs this space with the specified name, adder, translator, accessor and size.
- AbstractContinuousSpace.PointHolder - Class in repast.simphony.space.continuous
-
A little class used for getting rid of some hash table lookups.
- AbstractControllerAction<T> - Class in repast.simphony.engine.controller
-
An abstract
ControllerAction
that aims to simplify the implementation of ControllerActions. - AbstractControllerAction() - Constructor for class repast.simphony.engine.controller.AbstractControllerAction
- AbstractControllerActionIO<T extends ControllerAction> - Class in repast.simphony.scenario
- AbstractControllerActionIO(Class<T>) - Constructor for class repast.simphony.scenario.AbstractControllerActionIO
- AbstractConverter - Class in repast.simphony.xml
-
Abstract helper base class for mplementations of a xstream Converters.
- AbstractConverter() - Constructor for class repast.simphony.xml.AbstractConverter
- AbstractDataSet - Class in repast.simphony.data2
-
Abstract DataSet implementation.
- AbstractDataSet(String) - Constructor for class repast.simphony.data2.AbstractDataSet
- AbstractDataSetBuilder - Class in repast.simphony.data2.builder
- AbstractDataSetBuilder(String) - Constructor for class repast.simphony.data2.builder.AbstractDataSetBuilder
- AbstractDataSetManager - Class in repast.simphony.data2
-
Abstract implementation of a DataSetManager.
- AbstractDataSetManager() - Constructor for class repast.simphony.data2.AbstractDataSetManager
- AbstractDataSetManager.ObjList - Class in repast.simphony.data2
- AbstractDataSetManager.ScheduledDataSet - Class in repast.simphony.data2
- AbstractDataSource<X> - Class in repast.simphony.freezedry
- AbstractDataSource() - Constructor for class repast.simphony.freezedry.AbstractDataSource
- AbstractDescriptor - Class in repast.simphony.scenario
- AbstractDescriptor(String) - Constructor for class repast.simphony.scenario.AbstractDescriptor
-
Constructs the descriptor with the specified name.
- AbstractDescriptorControllerActionIO<T extends DescriptorControllerAction,
U extends Descriptor> - Class in repast.simphony.scenario - AbstractDescriptorControllerActionIO(Class<T>, Class<U>) - Constructor for class repast.simphony.scenario.AbstractDescriptorControllerActionIO
- AbstractDescriptorWizardActionUI<T extends Descriptor,
U extends DescriptorControllerAction> - Class in repast.simphony.ui - AbstractDescriptorWizardActionUI(U) - Constructor for class repast.simphony.ui.AbstractDescriptorWizardActionUI
- AbstractDisplay - Class in repast.simphony.visualization
- AbstractDisplay() - Constructor for class repast.simphony.visualization.AbstractDisplay
- AbstractDisplay3D - Class in repast.simphony.visualization.visualization3D
-
Abstract base class for 3D displays.
- AbstractDisplay3D(DisplayData<?>, Layout) - Constructor for class repast.simphony.visualization.visualization3D.AbstractDisplay3D
- AbstractDisplayData<T> - Class in repast.simphony.visualization
-
Abstract implementation of DisplayData.
- AbstractDisplayData() - Constructor for class repast.simphony.visualization.AbstractDisplayData
- AbstractDisplayLayer3D - Class in repast.simphony.visualization.visualization3D
- AbstractDisplayLayer3D(Style3D, Group) - Constructor for class repast.simphony.visualization.visualization3D.AbstractDisplayLayer3D
- AbstractDisplayLayerOGL2D<S> - Class in repast.simphony.visualizationOGL2D
-
Abstract base class for OGL2D display layers.
- AbstractDisplayLayerOGL2D(S, VLayer) - Constructor for class repast.simphony.visualizationOGL2D.AbstractDisplayLayerOGL2D
- AbstractEditorMenuItem - Class in repast.simphony.ui.plugin
-
Partial implementation of the EditorMenuItem interface.
- AbstractEditorMenuItem(String) - Constructor for class repast.simphony.ui.plugin.AbstractEditorMenuItem
-
Creates an AbstractEditorMenuItem with the specified label.
- AbstractFormatter - Class in repast.simphony.data2
-
Abstract base class for Formatters.
- AbstractFormatter(Collection<? extends DataSource>, String) - Constructor for class repast.simphony.data2.AbstractFormatter
-
Creates a Formatter that will format data form the specified sources.
- AbstractFormatter.ItemFormatter - Class in repast.simphony.data2
- AbstractFormatter.RuntimeTestFormatter - Class in repast.simphony.data2
- AbstractFormatter.StringFormatter - Class in repast.simphony.data2
- AbstractFreezeDryer<U> - Class in repast.simphony.freezedry
- AbstractFreezeDryer(FreezeDryedRegistry) - Constructor for class repast.simphony.freezedry.AbstractFreezeDryer
- AbstractGenerator<T> - Class in repast.simphony.context.space.graph
-
Abstract base implementation of NetworkGenerator.
- AbstractGenerator() - Constructor for class repast.simphony.context.space.graph.AbstractGenerator
- AbstractGeometryQuery<T> - Class in repast.simphony.query.space.gis
-
Abstract implementation of geometry based queries.
- AbstractGeometryQuery(Geography<T>, Geometry) - Constructor for class repast.simphony.query.space.gis.AbstractGeometryQuery
- AbstractGeometryQuery(Geography<T>, T) - Constructor for class repast.simphony.query.space.gis.AbstractGeometryQuery
- AbstractGraphExecutor<E> - Class in repast.simphony.engine.graph
-
Base implementation of a GraphExecutor.
- AbstractGraphExecutor(ISchedule, ScheduleParameters, Traverser<E>, Executor<E>) - Constructor for class repast.simphony.engine.graph.AbstractGraphExecutor
-
Constructs this graph executor to work with the specified parameters.
- AbstractGrid<T,
U> - Class in repast.simphony.space.grid -
Default implementation of an n-dimensional grid.
- AbstractGrid(String, GridAdder<T>, GridPointTranslator, CellAccessor<T, U>, int...) - Constructor for class repast.simphony.space.grid.AbstractGrid
-
Constructs this space with the specified name, adder, translator, accessor and size.
- AbstractGrid(String, GridAdder<T>, GridPointTranslator, CellAccessor<T, U>, int[], int[]) - Constructor for class repast.simphony.space.grid.AbstractGrid
-
Constructs this space with the specified name, adder, translator, accessor and size.
- AbstractGrid.PointHolder - Class in repast.simphony.space.grid
-
A little class used for getting rid of some hash table lookups.
- AbstractGridFunction - Class in repast.simphony.valueLayer
- AbstractGridFunction() - Constructor for class repast.simphony.valueLayer.AbstractGridFunction
- AbstractGridPointTranslator - Class in repast.simphony.space.grid
-
Implements transform according to default grid moveTo semantics.
- AbstractGridPointTranslator() - Constructor for class repast.simphony.space.grid.AbstractGridPointTranslator
- AbstractGridQuery<T> - Class in repast.simphony.query.space.grid
-
Abstract base class for grid queries.
- AbstractGridQuery(Grid<T>, T, int...) - Constructor for class repast.simphony.query.space.grid.AbstractGridQuery
- AbstractHistogramDataset - Class in repast.simphony.chart2
-
Base class for histogram datasets to be used with JFreeCharts.
- AbstractHistogramDataset(Comparable<?>) - Constructor for class repast.simphony.chart2.AbstractHistogramDataset
- AbstractLabel - Class in repast.simphony.visualization.visualization3D
- AbstractLabel() - Constructor for class repast.simphony.visualization.visualization3D.AbstractLabel
- AbstractLabel(String, Style3D.LabelPosition) - Constructor for class repast.simphony.visualization.visualization3D.AbstractLabel
- AbstractLayoutUpdater - Class in repast.simphony.visualization
-
Abstract base class for LayoutUpdaters.
- AbstractLayoutUpdater(Layout) - Constructor for class repast.simphony.visualization.AbstractLayoutUpdater
-
Creates a UpdateLayoutUpdater to manage the updates of the specified layout.
- AbstractLink<T> - Class in repast.simphony.relogo
- AbstractLink() - Constructor for class repast.simphony.relogo.AbstractLink
- AbstractMarqueeHandler - Class in repast.simphony.gis.tools
- AbstractMarqueeHandler() - Constructor for class repast.simphony.gis.tools.AbstractMarqueeHandler
- AbstractNetworkLayout<T> - Class in repast.simphony.visualization
- AbstractNetworkLayout() - Constructor for class repast.simphony.visualization.AbstractNetworkLayout
- AbstractNetworkQuery<T> - Class in repast.simphony.query.space.graph
- AbstractNetworkQuery(Context<T>, T) - Constructor for class repast.simphony.query.space.graph.AbstractNetworkQuery
-
Creates a network query that will query any networks in the specified context using the specified object.
- AbstractNetworkQuery(Network<T>, T) - Constructor for class repast.simphony.query.space.graph.AbstractNetworkQuery
-
Creates a network query that will query the specified network using the specified object.
- AbstractNumberSetterCreator - Class in repast.simphony.parameter.xml
- AbstractNumberSetterCreator() - Constructor for class repast.simphony.parameter.xml.AbstractNumberSetterCreator
- AbstractNumberSetterCreator.Type - Enum Class in repast.simphony.parameter.xml
- AbstractObserver - Class in repast.simphony.relogo
- AbstractObserver() - Constructor for class repast.simphony.relogo.AbstractObserver
- AbstractParameterBinder - Class in repast.simphony.ui.parameters
-
Abstract implementation of a ParameterBinder, implementing display name and name.
- AbstractParameterBinder(String, String) - Constructor for class repast.simphony.ui.parameters.AbstractParameterBinder
- AbstractParameters - Class in repast.simphony.parameter
-
Abstract implementation of Parameters.
- AbstractParameters(Object) - Constructor for class repast.simphony.parameter.AbstractParameters
- AbstractParameterSetterCreator - Class in repast.simphony.parameter.xml
- AbstractParameterSetterCreator() - Constructor for class repast.simphony.parameter.xml.AbstractParameterSetterCreator
- AbstractParameterSetterCreator.AttributesValueGetter - Class in repast.simphony.parameter.xml
- AbstractParameterSetterCreator.MapValueGetter - Class in repast.simphony.parameter.xml
- AbstractParameterSetterCreator.ValueGetter - Interface in repast.simphony.parameter.xml
- AbstractPatch - Class in repast.simphony.relogo
- AbstractPatch() - Constructor for class repast.simphony.relogo.AbstractPatch
- AbstractPointTranslator - Class in repast.simphony.space.continuous
-
Implements transform according to default continuous space moveTo semantics.
- AbstractPointTranslator() - Constructor for class repast.simphony.space.continuous.AbstractPointTranslator
- AbstractProjectionDecorator<T extends Projection<?>> - Class in repast.simphony.visualization.decorator
- AbstractProjectionDecorator() - Constructor for class repast.simphony.visualization.decorator.AbstractProjectionDecorator
- AbstractProjectionDescriptor - Class in repast.simphony.visualization.engine
-
Abstract base class for implementors of ProjectionDescriptor
- AbstractProjectionDescriptor(ProjectionData) - Constructor for class repast.simphony.visualization.engine.AbstractProjectionDescriptor
- AbstractPropertyQuery<T> - Class in repast.simphony.query
-
Deprecated.
- AbstractPropertyQuery(Context<T>, String, Object) - Constructor for class repast.simphony.query.AbstractPropertyQuery
-
Deprecated.Creates an AbstractProperty query to query the specified contexts using the specified property name and value.
- AbstractRenderableLayer<S,
T extends gov.nasa.worldwind.render.Renderable> - Class in repast.simphony.visualization.gis3D -
Abstract base class for WorldWind GIS display Renderable layers.
- AbstractRenderableLayer(String, S) - Constructor for class repast.simphony.visualization.gis3D.AbstractRenderableLayer
- AbstractRunner - Class in repast.simphony.engine.environment
- AbstractRunner() - Constructor for class repast.simphony.engine.environment.AbstractRunner
- AbstractSpatialContext<T,
V> - Class in repast.simphony.context - AbstractSpatialContext() - Constructor for class repast.simphony.context.AbstractSpatialContext
- AbstractState<T> - Class in repast.simphony.statecharts
- AbstractState(String) - Constructor for class repast.simphony.statecharts.AbstractState
- AbstractStateBuilder<T> - Class in repast.simphony.statecharts
- AbstractStateBuilder(String) - Constructor for class repast.simphony.statecharts.AbstractStateBuilder
- AbstractStyleDialog - Class in repast.simphony.visualization.gui.styleBuilder
-
Abstract dialog for edited styles
- AbstractStyleDialog(Dialog) - Constructor for class repast.simphony.visualization.gui.styleBuilder.AbstractStyleDialog
- AbstractStyleDialog(Frame) - Constructor for class repast.simphony.visualization.gui.styleBuilder.AbstractStyleDialog
- AbstractSweepParameterSetter<T> - Class in repast.simphony.parameter
-
An abstract
ParameterSetter
that is meant to dealt with only one parameter (hence the parameterName value it contains). - AbstractSweepParameterSetter(String) - Constructor for class repast.simphony.parameter.AbstractSweepParameterSetter
-
Constructs this with the given name to store its parameters to.
- AbstractTextSinkDescriptor - Class in repast.simphony.data2.engine
-
Abstract base class for descriptors that define text output sink.
- AbstractTextSinkDescriptor(String) - Constructor for class repast.simphony.data2.engine.AbstractTextSinkDescriptor
- AbstractTrigger<T> - Class in repast.simphony.statecharts
- AbstractTrigger() - Constructor for class repast.simphony.statecharts.AbstractTrigger
- AbstractTriggerScheduler - Class in repast.simphony.engine.watcher
- AbstractTriggerScheduler(NotifierTrigger, IBooleanExpression, int, boolean) - Constructor for class repast.simphony.engine.watcher.AbstractTriggerScheduler
- AbstractTurtle - Class in repast.simphony.relogo
- AbstractTurtle() - Constructor for class repast.simphony.relogo.AbstractTurtle
- AbstractWizardActionUI<T extends ControllerAction> - Class in repast.simphony.ui.plugin.editor
-
This is a simple abstract
ActionUI
implementation that is to be used for ui's where the editor is based on a set ofPanelWizardStep
s. - AbstractWizardActionUI(T, String, String) - Constructor for class repast.simphony.ui.plugin.editor.AbstractWizardActionUI
-
Constructs this with the specified action to work on, the title for any created editors and the label for displaying for actions.
- AbstractWizardEditor<T extends ControllerAction> - Class in repast.simphony.ui.plugin.editor
-
This is an abstract
Editor
implementation that is to be used for ui's where the editor is based on a set ofPanelWizardStep
s. - AbstractWizardEditor(T, Scenario, Object, String) - Constructor for class repast.simphony.ui.plugin.editor.AbstractWizardEditor
-
Constructs this with the specified action to work on, the title for any created editors and the label for displaying for actions.
- AbstractWizardOption - Class in repast.simphony.util.wizard
- AbstractWizardOption(String, String) - Constructor for class repast.simphony.util.wizard.AbstractWizardOption
- AbstractXMLSweeperProducer - Class in repast.simphony.parameter.xml
- AbstractXMLSweeperProducer() - Constructor for class repast.simphony.parameter.xml.AbstractXMLSweeperProducer
- AbstractXYChartCreator - Class in repast.simphony.chart2
- AbstractXYChartCreator() - Constructor for class repast.simphony.chart2.AbstractXYChartCreator
- AbstractXYSeriesDataSink - Class in repast.simphony.chart2
- AbstractXYSeriesDataSink(BatchUpdateXYSeries) - Constructor for class repast.simphony.chart2.AbstractXYSeriesDataSink
- accept(File) - Method in class repast.simphony.ui.filters.FileExtensionFilter
- accept(File) - Method in class repast.simphony.visualization.gui.styleBuilder.IconFile2DFilter
- accept(File) - Method in class repast.simphony.visualization.gui.styleBuilder.ModelFile3DFilter
- accept(ControllerActionVisitor) - Method in class repast.simphony.engine.controller.AbstractControllerAction
-
Accepts the specified visitor.
- accept(ControllerActionVisitor) - Method in class repast.simphony.engine.controller.DefaultSchedulableAction
-
Accepts the specified visitor.
- accessor - Variable in class repast.simphony.space.continuous.AbstractContinuousSpace
- accessor - Variable in class repast.simphony.space.grid.AbstractGrid
- acos(Number) - Static method in class repast.simphony.relogo.Utility
-
Returns the arc cosine of a number.
- action - Variable in class repast.simphony.engine.controller.SchedulingControllerAction
- action - Variable in class repast.simphony.ui.plugin.editor.AbstractWizardActionUI
- action - Variable in class repast.simphony.ui.plugin.editor.AbstractWizardEditor
- action(T, AbstractState<T>, Parameters) - Method in interface repast.simphony.statecharts.StateAction
- action(T, Transition<T>, Parameters) - Method in interface repast.simphony.statecharts.TransitionAction
- ACTION_TREE_ROOT - Static variable in interface repast.simphony.engine.environment.ControllerRegistry
- actionClass - Variable in class repast.simphony.scenario.AbstractControllerActionIO
- ActionEditorCreator<T extends ControllerAction> - Interface in repast.simphony.ui.plugin
-
Interface for classes that create action editors.
- ActionEditorExtensions - Class in repast.simphony.ui.plugin
- ActionEditorExtensions() - Constructor for class repast.simphony.ui.plugin.ActionEditorExtensions
- ActionExtensions - Class in repast.simphony.plugin
- ActionExtensions() - Constructor for class repast.simphony.plugin.ActionExtensions
- actionExts - Variable in class repast.simphony.plugin.ActionExtensions
- actionFactory - Variable in class repast.simphony.engine.schedule.DefaultSchedulableActionFactory
-
The factory used to create IActions.
- actionFactory - Variable in class repast.simphony.engine.schedule.Schedule
- ActionList - Class in repast.simphony.engine.schedule
-
A list of IActions.
- ActionList() - Constructor for class repast.simphony.engine.schedule.ActionList
- ActionLoader - Interface in repast.simphony.scenario
-
Creates an action from a serialized descriptor and adds the action to a registry.
- actionPerformed(ActionEvent) - Method in class repast.simphony.chart2.gui.HistogramMenuItem
-
Invoked when an action occurs.
- actionPerformed(ActionEvent) - Method in class repast.simphony.chart2.gui.TimeSeriesChartMenuItem
-
Invoked when an action occurs.
- actionPerformed(ActionEvent) - Method in class repast.simphony.chart2.wizard.ColorEditor
- actionPerformed(ActionEvent) - Method in class repast.simphony.data.analysis.AnalysisPluginRunner
- actionPerformed(ActionEvent) - Method in class repast.simphony.data2.gui.ConsoleSinkMenuItem
-
Invoked when an action occurs.
- actionPerformed(ActionEvent) - Method in class repast.simphony.data2.gui.DataSetMenuItem
-
Invoked when an action occurs.
- actionPerformed(ActionEvent) - Method in class repast.simphony.data2.gui.FileSinkMenuItem
-
Invoked when an action occurs.
- actionPerformed(ActionEvent) - Method in class repast.simphony.dataLoader.ui.DefaultDataLoaderMenuItem
- actionPerformed(ActionEvent) - Method in class repast.simphony.freezedry.gui.DFDirectoryChooserStep
- actionPerformed(ActionEvent) - Method in class repast.simphony.freezedry.gui.FreezerMenuItem
-
Invoked when an action occurs.
- actionPerformed(ActionEvent) - Method in class repast.simphony.freezedry.wizard.FreezeDryButtonModel
- actionPerformed(ActionEvent) - Method in class repast.simphony.gis.ui.ShowExportDialog
- actionPerformed(ActionEvent) - Method in class repast.simphony.sql.RunSQLModel
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.action.ErrorLogAction
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.action.ExportNetworks
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.action.InitRun
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.action.LoadLayout
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.action.NewScenario
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.action.OpenScenario
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.action.PauseRun
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.action.ResetLayout
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.action.ResetRun
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.action.SaveAsDefaultLayout
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.action.SaveAsModel
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.action.SaveCurrentParams
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.action.SaveLayout
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.action.SaveModel
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.action.StartRun
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.action.StepRun
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.action.StopRun
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.action.ViewAgentTable
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.plugin.editor.OptionsDialog
-
Invoked when one of the option buttons is clicked.
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.sweep.ParameterSweepSubmitPanel
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.widget.VizEditorAction
-
Invoked when an action occurs.
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.widget.VizHomeAction
-
Invoked when an action occurs.
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.widget.VizInfoAction
-
Invoked when an action occurs.
- actionPerformed(ActionEvent) - Method in class repast.simphony.userpanel.ui.UserPanelMenuItem
- actionPerformed(ActionEvent) - Method in class repast.simphony.visualization.gis3D.ScreenShotAction
- actionPerformed(ActionEvent) - Method in class repast.simphony.visualization.gis3D.WMSLayersPanel.LayerInfoAction
- actionPerformed(ActionEvent) - Method in class repast.simphony.visualization.gui.DefaultDisplayMenuItem
- actionQueue - Variable in class repast.simphony.engine.schedule.Schedule
- ActionQueue - Class in repast.simphony.engine.schedule
-
A priority queue containing ISchedulableAction-s.
- ActionQueue() - Constructor for class repast.simphony.engine.schedule.ActionQueue
-
Creates an ActionQueue with a default initial size of 13.
- ActionQueue(int) - Constructor for class repast.simphony.engine.schedule.ActionQueue
-
Creates an ActionQueue with the specified initial size.
- actionRoot - Variable in class repast.simphony.scenario.ObjectActionLoader
- actions - Variable in class repast.simphony.engine.schedule.ScheduleGroup
-
List containing actions whose priority is a double _inside_ the range NEG_INFINITY, POS_INFINITY.
- ActionSaver<T extends ControllerAction> - Interface in repast.simphony.scenario
-
Interface for classes that can persist ControllerActions.
- ActionUI - Interface in repast.simphony.ui.plugin
-
Interface for classes that are user interfaces for ControllerActions.
- activate(PiccoloMapPanel) - Method in class repast.simphony.gis.tools.DistanceTool
- activate(PiccoloMapPanel) - Method in interface repast.simphony.gis.tools.MapTool
- activate(PiccoloMapPanel) - Method in class repast.simphony.gis.tools.PGISPanTool
- activate(PiccoloMapPanel) - Method in class repast.simphony.gis.tools.PositionTool
- activateState(String) - Method in class repast.simphony.statecharts.DefaultStateChart
- activateState(String) - Method in interface repast.simphony.statecharts.StateChart
-
Activates the state (identified by a potentially non-unique ID) if it exists.
- activateState(AbstractState<T>) - Method in class repast.simphony.statecharts.DefaultStateChart
- activateState(AbstractState<T>) - Method in interface repast.simphony.statecharts.StateChart
-
Activates the state if it exists.
- active - Variable in class repast.simphony.gis.tools.DistanceTool
- active - Variable in class repast.simphony.gis.tools.PositionTool
- activeRegularTransitions - Variable in class repast.simphony.statecharts.DefaultStateChart
- activeSelfTransitions - Variable in class repast.simphony.statecharts.DefaultStateChart
- add(String) - Method in interface repast.simphony.util.ClassFinder.Adder
- add(Path) - Method in class repast.simphony.ws.ModelClasspathBuilder
- add(ISchedulableAction) - Method in class repast.simphony.engine.schedule.ActionList
-
Adds the specified action.
- add(ParameterSetter) - Method in class repast.simphony.parameter.ParameterTreeSweeper
-
Adds the given
ParameterSetter
to be executed as a direct descendent of previously added node. - add(ParameterSetter, ParameterSetter) - Method in interface repast.simphony.parameter.ParameterSweeper
-
Adds the given
ParameterSetter
to be executed. - add(ParameterSetter, ParameterSetter) - Method in class repast.simphony.parameter.ParameterTreeSweeper
-
Adds the given
ParameterSetter
to specified parent initialzier. - add(ContinuousSpace<T>, T) - Method in class repast.simphony.space.continuous.RandomCartesianAdder
-
Adds the specified object to the space at a random location.
- add(ContinuousSpace<T>, T) - Method in class repast.simphony.space.continuous.SimpleCartesianAdder
-
Adds the specified object to the space.
- add(Geography<T>, T) - Method in class repast.simphony.space.gis.RandomGISAdder
- add(Geography<T>, T) - Method in class repast.simphony.space.gis.SimpleAdder
- add(Grid<T>, T) - Method in class repast.simphony.space.grid.RandomGridAdder
-
Adds the specified object to the space at a random location.
- add(Grid<T>, T) - Method in class repast.simphony.space.grid.SimpleGridAdder
-
Adds the specified object to the space.
- add(AbstractState<T>) - Method in class repast.simphony.statecharts.CompositeState
- add(T) - Method in class repast.simphony.context.AbstractContext
- add(T) - Method in class repast.simphony.context.FormerDefaultContext
- add(T) - Method in class repast.simphony.space.gis.DefaultGeography
-
Adds an object to this projection without giving it a location.
- add(T) - Method in interface repast.simphony.visualization.VisualizedObjectContainer
-
Adds the specified object to this container.
- add(T, U) - Method in interface repast.simphony.space.projection.Adder
-
Adds the specified object to the specified destination.
- ADD - Enum constant in enum class repast.simphony.chart2.OutOfRangeHandling
- ADD_EDGE - Enum constant in enum class repast.simphony.visualization.editor.DisplayEditor.Mode
-
Deprecated.
- add_escapes(String) - Method in exception repast.simphony.engine.watcher.query.ParseException
-
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
- ADD_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
- ADD_ICON - Static variable in class repast.simphony.visualization.gui.CoverageStyleStep
- ADD_ICON - Static variable in class repast.simphony.visualization.gui.StyleStep
- addAction(Object, ControllerAction, ControllerAction) - Method in class repast.simphony.engine.controller.DefaultControllerRegistry
-
Adds an action to those for the specified context, under the specified parent action.
- addAction(Object, ControllerAction, ControllerAction) - Method in interface repast.simphony.engine.environment.ControllerRegistry
-
Adds an action to those for the specified context, under the specified parent action.
- addAction(String, IAction) - Method in class repast.simphony.relogo.ReLogoModel
- addAction(ISchedulableAction) - Method in class repast.simphony.engine.schedule.ScheduleGroup
-
Add an IScheduleAction to this ScheduleGroup.
- addActionEditorCreator(String, ActionEditorCreator) - Method in class repast.simphony.ui.plugin.ComponentActionEditorExtensions
- addActionListener(ActionListener) - Method in class repast.simphony.visualization.editor.FloatingList
-
Deprecated.
- addActionListeners(ActionListener) - Method in class repast.simphony.ui.plugin.editor.ListSelector
- addActionToTree(ControllerAction) - Method in class repast.simphony.ui.tree.ScenarioTreeEvent
- addAdapter(Class<?>, FeatureAttributeAdapter) - Method in class repast.simphony.space.gis.FeatureAgentFactoryFinder
-
Adds an adapter for the specified class.
- addAddedEdges() - Method in class repast.simphony.gis.display.NetworkDisplayLayerGIS
-
Deprecated.
- addAddedEdges() - Method in class repast.simphony.visualization.network.NetworkDisplayLayer2D
- addAddedObjects(Layout) - Method in class repast.simphony.visualization.visualization2D.StyledDisplayLayer2D
-
Deprecated.
- addAgent(Class) - Method in interface repast.simphony.visualization.editor.DisplayEditor
-
Deprecated.Adds a new agent of the specified class the current agent collection
- addAgent(Class) - Method in class repast.simphony.visualization.editor.DisplayEditor2D
-
Deprecated.Adds a new agent of the specified class the current agent collection
- addAgent(Class) - Method in class repast.simphony.visualization.editor.gis.DisplayEditorGIS
-
Deprecated.Adds a new agent of the specified class the current agent collection
- addAgent(String) - Method in class repast.simphony.scenario.data.ContextData
-
Adds the class name of an agent contained by this context to this ContextData.
- addAgentAt(double, double) - Method in class repast.simphony.visualization.editor.DisplayEditor2D
-
Deprecated.Adds the current object to add at the specified coordinates.
- addAgentAt(List<Coordinate>, GeometryUtil.GeometryType) - Method in class repast.simphony.visualization.editor.gis.DisplayEditorGIS
-
Deprecated.Adds the current object to add at the specified coordinates.
- addAgentDescriptor(int, AgentDescriptor, Point2D) - Method in class repast.simphony.dataLoader.ui.wizard.builder.ContextCreatorCanvas
- addAgentDescriptor(AgentDescriptor) - Method in class repast.simphony.dataLoader.ui.wizard.builder.ContextDescriptor
- addAgentEntry(String, List<String>) - Method in class repast.simphony.scenario.data.UserPathData
-
Adds the specified path as path on which agent classes can be found.
- addAgentTableListener(AgentTableListener) - Method in class repast.simphony.ui.table.AgentTablePanel
- AddAgentToContext(String, Object) - Static method in class repast.simphony.essentials.RepastEssentials
- addAggregateDataSource(String, String) - Method in class repast.simphony.data2.engine.DataSetDescriptor
-
Adds an AggregateDataSource by className.
- addAggregateMethodDataSource(String, String, String, AggregateOp) - Method in class repast.simphony.data2.engine.DataSetDescriptor
- addAll() - Method in class repast.simphony.context.space.graph.ContextJungNetwork
- addAll(Collection<? extends T>) - Method in class repast.simphony.context.FormerDefaultContext
- addAll(Context<T>) - Method in class repast.simphony.context.space.continuous.ContextSpace
- addAll(Context<T>) - Method in class repast.simphony.context.space.grid.ContextFastSingleGrid
- addAll(Context<T>) - Method in class repast.simphony.context.space.grid.ContextGrid
- addAll(Context<T>) - Method in class repast.simphony.context.space.physics.ContextPhysics
- addAllChildStates(List<AbstractState<T>>) - Method in class repast.simphony.statecharts.CompositeStateBuilder
- addAllFiles(Collection<File>) - Method in class repast.simphony.batch.ssh.MatchedFiles
-
Adds all the files as matched files.
- addAllNoSort(ActionList) - Method in class repast.simphony.engine.schedule.ActionList
-
Adds all the elements in the other list to this one without marking this as dirty and needing to be sorted.
- addAsStateChartListener() - Method in class repast.simphony.statecharts.runtime.StateChartSVGDisplayController
- addAttribute(Attribute) - Method in class repast.simphony.scenario.data.AttributeContainer
-
Adds an attribute to this AttributeContainer.
- addBinder(String, ParameterBinder, double) - Method in class repast.simphony.ui.parameters.ParametersUI
- addBrowseForHomeStep() - Method in class repast.simphony.data.analysis.AnalysisPluginWizard
- addBtn - Variable in class repast.simphony.visualization.gui.AgentSelectionPanel
- addBuffer(Buffer) - Method in class repast.simphony.ui.widget.BufferDataSource
- addBuffer(Buffer) - Method in class repast.simphony.ui.widget.BufferSourceStream
- addButton(MapTool, Map<String, Object>) - Method in class repast.simphony.gis.display.PiccoloMapPanel
-
Deprecated.
- addButton(StateChart, UICreatorFactory.StateChartButton) - Method in class repast.simphony.statecharts.runtime.UICreatorFactory.WindowRegistry
- addCanceled() - Method in class repast.simphony.visualization.editor.DisplayEditor2D
-
Deprecated.Notifies this editor that an add was canceled.
- addCanceled() - Method in class repast.simphony.visualization.editor.gis.DisplayEditorGIS
-
Deprecated.Notifies this editor that an add was canceled.
- addChangeListener(ChangeListener) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Adds a change listener to listen for change events produced by network layout.
- addChild(int) - Method in class repast.simphony.visualization.cgd.graph.CGDNode
- addChild(WatcheeDataNode) - Method in class repast.simphony.engine.watcher.WatcheeDataNode
- addChild(FreezeDryedParentChild) - Method in class repast.simphony.freezedry.FreezeDryedObject
- addChild(ParseClanTree) - Method in class repast.simphony.visualization.cgd.util.ParseClanTree
- addChildState(AbstractState<T>) - Method in class repast.simphony.statecharts.CompositeStateBuilder
- addChildState(AbstractState<T>, String) - Method in class repast.simphony.statecharts.CompositeStateBuilder
- addClan(Clan) - Method in class repast.simphony.visualization.cgd.util.ParseClanTree
- addClassToFind(String, String) - Method in class repast.simphony.engine.watcher.WatcheeDataFinder
-
Adds the named class as a Watchee to find and the specified field to watch.
- addCompleteListener(ItemSelectable) - Method in class repast.simphony.util.wizard.CompleteHandlerWizardStep
- addCompleteListener(JTextComponent) - Method in class repast.simphony.util.wizard.CompleteHandlerWizardStep
- addComplex(FreezeDryedRegistry, FreezeDryedObject, String, Object) - Static method in class repast.simphony.freezedry.FreezeDryUtils
- addComponent(JComponent, GUIRegistryType, String) - Method in class repast.simphony.engine.environment.DefaultGUIRegistry
-
Adds a component with the given type and name.
- addComponent(JComponent, GUIRegistryType, String) - Method in interface repast.simphony.engine.environment.GUIRegistry
-
Adds a component with the given type and name.
- addComponentToPane() - Method in class repast.simphony.ui.sweep.ParameterSweepInput
- addCompositeActionCreator(CompositeControllerActionCreator) - Method in class repast.simphony.plugin.ControllerActionExtensions
- addConstant(String, T) - Method in class repast.simphony.parameter.ParameterSweeperBuilder
-
Adds the a constant parameter setter for the specified parameter and with the specified value to the sweeper.
- addConstraint(String, List) - Method in class repast.simphony.parameter.DefaultParameters
-
Constains the value of the named to parameter to those in the list.
- addConstraint(String, List) - Method in class repast.simphony.parameter.DefaultSchema
-
Constains the value of the named to parameter to those in the list.
- addConstraint(String, List) - Method in interface repast.simphony.parameter.MutableParameters
-
Constains the value of the named to parameter to those in the list.
- addConstraint(String, List) - Method in class repast.simphony.parameter.ParametersCreator
-
Constrains the value of the named to parameter to those in the list.
- addConstraint(String, SteppedRange) - Method in class repast.simphony.parameter.DefaultParameters
-
Constrains the value of the named parameter to those in the specified range.
- addConstraint(String, SteppedRange) - Method in class repast.simphony.parameter.DefaultSchema
-
Constrains the value of the named parameter to those in the specified range.
- addConstraint(String, SteppedRange) - Method in interface repast.simphony.parameter.MutableParameters
-
Constrains the value of the named parameter to those in the specified range.
- addConstraint(String, SteppedRange) - Method in class repast.simphony.parameter.ParametersCreator
-
Constrains the value of the named parameter to those in the specified range.
- addContent(String, Icon, PanelWizardStep, Wizard) - Method in class repast.simphony.ui.plugin.editor.OptionsEditorDialog
-
Adds a wizard step as content for this wizard.
- addContent(String, Icon, OptionsDialogContent) - Method in class repast.simphony.ui.plugin.editor.OptionsDialog
-
Adds the specified content as an option in this dialog.
- addContent(Icon, PanelWizardStep, Wizard) - Method in class repast.simphony.ui.plugin.editor.OptionsEditorDialog
-
Adds a wizard step as content for this wizard.
- addContextId(Object, Object) - Method in class repast.simphony.engine.controller.DefaultControllerRegistry
- addContextId(Object, Object) - Method in interface repast.simphony.engine.environment.ControllerRegistry
- addContextListener(ContextListener<T>) - Method in class repast.simphony.context.AbstractContext
- addContextListener(ContextListener<T>) - Method in interface repast.simphony.context.Context
- addContextListener(ContextListener<T>) - Method in class repast.simphony.context.FormerDefaultContext
- addContextsToRegistry(ControllerRegistry, ContextData) - Method in class repast.simphony.scenario.ScenarioLoader
- addContinuousSpace() - Method in class repast.simphony.relogo.factories.ReLogoWorldFactory
- addControllerAction(int, ControllerAction) - Method in class repast.simphony.ui.tree.ScenarioTree
- addControllerActionIO(ControllerActionIO) - Method in class repast.simphony.plugin.ControllerActionIOExtensions
- addConverter(Converter) - Method in class repast.simphony.dataLoader.ui.wizard.XMLContextActionBuilder
- addConverter(Converter) - Method in class repast.simphony.freezedry.wizard.FreezeDryWizardModel
- addConverter(Class<T>, StringConverter<T>) - Method in class repast.simphony.parameter.StringConverterFactory
-
Adds a converter to the factory for the specified class.
- addConvertor(String, StringConverter) - Method in class repast.simphony.parameter.DefaultParameters
-
Adds a converter to convert the named parameter back and forth to a String.
- addConvertor(String, StringConverter) - Method in class repast.simphony.parameter.DefaultSchema
-
Adds a converter to convert the named parameter back and forth to a String.
- addConvertor(String, StringConverter) - Method in interface repast.simphony.parameter.MutableParameters
-
Adds a converter to convert the named parameter back and forth to a String.
- addConvertor(String, StringConverter) - Method in class repast.simphony.parameter.ParametersCreator
-
Adds a converter to convert the named parameter back and forth to a String.
- addCopyRightStep() - Method in class repast.simphony.data.analysis.AnalysisPluginWizard
- addCountDataSource(String, String) - Method in class repast.simphony.data2.engine.DataSetDescriptor
- addCoverage(String, GridCoverage2D) - Method in class repast.simphony.space.gis.DefaultGeography
- addCoverage(String, GridCoverage2D) - Method in interface repast.simphony.space.gis.Geography
-
Adds the named GridCoverage2D
- addCoverageLayer(String, String) - Method in class repast.simphony.gis.visualization.engine.GISDisplayDescriptor
- addCustomUserPanel(JPanel) - Method in class repast.simphony.ui.RSApplication
- addCustomUserPanel(JPanel) - Method in class repast.simphony.ui.RSGui
- addData(Object) - Method in class repast.simphony.ui.sparkline.PropertySourcedSparklineJComponent
- addData(Object) - Method in class repast.simphony.ui.sparkline.SparklineJComponent
- addData(String, Object) - Method in class repast.simphony.data2.AbstractFormatter
-
Adds the specified object to the data to be formatted.
- addData(String, Object) - Method in interface repast.simphony.data2.Formatter
-
Adds the specified object to the data to be formatted.
- addDataLayer(ValueLayer) - Method in class repast.simphony.visualization.visualization2D.ValueDisplayLayer2D
-
Deprecated.
- addDataLayer(ValueLayer) - Method in class repast.simphony.visualization.visualization3D.DefaultValueDisplayLayer3D
- addDataLayer(ValueLayer) - Method in interface repast.simphony.visualization.visualization3D.ValueDisplayLayer3D
- addDataLoader(Object, T) - Method in class repast.simphony.batch.BatchScenario
-
Adds a data loader to this scenario.
- addDataSet(DataSet, ScheduleParameters, boolean) - Method in class repast.simphony.data2.AbstractDataSetManager
- addDataSet(DataSet, ScheduleParameters, boolean) - Method in interface repast.simphony.data2.DataSetManager
-
Adds a DataSet to this DataSetManager.
- addDataSetBuilder(DataSetBuilder<?>) - Method in class repast.simphony.data2.AbstractDataSetManager
- addDataSetBuilder(DataSetBuilder<?>) - Method in interface repast.simphony.data2.DataSetManager
-
Adds a DataSetBuilder to this DataSetManager.
- addDataSetManager(Object, DataSetManager) - Method in class repast.simphony.data2.DataSetRegistry
-
Adds a DataSetManager for the specified context.
- addDataSink(DataSink) - Method in class repast.simphony.data2.builder.AbstractDataSetBuilder
-
Adds a DataSink directly to this DataSetBuilder.
- addDataSink(DataSink) - Method in interface repast.simphony.data2.builder.DataSetBuilder
-
Adds a DataSink directly.
- addDataSource(AggregateDataSource) - Method in class repast.simphony.data2.builder.AggregateDataSetBuilder
-
Adds the specified data source to this builder.
- addDataSource(NonAggregateDataSource) - Method in class repast.simphony.data2.builder.NonAggregateDataSetBuilder
-
Adds the specified data source to this builder.
- addDataSource(T) - Method in interface repast.simphony.data2.builder.DataSetBuilder
-
Adds a DataSource to this builder.
- addDataValueId(String) - Method in class repast.simphony.chart2.engine.TimeSeriesChartDescriptor
-
Adds the id of a data source to record as a series.
- addDefaultUI(Class, String) - Method in class repast.simphony.ui.plugin.ComponentActionEditorExtensions
-
Adds a default label only ui for the specified class.
- addDefaultUI(Class, String) - Method in class repast.simphony.ui.plugin.UIActionExtensions
- addDescriptor(PluginDescriptor) - Method in class repast.simphony.plugin.ExtendablePluginClassLoader
- addDisplay(String, GUIRegistryType, IDisplay) - Method in class repast.simphony.engine.environment.DefaultGUIRegistry
-
Adds an IDisplay to this GUIRegistry.
- addDisplay(String, GUIRegistryType, IDisplay) - Method in interface repast.simphony.engine.environment.GUIRegistry
-
Adds an IDisplay to this GUIRegistry.
- addDisplay(IDisplay) - Method in class repast.simphony.visualization.editor.EditorNotifier
-
Deprecated.Adds the specified display to the list of displays to updated due to an editor event.
- addDisplayListener(DisplayListener) - Method in class repast.simphony.visualization.AbstractDisplay
-
Adds a display listener to this display.
- addDisplayListener(DisplayListener) - Method in class repast.simphony.visualization.DisplayListenerSupport
-
Adds a display listener to the list of listeners to broadcast display events to.
- addDisplayListener(DisplayListener) - Method in interface repast.simphony.visualization.IDisplay
-
Adds a display listener to this display.
- addDoubleRange(String, double, double, double) - Method in class repast.simphony.parameter.ParameterTreeSweeper
-
Adds a sweep dimension for the specifed double parameter -- that is, for every run currently defined for this sweeper, runs will now be made for each step from base to max.
- addDummy(ParseClanTree, int, int, ParseClanTree, ParseClanTree) - Method in class repast.simphony.visualization.cgd.graph.GraphUtil
-
Add a dummy graph node and tree node.
- addDummyNode(int) - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
- ADDED - Enum constant in enum class repast.simphony.visualization.LayoutUpdater.Condition
- ADDED - Static variable in class repast.simphony.context.ContextEvent
-
Represents an event where an object is added to the context.
- addEdge(int, int) - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
- addEdge(int, int, Point2D.Double[]) - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
- addEdge(Object, Object) - Method in class repast.simphony.visualization.editor.DisplayEditor2D
-
Deprecated.Creates and returns a RepastEdge in the currently selected network.
- addEdge(Object, Object, List<Coordinate>) - Method in class repast.simphony.visualization.editor.gis.DisplayEditorGIS
-
Deprecated.Creates and returns a RepastEdge in the currently selected network.
- addEdge(RepastEdge) - Method in class repast.simphony.gis.display.NetworkDisplayLayerGIS
-
Deprecated.
- addEdge(RepastEdge) - Method in class repast.simphony.visualization.network.NetworkDisplayLayer2D
- addEdge(RepastEdge<T>) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
- addEdge(RepastEdge<T>) - Method in class repast.simphony.space.graph.DirectedJungNetwork
- addEdge(RepastEdge<T>) - Method in class repast.simphony.space.graph.JungNetwork
- addEdge(RepastEdge<T>) - Method in interface repast.simphony.space.graph.Network
-
Adds the specified edge to this Network.
- addEdge(RepastEdge<T>) - Method in class repast.simphony.space.graph.UndirectedJungNetwork
- addEdge(RepastEdge<T>, EdgeType) - Method in class repast.simphony.space.graph.JungNetwork
- addEdge(T, T) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
- addEdge(T, T) - Method in class repast.simphony.space.graph.JungNetwork
- addEdge(T, T) - Method in interface repast.simphony.space.graph.Network
-
Adds an edge between the specified objects.
- addEdge(T, T, double) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
- addEdge(T, T, double) - Method in class repast.simphony.space.graph.DirectedJungNetwork
- addEdge(T, T, double) - Method in interface repast.simphony.space.graph.Network
-
Adds an edge between the specified objects.
- addEdge(T, T, double) - Method in class repast.simphony.space.graph.UndirectedJungNetwork
- addEdgesOrVertices(Iterable) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
This gets the edges or vertices from the network
- addEditedStyle(String, String) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
- addEditedStyle(String, String) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- addEditedStyle(String, String) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
- addEditor(DisplayEditor2D) - Method in class repast.simphony.visualization.editor.EditorNotifier
-
Deprecated.Adds the specified editor to the list of editors to be updated due to an editor event.
- addEditorMenuItem(String, EditorMenuItem) - Method in class repast.simphony.ui.plugin.CompositeActionEditorExtensions
- addEditorMenuItem(EditorMenuItem) - Method in class repast.simphony.ui.plugin.ParentActionUI
- addedObjects - Variable in class repast.simphony.visualization.gis3D.AbstractAirspaceLayer
- addedObjects - Variable in class repast.simphony.visualization.gis3D.AbstractRenderableLayer
- AddedRemovedLayoutUpdater - Class in repast.simphony.visualization
-
Updates the layout whenever an object has been added or removed, but NOT when they have been moved.
- AddedRemovedLayoutUpdater(Layout) - Constructor for class repast.simphony.visualization.AddedRemovedLayoutUpdater
-
Creates an AddedRemovedLayoutUpdater that manages the updates on the specified layout.
- addEntry(String) - Method in class repast.simphony.scenario.data.Classpath
-
Adds the specified entry to the classpath.
- addEntry(String, boolean) - Method in class repast.simphony.scenario.data.UserPathData
-
Adds the specified entry to the classpath.
- addEntry(String, Class, Object) - Method in class repast.simphony.parameter.DefaultSchema
-
Adds a schema entry to this Schema.
- addEntry(ClassPathEntry) - Method in class repast.simphony.scenario.data.Classpath
-
Adds the specified entry to the classpath.
- addEntry(ClassPathEntry) - Method in class repast.simphony.util.ClassFinder
- adder - Variable in class repast.simphony.space.continuous.AbstractContinuousSpace
- adder - Variable in class repast.simphony.space.gis.DefaultGeography
- adder - Variable in class repast.simphony.space.grid.AbstractGrid
- adder - Variable in class repast.simphony.space.grid.GridBuilderParameters
- adder - Variable in class repast.simphony.visualization.visualization3D.AbstractDisplayLayer3D
- Adder<T,
U> - Interface in repast.simphony.space.projection -
Interface for classes that wish to add objects to a space.
- ADDER_KEY - Static variable in class repast.simphony.freezedry.freezedryers.proj.ContinuousProjectionDryer
- ADDER_KEY - Static variable in class repast.simphony.freezedry.freezedryers.proj.GridProjectionDryer2
- AdderPanel - Class in repast.simphony.dataLoader.ui.wizard.builder
- AdderPanel(ContextDescriptor) - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.AdderPanel
- addError(MessageEvent) - Method in class repast.simphony.ui.widget.ErrorLog
- addEscapes(String) - Static method in error repast.simphony.engine.watcher.query.TokenMgrError
-
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
- addExtension(ScenarioCreatorExtension) - Method in class repast.simphony.scenario.ScenarioCreator
-
Adds the specified ScenarioCreatorPlugin that will be run during scenario creation.
- addField(String) - Method in class repast.simphony.engine.watcher.WatcheeData
- addFieldDescriptor(String, String) - Method in class repast.simphony.engine.watcher.WatcheeDescriptor
- addFields(Collection<String>) - Method in class repast.simphony.engine.watcher.WatcheeData
- addFieldSetWatch(WatchParameters, ISchedule) - Method in class repast.simphony.engine.watcher.WatcherTrigger
-
Adds a watch of a field set.
- addFieldToWatch(String, String) - Method in class repast.simphony.engine.watcher.WatcheeInstrumentor
-
Adds the named field in the named class as a field to watch.
- addFieldToWatchFromWatcherPath(String) - Method in class repast.simphony.engine.watcher.WatcheeInstrumentor
-
Adds fields to watch from any @Watch annotations on any class that this finds in the specified path.
- addFile(File) - Method in class repast.simphony.batch.ssh.MatchedFiles
-
Adds the specified file as a match.
- addFile(File) - Method in class repast.simphony.batch.ssh.OutputFinder.Instance
- addFileDataSink(FileDataSink) - Method in class repast.simphony.data2.DataSetRegistry
-
Adds a FileDataSink to this DataSetRegistry.
- addFileDataSinkBuilder(FileDataSinkBuilder) - Method in class repast.simphony.data2.builder.AbstractDataSetBuilder
-
Defines a FileDataSink for this DataSet.
- addFileDataSinkBuilder(FileDataSinkBuilder) - Method in interface repast.simphony.data2.builder.DataSetBuilder
-
Adds a FileDataSink for this DataSet.
- addFilter() - Method in class repast.simphony.ui.table.TableFilterDialog
- addFilter(String) - Method in class repast.simphony.util.ClassPathEntry
-
Adds the specified filter as a ClassPathFilter to this PathEntry.
- addFilter(Filter<T>) - Method in class repast.simphony.filter.OrFilter
-
Add the specified filter to this OrFilter.
- addFilter(ClassPathFilter) - Method in class repast.simphony.util.ClassPathEntry
-
Adds the specified filter to this PathEntry.
- addForExecution(ScheduleGroup) - Method in class repast.simphony.engine.schedule.AbstractAction
-
Add this ScheduableAction to the specified group for execution.
- addForExecution(ScheduleGroup) - Method in interface repast.simphony.engine.schedule.ISchedulableAction
-
Add this ScheduableAction to the specified group for execution.
- addFromContext(T) - Method in class repast.simphony.context.space.continuous.ContextSpace
- addFromContext(T) - Method in class repast.simphony.context.space.grid.ContextFastSingleGrid
- addFromContext(T) - Method in class repast.simphony.context.space.grid.ContextGrid
- addFromContext(T) - Method in class repast.simphony.context.space.physics.ContextPhysics
- addGlobeLayer(String, boolean) - Method in class repast.simphony.gis.visualization.engine.GISDisplayData
- addGlobeLayer(String, boolean) - Method in class repast.simphony.gis.visualization.engine.GISDisplayDescriptor
- addGrid() - Method in class repast.simphony.relogo.factories.ReLogoWorldFactory
- addHighightRules() - Method in class repast.simphony.visualization.editor.gis.SelectionDecorator
-
Deprecated.
- addHistoryState(HistoryState<T>) - Method in class repast.simphony.statecharts.CompositeState
- addHistoryState(HistoryState<T>) - Method in class repast.simphony.statecharts.CompositeStateBuilder
- addHistoryState(HistoryState<T>, String) - Method in class repast.simphony.statecharts.CompositeStateBuilder
- addHost(int, String) - Method in class repast.simphony.batch.ssh.SessionBuilder
- addImageAsFrame(BufferedImage) - Method in class repast.simphony.ui.widget.MovieMaker
-
Adds an image to a movie as a frame with a default sleep value of 40 milliseconds
- addImageAsFrame(BufferedImage, int) - Method in class repast.simphony.ui.widget.MovieMaker
-
Adds an image to a movie as a frame.
- addIndexedIterable(IndexedIterable<T>) - Method in class repast.simphony.util.collections.CompositeIndexedIterable
-
Add an indexed iterable to this CompositeIndexedIterable.
- addInitializer(ModelInitializer) - Method in class repast.simphony.scenario.ScenarioLoader
- addInstancesToLocal(int, int) - Method in class repast.simphony.batch.ssh.SessionBuilder
- addInstancesToRemote(int, int) - Method in class repast.simphony.batch.ssh.SessionBuilder
- addInternal(T) - Method in class repast.simphony.context.AbstractContext
- addInternal(T) - Method in class repast.simphony.context.DefaultContext
- addInternal(T) - Method in class repast.simphony.context.SmallDefaultContext
- addIntRange(String, int, int, int) - Method in class repast.simphony.parameter.ParameterTreeSweeper
-
Adds a sweep dimension for the specifed integer parameter -- that is, for every run currently defined for this sweeper, runs will now be made for each step from base to max.
- addItemForAddition(VisualItem3D) - Method in class repast.simphony.visualization.visualization3D.VisualItem3DAdderRemover
- addItemForRemoval(VisualItem3D) - Method in class repast.simphony.visualization.visualization3D.VisualItem3DAdderRemover
- addKeyFile(int, String) - Method in class repast.simphony.batch.ssh.SessionBuilder
- addLabel(String, String) - Method in class repast.simphony.ui.plugin.CompositeActionEditorExtensions
- addLayer(Layer, Object...) - Method in class repast.simphony.gis.legend.DefaultLayerManager
-
Deprecated.
- addLayer(Layer, Object...) - Method in interface repast.simphony.gis.legend.LayerManager
-
Deprecated.Add a layer into the manager.
- addLayer(PLayer) - Method in class repast.simphony.visualization.visualization2D.RepastCanvas2D
-
Deprecated.
- addLayerEventHandler(String, PInputEventListener) - Method in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
- addLayerInfoPanel(JPanel, WorldWindow, WMSLayersPanel.LayerInfo) - Method in class repast.simphony.visualization.gis3D.WMSLayersPanel
- addLayerOrder(String, int) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
- addLayerOrder(String, int) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- addLayerOrder(String, int) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
- addLegendAction(String, LegendAction<LegendEntry>) - Method in class repast.simphony.gis.legend.MapLegend
-
Deprecated.Add an action that will be offered when the user right clicks on a layer entry in the legend.
- addList(List<T>) - Method in class repast.simphony.util.collections.CompositeIndexedIterable
-
Add a List to this CompositeIndexedIterable.
- addListener(RenderListener) - Method in class repast.simphony.render.RendererListenerSupport
- addListener(ScenarioChangedListener) - Method in class repast.simphony.scenario.ScenarioChangedSupport
-
Adds a ScenarioChangedListener that will be notified when events are fired.
- addListener(Canvas3DListener) - Method in class repast.simphony.visualization.visualization3D.RepastCanvas3D
- AddListener - Interface in repast.simphony.visualization.editor
-
Deprecated.2D piccolo based code is being removed
- addListeners() - Method in class repast.simphony.visualization.gui.AgentSelectionPanel
- addListSetter(String, T[]) - Method in class repast.simphony.parameter.ParameterSweeperBuilder
-
Adds a list setter with the specified name and list elements.
- addListSetter(ParameterSetter, String, T[]) - Method in class repast.simphony.parameter.ParameterSweeperBuilder
-
Adds a list setter with the specified name and list elements.
- addLocationProbeProvider(Class<?>, LocationProbeProvider) - Method in class repast.simphony.ui.probe.ProbeManager
- addLogView(String, String, JComponent) - Method in class repast.simphony.ui.RSGui
- addMapLayerListener(MapLayerListener) - Method in class repast.simphony.gis.display.RepastMapLayer
-
Deprecated.
- addMapLayerListener(MapLayerListener) - Method in class repast.simphony.gis.display.RepastRasterLayer
-
Deprecated.
- addMasterControllerAction(ControllerAction) - Method in class repast.simphony.scenario.Scenario
-
Adds the specified ControllerAction to the master context.
- addMethodDataSource(String, String, String) - Method in class repast.simphony.data2.engine.DataSetDescriptor
- addMethodDataSource(MethodDataSourceDefinition) - Method in class repast.simphony.data2.wizard.AggMethodTableModel
- addMethodDataSource(MethodDataSourceDefinition) - Method in class repast.simphony.data2.wizard.SimpleMethodTableModel
- addModalListener(DisplayEditor.Mode, PEditorEventListener) - Method in class repast.simphony.visualization.editor.gis.DisplayEditorGIS
-
Deprecated.
- addModelessListener(PEditorEventListener) - Method in class repast.simphony.visualization.editor.gis.DisplayEditorGIS
-
Deprecated.
- addNetworkEditedStyle(Object, String) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
- addNetworkEditedStyle(Object, String) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- addNetworkEditedStyle(Object, String) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
- addNetworkStyle(Object, String) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
- addNetworkStyle(Object, String) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- addNetworkStyle(Object, String) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
- addNode(int) - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
- addNode(T, T) - Method in class repast.simphony.util.collections.NaryTree
-
Adds the specified child to the tree as a child of the specified parent.
- addNode(T, T) - Method in interface repast.simphony.util.collections.Tree
-
Adds the specified child to the tree as a child of the specified parent.
- addNodeSelectionListener(PNodeSelectionListener) - Method in class repast.simphony.visualization.editor.SelectionHandler
-
Deprecated.
- addNonAggregateDataSource(String, String) - Method in class repast.simphony.data2.engine.DataSetDescriptor
-
Adds a NonAggregateDataSource by className.
- addNoSort(int, ISchedulableAction) - Method in class repast.simphony.engine.schedule.ActionList
-
Adds the specified action at the specifed index without marking the list as dirty and needing to be sorted.
- addNoSort(ISchedulableAction) - Method in class repast.simphony.engine.schedule.ActionList
-
Adds the specified action without marking the list as dirty and needing to be sorted.
- addObject(int, AgentDescriptor, Point2D) - Method in class repast.simphony.dataLoader.ui.wizard.builder.AgentLayer
- addObject(Object) - Method in class repast.simphony.visualization.AbstractDisplay
- addObject(Object) - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- addObject(Object) - Method in class repast.simphony.visualization.gis3D.AbstractAirspaceLayer
- addObject(Object) - Method in class repast.simphony.visualization.gis3D.AbstractRenderableLayer
- addObject(Object) - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
- addObject(Object) - Method in interface repast.simphony.visualization.IDisplayLayer
-
Adds the specified object to the layer.
- addObject(Object) - Method in class repast.simphony.visualization.network.NetworkDisplayLayer2D
- addObject(Object) - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- addObject(Object) - Method in class repast.simphony.visualization.visualization2D.StyledDisplayLayer2D
-
Deprecated.
- addObject(Object) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
- addObject(Object) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplayLayer3D
- addObject(Object) - Method in class repast.simphony.visualizationOGL2D.AbstractDisplayLayerOGL2D
- addObject(Object) - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
- addObject(Object) - Method in class repast.simphony.ws.DisplayServer
- addObject(Object) - Method in class repast.simphony.ws.DisplayServer2D
- addObject(Object) - Method in class repast.simphony.ws.gis.DisplayServerGIS
- addObject(Object, int) - Method in class repast.simphony.ws.gis.StyledLayerGIS
- addObject(Object, int) - Method in class repast.simphony.ws.StyledLayer
- addObject(RepastEdge<?>, int) - Method in class repast.simphony.ws.gis.StyledNetLayerGIS
- addObject(T, RigidBody) - Method in class repast.simphony.space.physics.DefaultPhysicsSpace
- addObject(T, RigidBody) - Method in interface repast.simphony.space.physics.PhysicsSpace
- addObjectSelectionListener(ObjectSelectionListener) - Method in class repast.simphony.visualization.editor.gis.GISSelectionHandler
-
Deprecated.
- addParameter(String, Class<?>, Object, Method, Method) - Method in class repast.simphony.parameter.BoundParameters
- addParameter(String, Class, Object, boolean) - Method in class repast.simphony.parameter.DefaultParameters
-
Adds a parameter to this Parameters.
- addParameter(String, Class, Object, boolean) - Method in class repast.simphony.parameter.ParametersCreator
-
Adds a parameter to this creator.
- addParameter(String, String, Class<?>, Object, Method, Method) - Method in class repast.simphony.parameter.BoundParameters
- addParameter(String, String, Class, Object, boolean) - Method in class repast.simphony.parameter.DefaultParameters
-
Adds a parameter to this Parameters.
- addParameter(String, String, Class, Object, boolean) - Method in interface repast.simphony.parameter.MutableParameters
-
Adds a parameter to this Parameters.
- addParameter(String, String, Class, Object, boolean) - Method in class repast.simphony.parameter.ParametersCreator
-
Adds a parameter to this creator.
- addParameter(ParametersCreator) - Method in class repast.simphony.parameter.xml.ConstantBooleanSetterCreator
-
Adds the parameter to the specified creator based on the attributes added in init.
- addParameter(ParametersCreator) - Method in class repast.simphony.parameter.xml.ConstantNumberSetterCreator
-
Adds the parameter to the specified creator based on the attributes added in init.
- addParameter(ParametersCreator) - Method in class repast.simphony.parameter.xml.ConstantObjectSetterCreator
-
Adds the parameter to the specified creator based on the attributes added in init.
- addParameter(ParametersCreator) - Method in class repast.simphony.parameter.xml.ConstantStringSetterCreator
-
Adds the parameter to the specified creator based on the attributes added in init.
- addParameter(ParametersCreator) - Method in class repast.simphony.parameter.xml.ListSetterCreator
-
Adds the parameter to the specified creator based on the attributes added in init.
- addParameter(ParametersCreator) - Method in class repast.simphony.parameter.xml.NumberSetterCreator
-
Adds the parameter to the specified creator based on the attributes added in init.
- addParameter(ParametersCreator) - Method in class repast.simphony.parameter.xml.ObjectListSetterCreator
-
Adds the parameter to the specified creator based on the attributes added in init.
- addParameter(ParametersCreator) - Method in interface repast.simphony.parameter.xml.ParameterSetterCreator
-
Adds the parameter to the specified creator based on the attributes added in init.
- AddParameterDialog - Class in repast.simphony.ui
- AddParameterDialog(Dialog) - Constructor for class repast.simphony.ui.AddParameterDialog
- AddParameterDialog(Frame) - Constructor for class repast.simphony.ui.AddParameterDialog
- addParameters(Parameters) - Method in class repast.simphony.parameter.ParametersCreator
-
Adds all the parameters in the specified Parameters objects to this creator.
- addParameters(ParametersCreator) - Method in class repast.simphony.parameter.groovy.CustomParameterSetter
-
Adds the parameters that this class is responsible for to the ParametersCreator factory.
- addParameterSetter(ParameterSetter) - Method in class repast.simphony.engine.controller.DefaultControllerRegistry
- addParameterSetter(ParameterSetter) - Method in interface repast.simphony.engine.environment.ControllerRegistry
- addParameterSetter(ParameterSetter) - Method in class repast.simphony.scenario.Scenario
- addParameterType(Class<T>, ParameterType<T>) - Method in class repast.simphony.parameter.ParameterTypeFactory
-
Adds a ParameterType for the specified class.
- addParameterView(Parameters, File, RSApplication) - Method in class repast.simphony.ui.RSGui
- addParentActions(ContextData, ControllerRegistry) - Method in class repast.simphony.batch.BatchScenarioLoader
- addParentActions(ContextData, ControllerRegistry) - Method in class repast.simphony.scenario.ScenarioLoader
- addParentControllerActions(Object, ControllerRegistry) - Method in class repast.simphony.plugin.ControllerActionExtensions
- addPatches() - Method in class repast.simphony.relogo.factories.ReLogoWorldFactory
- addPath(Object...) - Method in class repast.simphony.gis.legend.DefaultLayerManager
-
Deprecated.
- addPath(Object...) - Method in interface repast.simphony.gis.legend.LayerManager
-
Deprecated.Add the path into the hierarchy.
- addPaths() - Method in class repast.simphony.visualization.gui.DisplayConfigurationWizard
- addPathToSearch(String) - Method in class repast.simphony.engine.watcher.WatcheeDataFinder
-
Adds fields and watchees to watch from any @Watch annotations on any class that this finds in the specified path.
- addPattern(OutputPattern) - Method in class repast.simphony.batch.ssh.OutputFinder
-
Adds the specified pattern to the list of patterns used to find output.
- addPatterns(Collection<OutputPattern>) - Method in class repast.simphony.batch.ssh.OutputFinder
-
Adds all the OutputPatterns in the collection as patterns to find.
- addPlaceHolderUserPanel() - Method in class repast.simphony.ui.RSGui
- addPostRunAction(IAction) - Method in class repast.simphony.engine.environment.DefaultScheduleRegistry
-
Adds an action that should occur after a run of the model schedule.
- addPostRunAction(IAction) - Method in interface repast.simphony.engine.environment.ScheduleRegistry
-
Adds an action that should occur after a run of the model schedule.
- addPPUICreator(Class<?>, PPUICreatorFactory) - Method in class repast.simphony.ui.probe.ProbeManager
-
Adds a PPUICreator that will be used to create UIs for probed properties.
- addPreRunAction(IAction) - Method in class repast.simphony.engine.environment.DefaultScheduleRegistry
-
Adds an action that should occur before a run of the model schedule.
- addPreRunAction(IAction) - Method in interface repast.simphony.engine.environment.ScheduleRegistry
-
Adds an action that should occur before a run of the model schedule.
- addProbeListener(ProbeListener) - Method in class repast.simphony.visualization.AbstractDisplay
-
Adds a probe listener to listen for probe events produced by this IDisplay.
- addProbeListener(ProbeListener) - Method in interface repast.simphony.visualization.IDisplay
-
Adds a probe listener to listen for probe events produced by this IDisplay.
- addProbeListener(ProbeListener) - Method in class repast.simphony.visualization.ProbeListenerSupport
-
Adds a probe listener to the list of listeners to broadcast probe events to.
- addProbeView(String, String, JPanel) - Method in class repast.simphony.ui.RSGui
- addProjection(String) - Method in class repast.simphony.visualization.DefaultDisplayData
-
Adds the named projection to the list of projections to display.
- addProjection(String, String) - Method in class repast.simphony.scenario.data.ContextData
- addProjection(ProjectionData, ProjectionDescriptor) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
Adds the data for a projection for which this is the display info.
- addProjection(ProjectionData, ProjectionDescriptor) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.Adds the data for a projection for which this is the display info.
- addProjection(ProjectionData, ProjectionDescriptor) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
Adds the data for a projection for which this is the display info.
- addProjection(Projection) - Method in class repast.simphony.visualization.editor.SyntheticDisplayData
-
Deprecated.
- addProjection(Projection<? super T>) - Method in class repast.simphony.context.AbstractContext
- addProjection(Projection<? super T>) - Method in interface repast.simphony.context.Context
-
Adds the specified Projection to this Context.
- addProjection(Projection<? super T>) - Method in class repast.simphony.context.FormerDefaultContext
- addProjectionDryer(ProjectionDryer) - Static method in class repast.simphony.freezedry.freezedryers.proj.ProjectionDryer
-
Adds a dryer to be used by the
ContextFreezeDryer
. - addProjectionListener(ProjectionListener) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
- addProjectionListener(ProjectionListener) - Method in class repast.simphony.space.projection.DefaultProjection
-
Adds listener for this projection.
- addProjectionListener(ProjectionListener) - Method in interface repast.simphony.space.projection.Projection
-
Adds listener for this projection.
- addProperties(Context<?>, ContinuousSpace<?>, Map<String, Object>) - Method in class repast.simphony.freezedry.freezedryers.proj.ContinuousProjectionDryer
-
Stores the spaces's agent locations, dimensions, adder, and translator.
- addProperties(Context<?>, Geography<?>, Map<String, Object>) - Method in class repast.simphony.gis.freezedry.GeographyProjectionDryer
-
Stores the spaces's agent locations, dimensions, adder, and translator.
- addProperties(Context<?>, Network<?>, Map<String, Object>) - Method in class repast.simphony.freezedry.freezedryers.proj.NetworkProjectionDryer
-
Stores the network's directedness and edges (each edges as a tuple of (source, target, weight)).
- addProperties(Context<?>, Grid<?>, Map<String, Object>) - Method in class repast.simphony.freezedry.freezedryers.proj.GridProjectionDryer2
-
Stores the spaces's agent locations, dimensions, adder, and translator.
- addProperties(Context<?>, T, Map<String, Object>) - Method in class repast.simphony.freezedry.freezedryers.proj.ProjectionDryer
-
Called when attempting to save the given projection.
- addProperty(String, Object) - Method in class repast.simphony.dataLoader.ui.wizard.builder.AgentDescriptor
- addProperty(String, Object) - Method in class repast.simphony.visualization.DisplayEvent
-
Adds a property to this DisplayEvent.
- addPropertyChangeListener(PropertyChangeListener) - Method in class repast.simphony.parameter.BeanParameters
- addPropertyChangeListener(PropertyChangeListener) - Method in class repast.simphony.parameter.DefaultParameters
-
Adds listener that will listen for parameter changes on this Parameters.
- addPropertyChangeListener(PropertyChangeListener) - Method in class repast.simphony.parameter.EmptyParameters
- addPropertyChangeListener(PropertyChangeListener) - Method in interface repast.simphony.parameter.Parameters
-
Adds listener that will listen for parameter changes on this Parameters.
- addPropertyChangeListener(PropertyChangeListener) - Method in class repast.simphony.relogo.ReLogoModel
- addPropertyChangeListener(PropertyChangeListener) - Method in class repast.simphony.ui.probe.Probe
-
Adds a property change listener to this Probe.
- addPropertyChangeListener(PropertyChangeListener) - Method in class repast.simphony.ui.RunOptionsModel
- addRange(int, int) - Method in class repast.simphony.util.RangeCombination.RangeComboBuilder
- addRange(int, int, int) - Method in class repast.simphony.util.RangeCombination.RangeComboBuilder
- addRegistryData(ProjectionRegistryData) - Static method in class repast.simphony.engine.environment.ProjectionRegistry
- addRegistryData(VisualizationRegistryData) - Static method in class repast.simphony.visualization.engine.VisualizationRegistry
- addRegularTransition(Transition<T>) - Method in class repast.simphony.statecharts.DefaultStateChart
- addRegularTransition(Transition<T>) - Method in class repast.simphony.statecharts.StateChartBuilder
- addRegularTransition(Transition<T>, String) - Method in class repast.simphony.statecharts.StateChartBuilder
- addRelationship(Object, AgentDescriptor, AgentDescriptor, double) - Method in class repast.simphony.dataLoader.ui.wizard.builder.ContextDescriptor
- addRelationship(PNode, PNode, double) - Method in class repast.simphony.dataLoader.ui.wizard.builder.NetworkLayer
- addRelationship(AgentDescriptor, AgentDescriptor, double) - Method in class repast.simphony.dataLoader.ui.wizard.builder.NetworkDescriptor
- addRelationship(RelationshipDescriptor) - Method in class repast.simphony.dataLoader.ui.wizard.builder.NetworkDescriptor
- addRelationshipDescriptor(NetworkDescriptor, RelationshipDescriptor) - Method in class repast.simphony.dataLoader.ui.wizard.builder.ContextCreatorCanvas
- addRenderer(Renderer) - Method in class repast.simphony.render.RendererManager
-
Adds a Renderer to this RendererManager.
- addRenderer(Renderer) - Method in class repast.simphony.ui.GUIScheduleRunner
- addResultProducerAction(ControllerRegistry, Object) - Method in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
- addRootState(AbstractState<T>) - Method in class repast.simphony.statecharts.StateChartBuilder
- addRootState(AbstractState<T>, String) - Method in class repast.simphony.statecharts.StateChartBuilder
- addRow(ClassListItem, ClassListItem) - Method in class repast.simphony.visualization.gui.StyleTableModel
- addRowFilter(RowFilter<Object, Object>) - Method in class repast.simphony.ui.table.TablePanel
- addRule(Rule) - Method in class repast.simphony.gis.styleEditor.ValueTableModel
- addRunListener(RunListener) - Method in class repast.simphony.engine.environment.AbstractRunner
-
Adds the specified listener to the list of RunListener-s to be notified of any run related events, such as stopped, started, and so on.
- addRunListener(RunListener) - Method in class repast.simphony.engine.environment.RunEnvironment
-
Adds a run listener.
- addRunListener(RunListener) - Method in interface repast.simphony.engine.environment.Runner
-
Adds the specified listener to the list of RunListener-s to be notified of any run related events, such as stopped, started, and so on.
- addRunListener(RunListener) - Method in class repast.simphony.ws.RunnerSupport
-
Adds the specified listener to the list of RunListener-s to be notified of any run related events, such as stopped, started, and so on.
- addRunListener(RunListener) - Method in class repast.simphony.ws.ScheduleRunner
- addRunOptionsView(RunOptionsModel) - Method in class repast.simphony.ui.RSGui
- addScenarioChangedListener(ScenarioChangedListener) - Method in class repast.simphony.scenario.AbstractDescriptor
-
Adds the specified object to listen for scenario change events fired by this descriptor.
- addScenarioChangedListener(ScenarioChangedListener) - Method in interface repast.simphony.userpanel.ui.UserPanelDescriptor
- addScenarioChangedListener(ScenarioChangedListener) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
- addSelected(Object) - Method in class repast.simphony.visualization.editor.gis.SelectionDecorator
-
Deprecated.Adds the specified object to the set of selected objects.
- addSelectOutputterStep() - Method in class repast.simphony.data.analysis.AnalysisPluginWizard
- addSelfTransition(SelfTransition<T>) - Method in class repast.simphony.statecharts.DefaultStateChart
- addSelfTransition(SelfTransition<T>) - Method in class repast.simphony.statecharts.StateChartBuilder
- addSelfTransition(SelfTransition<T>, String) - Method in class repast.simphony.statecharts.StateChartBuilder
- addSeries(XYSeries) - Method in class repast.simphony.chart2.BatchUpdateXYSeries
- addSeriesId(String, String, Color) - Method in class repast.simphony.chart2.engine.TimeSeriesChartDescriptor
-
Adds the id of a data source to record as a series.
- addSource(String) - Method in class repast.simphony.data2.builder.ConsoleDataSinkBuilder
-
Adds the specified source id to the list of those to write to the console.
- addSource(String) - Method in class repast.simphony.data2.builder.FileDataSinkBuilder
-
Adds the specified source id to the list of those to write to the file.
- addSource(IntegrationSource) - Method in class repast.simphony.integration.DefaultExtProgRunner
- addSource(IntegrationSource) - Method in interface repast.simphony.integration.ExternalProgramRunner
- addSourceId(String) - Method in class repast.simphony.data2.engine.AbstractTextSinkDescriptor
- addState() - Method in class repast.simphony.statecharts.old.StateChart
- addState(AbstractState<T>) - Method in class repast.simphony.statecharts.DefaultStateChart
- addState(State) - Method in class repast.simphony.statecharts.old.CompositeState
- addStateToStates(AbstractState<T>, String) - Method in class repast.simphony.statecharts.StateChartBuilder
- addStaticCoverage(String, String) - Method in class repast.simphony.gis.visualization.engine.GISDisplayData
- addStaticCoverage(String, String) - Method in class repast.simphony.gis.visualization.engine.GISDisplayDescriptor
- addStaticLayerButton - Variable in class repast.simphony.visualization.gui.CoverageStyleClassStep
- addStepListener(PluginWizardStep) - Method in class repast.simphony.ui.plugin.editor.PluginWizardStep
- addStepper(String, double, double, double) - Method in class repast.simphony.parameter.ParameterSweeperBuilder
-
Adds a double parameter stepper with the specified name and value.
- addStepper(String, float, float, float) - Method in class repast.simphony.parameter.ParameterSweeperBuilder
-
Adds a float parameter stepper with the specified name and value.
- addStepper(String, int, int, int) - Method in class repast.simphony.parameter.ParameterSweeperBuilder
-
Adds an int parameter stepper with the specified name and value.
- addStepper(String, long, long, long) - Method in class repast.simphony.parameter.ParameterSweeperBuilder
-
Adds a long parameter stepper with the specified name and value.
- addStepper(ParameterSetter, String, double, double, double) - Method in class repast.simphony.parameter.ParameterSweeperBuilder
-
Adds a double parameter stepper with the specified name and value.
- addStepper(ParameterSetter, String, float, float, float) - Method in class repast.simphony.parameter.ParameterSweeperBuilder
-
Adds a float parameter stepper with the specified name and value.
- addStepper(ParameterSetter, String, int, int, int) - Method in class repast.simphony.parameter.ParameterSweeperBuilder
-
Adds an int parameter stepper with the specified name and value.
- addStepper(ParameterSetter, String, long, long, long) - Method in class repast.simphony.parameter.ParameterSweeperBuilder
-
Adds a long parameter stepper with the specified name and value.
- addStyle(String, String) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
- addStyle(String, String) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- addStyle(String, String) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
- addSubContext(Context<? extends T>) - Method in class repast.simphony.context.AbstractContext
- addSubContext(Context<? extends T>) - Method in interface repast.simphony.context.Context
- addSubContext(Context<? extends T>) - Method in class repast.simphony.context.FormerDefaultContext
- addSubContext(ContextData) - Method in class repast.simphony.scenario.data.ContextData
- addTo(BranchGroup) - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
- addToFixedLeaves(Turtle) - Method in class repast.simphony.relogo.AbstractTurtle
- addToFixedLeaves(Turtle) - Method in interface repast.simphony.relogo.Turtle
- addToFreeLeaves(Turtle) - Method in class repast.simphony.relogo.AbstractTurtle
- addToFreeLeaves(Turtle) - Method in interface repast.simphony.relogo.Turtle
- addToGroup(ButtonGroup) - Method in class repast.simphony.gis.tools.ToolManager
- addTool(Action) - Method in class repast.simphony.gis.tools.ToolManager
- addTool(PInputEventListener, Map<String, Object>) - Method in class repast.simphony.gis.display.PiccoloMapPanel
-
Deprecated.Add a new tool to the toolBar to interact with the canvas.
- addToolBar(JToolBar) - Method in class repast.simphony.ui.table.TablePanel
- addToRegistry(Object, Object) - Method in class repast.simphony.engine.environment.RunState
-
Adds an item to the general registry.
- addToRoot(ParameterSetter) - Method in class repast.simphony.parameter.ParameterTreeSweeper
-
Adds the specified parameter setter as a child of the root.
- addTransition(Transition, State, State) - Method in class repast.simphony.statecharts.old.StateChart
- addTrigger(Trigger) - Method in class repast.simphony.statecharts.DefaultOutOfBranchTransitionBuilder
- addTrigger(Trigger) - Method in class repast.simphony.statecharts.OutOfBranchTransitionBuilder
- addTrigger(Trigger) - Method in class repast.simphony.statecharts.SelfTransitionBuilder
- addTrigger(Trigger) - Method in class repast.simphony.statecharts.TransitionBuilder
- addTriggerCondition(LayoutUpdater.Condition) - Method in class repast.simphony.visualization.AbstractLayoutUpdater
-
Adds a trigger condition to the current set.
- addTriggerCondition(LayoutUpdater.Condition) - Method in interface repast.simphony.visualization.LayoutUpdater
-
Adds a trigger condition to the current set.
- addUI(ControllerAction, String) - Method in class repast.simphony.ui.plugin.CompositeActionEditorExtensions
- addUI(ControllerAction, CompositeControllerActionCreator) - Method in class repast.simphony.ui.plugin.CompositeActionEditorExtensions
- addUser(int, String) - Method in class repast.simphony.batch.ssh.SessionBuilder
- addValueLayer(String) - Method in class repast.simphony.visualization.DefaultDisplayData
-
Adds the named ValueLayer to the list of ValueLayers to display.
- addValueLayer(ValueLayer) - Method in class repast.simphony.context.AbstractContext
-
Adds the specified ValueLayer to this Context.
- addValueLayer(ValueLayer) - Method in interface repast.simphony.context.Context
-
Adds the specified ValueLayer to this Context.
- addValueLayer(ValueLayer) - Method in class repast.simphony.context.FormerDefaultContext
-
Adds the specified ValueLayer to this Context.
- addValueLayer(ValueLayer) - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyle2D
- addValueLayer(ValueLayer) - Method in class repast.simphony.visualization.visualization2D.style.DefaultValueLayerStyle
-
Deprecated.Adds a value layer to this ValueLayerStyle.
- addValueLayer(ValueLayer) - Method in interface repast.simphony.visualization.visualization2D.style.ValueLayerStyle
-
Deprecated.Adds a value layer to this ValueLayerStyle.
- addValueLayer(ValueLayer) - Method in class repast.simphony.visualization.visualization3D.style.DefaultValueLayerStyle3D
-
Adds a value layer to this ValueLayerStyle.
- AddValueLayer(String, ValueLayer) - Static method in class repast.simphony.essentials.RepastEssentials
-
Adds the specified value layer to the context on the specified path.
- addValueLayerName(String) - Method in class repast.simphony.visualization.engine.CartesianDisplayDescriptor
-
Adds the named value layer to the list of value layers to display.
- addValueLayerName(String) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.Adds the named value layer to the list of value layers to display.
- addValueLayerName(String) - Method in interface repast.simphony.visualization.engine.ValueLayerDescriptor
-
Adds the named value layer to the list of value layers to display.
- addValues(DoubleArrayList) - Method in class repast.simphony.chart2.AbstractHistogramDataset
-
Adds a data value to the buffer of values.
- addValues(DoubleArrayList) - Method in class repast.simphony.chart2.DynamicHistogramDataset
- addValues(DoubleArrayList) - Method in class repast.simphony.chart2.StaticHistogramDataset
- addVertex(T) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
- addVertex(T) - Method in class repast.simphony.space.graph.JungNetwork
- addViewListener(DockableFrameListener) - Method in class repast.simphony.ui.RSGui
-
Adds the specified listener as a listener for view events.
- addViewsFromRegistry(GUIRegistry, ProbeManager) - Method in class repast.simphony.ui.RSGui
- addVizualization(String, JComponent) - Method in class repast.simphony.ui.RSGui
- addWatcher(Object) - Method in class repast.simphony.engine.watcher.Notifier2
-
Adds a watcher to be notified by this Notifier.
- addWindow(StateChart, StateChartSVGDisplayController) - Method in class repast.simphony.statecharts.runtime.UICreatorFactory.WindowRegistry
- addWorkingDirectory(int, String) - Method in class repast.simphony.batch.ssh.SessionBuilder
- AdjacencyDoubleMatrix - Class in repast.simphony.context.space.graph
-
A network adjacency matrix that stores its values as doubles.
- AdjacencyDoubleMatrix(double[][]) - Constructor for class repast.simphony.context.space.graph.AdjacencyDoubleMatrix
-
Constructs an AdjacencyMatrix from the specified two dimensional double array.
- AdjacencyDoubleMatrix(int, int) - Constructor for class repast.simphony.context.space.graph.AdjacencyDoubleMatrix
-
Constructs an AdjacencyMatrix with the specified number of rows and columns.
- AdjacencyDoubleMatrix(DenseDoubleMatrix2D) - Constructor for class repast.simphony.context.space.graph.AdjacencyDoubleMatrix
-
Constructs an AdjacencyMatrix from the specified DenseDoubleMatrix2D
- AdjacencyDoubleMatrix(List<String>) - Constructor for class repast.simphony.context.space.graph.AdjacencyDoubleMatrix
-
Constructs an AdjacencyMatrix with the specified row/col labels.
- AdjacencyMatrix - Interface in repast.simphony.context.space.graph
-
A social network adjacency matrix.
- adjustBeginLineColumn(int, int) - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- advance() - Method in class repast.simphony.util.collections.OpenLongToDoubleHashMap.Iterator
-
Advance iterator one step further.
- advancementChooser - Variable in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
- AdvancementChooser - Interface in repast.simphony.parameter.optimizer
-
This interface represents objects that will tell the
OptimizedParameterSweeper
which way it should traverse the parameter space. - advanceParameter(double) - Method in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper.DefaultAdvanceChooser
- advancePositions() - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
-
Moves the iteration forward one notch, calculation attraction and repulsion between vertices and edges and cooling the temperature.
- advancePositions() - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Implementors must override this method in order to create a Layout.
- AdvanceType - Enum Class in repast.simphony.parameter.optimizer
-
This represents the directions/actions the sweeper can take.
- agent - Variable in class repast.simphony.ws.DisplayProperties
- AGENT_ADDED - Enum constant in enum class repast.simphony.context.ContextEvent.EventType
- AGENT_E - Static variable in interface repast.simphony.scenario.data.ContextFileIOConstants
- AGENT_KEY - Static variable in class repast.simphony.dataLoader.ui.wizard.builder.AgentLayer
- AGENT_KEY - Static variable in class repast.simphony.visualization.visualization2D.StyledDisplayLayer2D
-
Deprecated.
- AGENT_LOCATIONS_KEY - Static variable in class repast.simphony.freezedry.freezedryers.proj.ContinuousProjectionDryer
- AGENT_LOCATIONS_KEY - Static variable in class repast.simphony.freezedry.freezedryers.proj.GridProjectionDryer2
- AGENT_LOCATIONS_KEY - Static variable in class repast.simphony.gis.freezedry.GeographyProjectionDryer
- AGENT_MOVED - Enum constant in enum class repast.simphony.context.ContextEvent.EventType
- AGENT_REMOVED - Enum constant in enum class repast.simphony.context.ContextEvent.EventType
- agentAdded(Object) - Method in class repast.simphony.visualization.gis.Updater
-
Deprecated.Called when an agent has been added and the display needs to be updated.
- agentAdded(Object, boolean) - Method in class repast.simphony.visualization.editor.AgentEditor
-
Deprecated.Called when a new agent has been added.
- AgentAdder - Class in repast.simphony.dataLoader.ui.wizard.builder
- AgentAdder(ContextCreatorCanvas, ContextDescriptor) - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.AgentAdder
- AgentAnnot - Annotation Interface in repast.simphony.annotate
- agentClassEditedStyleNames() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
- agentClassEditedStyleNames() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- agentClassEditedStyleNames() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
- agentClassLayerOrders() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
- agentClassLayerOrders() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- agentClassLayerOrders() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
- agentClassStyleNames() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
- agentClassStyleNames() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- agentClassStyleNames() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
- AgentCloner - Class in repast.simphony.visualization.editor
-
Deprecated.2D piccolo based code is being removed
- AgentCloner(Object) - Constructor for class repast.simphony.visualization.editor.AgentCloner
-
Deprecated.Creates an AgentCloner that will clone the specified object.
- AgentData - Class in repast.simphony.scenario.data
-
Encapsulates agent data in a ContextHeirarchy.
- AgentData(String) - Constructor for class repast.simphony.scenario.data.AgentData
- AgentDataRenderer() - Constructor for class repast.simphony.visualization.gui.AgentSelectionStep.AgentDataRenderer
- AgentDescriptor - Class in repast.simphony.dataLoader.ui.wizard.builder
- AgentDescriptor(Class<?>) - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.AgentDescriptor
- AgentDescriptorFillerPanel - Class in repast.simphony.dataLoader.ui.wizard.builder
- AgentDescriptorFillerPanel(Point2D, ContextDescriptor, ContextCreatorCanvas, AgentDescriptor) - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.AgentDescriptorFillerPanel
- AgentEditor - Class in repast.simphony.visualization.editor
-
Deprecated.2D piccolo based code is being removed
- AgentEditor() - Constructor for class repast.simphony.visualization.editor.AgentEditor
-
Deprecated.
- agentEntries() - Method in class repast.simphony.scenario.data.UserPathData
-
Gets an iterable over the AgentPath entries in this model data.
- AgentLabel - Class in repast.simphony.visualization.visualization3D
- AgentLabel() - Constructor for class repast.simphony.visualization.visualization3D.AgentLabel
- AgentLayer - Class in repast.simphony.dataLoader.ui.wizard.builder
- AgentLayer(Color, Shape) - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.AgentLayer
- AgentLayerCheckNode - Class in repast.simphony.dataLoader.ui.wizard.builder
- AgentLayerCheckNode(String, AgentLayer, boolean) - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.AgentLayerCheckNode
- agentList - Variable in class repast.simphony.visualization.gui.CoverageStyleStep
- agentList - Variable in class repast.simphony.visualization.gui.StyleStep
- AgentList() - Constructor for class repast.simphony.visualization.gui.AgentSelectionPanel.AgentList
- agentListChanged(CoverageStyleStep.CoverageLayerElement) - Method in class repast.simphony.visualization.gui.CoverageStyleClassStep
- agentListChanged(CoverageStyleStep.CoverageLayerElement) - Method in class repast.simphony.visualization.gui.CoverageStyleStep
-
Do something whenever the agent list changes to a new value through selection.
- agentListChanged(StyleStep.AgentTypeElement) - Method in class repast.simphony.visualization.gui.StyleClassStep
- agentListChanged(StyleStep.AgentTypeElement) - Method in class repast.simphony.visualization.gui.StyleStep
-
Do something whenever the agent list changes to a new value through selection.
- agentListModel - Variable in class repast.simphony.visualization.gui.CoverageStyleStep
- agentListModel - Variable in class repast.simphony.visualization.gui.GISStylePanel
-
Deprecated.
- agentListModel - Variable in class repast.simphony.visualization.gui.StyleStep
- agentLocationMap - Variable in class repast.simphony.space.continuous.AbstractContinuousSpace
- agentLocationMap - Variable in class repast.simphony.space.grid.AbstractGrid
- agentMoved(Object) - Method in class repast.simphony.visualization.editor.AgentEditor
-
Deprecated.
- agentMoved(Object) - Method in class repast.simphony.visualization.gis.Updater
-
Deprecated.
- agentRemoved(Object) - Method in class repast.simphony.visualization.editor.AgentEditor
-
Deprecated.Called when an agent has been removed.
- agentRemoved(Object) - Method in class repast.simphony.visualization.gis.Updater
-
Deprecated.Called when an agent has been removed and the display needs to be updated.
- AgentSelectionPanel - Class in repast.simphony.visualization.gui
- AgentSelectionPanel() - Constructor for class repast.simphony.visualization.gui.AgentSelectionPanel
- AgentSelectionPanel.AgentList - Class in repast.simphony.visualization.gui
- AgentSelectionStep - Class in repast.simphony.visualization.gui
-
Display wizard step for selecting agents to style.
- AgentSelectionStep() - Constructor for class repast.simphony.visualization.gui.AgentSelectionStep
- AgentSelectionStep.AgentDataRenderer - Class in repast.simphony.visualization.gui
- agentSetFromIterable(Iterable) - Static method in class repast.simphony.relogo.Utility
- agentSetFromIterator(Iterator<E>) - Static method in class repast.simphony.relogo.Utility
- agentsSelected(Object[]) - Method in interface repast.simphony.visualization.editor.DisplayEditor
-
Deprecated.Invoked when agents are selected.
- agentsSelected(Object[]) - Method in class repast.simphony.visualization.editor.DisplayEditor2D
-
Deprecated.Invoked when agents are selected.
- agentsSelected(Object[]) - Method in class repast.simphony.visualization.editor.gis.DisplayEditorGIS
-
Deprecated.Invoked when agents are selected.
- agentsSelected(List<Object>) - Method in class repast.simphony.visualization.editor.AgentEditor
-
Deprecated.Informs this AgentEditor that agents have been selected by code external to this AgentEditor.
- AgentStyleTableModel - Class in repast.simphony.visualization.gui
-
Table model for agent styles.
- AgentStyleTableModel() - Constructor for class repast.simphony.visualization.gui.AgentStyleTableModel
- AgentTableFactory - Class in repast.simphony.ui.table
-
Factory for creating tables of agents and their properties
- AgentTableFactory() - Constructor for class repast.simphony.ui.table.AgentTableFactory
- AgentTableListener - Interface in repast.simphony.ui.table
-
Agent table listeners listen for table events that need special handling, eg further handling of JComponent listeners in the table.
- AgentTablePanel - Class in repast.simphony.ui.table
-
Panel than holds the agent table and other GUI elements.
- AgentTablePanel(Workspace<RSApplication>, String) - Constructor for class repast.simphony.ui.table.AgentTablePanel
- AgentTransitionMessageChecker<T> - Class in repast.simphony.statecharts
- AgentTransitionMessageChecker() - Constructor for class repast.simphony.statecharts.AgentTransitionMessageChecker
- AgentTypeElement(String, String) - Constructor for class repast.simphony.visualization.gui.StyleStep.AgentTypeElement
- AggMethodSourcePanel - Class in repast.simphony.data2.wizard
-
GUI for defining aggregate data sources.
- AggMethodSourcePanel() - Constructor for class repast.simphony.data2.wizard.AggMethodSourcePanel
- AggMethodTableModel - Class in repast.simphony.data2.wizard
- AggMethodTableModel(DataSetDescriptor) - Constructor for class repast.simphony.data2.wizard.AggMethodTableModel
- AGGREGATE - Enum constant in enum class repast.simphony.data2.engine.DataSetDescriptor.DataSetType
- AggregateChartStep - Class in repast.simphony.chart2.wizard
-
Step for configuring non-aggregate data to be displayed by a chart.
- AggregateChartStep() - Constructor for class repast.simphony.chart2.wizard.AggregateChartStep
- AggregateDataSet - Class in repast.simphony.data2
-
DataSet implementation that records data from aggregate DataSources.
- AggregateDataSet(String, Collection<AggregateDataSource>, Collection<? extends DataSink>) - Constructor for class repast.simphony.data2.AggregateDataSet
-
Creates an AggregateDataSet with the specified sources and sinks.
- AggregateDataSetBuilder - Class in repast.simphony.data2.builder
-
Builds datasets from a description of them.
- AggregateDataSetBuilder(String) - Constructor for class repast.simphony.data2.builder.AggregateDataSetBuilder
-
Creates a NonAggregateDataSetBuilder that will build a dataset with the specified id.
- AggregateDataSource - Interface in repast.simphony.data2
-
Interface for classes that can function as the source of aggregate data to be logged or charted.
- AggregateDataSourceWrapper - Class in repast.simphony.data2.engine
-
An AggregateDataSource implementation that delegates to a wrapped AggregateDataSource for all calls except getting the id.
- AggregateDataSourceWrapper(String, AggregateDataSource) - Constructor for class repast.simphony.data2.engine.AggregateDataSourceWrapper
- AggregateDSCreator - Class in repast.simphony.data2
-
Creates aggregate DataSources.
- AggregateDSCreator(NonAggregateDataSource) - Constructor for class repast.simphony.data2.AggregateDSCreator
-
Creates a builder that will create aggregate data sources using the specified DataSource as the source for the non-aggregate data that will then be aggegated.
- AggregateFilter - Class in repast.simphony.data2.util
-
Filter for class types that are allowed on aggregate data sets.
- AggregateFilter() - Constructor for class repast.simphony.data2.util.AggregateFilter
- AggregateOp - Enum Class in repast.simphony.data2
-
Enumeration of the different types of aggregation operations that can be done on a numeric data source.
- aggregateOutput(String) - Method in class repast.simphony.batch.ssh.MatchedFiles
-
Aggregates all the files into this MatchedFiles output file written to the specified directory.
- AggregateSourceStep - Class in repast.simphony.data2.wizard
-
General Step for creating data sets.
- AggregateSourceStep() - Constructor for class repast.simphony.data2.wizard.AggregateSourceStep
- airspaceToObjectMap - Variable in class repast.simphony.visualization.gis3D.AbstractAirspaceLayer
- ALL - Static variable in annotation interface repast.simphony.engine.schedule.ScheduledMethod
- ALL_DESELECTED - Static variable in class repast.simphony.dataLoader.ui.wizard.builder.CheckNode
- ALL_SELECTED - Static variable in class repast.simphony.dataLoader.ui.wizard.builder.CheckNode
- AllFilter<T> - Class in repast.simphony.filter
-
A Filter that always returns true.
- AllFilter() - Constructor for class repast.simphony.filter.AllFilter
- allLinks() - Method in class repast.simphony.relogo.AbstractLink
-
Returns the agentset of all links.
- allLinks() - Method in class repast.simphony.relogo.AbstractObserver
-
Returns the agentset of all links.
- allLinks() - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the agentset of all links.
- allLinks() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the agentset of all links.
- allLinks() - Method in class repast.simphony.relogo.Link
-
Returns the agentset of all links.
- allLinks() - Method in interface repast.simphony.relogo.Observer
-
Returns the agentset of all links.
- allLinks() - Method in interface repast.simphony.relogo.Patch
-
Returns the agentset of all links.
- allLinks() - Method in interface repast.simphony.relogo.Turtle
-
Returns the agentset of all links.
- allLinksU(Observer) - Static method in class repast.simphony.relogo.Utility
-
Returns the agentset of all links.
- allMyInLinks() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns an agentset of all directed links from other turtles to the caller.
- allMyInLinks() - Method in interface repast.simphony.relogo.Turtle
-
Returns an agentset of all directed links from other turtles to the caller.
- allMyLinks() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns an agentset of all the caller's undirected links.
- allMyLinks() - Method in interface repast.simphony.relogo.Turtle
-
Returns an agentset of all the caller's undirected links.
- allMyOutLinks() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns an agentset of all directed links from the caller to other turtles.
- allMyOutLinks() - Method in interface repast.simphony.relogo.Turtle
-
Returns an agentset of all directed links from the caller to other turtles.
- allObjs - Variable in class repast.simphony.context.SmallDefaultContext
- allowsMultiOccupancy() - Method in interface repast.simphony.space.grid.CellAccessor
- allowsMultiOccupancy() - Method in class repast.simphony.space.grid.FastDenseSingleOccuGrid.FastDenseAccessor
- allowsMultiOccupancy() - Method in class repast.simphony.space.grid.MultiOccupancyCellAccessor
-
Always returns true.
- allowsMultiOccupancy() - Method in class repast.simphony.space.grid.SingleOccupancyCellAccessor
-
Always returns false.
- allQ(Collection, Closure) - Method in class repast.simphony.relogo.AbstractLink
-
Queries if all agents in a collection are true for a boolean closure.
- allQ(Collection, Closure) - Method in class repast.simphony.relogo.AbstractObserver
-
Queries if all agents in a collection are true for a boolean closure.
- allQ(Collection, Closure) - Method in class repast.simphony.relogo.AbstractPatch
-
Queries if all agents in a collection are true for a boolean closure.
- allQ(Collection, Closure) - Method in class repast.simphony.relogo.AbstractTurtle
-
Queries if all agents in a collection are true for a boolean closure.
- allQ(Collection, Closure) - Method in class repast.simphony.relogo.Link
-
Queries if all agents in a collection are true for a boolean closure.
- allQ(Collection, Closure) - Method in interface repast.simphony.relogo.Observer
-
Queries if all agents in a collection are true for a boolean closure.
- allQ(Collection, Closure) - Method in interface repast.simphony.relogo.Patch
-
Queries if all agents in a collection are true for a boolean closure.
- allQ(Collection, Closure) - Method in interface repast.simphony.relogo.Turtle
-
Queries if all agents in a collection are true for a boolean closure.
- allQU(Object, Collection<? extends ReLogoAgent>, Closure) - Static method in class repast.simphony.relogo.Utility
- allQU(Collection<? extends ReLogoAgent>, Closure) - Static method in class repast.simphony.relogo.Utility
-
Queries if all agents in a collection are true for a boolean closure.
- alsoAtEndBox - Variable in class repast.simphony.ui.plugin.editor.ScheduleParamsPanel
- altDisplay - Variable in class repast.simphony.visualization.gis3D.RepastStatusBar
- AlwaysTrigger - Class in repast.simphony.statecharts
- AlwaysTrigger() - Constructor for class repast.simphony.statecharts.AlwaysTrigger
- AlwaysTrigger(double) - Constructor for class repast.simphony.statecharts.AlwaysTrigger
- amtToTrigger - Variable in class repast.simphony.engine.watcher.AbstractTriggerScheduler
- AnalysisPluginRunner - Class in repast.simphony.data.analysis
-
The AnalysisPluginRunner is a helper class that should be extended by simple plugin runner classes for running command line applications from the gui
- AnalysisPluginRunner(String, String, String, AnalysisPluginWizard) - Constructor for class repast.simphony.data.analysis.AnalysisPluginRunner
- AnalysisPluginWizard - Class in repast.simphony.data.analysis
-
A wizard for executing a third party analysis tool on a file outputter's output.
- AnalysisPluginWizard() - Constructor for class repast.simphony.data.analysis.AnalysisPluginWizard
- AnalysisPluginWizard(DataSetRegistry, boolean, boolean, String, String, String, String) - Constructor for class repast.simphony.data.analysis.AnalysisPluginWizard
- AND - Static variable in interface repast.simphony.engine.watcher.query.QueryParserConstants
- AndBooleanCondition - Class in repast.simphony.engine.watcher.query
-
IBooleanExpression that when evaluated returns the logical 'and' of two child expressions.
- AndBooleanCondition(IBooleanExpression, IBooleanExpression) - Constructor for class repast.simphony.engine.watcher.query.AndBooleanCondition
- AndBooleanExpression - Class in repast.simphony.engine.watcher.query
- AndBooleanExpression(IBooleanExpression, IBooleanExpression) - Constructor for class repast.simphony.engine.watcher.query.AndBooleanExpression
- AndFilter<T> - Class in repast.simphony.filter
- AndFilter(Filter<T>, Filter<T>) - Constructor for class repast.simphony.filter.AndFilter
- AndQuery<T> - Class in repast.simphony.query
-
Deprecated.Use
Context.getObjectsAsStream(Class)
and the Java 8+ streaming APIStream
instead. - AndQuery(Query<T>, Query<T>) - Constructor for class repast.simphony.query.AndQuery
-
Deprecated.Creates an AndQuery from the two sub-queries.
- angleFromDisplacement(double, double) - Static method in class repast.simphony.relogo.Utility
-
Returns the angle in degrees corresponding to the displacement (dX, dY).
- angleFromDisplacement(double, double) - Static method in class repast.simphony.space.SpatialMath
-
Returns the angle in radians corresponding to the displacement (dX, dY).
- AnnealingAdvancementChooser - Class in repast.simphony.parameter.optimizer
- AnnealingAdvancementChooser() - Constructor for class repast.simphony.parameter.optimizer.AnnealingAdvancementChooser
- AnnealingAdvancementChooser(CoolingSchedule, double) - Constructor for class repast.simphony.parameter.optimizer.AnnealingAdvancementChooser
- AnnotatedWatchData - Class in repast.simphony.engine.watcher
-
WatchData created from the Watch annotation
- AnnotatedWatchData(Watch) - Constructor for class repast.simphony.engine.watcher.AnnotatedWatchData
- annotationCPEntries() - Method in class repast.simphony.scenario.data.UserPathData
-
Gets an iterable over all the classpath entries that should be processed for annotations.
- anyQ(Collection) - Static method in class repast.simphony.relogo.Utility
-
Queries if there exist any agents in an agentset.
- anySeriesIncluded() - Method in class repast.simphony.chart2.wizard.SeriesConfigTableModel
-
Gets whether or not any series has been checked to included.
- appearance - Variable in class repast.simphony.visualization.visualization3D.AbstractLabel
- AppearanceFactory - Class in repast.simphony.visualization.visualization3D
- AppearanceFactory() - Constructor for class repast.simphony.visualization.visualization3D.AppearanceFactory
- AppearanceFactory.PolygonDraw - Enum Class in repast.simphony.visualization.visualization3D
- append(String, Object) - Method in class repast.simphony.chart2.HistogramDataSink
- append(String, Object) - Method in class repast.simphony.chart2.XYDataSinkSourceSeries
- append(String, Object) - Method in class repast.simphony.chart2.XYDataSinkValueSeries
- append(String, Object) - Method in class repast.simphony.data2.BatchParamMapFileWriter
- append(String, Object) - Method in class repast.simphony.data2.ConsoleDataSink
- append(String, Object) - Method in interface repast.simphony.data2.DataSink
-
Appends the specified data to this sink.
- append(String, Object) - Method in class repast.simphony.data2.FileDataSink
- append(String, Object) - Method in class repast.simphony.ws.DataServer
- appendPaths(String) - Method in class repast.simphony.plugin.ExtendablePluginClassLoader
- appendUpdate(StringBuilder, DisplayProperties<RepastEdge<?>>, double[], double[]) - Method in class repast.simphony.ws.gis.StyledNetLayerGIS
- application - Variable in class repast.simphony.ui.RSAppConfigurator
- apply() - Method in class repast.simphony.ui.plugin.editor.OptionsContentWizardStepAdapter
-
Invoked when the apply button is pressed.
- apply() - Method in class repast.simphony.ui.plugin.editor.OptionsDialog
- apply() - Method in interface repast.simphony.ui.plugin.editor.OptionsDialogContent
-
Invoked when the apply button is pressed.
- apply(double, double, double, double, double, double, double, double, double) - Method in class repast.simphony.relogo.Diffuse4Body
- apply(double, double, double, double, double, double, double, double, double) - Method in class repast.simphony.relogo.DiffuseBody
- apply(double, int...) - Method in interface repast.simphony.valueLayer.GridFunction
-
Applies this GridFunction to the value and location.
- apply(double, int...) - Method in class repast.simphony.valueLayer.MaxGridFunction
- apply(double, int...) - Method in class repast.simphony.valueLayer.MinGridFunction
- apply(Class<?>) - Method in class repast.simphony.engine.controller.ClassFilter
-
Applies this filter to the specified class.
- apply(TransformGroup, TransformGroup, TransformGroup) - Method in class repast.simphony.visualization.visualization3D.Transformer
- apply(TimeSeriesChartDescriptor) - Method in class repast.simphony.chart2.wizard.SeriesConfigTableModel
- apply(DataSetDescriptor) - Method in class repast.simphony.data2.wizard.AggMethodSourcePanel
- apply(DataSetDescriptor) - Method in class repast.simphony.data2.wizard.AggMethodTableModel
- apply(DataSetDescriptor) - Method in class repast.simphony.data2.wizard.CommonSourcePanel
- apply(DataSetDescriptor) - Method in class repast.simphony.data2.wizard.CustomDataSourcePanel
- apply(DataSetDescriptor) - Method in class repast.simphony.data2.wizard.MethodSourcePanel
- apply(DataSetDescriptor) - Method in class repast.simphony.data2.wizard.SimpleMethodTableModel
- APPLY_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
- applyChanges() - Method in class repast.simphony.visualization.gui.CoverageStyleClassStep
- applyChanges() - Method in class repast.simphony.visualization.gui.CoverageStyleStep
-
Apply the editor changes to the DisplayDescriptor.
- applyChanges() - Method in class repast.simphony.visualization.gui.GIS3DOptionsPanel
- applyChanges() - Method in class repast.simphony.visualization.gui.LayerOrderStep
-
Apply the editor changes to the DisplayDescriptor.
- applyChanges() - Method in class repast.simphony.visualization.gui.StyleClassStep
- applyChanges() - Method in class repast.simphony.visualization.gui.StyleStep
-
Apply the editor changes to the DisplayDescriptor.
- applyFilter(Network) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Applies the filter to the current network and network g.
- applyState() - Method in class repast.simphony.chart2.wizard.AggregateChartStep
- applyState() - Method in class repast.simphony.chart2.wizard.ChartPropertiesStep
- applyState() - Method in class repast.simphony.chart2.wizard.HistogramChartPropertiesStep
- applyState() - Method in class repast.simphony.chart2.wizard.HistogramDataStep
- applyState() - Method in class repast.simphony.chart2.wizard.HistogramPropertiesStep
- applyState() - Method in class repast.simphony.chart2.wizard.NonAggregateChartStep
- applyState() - Method in class repast.simphony.chart2.wizard.TimeSeriesGeneralStep
- applyState() - Method in class repast.simphony.data2.wizard.AggregateSourceStep
- applyState() - Method in class repast.simphony.data2.wizard.ConsoleSinkPropertiesStep
- applyState() - Method in class repast.simphony.data2.wizard.DataSetGeneralStep
- applyState() - Method in class repast.simphony.data2.wizard.DataSetScheduleStep
- applyState() - Method in class repast.simphony.data2.wizard.FileSinkPropertiesStep
- applyState() - Method in class repast.simphony.data2.wizard.NonAggregateSourceStep
- applyState() - Method in class repast.simphony.data2.wizard.SinkDataStep
- applyState() - Method in class repast.simphony.dataLoader.ui.wizard.builder.ContextBuilderWizardStep
- applyState() - Method in class repast.simphony.dataLoader.ui.wizard.ClassBuilderStep
- applyState() - Method in class repast.simphony.dataLoader.ui.wizard.DataLoadingSetupFinish
- applyState() - Method in class repast.simphony.dataLoader.ui.wizard.DFDataLoaderDirectoryChooserStep
- applyState() - Method in class repast.simphony.dataLoader.ui.wizard.FreezeDryedClassChooserStep
- applyState() - Method in class repast.simphony.dataLoader.ui.wizard.XMLFileChooserStep
- applyState() - Method in class repast.simphony.dataLoader.wizard.JDBCDataLoaderDataChooserStep
- applyState() - Method in class repast.simphony.dataLoader.wizard.JDBCDataStep
- applyState() - Method in class repast.simphony.freezedry.wizard.ChooseContextStep
- applyState() - Method in class repast.simphony.freezedry.wizard.DFFreezerDirectoryChooserStep
- applyState() - Method in class repast.simphony.freezedry.wizard.FreezeDryScheduleStep
- applyState() - Method in class repast.simphony.freezedry.wizard.JDBCFreezerDataChooserStep
- applyState() - Method in class repast.simphony.freezedry.wizard.XMLFileChooserStep
- applyState() - Method in class repast.simphony.gis.visualization.engine.GISAgentSelectionStep
-
Deprecated.
- applyState() - Method in class repast.simphony.ui.newscenario.FileSelectionPanel
- applyState() - Method in class repast.simphony.ui.newscenario.ModelInitPanel
- applyState() - Method in class repast.simphony.ui.newscenario.ScenarioSelectionPanel
- applyState() - Method in class repast.simphony.userpanel.ui.UserPanelStep
- applyState() - Method in class repast.simphony.util.wizard.ChooseOptionStep
- applyState() - Method in class repast.simphony.visualization.gui.AgentSelectionStep
- applyState() - Method in class repast.simphony.visualization.gui.ContinuousStyleStep
- applyState() - Method in class repast.simphony.visualization.gui.CoverageStyleStep
- applyState() - Method in class repast.simphony.visualization.gui.EdgeStyleStep
- applyState() - Method in class repast.simphony.visualization.gui.GeneralStep
- applyState() - Method in class repast.simphony.visualization.gui.GIS3DOptionStep
- applyState() - Method in class repast.simphony.visualization.gui.GISStyleStep
-
Deprecated.
- applyState() - Method in class repast.simphony.visualization.gui.GridStyleStep
- applyState() - Method in class repast.simphony.visualization.gui.LayerOrderStep
- applyState() - Method in class repast.simphony.visualization.gui.NameOnlyGeneralStep
- applyState() - Method in class repast.simphony.visualization.gui.NetLayoutStep
- applyState() - Method in class repast.simphony.visualization.gui.ScheduleStep
- applyState() - Method in class repast.simphony.visualization.gui.StyleStep
- applyState() - Method in class repast.simphony.visualization.gui.ValueLayerStep
- applyTransform() - Method in class repast.simphony.visualization.network.DirectedEdgeVisualItem
- applyTransform() - Method in class repast.simphony.visualization.network.DirectedLineEdgeVisualItem
- applyTransform() - Method in class repast.simphony.visualization.network.LineEdgeVisualItem3D
- applyTransform() - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
- applyUpdate - Variable in class repast.simphony.visualization.network.DirectedEdgeVisualItem
- applyUpdate(Geometry) - Method in interface repast.simphony.visualization.visualization3D.DataGeometry
- applyUpdate(Geometry) - Method in class repast.simphony.visualization.visualization3D.MeshGridGeometry
- applyUpdates() - Method in class repast.simphony.visualization.gis3D.AbstractAirspaceLayer
-
No-op for WWJ based code as the displaying the Renderable will reflect the updates.
- applyUpdates() - Method in class repast.simphony.visualization.gis3D.AbstractRenderableLayer
-
No-op for WWJ based code as the displaying the Renderable will reflect the updates.
- applyUpdates() - Method in interface repast.simphony.visualization.IDisplayLayer
-
Applies the latest set of updates to the displayed objects.
- applyUpdates() - Method in class repast.simphony.visualization.network.NetworkDisplayLayer2D
- applyUpdates() - Method in class repast.simphony.visualization.visualization2D.StyledDisplayLayer2D
-
Deprecated.Called from Display2D.render() every time the schedule advances
- applyUpdates() - Method in class repast.simphony.visualization.visualization2D.ValueDisplayLayer2D
-
Deprecated.
- applyUpdates() - Method in class repast.simphony.visualization.visualization3D.AbstractDisplayLayer3D
-
Apply the updates to the scene graph.
- applyUpdates() - Method in class repast.simphony.visualization.visualization3D.DefaultValueDisplayLayer3D
- applyUpdates() - Method in interface repast.simphony.visualization.visualization3D.ValueDisplayLayer3D
- applyUpdates() - Method in class repast.simphony.visualizationOGL2D.AbstractDisplayLayerOGL2D
-
No-op for ogl based code as the displaying the GLAutoDrawable will reflect the updates.
- applyUpdatesToNode(PNode) - Method in class repast.simphony.visualization.visualization2D.StyledDisplayLayer2D
-
Deprecated.Actually set the node attributes here.
- applyUpdatesToShape(Object) - Method in class repast.simphony.visualization.gis3D.AbstractRenderableLayer
-
Defines how the implementing subclasses apply updates to Renderables, e.g.
- applyUpdatesToShape(Object) - Method in class repast.simphony.visualization.gis3D.NetworkLayerGIS
- applyUpdatesToShape(Object) - Method in class repast.simphony.visualization.gis3D.PlaceMarkLayer
- applyUpdatesToShape(Object) - Method in class repast.simphony.visualization.gis3D.SurfaceShapeLayer
- approximateHsb() - Static method in class repast.simphony.relogo.Utility
- approximateRgb() - Static method in class repast.simphony.relogo.Utility
- ArbitraryLayout - Class in repast.simphony.visualization.visualization2D
- ArbitraryLayout() - Constructor for class repast.simphony.visualization.visualization2D.ArbitraryLayout
- ArgMatcher - Class in repast.simphony.engine.watcher
- ArgMatcher(WatchData) - Constructor for class repast.simphony.engine.watcher.ArgMatcher
- array - Variable in class repast.simphony.valueLayer.DenseValueLayerStore
- ARRAY - Enum constant in enum class repast.simphony.integration.DataFileElementReader
- ARRAY - Enum constant in enum class repast.simphony.integration.DataFileElements
- ARRAY - Enum constant in enum class repast.simphony.integration.DataFileElementWriter
- ARRAY_ATTRS() - Constructor for class repast.simphony.integration.DataFileElements.ARRAY_ATTRS
- ARRAY_MARKER - Static variable in class repast.simphony.freezedry.AbstractDataSource
- ArrayDataTypeHandler - Enum Class in repast.simphony.integration
-
Handler for different types of data.
- ArrayDataTypeHandler.ArrayHandler - Interface in repast.simphony.integration
- ArrayFreezeDryer - Class in repast.simphony.freezedry.freezedryers
- ArrayFreezeDryer(FreezeDryedRegistry) - Constructor for class repast.simphony.freezedry.freezedryers.ArrayFreezeDryer
- arrayToString(double[]) - Method in class repast.simphony.xml.AbstractConverter
- arrayToString(int[]) - Method in class repast.simphony.xml.AbstractConverter
- arrayToString(String[]) - Static method in class repast.simphony.data.analysis.AnalysisPluginRunner
- ArrayValueHandler - Enum Class in repast.simphony.freezedry
-
This is an enum for working with string representation of primitive arrays.
- ARROW_HEAD - Static variable in interface repast.simphony.visualization.visualization2D.style.EdgeStyle2D
-
Deprecated.
- arrowHeight - Variable in class repast.simphony.visualization.network.DirectedEdgeVisualItem
- arrowTransform - Variable in class repast.simphony.visualization.network.DirectedEdgeVisualItem
- arrowTranslate - Variable in class repast.simphony.visualization.network.DirectedEdgeVisualItem
- asin(Number) - Static method in class repast.simphony.relogo.Utility
-
Returns the arc sine of a number.
- ask(<any>, Closure) - Method in class repast.simphony.relogo.AbstractLink
-
Executes a set of commands for an agentset in random order.
- ask(<any>, Closure) - Method in class repast.simphony.relogo.AbstractObserver
-
Executes a set of commands for an agentset in random order.
- ask(<any>, Closure) - Method in class repast.simphony.relogo.AbstractPatch
-
Executes a set of commands for an agentset in random order.
- ask(<any>, Closure) - Method in class repast.simphony.relogo.AbstractTurtle
-
Executes a set of commands for an agentset in random order.
- ask(<any>, Closure) - Method in class repast.simphony.relogo.Link
-
Executes a set of commands for an agentset in random order.
- ask(<any>, Closure) - Method in interface repast.simphony.relogo.Observer
-
Executes a set of commands for an agentset in random order.
- ask(<any>, Closure) - Method in interface repast.simphony.relogo.Patch
-
Executes a set of commands for an agentset in random order.
- ask(<any>, Closure) - Method in interface repast.simphony.relogo.Turtle
-
Executes a set of commands for an agentset in random order.
- ask(Collection<? extends ReLogoAgent>, Closure) - Method in class repast.simphony.relogo.AbstractLink
-
Executes a set of commands for a collection of agents.
- ask(Collection<? extends ReLogoAgent>, Closure) - Method in class repast.simphony.relogo.AbstractObserver
-
Executes a set of commands for a collection of agents.
- ask(Collection<? extends ReLogoAgent>, Closure) - Method in class repast.simphony.relogo.AbstractPatch
-
Executes a set of commands for a collection of agents.
- ask(Collection<? extends ReLogoAgent>, Closure) - Method in class repast.simphony.relogo.AbstractTurtle
-
Executes a set of commands for a collection of agents.
- ask(Collection<? extends ReLogoAgent>, Closure) - Method in class repast.simphony.relogo.Link
-
Executes a set of commands for a collection of agents.
- ask(Collection<? extends ReLogoAgent>, Closure) - Method in interface repast.simphony.relogo.Observer
-
Executes a set of commands for a collection of agents.
- ask(Collection<? extends ReLogoAgent>, Closure) - Method in interface repast.simphony.relogo.Patch
-
Executes a set of commands for a collection of agents.
- ask(Collection<? extends ReLogoAgent>, Closure) - Method in interface repast.simphony.relogo.Turtle
-
Executes a set of commands for a collection of agents.
- ask(Link, Closure) - Method in class repast.simphony.relogo.AbstractLink
-
Executes a set of commands for a link.
- ask(Link, Closure) - Method in class repast.simphony.relogo.AbstractObserver
-
Executes a set of commands for a link.
- ask(Link, Closure) - Method in class repast.simphony.relogo.AbstractPatch
-
Executes a set of commands for a link.
- ask(Link, Closure) - Method in class repast.simphony.relogo.AbstractTurtle
-
Executes a set of commands for a link.
- ask(Link, Closure) - Method in class repast.simphony.relogo.Link
-
Executes a set of commands for a link.
- ask(Link, Closure) - Method in interface repast.simphony.relogo.Observer
-
Executes a set of commands for a link.
- ask(Link, Closure) - Method in interface repast.simphony.relogo.Patch
-
Executes a set of commands for a link.
- ask(Link, Closure) - Method in interface repast.simphony.relogo.Turtle
-
Executes a set of commands for a link.
- ask(Patch, Closure) - Method in class repast.simphony.relogo.AbstractLink
-
Executes a set of commands for a patch.
- ask(Patch, Closure) - Method in class repast.simphony.relogo.AbstractObserver
-
Executes a set of commands for a patch.
- ask(Patch, Closure) - Method in class repast.simphony.relogo.AbstractPatch
-
Executes a set of commands for a patch.
- ask(Patch, Closure) - Method in class repast.simphony.relogo.AbstractTurtle
-
Executes a set of commands for a patch.
- ask(Patch, Closure) - Method in class repast.simphony.relogo.Link
-
Executes a set of commands for a patch.
- ask(Patch, Closure) - Method in interface repast.simphony.relogo.Observer
-
Executes a set of commands for a patch.
- ask(Patch, Closure) - Method in interface repast.simphony.relogo.Patch
-
Executes a set of commands for a patch.
- ask(Patch, Closure) - Method in interface repast.simphony.relogo.Turtle
-
Executes a set of commands for a patch.
- ask(Turtle, Closure) - Method in class repast.simphony.relogo.AbstractLink
-
Executes a set of commands for a turtle.
- ask(Turtle, Closure) - Method in class repast.simphony.relogo.AbstractObserver
-
Executes a set of commands for a turtle.
- ask(Turtle, Closure) - Method in class repast.simphony.relogo.AbstractPatch
-
Executes a set of commands for a turtle.
- ask(Turtle, Closure) - Method in class repast.simphony.relogo.AbstractTurtle
-
Executes a set of commands for a turtle.
- ask(Turtle, Closure) - Method in class repast.simphony.relogo.Link
-
Executes a set of commands for a turtle.
- ask(Turtle, Closure) - Method in interface repast.simphony.relogo.Observer
-
Executes a set of commands for a turtle.
- ask(Turtle, Closure) - Method in interface repast.simphony.relogo.Patch
-
Executes a set of commands for a turtle.
- ask(Turtle, Closure) - Method in interface repast.simphony.relogo.Turtle
-
Executes a set of commands for a turtle.
- askAgentSet(Closure) - Method in class repast.simphony.relogo.AbstractAgentSet
-
Ask agentset to execute commands in random order.
- askCollection(Collection<? extends ReLogoAgent>, Closure) - Method in class repast.simphony.relogo.AbstractLink
- askCollection(Collection<? extends ReLogoAgent>, Closure) - Method in class repast.simphony.relogo.AbstractObserver
- askCollection(Collection<? extends ReLogoAgent>, Closure) - Method in class repast.simphony.relogo.AbstractPatch
- askCollection(Collection<? extends ReLogoAgent>, Closure) - Method in class repast.simphony.relogo.AbstractTurtle
- askLink(Closure) - Method in class repast.simphony.relogo.AbstractLink
- askLink(Closure) - Method in class repast.simphony.relogo.Link
- askPatch(Closure) - Method in class repast.simphony.relogo.AbstractPatch
- askPatch(Closure) - Method in interface repast.simphony.relogo.Patch
- askTurtle(Closure) - Method in class repast.simphony.relogo.AbstractTurtle
- askTurtle(Closure) - Method in interface repast.simphony.relogo.Turtle
- asList(Iterator) - Static method in class repast.simphony.util.collections.CollectionUtils
- ASTAndExpression - Class in repast.simphony.engine.watcher.query
- ASTAndExpression(int) - Constructor for class repast.simphony.engine.watcher.query.ASTAndExpression
- ASTAndExpression(QueryParser, int) - Constructor for class repast.simphony.engine.watcher.query.ASTAndExpression
- ASTColocated - Class in repast.simphony.engine.watcher.query
- ASTColocated(int) - Constructor for class repast.simphony.engine.watcher.query.ASTColocated
- ASTColocated(QueryParser, int) - Constructor for class repast.simphony.engine.watcher.query.ASTColocated
- ASTLinked - Class in repast.simphony.engine.watcher.query
- ASTLinked(int) - Constructor for class repast.simphony.engine.watcher.query.ASTLinked
- ASTLinked(QueryParser, int) - Constructor for class repast.simphony.engine.watcher.query.ASTLinked
- ASTLinkedFrom - Class in repast.simphony.engine.watcher.query
- ASTLinkedFrom(int) - Constructor for class repast.simphony.engine.watcher.query.ASTLinkedFrom
- ASTLinkedFrom(QueryParser, int) - Constructor for class repast.simphony.engine.watcher.query.ASTLinkedFrom
- ASTLinkedTo - Class in repast.simphony.engine.watcher.query
- ASTLinkedTo(int) - Constructor for class repast.simphony.engine.watcher.query.ASTLinkedTo
- ASTLinkedTo(QueryParser, int) - Constructor for class repast.simphony.engine.watcher.query.ASTLinkedTo
- ASTName - Class in repast.simphony.engine.watcher.query
- ASTName(int) - Constructor for class repast.simphony.engine.watcher.query.ASTName
- ASTName(QueryParser, int) - Constructor for class repast.simphony.engine.watcher.query.ASTName
- ASTNot - Class in repast.simphony.engine.watcher.query
- ASTNot(int) - Constructor for class repast.simphony.engine.watcher.query.ASTNot
- ASTNot(QueryParser, int) - Constructor for class repast.simphony.engine.watcher.query.ASTNot
- ASTNumber - Class in repast.simphony.engine.watcher.query
- ASTNumber(int) - Constructor for class repast.simphony.engine.watcher.query.ASTNumber
- ASTNumber(QueryParser, int) - Constructor for class repast.simphony.engine.watcher.query.ASTNumber
- ASTOrExpression - Class in repast.simphony.engine.watcher.query
- ASTOrExpression(int) - Constructor for class repast.simphony.engine.watcher.query.ASTOrExpression
- ASTOrExpression(QueryParser, int) - Constructor for class repast.simphony.engine.watcher.query.ASTOrExpression
- ASTStart - Class in repast.simphony.engine.watcher.query
- ASTStart(int) - Constructor for class repast.simphony.engine.watcher.query.ASTStart
- ASTStart(QueryParser, int) - Constructor for class repast.simphony.engine.watcher.query.ASTStart
- ASTWithin - Class in repast.simphony.engine.watcher.query
- ASTWithin(int) - Constructor for class repast.simphony.engine.watcher.query.ASTWithin
- ASTWithin(QueryParser, int) - Constructor for class repast.simphony.engine.watcher.query.ASTWithin
- ASTWithinMoore - Class in repast.simphony.engine.watcher.query
- ASTWithinMoore(int) - Constructor for class repast.simphony.engine.watcher.query.ASTWithinMoore
- ASTWithinMoore(QueryParser, int) - Constructor for class repast.simphony.engine.watcher.query.ASTWithinMoore
- ASTWithinVN - Class in repast.simphony.engine.watcher.query
- ASTWithinVN(int) - Constructor for class repast.simphony.engine.watcher.query.ASTWithinVN
- ASTWithinVN(QueryParser, int) - Constructor for class repast.simphony.engine.watcher.query.ASTWithinVN
- AT_INTERVAL - Enum constant in enum class repast.simphony.engine.schedule.Frequency
- AT_INTERVAL - Enum constant in enum class repast.simphony.visualization.IDisplay.LayoutFrequency
- AT_UPDATE - Enum constant in enum class repast.simphony.engine.schedule.Frequency
- AT_UPDATE - Enum constant in enum class repast.simphony.visualization.IDisplay.LayoutFrequency
- atan(Number, Number) - Static method in class repast.simphony.relogo.Utility
-
Changes x,y offsets to degrees.
- atBeginning() - Method in class repast.simphony.parameter.AbstractSweepParameterSetter
- atBeginning() - Method in class repast.simphony.parameter.DoubleSteppedSetter
- atBeginning() - Method in class repast.simphony.parameter.FloatSteppedSetter
- atBeginning() - Method in class repast.simphony.parameter.ListParameterSetter
- atBeginning() - Method in interface repast.simphony.parameter.optimizer.OptimizableParameterSetter
- atBeginning(Byte) - Method in class repast.simphony.parameter.ByteSteppedSetter
- atBeginning(Integer) - Method in class repast.simphony.parameter.IntSteppedSetter
- atBeginning(Long) - Method in class repast.simphony.parameter.LongSteppedSetter
- atBeginning(Short) - Method in class repast.simphony.parameter.ShortSteppedSetter
- atBeginning(T) - Method in class repast.simphony.parameter.AbstractSweepParameterSetter
- atBeginning(T) - Method in class repast.simphony.parameter.ListParameterSetter
- atEnd() - Method in class repast.simphony.parameter.AbstractSweepParameterSetter
- atEnd() - Method in class repast.simphony.parameter.ConstantSetter
-
Returns true.
- atEnd() - Method in class repast.simphony.parameter.DoubleSteppedSetter
- atEnd() - Method in class repast.simphony.parameter.FloatSteppedSetter
- atEnd() - Method in class repast.simphony.parameter.ListParameterSetter
-
Compares the index to the number of elements in the list/
- atEnd() - Method in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
- atEnd() - Method in interface repast.simphony.parameter.ParameterSetter
- atEnd() - Method in class repast.simphony.parameter.ParameterTreeSweeper
-
Returns true if all the
ParameterSetter
s have finished. - atEnd() - Method in class repast.simphony.parameter.RunParameterSetter
-
True if we've run totalRuns times.
- atEnd() - Method in class repast.simphony.parameter.SimpleParameterSetter
- atEnd() - Method in class repast.simphony.ui.GUIParametersManager
-
Returns false.
- atEnd(Byte) - Method in class repast.simphony.parameter.ByteSteppedSetter
- atEnd(Integer) - Method in class repast.simphony.parameter.IntSteppedSetter
- atEnd(Long) - Method in class repast.simphony.parameter.LongSteppedSetter
- atEnd(Short) - Method in class repast.simphony.parameter.ShortSteppedSetter
- atEnd(T) - Method in class repast.simphony.parameter.AbstractSweepParameterSetter
- atEnd(T) - Method in class repast.simphony.parameter.ListParameterSetter
- Attribute - Interface in repast.simphony.scenario.data
-
Encapsulates a ContextData heirarchy attribute.
- ATTRIBUTE_E - Static variable in interface repast.simphony.scenario.data.ContextFileIOConstants
- attributeChanged() - Method in class repast.simphony.gis.styleEditor.ByRangePanelMediator
- AttributeContainer - Class in repast.simphony.scenario.data
-
Abstract base class for meta data that contains attributes and an id.
- AttributeContainer(String) - Constructor for class repast.simphony.scenario.data.AttributeContainer
- AttributeFactory - Class in repast.simphony.scenario.data
- AttributeFactory() - Constructor for class repast.simphony.scenario.data.AttributeFactory
- AttributeFactory.PType - Class in repast.simphony.scenario.data
- attributes - Variable in class repast.simphony.parameter.xml.AbstractParameterSetterCreator
- attributes - Variable in class repast.simphony.scenario.data.AttributeContainer
- attributes() - Method in class repast.simphony.scenario.data.AttributeContainer
-
Gets an iterable over the attributes this contains.
- AttributesValueGetter(Attributes) - Constructor for class repast.simphony.parameter.xml.AbstractParameterSetterCreator.AttributesValueGetter
- AutoBuilderConstants - Interface in repast.simphony.dataLoader.engine
- autoPlotOff() - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- autoPlotOn() - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- autoplotQ() - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- autoResizeColumnWidth() - Method in class repast.simphony.ui.table.TablePanel
-
Automatically resizes column widths to fit header and contents
B
- back(Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Steps turtle backwards by a distance.
- back(Number) - Method in interface repast.simphony.relogo.Turtle
-
Steps turtle backwards by a distance.
- background - Variable in class repast.simphony.chart2.engine.ChartDescriptor
- BACKGROUND_LAYER_NAME - Static variable in class repast.simphony.visualization.gis3D.DisplayGIS3D
- BACKGROUND_LAYER_PREFIX - Static variable in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- backgroundColor - Variable in class repast.simphony.visualization.gis3D.DisplayGIS3D
- backgroundColor - Variable in class repast.simphony.visualization.gui.CoverageStyleClassStep
- backgroundColor - Variable in class repast.simphony.visualization.gui.StyleClassStep
- backgroundColor - Variable in class repast.simphony.visualization.visualization3D.Display3D
- backup(int) - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
- backupDir(File) - Static method in class repast.simphony.util.FileUtils
-
Backups the specified directory into a new directory in the same parent directory.
- backupDir(File, File) - Static method in class repast.simphony.util.FileUtils
-
Backs up the specified directory into a new directory in the specified parent directory.
- BACKWARD - Enum constant in enum class repast.simphony.parameter.optimizer.AdvanceType
-
Move backward in the space (ie left or up)
- baseColors() - Static method in class repast.simphony.relogo.util.ReLogoSupport
- baseColors() - Static method in class repast.simphony.relogo.Utility
-
Lists fundamental colors.
- baseGraph - Variable in class repast.simphony.visualization.AbstractNetworkLayout
- BaseOutputNamesFinder - Class in repast.simphony.batch.ssh
-
Finds the base output name from file_sink xml files in a scenario directory.
- BaseOutputNamesFinder() - Constructor for class repast.simphony.batch.ssh.BaseOutputNamesFinder
- BaseOutputNamesFinder.FinderOutput - Class in repast.simphony.batch.ssh
- BasicDisplayDescriptor - Class in repast.simphony.visualization.engine
-
Basic Display descriptor implementation.
- BasicDisplayDescriptor(String) - Constructor for class repast.simphony.visualization.engine.BasicDisplayDescriptor
- BasicDisplayDescriptor(DisplayDescriptor) - Constructor for class repast.simphony.visualization.engine.BasicDisplayDescriptor
- BATCH_PARAM_FILE_PN - Static variable in interface repast.simphony.batch.BatchConstants
- BATCH_PARAMS_KEY - Static variable in class repast.simphony.batch.ssh.Configuration
- BATCH_RUN_PARAM_NAME - Static variable in interface repast.simphony.batch.BatchConstants
- BatchClassLoader - Class in repast.simphony.batch
- BatchClassLoader() - Constructor for class repast.simphony.batch.BatchClassLoader
- batchCleanup() - Method in class repast.simphony.batch.OneRunBatchRunner
- batchCleanup() - Method in interface repast.simphony.engine.controller.Controller
-
Cleans up the action after a batch run (a set of runs).
- batchCleanup() - Method in class repast.simphony.engine.controller.DefaultController
-
Calls the batchCleanup method of this class with all the contexts in the controller registry in the order they are returned by that registry.
- batchCleanup(RunState, Object) - Method in class repast.simphony.data2.engine.FileSinkComponentControllerAction
- batchCleanup(RunState, Object) - Method in class repast.simphony.engine.controller.AbstractControllerAction
-
This performs no action.
- batchCleanup(RunState, Object) - Method in class repast.simphony.engine.controller.DefaultController
-
Calls the batchCleanup method on all the actions this registry contains, with runState as an argument.
- batchCleanup(RunState, Object) - Method in class repast.simphony.engine.controller.ScheduledMethodControllerAction
- batchCleanup(RunState, Object) - Method in class repast.simphony.engine.controller.WatcherControllerAction
- batchCleanup(RunState, Object) - Method in interface repast.simphony.engine.environment.ControllerAction
-
Cleans up the action after a batch run (a set of runs).
- batchCleanup(RunState, Object) - Method in class repast.simphony.engine.environment.DefaultControllerAction
-
Does nothing.
- batchCleanup(RunState, Object) - Method in class repast.simphony.gis.engine.GeographyProjectionController
- batchCleanup(RunState, Object) - Method in class repast.simphony.gis.visualization.engine.GeographyVizProjectionController
- batchCleanup(RunState, Object) - Method in class repast.simphony.ws.ChartServerControllerAction
- BatchConstants - Interface in repast.simphony.batch
-
Constants used by distributed batch code.
- batchEnded() - Method in class repast.simphony.data2.BatchRunDataSetManager
- batchEnded() - Method in interface repast.simphony.data2.DataSetManager
-
Notifies this DataSetManager that the set of batch runs has ended.
- batchEnded() - Method in class repast.simphony.data2.SingleRunDataSetManager
- batchInit() - Method in class repast.simphony.batch.OneRunBatchRunner
- BatchInit - Class in repast.simphony.batch
-
Initializes the batch code and starts the BatchRunner.
- BatchInit() - Constructor for class repast.simphony.batch.BatchInit
- batchInitialize() - Method in interface repast.simphony.engine.controller.Controller
-
Initializes the action for a batch run (a set of runs).
- batchInitialize() - Method in class repast.simphony.engine.controller.DefaultController
-
Calls the runInitialize method of this class with all the contexts in the controller registry in the order they are returned by that registry.
- batchInitialize(RunState, Object) - Method in class repast.simphony.chart2.engine.HistogramComponentControllerAction
- batchInitialize(RunState, Object) - Method in class repast.simphony.chart2.engine.TimeSeriesComponentControllerAction
- batchInitialize(RunState, Object) - Method in class repast.simphony.data2.engine.ConsoleSinkComponentControllerAction
- batchInitialize(RunState, Object) - Method in class repast.simphony.data2.engine.DataSetComponentControllerAction
- batchInitialize(RunState, Object) - Method in class repast.simphony.data2.engine.FileSinkComponentControllerAction
- batchInitialize(RunState, Object) - Method in class repast.simphony.engine.controller.AbstractControllerAction
-
Default empty implementation of this method that performs no action.
- batchInitialize(RunState, Object) - Method in class repast.simphony.engine.controller.ScheduledMethodControllerAction
- batchInitialize(RunState, Object) - Method in class repast.simphony.engine.controller.WatcherControllerAction
- batchInitialize(RunState, Object) - Method in interface repast.simphony.engine.environment.ControllerAction
-
Initializes the action for a batch run (a set of runs).
- batchInitialize(RunState, Object) - Method in class repast.simphony.engine.environment.DefaultControllerAction
-
Does nothing.
- batchInitialize(RunState, Object) - Method in class repast.simphony.gis.engine.GeographyProjectionController
- batchInitialize(RunState, Object) - Method in class repast.simphony.gis.visualization.engine.GeographyVizProjectionController
- batchInitialize(RunState, Object) - Method in class repast.simphony.ws.ChartServerControllerAction
- BatchMain - Class in repast.simphony.batch
-
Main class used to kick off a batch run.
- BatchMain() - Constructor for class repast.simphony.batch.BatchMain
- BatchParameterChunker - Class in repast.simphony.batch.ssh
-
Takes an ssh run configuration object and reads the batch parameter xml out of the archive, generating in each parameter combination in a line format.
- BatchParameterChunker(Configuration) - Constructor for class repast.simphony.batch.ssh.BatchParameterChunker
- BatchParameterChunkerException - Exception in repast.simphony.batch.ssh
-
Exception thrown by the BatchParameterChunker.
- BatchParameterChunkerException(String) - Constructor for exception repast.simphony.batch.ssh.BatchParameterChunkerException
- BatchParameterChunkerException(String, Throwable) - Constructor for exception repast.simphony.batch.ssh.BatchParameterChunkerException
- BatchParameterChunkerException(Throwable) - Constructor for exception repast.simphony.batch.ssh.BatchParameterChunkerException
- BatchParamMapFileWriter - Class in repast.simphony.data2
-
DataSink that provides a mapping between a batch run number and the current batch parameters.
- BatchParamMapFileWriter(BatchRunDataSource, FileNameFormatter, String, FormatType) - Constructor for class repast.simphony.data2.BatchParamMapFileWriter
- BatchRunDataSetManager - Class in repast.simphony.data2
-
DataSetManager for batch runs.DataSets will be opened on batch started and closed on batch ended.
- BatchRunDataSetManager() - Constructor for class repast.simphony.data2.BatchRunDataSetManager
- BatchRunDataSource - Class in repast.simphony.data2
-
DataSource that returns the current batch run number.
- BatchRunDataSource() - Constructor for class repast.simphony.data2.BatchRunDataSource
- BatchRunner - Class in repast.simphony.batch
-
Runs a simulation in batch mode.
- BatchRunner() - Constructor for class repast.simphony.batch.BatchRunner
- BatchRunner(boolean) - Constructor for class repast.simphony.batch.BatchRunner
- BatchRunner(boolean, int) - Constructor for class repast.simphony.batch.BatchRunner
- BatchScenario - Class in repast.simphony.batch
-
Allows the programmatic creation of a scenario for use in a batch run.
- BatchScenario(File, ContextData, UserPathData, Object) - Constructor for class repast.simphony.batch.BatchScenario
- BatchScenario(Object) - Constructor for class repast.simphony.batch.BatchScenario
-
Creates a BatchScenario with the specified master context id.
- BatchScenarioCreator - Interface in repast.simphony.batch
-
Interface for classes that can create BatchScenarios.
- BatchScenarioLoader - Class in repast.simphony.batch
-
Loads a scenario file so that it can be run in batch mode.
- BatchScenarioLoader(File) - Constructor for class repast.simphony.batch.BatchScenarioLoader
- BatchScheduleRunner - Class in repast.simphony.batch
- BatchScheduleRunner() - Constructor for class repast.simphony.batch.BatchScheduleRunner
- batchStarted() - Method in class repast.simphony.data2.BatchRunDataSetManager
- batchStarted() - Method in interface repast.simphony.data2.DataSetManager
-
Notifies this DataSetManager that the set of batch runs has started.
- batchStarted() - Method in class repast.simphony.data2.SingleRunDataSetManager
- BatchUpdateXYSeries - Class in repast.simphony.chart2
-
Overrides some methods in XYSeriesCollection in order to avoid updates whenever a single point is added.
- BatchUpdateXYSeries(int) - Constructor for class repast.simphony.chart2.BatchUpdateXYSeries
- BeanBuilder - Class in repast.simphony.integration
-
Writes data to a Bean.
- BeanBuilder() - Constructor for class repast.simphony.integration.BeanBuilder
-
Instantiates this object without a class to create a bean from.
- BeanBuilder(Class<?>) - Constructor for class repast.simphony.integration.BeanBuilder
-
Instantiates this with the specified class to use as the root to set values on.
- BeanBuilder(Object) - Constructor for class repast.simphony.integration.BeanBuilder
-
Instantiates this object without a class to create a bean from.
- BeanParameters - Class in repast.simphony.parameter
-
Implemenentation of Parameters that converts a bean's properties into parameters.
- BeanParameters(Object) - Constructor for class repast.simphony.parameter.BeanParameters
- BeanParameters(Object, Set<String>) - Constructor for class repast.simphony.parameter.BeanParameters
- BeanQueryer - Class in repast.simphony.integration
-
A queryable that works on Beans using JXPath.
- BeanQueryer(Object) - Constructor for class repast.simphony.integration.BeanQueryer
-
Creates the queryer with the specified object as the root.
- begin(StateChartSimIntegrator) - Method in class repast.simphony.statecharts.DefaultStateChart
- begin(StateChartSimIntegrator) - Method in interface repast.simphony.statecharts.StateChart
-
Begin state chart.
- beginActions - Variable in enum class repast.simphony.statecharts.StateChartScheduler
- beginColumn - Variable in class repast.simphony.engine.watcher.query.Token
-
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
- beginLater(double, StateChart<?>) - Static method in enum class repast.simphony.statecharts.StateChartScheduler
-
Convenience method to schedule a statechart for activation at a later time.
- beginLine - Variable in class repast.simphony.engine.watcher.query.Token
-
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
- beginNow(StateChart<?>) - Static method in enum class repast.simphony.statecharts.StateChartScheduler
-
Convenience method to schedule a statechart for immediate activation.
- beginNowWithoutScheduling(StateChart<?>) - Method in enum class repast.simphony.statecharts.StateChartScheduler
-
Method to begin the statechart now without using the schedule.
- BeginToken() - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
- behaviorCompleted(int) - Method in class repast.simphony.visualization.visualization3D.BehaviorTracker
-
Notifies this BehaviorTracker that the behavior associated with the specified id has completed executing.
- BehaviorTracker - Class in repast.simphony.visualization.visualization3D
-
Tracks the whether or not behaviors are finished executing with respect the current rendering iteration.
- BehaviorTracker() - Constructor for class repast.simphony.visualization.visualization3D.BehaviorTracker
- bgcolorBtn - Variable in class repast.simphony.visualization.gui.CoverageStyleClassStep
- bgcolorBtn - Variable in class repast.simphony.visualization.gui.StyleClassStep
- bigDecimalArrayToDoubleArray(BigDecimal[]) - Static method in class repast.simphony.essentials.RepastEssentials
- bigDecimalArrayToIntArray(BigDecimal[]) - Static method in class repast.simphony.essentials.RepastEssentials
- BigDecimalFreezeDryer - Class in repast.simphony.freezedry.freezedryers
- BigDecimalFreezeDryer() - Constructor for class repast.simphony.freezedry.freezedryers.BigDecimalFreezeDryer
- BinaryFreezeDryer - Class in repast.simphony.freezedry.freezedryers
- BinaryFreezeDryer() - Constructor for class repast.simphony.freezedry.freezedryers.BinaryFreezeDryer
- BindableBeanCreator - Class in repast.simphony.ui.probe
- bk(Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Steps turtle backwards by a distance.
- bk(Number) - Method in interface repast.simphony.relogo.Turtle
-
Steps turtle backwards by a distance.
- black() - Static method in class repast.simphony.relogo.Utility
-
Returns the numerical value corresponding to the color black.
- blue() - Static method in class repast.simphony.relogo.Utility
-
Returns the numerical value corresponding to the color blue.
- blueMethodName - Variable in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- blueMethodName - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
- BMP - Static variable in class repast.simphony.ui.widget.SnapshotTaker
- bodyToObjectMap - Variable in class repast.simphony.space.physics.DefaultPhysicsSpace
- BOOLEAN - Enum constant in enum class repast.simphony.freezedry.ArrayValueHandler
- BooleanConverter() - Constructor for class repast.simphony.parameter.StringConverterFactory.BooleanConverter
- BooleanExpression() - Method in class repast.simphony.engine.watcher.query.QueryParser
- BooleanExpressionBuilder - Interface in repast.simphony.engine.watcher.query
-
Interface for AST* classes that create IBooleanExpressions.
- BooleanExpressionCreator - Class in repast.simphony.engine.watcher.query
-
Dynamicaly creates a BooleanExpression.
- BooleanExpressionCreator() - Constructor for class repast.simphony.engine.watcher.query.BooleanExpressionCreator
- BooleanFilter<M,
I> - Class in repast.simphony.ui.table -
Row filter for boolean values
- BooleanFilter(String, int, Boolean, NamedRowFilter.Operator) - Constructor for class repast.simphony.ui.table.BooleanFilter
- BooleanParameterBinder - Class in repast.simphony.ui.parameters
-
ParameterBinder for boolean parameters.
- BooleanParameterBinder(String, String) - Constructor for class repast.simphony.ui.parameters.BooleanParameterBinder
- BooleanProbedProperty - Class in repast.simphony.ui.probe
-
ProbedProperty for boolean properties.
- BooleanProbedProperty(PropertyDescriptor) - Constructor for class repast.simphony.ui.probe.BooleanProbedProperty
- BORDER_RULE_ID - Static variable in interface repast.simphony.dataLoader.engine.AutoBuilderConstants
- borderColor - Variable in class repast.simphony.ws.DisplayProperties
- borderStroke - Variable in class repast.simphony.ws.DisplayProperties
- borderThickness - Variable in class repast.simphony.ws.DisplayProperties
- bothEnds() - Method in class repast.simphony.relogo.AbstractLink
-
Returns two agents connected by link.
- bothEnds() - Method in class repast.simphony.relogo.Link
-
Returns two agents connected by link.
- BOUNCY - Enum constant in enum class repast.simphony.relogo.factories.RLWorldDimensions.WorldType
- BOUNCY_RULE - Static variable in interface repast.simphony.dataLoader.engine.AutoBuilderConstants
- BouncyBorders - Class in repast.simphony.space.continuous
-
Calculates a new location by translating a current one.
- BouncyBorders - Class in repast.simphony.space.grid
-
Calculates a new location by translating a current one.
- BouncyBorders() - Constructor for class repast.simphony.space.continuous.BouncyBorders
-
Constructs a BouncyBorders translator that must have its
BouncyBorders.init(repast.simphony.space.Dimensions)
method called before it is used. - BouncyBorders() - Constructor for class repast.simphony.space.grid.BouncyBorders
-
Creates a new BouncyBorders.
- BouncyBorders(double...) - Constructor for class repast.simphony.space.continuous.BouncyBorders
-
Creates a BounceTranslator whose boundaries are the specified dimensions.
- BouncyBorders(double[], double[]) - Constructor for class repast.simphony.space.continuous.BouncyBorders
-
Creates a BounceTranslator whose boundaries are the specified dimensions.
- BouncyBorders(int...) - Constructor for class repast.simphony.space.grid.BouncyBorders
-
Creates a BounceTranslator whose boundaries are the specified dimensions.
- BouncyBorders(int[], int[]) - Constructor for class repast.simphony.space.grid.BouncyBorders
-
Creates a BounceTranslator whose boundaries are the specified dimensions.
- BoundingBox - Class in repast.simphony.visualization.engine
- BoundingBox() - Constructor for class repast.simphony.visualization.engine.BoundingBox
- BoundingBox(double, double, double, double, double, double) - Constructor for class repast.simphony.visualization.engine.BoundingBox
- BoundingPPath - Class in repast.simphony.relogo.styles
- BoundingPPath(Rectangle2D) - Constructor for class repast.simphony.relogo.styles.BoundingPPath
- boundingSector - Variable in class repast.simphony.visualization.gis3D.DisplayGIS3D
- BoundParameters - Class in repast.simphony.parameter
-
Parameters implementation that binds a set of parameters to those in some bean.
- BoundParameters(Parameters) - Constructor for class repast.simphony.parameter.BoundParameters
-
Creates a new BoundParameters using the parameters in the specified Parameters object.
- BOUNDS_KEY - Static variable in class repast.simphony.visualization.visualization2D.StyledDisplayLayer2D
-
Deprecated.
- boundsCheck(int, double) - Method in class repast.simphony.space.continuous.AbstractPointTranslator
- boundsCheck(int, int) - Method in class repast.simphony.space.grid.AbstractGridPointTranslator
- box - Variable in class repast.simphony.dataLoader.ui.wizard.builder.CheckNodeRenderer
- Box - Class in repast.simphony.visualization
- Box() - Constructor for class repast.simphony.visualization.Box
- Box(Point3f, Point3f) - Constructor for class repast.simphony.visualization.Box
- BRANCH - Enum constant in enum class repast.simphony.integration.DataFileElementReader
-
Handler for branch elements.
- BRANCH - Enum constant in enum class repast.simphony.integration.DataFileElements
- BRANCH - Enum constant in enum class repast.simphony.integration.DataFileElementWriter
- BRANCH_ATTRS() - Constructor for class repast.simphony.integration.DataFileElements.BRANCH_ATTRS
- BranchBuilder<T> - Class in repast.simphony.statecharts
- BranchBuilder() - Constructor for class repast.simphony.statecharts.BranchBuilder
- branchGroup - Variable in class repast.simphony.visualization.visualization3D.VisualItem3D
- BranchState<T> - Class in repast.simphony.statecharts
- BranchState(String) - Constructor for class repast.simphony.statecharts.BranchState
- BranchStateBuilder<T> - Class in repast.simphony.statecharts
- BranchStateBuilder(String) - Constructor for class repast.simphony.statecharts.BranchStateBuilder
- breadthFirstMap(Executor<T>, Traverser<T>, T) - Static method in class repast.simphony.engine.graph.EngineGraphUtilities
-
Performs a breadth-first traversal applying the given executor to the objects returned by the traverser.
- breadthFirstMap(Executor<T>, Traverser<T>, T) - Static method in class repast.simphony.util.collections.CollectionUtils
-
Performs a breadth-first traversal applying the given executor to the objects returned by the traverser.
- breadthFirstSearch(Predicate<T>, Traverser<T>, T) - Static method in class repast.simphony.engine.graph.EngineGraphUtilities
-
Performs a breadth-first traversal, applying the given rule to the objects returned by the traverser.
- breadthFirstSearch(Predicate<T>, Traverser<T>, T) - Static method in class repast.simphony.util.collections.CollectionUtils
-
Performs a breadth-first traversal, applying the given rule to the objects returned by the traverser.
- brown() - Static method in class repast.simphony.relogo.Utility
-
Returns the numerical value corresponding to the color brown.
- BrowseForHomeStep - Class in repast.simphony.data.analysis
-
Wizard step that provides the location of the data analysis plugin executable.
- BrowseForHomeStep(String, String, String) - Constructor for class repast.simphony.data.analysis.BrowseForHomeStep
- buf - Variable in class repast.simphony.util.Scanner
- BUF_SIZE - Static variable in class repast.simphony.util.Scanner
- bufcolumn - Variable in class repast.simphony.engine.watcher.query.SimpleCharStream
- buffer - Variable in class repast.simphony.chart2.AbstractHistogramDataset
- buffer - Variable in class repast.simphony.engine.watcher.query.SimpleCharStream
- buffer() - Method in class repast.simphony.util.Scanner
- BufferDataSource - Class in repast.simphony.ui.widget
-
A DataSource for turning JMF Buffers into movies.
- BufferDataSource(RGBFormat) - Constructor for class repast.simphony.ui.widget.BufferDataSource
- BufferedGridValueLayer - Class in repast.simphony.valueLayer
-
Implements a grid value layer with read and write buffers.
- BufferedGridValueLayer(String, boolean, int...) - Constructor for class repast.simphony.valueLayer.BufferedGridValueLayer
-
Creates a BufferedGridValueLayer with the specified name, density, and dimensions.
- BufferedGridValueLayer(String, boolean, GridPointTranslator, int...) - Constructor for class repast.simphony.valueLayer.BufferedGridValueLayer
-
Creates a BufferedGridValueLayer with the specified name, density, translator, and dimensions.
- BufferedGridValueLayer(String, double, boolean, int...) - Constructor for class repast.simphony.valueLayer.BufferedGridValueLayer
-
Creates a BufferedGridValueLayer with the specified name, density, defaultValue and dimensions.
- BufferedGridValueLayer(String, double, boolean, GridPointTranslator, int...) - Constructor for class repast.simphony.valueLayer.BufferedGridValueLayer
-
Creates a BufferedGridValueLayer with the specified name, defaultValue, density, translator and dimensions.
- BufferedGridValueLayer(String, double, boolean, GridPointTranslator, int[], int[]) - Constructor for class repast.simphony.valueLayer.BufferedGridValueLayer
-
Creates a BufferedGridValueLayer with the specified name, defaultValue, density, translator and dimensions.
- BufferedGridValueLayer.Buffer - Enum Class in repast.simphony.valueLayer
- BufferedImageTexture - Class in repast.simphony.visualization.gis3D
-
Deprecated.As of version 2.5. Use the
BasicWWTexture
instead to avoid memory leaks. - BufferedImageTexture(BufferedImage) - Constructor for class repast.simphony.visualization.gis3D.BufferedImageTexture
-
Deprecated.
- bufferMatrix1(DoubleMatrix2D) - Static method in class repast.simphony.relogo.JavaUtility
- bufferMore() - Method in class repast.simphony.util.Scanner
- BufferSourceStream - Class in repast.simphony.ui.widget
-
A DataSourceStream for turning JMF Buffers into movies.
- BufferSourceStream(RGBFormat) - Constructor for class repast.simphony.ui.widget.BufferSourceStream
- bufline - Variable in class repast.simphony.engine.watcher.query.SimpleCharStream
- bufpos - Variable in class repast.simphony.engine.watcher.query.SimpleCharStream
- build() - Method in class repast.simphony.statecharts.BranchStateBuilder
- build() - Method in class repast.simphony.statecharts.CompositeStateBuilder
- build() - Method in class repast.simphony.statecharts.FinalStateBuilder
- build() - Method in class repast.simphony.statecharts.HistoryStateBuilder
- build() - Method in class repast.simphony.statecharts.SelfTransitionBuilder
- build() - Method in class repast.simphony.statecharts.SimpleStateBuilder
- build() - Method in class repast.simphony.statecharts.StateChartBuilder
- build() - Method in class repast.simphony.statecharts.TransitionBuilder
- build() - Method in class repast.simphony.util.RangeCombination.RangeComboBuilder
- build(Context) - Method in class repast.simphony.dataLoader.engine.ClassNameContextBuilder
-
Builds and returns a context.
- build(Context) - Method in class repast.simphony.dataLoader.engine.ContextXMLBuilder
-
Builds and returns a context.
- build(Context) - Method in class repast.simphony.dataLoader.engine.FreezeDryedContextBuilder
- build(Context) - Method in class repast.simphony.dataLoader.engine.XMLContextBuilder
-
Builds and returns a context.
- build(Context) - Method in class repast.simphony.dataLoader.ui.wizard.builder.BuilderContextBuilder
-
Builds and returns a context.
- build(Context) - Method in class repast.simphony.gis.dataLoader.ShapefileAgentBuilder
- build(Context<Object>) - Method in class repast.simphony.dataLoader.engine.MIContextXMLBuilder
- build(Context<T>) - Method in interface repast.simphony.dataLoader.ContextBuilder
-
Builds and returns a context.
- buildAndAddProjection(Context<?>, Map<String, Object>) - Method in class repast.simphony.freezedry.freezedryers.proj.ProjectionDryer
-
Creates a projection based on the given properties.
- buildEditor(Scenario, Object) - Method in class repast.simphony.ui.plugin.editor.AbstractWizardEditor
-
Creates and returns an
OptionsEditorDialog
whose content is the steps fromAbstractWizardEditor.getPath()
whose model is from#getWizardModel(SimplePath, Scenario, Object, ScenarioTreeEvent)
, and whose title is this wizard's title. - BuilderContextBuilder - Class in repast.simphony.dataLoader.ui.wizard.builder
- BuilderContextBuilder(ContextDescriptor) - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.BuilderContextBuilder
- BuilderDataLoaderActionEditorCreator - Class in repast.simphony.dataLoader.ui.wizard.builder
- BuilderDataLoaderActionEditorCreator() - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.BuilderDataLoaderActionEditorCreator
- BuilderDataLoaderControllerAction - Class in repast.simphony.dataLoader.ui.wizard.builder
- BuilderDataLoaderControllerAction(String, BuilderContextBuilder, Scenario) - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.BuilderDataLoaderControllerAction
- BuilderDataLoaderControllerActionIO - Class in repast.simphony.dataLoader.ui.wizard.builder
- BuilderDataLoaderControllerActionIO() - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.BuilderDataLoaderControllerActionIO
- builders - Variable in class repast.simphony.data2.AbstractDataSetManager
- buildExpression(Context) - Method in class repast.simphony.engine.watcher.query.ASTAndExpression
- buildExpression(Context) - Method in class repast.simphony.engine.watcher.query.ASTColocated
- buildExpression(Context) - Method in class repast.simphony.engine.watcher.query.ASTLinked
- buildExpression(Context) - Method in class repast.simphony.engine.watcher.query.ASTLinkedFrom
- buildExpression(Context) - Method in class repast.simphony.engine.watcher.query.ASTLinkedTo
- buildExpression(Context) - Method in class repast.simphony.engine.watcher.query.ASTNot
- buildExpression(Context) - Method in class repast.simphony.engine.watcher.query.ASTOrExpression
- buildExpression(Context) - Method in class repast.simphony.engine.watcher.query.ASTStart
- buildExpression(Context) - Method in class repast.simphony.engine.watcher.query.ASTWithin
- buildExpression(Context) - Method in class repast.simphony.engine.watcher.query.ASTWithinMoore
- buildExpression(Context) - Method in class repast.simphony.engine.watcher.query.ASTWithinVN
- buildExpression(Context) - Method in interface repast.simphony.engine.watcher.query.BooleanExpressionBuilder
- buildExpression(Context) - Method in class repast.simphony.engine.watcher.query.SimpleNode
- buildHeader(String[]) - Method in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
- buildNetwork() - Method in class repast.simphony.context.space.graph.NetworkBuilder
-
Builds the network using all the previously set properties.
- buildNodeLayout(CGDGraph, ParseClanTree, int, int, TreeSet[]) - Method in class repast.simphony.visualization.cgd.graph.GraphUtil
-
Initializing bounding box placement
- buildNodeLayout(ParseClanTree, int, int, TreeSet[]) - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
-
Initializing bounding box placement
- buildRegistry(ControllerRegistry) - Method in interface repast.simphony.ui.IControllerRegistryBuilder
- buildRGBStyle(GridCoverage2D) - Method in class repast.simphony.gis.display.CoverageStyleBuilder
-
This method examines the names of the sample dimensions in the provided coverage looking for "red...", "green..." and "blue..." (case insensitive match).
- buildStyleButton - Variable in class repast.simphony.visualization.gui.CoverageStyleClassStep
- buildStyleButton - Variable in class repast.simphony.visualization.gui.StyleClassStep
- butFirst(String) - Static method in class repast.simphony.relogo.Utility
-
Returns a string minus first character.
- butFirst(List<E>) - Static method in class repast.simphony.relogo.Utility
-
Returns a list minus first item.
- butLast(String) - Static method in class repast.simphony.relogo.Utility
-
Returns a string minus last character.
- butLast(List<E>) - Static method in class repast.simphony.relogo.Utility
-
Returns a list minus last item.
- button - Variable in class repast.simphony.statecharts.runtime.SVGApplication
- ButtonCoordinator - Class in repast.simphony.ui
- ButtonCoordinator() - Constructor for class repast.simphony.ui.ButtonCoordinator
- buttonRegistry - Variable in class repast.simphony.statecharts.runtime.UICreatorFactory.WindowRegistry
- ByRangePanel - Class in repast.simphony.gis.styleEditor
-
The "Range Style" panel in the GisStyleEditor dialog that provides the capability of setting the shape fill color using ranged rules.
- ByRangePanel() - Constructor for class repast.simphony.gis.styleEditor.ByRangePanel
- ByRangePanelMediator - Class in repast.simphony.gis.styleEditor
-
Mediates between the different components in ByRangePanel.
- ByRangePanelMediator(FeatureType, Rule) - Constructor for class repast.simphony.gis.styleEditor.ByRangePanelMediator
- BYTE - Enum constant in enum class repast.simphony.parameter.xml.AbstractNumberSetterCreator.Type
- ByteCodeUtilities - Class in repast.simphony.util.bytecode
- ByteConverter() - Constructor for class repast.simphony.parameter.StringConverterFactory.ByteConverter
- BYTES_MARKER - Static variable in class repast.simphony.freezedry.AbstractDataSource
-
Marker for byte storage column names (should be appended to the column name).
- ByteSteppedSetter - Class in repast.simphony.parameter
- ByteSteppedSetter(String, byte, byte, byte) - Constructor for class repast.simphony.parameter.ByteSteppedSetter
-
Constructs this with the given base value, step size, and maximum value.
- ByValuePanel - Class in repast.simphony.gis.styleEditor
-
The "Value Style" panel in the GisStyleEditor dialog that provides the capability of setting the shape fill color using value rules.
- ByValuePanel() - Constructor for class repast.simphony.gis.styleEditor.ByValuePanel
C
- ca() - Method in class repast.simphony.relogo.AbstractObserver
-
Clears the world to the default state.
- ca() - Method in interface repast.simphony.relogo.Observer
-
Clears the world to the default state.
- calcAngleFor2DMovement(ContinuousSpace<? extends Object>, NdPoint, NdPoint) - Static method in class repast.simphony.space.SpatialMath
-
Calculates the angle in radians between the two points on the horizontal plane.
- calcAttraction(RepastEdge) - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
- calcPointPickBuffer(Coordinate, CoordinateReferenceSystem, double) - Static method in class repast.simphony.visualization.editor.gis.GISEditorUtilities
-
Deprecated.Calculates the buffer value to supply to Point.buffer() that will approximate an 8x8 pixel area.
- calcPositions(Object) - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
- calcRepulsion(Object) - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
- calculateEndPoints(Point3f, float, Point3f, float) - Method in class repast.simphony.visualization.network.EdgeVisualItem
-
First find the points at which the edge will intersect the bounding spheres.
- calculateLowestCommonAncestor(AbstractState<T>) - Method in class repast.simphony.statecharts.AbstractState
- calculator - Variable in class repast.simphony.gis.tools.DistanceTool
- call() - Method in class repast.simphony.batch.ssh.LocalDonePoller
- call() - Method in class repast.simphony.batch.ssh.RemoteDonePoller
- CallBackAction - Class in repast.simphony.engine.schedule
-
An IAction created from a method name and method parameters.
- CallBackAction(Object, Method) - Constructor for class repast.simphony.engine.schedule.CallBackAction
-
Creates a CallBackAction from the specified target and method.
- CallBackAction(Object, Method, Object...) - Constructor for class repast.simphony.engine.schedule.CallBackAction
-
Creates a CallBackAction from the specified target, method and parameters.
- CallBackAction(Object, String, Object...) - Constructor for class repast.simphony.engine.schedule.CallBackAction
-
Creates a CallBackAction from the specified target, method name, and method parameters.
- CAMERA_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
- cancel() - Method in class repast.simphony.dataLoader.ui.CNDataLoaderActionPanel
- cancel() - Method in class repast.simphony.dataLoader.ui.wizard.builder.AgentDescriptorFillerPanel
- cancel() - Method in class repast.simphony.dataLoader.ui.wizard.builder.RelationshipDescriptorFillerPanel
- cancel() - Method in class repast.simphony.ui.editor.SchedulableActionEditor
- cancel() - Method in class repast.simphony.ui.plugin.editor.AbstractWizardEditor
- cancel() - Method in class repast.simphony.ui.plugin.editor.OptionsContentWizardStepAdapter
-
Invoked when the cancel button is pressed.
- cancel() - Method in class repast.simphony.ui.plugin.editor.OptionsDialog
- cancel() - Method in interface repast.simphony.ui.plugin.editor.OptionsDialogContent
-
Invoked when the cancel button is pressed.
- cancel() - Method in class repast.simphony.ui.plugin.editor.OptionsEditorDialog
- cancel() - Method in class repast.simphony.ui.plugin.editor.UISaver
- cancel() - Method in class repast.simphony.ui.table.TableFilterDialog
-
Cancel button is pressed
- CancelAction(ISchedulableAction) - Static method in class repast.simphony.essentials.RepastEssentials
- cancelButtonActionPerformed(ActionEvent) - Method in class repast.simphony.visualization.gui.styleBuilder.AbstractStyleDialog
- cancelled - Variable in class repast.simphony.ui.table.TableFilterDialog
- canContinue() - Method in class repast.simphony.parameter.SimpleParameterSetter
- canConvert(Class) - Method in class repast.simphony.freezedry.engine.JDBCDataSourceConverter
- canConvert(Class) - Method in class repast.simphony.gis.xml.GeographyConverter
- canConvert(Class) - Method in class repast.simphony.scenario.DescriptorConverter
- canConvert(Class) - Method in class repast.simphony.scenario.FastMethodConvertor
- canConvert(Class) - Method in class repast.simphony.xml.ContinuousValueLayerConverter
- canConvert(Class) - Method in class repast.simphony.xml.DefaultContextConverter
- canConvert(Class) - Method in class repast.simphony.xml.GridConverter
- canConvert(Class) - Method in class repast.simphony.xml.GridValueLayerConverter
- canConvert(Class) - Method in class repast.simphony.xml.NetworkConverter
- canConvert(Class) - Method in class repast.simphony.xml.QuantityConverter
- canConvert(Class) - Method in class repast.simphony.xml.SpaceConverter
- canMoveQ(Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Queries if turtle can move a distance.
- canMoveQ(Number) - Method in interface repast.simphony.relogo.Turtle
-
Queries if turtle can move a distance.
- canProcess(LegendEntry) - Method in interface repast.simphony.gis.legend.LegendAction
-
Deprecated.Does this legend action support the entry being passed to it.
- canTransitionZeroTime() - Method in class repast.simphony.statecharts.AlwaysTrigger
- canTransitionZeroTime() - Method in class repast.simphony.statecharts.ConditionTrigger
- canTransitionZeroTime() - Method in class repast.simphony.statecharts.ExponentialDecayRateTrigger
- canTransitionZeroTime() - Method in class repast.simphony.statecharts.MessageTrigger
- canTransitionZeroTime() - Method in class repast.simphony.statecharts.ProbabilityTrigger
- canTransitionZeroTime() - Method in class repast.simphony.statecharts.TimedTrigger
- canTransitionZeroTime() - Method in class repast.simphony.statecharts.Transition
- canTransitionZeroTime() - Method in interface repast.simphony.statecharts.Trigger
- canvas - Variable in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- canvas - Variable in class repast.simphony.visualization.visualization3D.Display3D
- canvas - Variable in class repast.simphony.visualizationOGL2D.DisplayOGL2D
- CANVAS_HEIGHT - Static variable in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
- CANVAS_WIDTH - Static variable in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
- Canvas3DListener - Interface in repast.simphony.visualization.visualization3D
- capitalize(String) - Static method in class repast.simphony.util.SimUtilities
-
Captializes the specified String.
- caps - Variable in class repast.simphony.visualization.gis3D.WMSLayersPanel.LayerInfo
- captureOutput(Process) - Method in class repast.simphony.batch.ProcessOutputLogWriter
- captureOutput(Process) - Method in class repast.simphony.batch.ProcessOutputWriter
- CartesianDisplayDescriptor - Class in repast.simphony.visualization.engine
-
Display descriptor for Cartesian (2D,3D) displays with value layers.
- CartesianDisplayDescriptor(String) - Constructor for class repast.simphony.visualization.engine.CartesianDisplayDescriptor
- CartesianDisplayDescriptor(CartesianDisplayDescriptor) - Constructor for class repast.simphony.visualization.engine.CartesianDisplayDescriptor
- CartesianProjectionDescritorFactory - Class in repast.simphony.visualization.engine
-
ProjectionDescritorFactory that creates ProjectionDescriptors for Cartesian displays.
- CartesianProjectionDescritorFactory() - Constructor for class repast.simphony.visualization.engine.CartesianProjectionDescritorFactory
- cascadeSelection - Variable in class repast.simphony.dataLoader.ui.wizard.builder.CheckNode
- ceiling(Number) - Static method in class repast.simphony.relogo.Utility
-
Returns smallest integer greater than or equal to a number.
- CELL_ACCESSOR_KEY - Static variable in class repast.simphony.freezedry.freezedryers.proj.GridProjectionDryer2
- CellAccessor<T,
U> - Interface in repast.simphony.space.grid - cells - Variable in class repast.simphony.valueLayer.AbstractGridFunction
- cellSize - Variable in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
- center - Variable in class repast.simphony.gis.display.PGisLayer
-
Deprecated.
- centerValue - Variable in class repast.simphony.parameter.optimizer.HillClimber
- centerx - Variable in class repast.simphony.visualization.cgd.util.ParseClanTree
- CGDEdge - Class in repast.simphony.visualization.cgd.graph
- CGDEdge() - Constructor for class repast.simphony.visualization.cgd.graph.CGDEdge
- CGDEdge(CGDNode, CGDNode) - Constructor for class repast.simphony.visualization.cgd.graph.CGDEdge
- CGDEdge(CGDNode, CGDNode, int, String) - Constructor for class repast.simphony.visualization.cgd.graph.CGDEdge
- CGDGraph - Class in repast.simphony.visualization.cgd.graph
- CGDGraph() - Constructor for class repast.simphony.visualization.cgd.graph.CGDGraph
- CGDGraph(ArrayList, HashMap) - Constructor for class repast.simphony.visualization.cgd.graph.CGDGraph
- CGDLayout<T> - Class in repast.simphony.visualization.cgd
- CGDLayout() - Constructor for class repast.simphony.visualization.cgd.CGDLayout
- CGDLayout(Network) - Constructor for class repast.simphony.visualization.cgd.CGDLayout
- CGDNode - Class in repast.simphony.visualization.cgd.graph
- CGDNode() - Constructor for class repast.simphony.visualization.cgd.graph.CGDNode
- CGDNode(double, double) - Constructor for class repast.simphony.visualization.cgd.graph.CGDNode
- CGDNode(int) - Constructor for class repast.simphony.visualization.cgd.graph.CGDNode
- CGDNode(int, String) - Constructor for class repast.simphony.visualization.cgd.graph.CGDNode
- CGDProcessor - Class in repast.simphony.visualization.cgd
- CGDProcessor() - Constructor for class repast.simphony.visualization.cgd.CGDProcessor
- CGDTreeSet<I extends Number> - Class in repast.simphony.visualization.cgd.util
- CGDTreeSet() - Constructor for class repast.simphony.visualization.cgd.util.CGDTreeSet
- CHANGE_COLOR - Static variable in class repast.simphony.relogo.styles.BoundingPPath
- changed - Variable in class repast.simphony.parameter.DefaultParameters
- changedMap - Variable in class repast.simphony.visualization.visualization3D.VisualItem3D
- changeListeners - Variable in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
- changeSupport - Variable in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
- changingColor - Variable in class repast.simphony.relogo.image.NLImagePrimitive
- CHARACTER - Enum constant in enum class repast.simphony.freezedry.ArrayValueHandler
- CHART - Enum constant in enum class repast.simphony.engine.environment.GUIRegistryType
- CHART_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
- CHART_ROOT - Static variable in interface repast.simphony.engine.controller.ControllerActionConstants
- ChartActionCreator - Class in repast.simphony.chart2.engine
- ChartActionCreator() - Constructor for class repast.simphony.chart2.engine.ChartActionCreator
- ChartCreator<T extends Descriptor> - Interface in repast.simphony.chart2
-
Interface for classes that can create charts.
- ChartDescriptor - Class in repast.simphony.chart2.engine
- ChartDescriptor() - Constructor for class repast.simphony.chart2.engine.ChartDescriptor
- ChartDescriptor(String) - Constructor for class repast.simphony.chart2.engine.ChartDescriptor
- ChartDescriptor.ChartType - Enum Class in repast.simphony.chart2.engine
- chartLabel - Variable in class repast.simphony.chart2.AbstractXYChartCreator
- ChartPropertiesStep - Class in repast.simphony.chart2.wizard
-
Step for configuring non-aggregate data to be displayed by a chart.
- ChartPropertiesStep() - Constructor for class repast.simphony.chart2.wizard.ChartPropertiesStep
- ChartServerControllerAction - Class in repast.simphony.ws
-
ControllerAction for creating DataServers.
- ChartServerControllerAction(Path) - Constructor for class repast.simphony.ws.ChartServerControllerAction
- chartTitle - Variable in class repast.simphony.chart2.engine.ChartDescriptor
- check(Class<?>) - Method in class repast.simphony.data2.util.AggregateFilter
-
Checks whether or not the specified class passes this filter.
- check(Class<?>) - Method in class repast.simphony.data2.util.NonAggregateFilter
-
Checks whether or not the specified class passes this filter.
- check(CustomDataSourceDefinition) - Method in class repast.simphony.data2.util.AggregateFilter
- check(MethodDataSourceDefinition) - Method in class repast.simphony.data2.util.AggregateFilter
- checkComplete() - Method in class repast.simphony.chart2.wizard.HistogramPropertiesStep
- checkEMCEnabledGlobally() - Method in class repast.simphony.relogo.ReLogoModel
- checkForStyleEditor(DisplayDescriptor) - Method in class repast.simphony.visualization.gui.EdgeStyleStep
-
Returns true if the display type in the descriptor supports edited styles.
- checkForStyleEditor(DisplayDescriptor) - Method in class repast.simphony.visualization.gui.StyleClassStep
-
Returns true if the display type in the descriptor supports edited styles.
- checkingLocal - Variable in class repast.simphony.parameter.optimizer.HillClimber
- checkMessage(Object) - Method in interface repast.simphony.statecharts.MessageChecker
- checkMessage(Object) - Method in class repast.simphony.statecharts.MessageConditionMessageChecker
- checkMessage(Object) - Method in class repast.simphony.statecharts.MessageEqualsMessageChecker
- checkMessage(Object) - Method in class repast.simphony.statecharts.UnconditionalByClassMessageChecker
- checkMessage(Object) - Method in class repast.simphony.statecharts.UnconditionalMessageChecker
- CheckNode - Class in repast.simphony.dataLoader.ui.wizard.builder
-
Tree node with a selected checkbox like quality.
- CheckNode(String, PLayer, boolean) - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.CheckNode
- CheckNode.State - Class in repast.simphony.dataLoader.ui.wizard.builder
- CheckNodeEditor - Class in repast.simphony.dataLoader.ui.wizard.builder
- CheckNodeEditor(JTree, DefaultTreeCellRenderer) - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.CheckNodeEditor
- CheckNodeEditor(JTree, DefaultTreeCellRenderer, TreeCellEditor) - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.CheckNodeEditor
- CheckNodeRenderer - Class in repast.simphony.dataLoader.ui.wizard.builder
-
Tree cell renderer for CheckNodes.
- CheckNodeRenderer() - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.CheckNodeRenderer
- checkToPause() - Static method in class repast.simphony.relogo.Utility
- CHILD_CLASS_COL - Static variable in class repast.simphony.freezedry.AbstractDataSource
-
In child tables, this is the child's class column.
- CHILD_ID_COL - Static variable in class repast.simphony.freezedry.AbstractDataSource
-
In child tables, this is the child's id column.
- CHILD_ID_MARKER - Static variable in class repast.simphony.freezedry.AbstractDataSource
-
Marker for child id column names (should be appended to the column name).
- ChildIterator(NaryTree.Node<T>) - Constructor for class repast.simphony.util.collections.NaryTree.ChildIterator
- children - Variable in class repast.simphony.engine.watcher.query.SimpleNode
- children - Variable in class repast.simphony.statecharts.CompositeState
- children() - Method in class repast.simphony.engine.watcher.WatcheeDataNode
- children(int) - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
-
Children of all the nodes n leads to
- CHILDREN_MARKER - Static variable in class repast.simphony.freezedry.AbstractDataSource
-
Marker for children column names (should be appended to the column name).
- childrenFinished(ParameterSetter) - Method in class repast.simphony.parameter.ParameterTreeSweeper
- chooseAdvancement(ParameterSetter, AdvanceType, double) - Method in interface repast.simphony.parameter.optimizer.AdvancementChooser
-
Chooses which action the parameter sweeper should apply to the given setter.
- chooseAdvancement(ParameterSetter, AdvanceType, double) - Method in class repast.simphony.parameter.optimizer.AnnealingAdvancementChooser
- chooseAdvancement(ParameterSetter, AdvanceType, double) - Method in class repast.simphony.parameter.optimizer.HillClimber
-
This performs the hill climbing algorithm.
- chooseAdvancement(ParameterSetter, AdvanceType, double) - Method in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper.DefaultAdvanceChooser
- ChooseContextStep - Class in repast.simphony.freezedry.wizard
- ChooseContextStep() - Constructor for class repast.simphony.freezedry.wizard.ChooseContextStep
- ChooseOptionStep - Class in repast.simphony.util.wizard
-
Wizard step used for selecting from a list of options, usually used as the first step in a wizard.
- ChooseOptionStep(String, String) - Constructor for class repast.simphony.util.wizard.ChooseOptionStep
- chooseRandom() - Method in class repast.simphony.parameter.optimizer.AnnealingAdvancementChooser
- chooseTexture(PointPlacemarkAttributes) - Method in class repast.simphony.visualization.gis3D.PlaceMark
- CIRCLE_HEAD - Static variable in interface repast.simphony.visualization.visualization2D.style.EdgeStyle2D
-
Deprecated.
- CircleLayout2D<T> - Class in repast.simphony.visualization.visualization2D.layout
-
Layout that wraps JUNG CircleLayout
- CircleLayout2D() - Constructor for class repast.simphony.visualization.visualization2D.layout.CircleLayout2D
- clan - Variable in class repast.simphony.visualization.cgd.util.ParseClanTree
- Clan - Class in repast.simphony.visualization.cgd.util
- Clan(int, TreeSet, TreeSet, TreeSet, int) - Constructor for class repast.simphony.visualization.cgd.util.Clan
- ClanGraphDecompAlgorithm - Class in repast.simphony.visualization.cgd.algorithm
- ClanGraphDecompAlgorithm() - Constructor for class repast.simphony.visualization.cgd.algorithm.ClanGraphDecompAlgorithm
- clanType - Variable in class repast.simphony.visualization.cgd.util.Clan
- CLASS - Static variable in class repast.simphony.gis.engine.GeographyProjectionRegistryData
- CLASS_A - Static variable in interface repast.simphony.scenario.data.ContextFileIOConstants
- CLASS_KEY - Static variable in class repast.simphony.util.wizard.WizardPluginUtil
- CLASS_MARKER - Static variable in class repast.simphony.freezedry.AbstractDataSource
-
Marker for class types column names (should be appended to the column name).
- CLASS_MARKER - Static variable in interface repast.simphony.freezedry.FreezeDryer
- CLASS_NAME_COL - Static variable in class repast.simphony.freezedry.datasource.JDBCDataSource
- classAttributeList - Variable in class repast.simphony.space.gis.FeatureAgentFactory
- ClassBuilderStep - Class in repast.simphony.dataLoader.ui.wizard
- ClassBuilderStep() - Constructor for class repast.simphony.dataLoader.ui.wizard.ClassBuilderStep
- ClassContextActionBuilder - Class in repast.simphony.dataLoader.ui.wizard
- ClassContextActionBuilder() - Constructor for class repast.simphony.dataLoader.ui.wizard.ClassContextActionBuilder
- classesChanged(int) - Method in class repast.simphony.gis.styleEditor.ByRangePanelMediator
-
Called whenever the classes count changes
- classesToLoad - Variable in class repast.simphony.dataLoader.ui.wizard.FreezeDryerContextActionBuilder
- ClassFilter - Class in repast.simphony.engine.controller
-
Takes a Class and returns true or false depending on whether or not the Class passes the filter.
- ClassFilter() - Constructor for class repast.simphony.engine.controller.ClassFilter
- ClassFinder - Class in repast.simphony.util
-
Finds all the classes on a given path(s).
- ClassFinder() - Constructor for class repast.simphony.util.ClassFinder
- ClassFinder.Adder - Interface in repast.simphony.util
- classFld - Variable in class repast.simphony.visualization.gui.StyleStep
- ClassFreezeDryer - Class in repast.simphony.freezedry.freezedryers
- ClassFreezeDryer(FreezeDryedRegistry) - Constructor for class repast.simphony.freezedry.freezedryers.ClassFreezeDryer
- classIdMap - Variable in class repast.simphony.freezedry.datasource.JDBCDataSource
- ClassListItem - Class in repast.simphony.ui.editor
- ClassListItem(Class) - Constructor for class repast.simphony.ui.editor.ClassListItem
- ClassListItem(String) - Constructor for class repast.simphony.ui.editor.ClassListItem
- classMap - Variable in class repast.simphony.xml.AbstractConverter
- ClassNameContextBuilder - Class in repast.simphony.dataLoader.engine
- ClassNameContextBuilder(String) - Constructor for class repast.simphony.dataLoader.engine.ClassNameContextBuilder
- ClassNameContextBuilder(ContextBuilder) - Constructor for class repast.simphony.dataLoader.engine.ClassNameContextBuilder
- ClassNameDataLoaderAction - Class in repast.simphony.dataLoader.engine
-
Action for creating contexts using an object created via reflection from a class name.
- ClassNameDataLoaderAction(String, Scenario) - Constructor for class repast.simphony.dataLoader.engine.ClassNameDataLoaderAction
- ClassNameDataLoaderAction(ClassNameContextBuilder) - Constructor for class repast.simphony.dataLoader.engine.ClassNameDataLoaderAction
- ClassNameDataLoaderAction(ClassNameContextBuilder, Scenario) - Constructor for class repast.simphony.dataLoader.engine.ClassNameDataLoaderAction
- Classpath - Class in repast.simphony.scenario.data
-
Encapsulates a classpath.
- Classpath() - Constructor for class repast.simphony.scenario.data.Classpath
- classpathEntries() - Method in class repast.simphony.scenario.data.UserPathData
-
Gets an iterable over all the classpath entries.
- ClassPathEntry - Class in repast.simphony.util
-
Encapsulates a path on which classes or jars might be found together with a class name filters.
- ClassPathEntry(File) - Constructor for class repast.simphony.util.ClassPathEntry
- ClassPathEntry(File, List<String>) - Constructor for class repast.simphony.util.ClassPathEntry
- ClassPathEntry(File, ClassPathFilter) - Constructor for class repast.simphony.util.ClassPathEntry
- ClassPathFilter - Class in repast.simphony.util
-
Filter that takes a fully qualified class or package name expression and filters found classes on whether they match the expression.
- ClassPathFilter(String) - Constructor for class repast.simphony.util.ClassPathFilter
- classPaths() - Method in class repast.simphony.scenario.data.Classpath
-
Gets an iterable over all the possible paths on which classes may be found.
- ClassRetrievable - Interface in repast.simphony.freezedry.gui
- classStyleMap - Variable in class repast.simphony.visualization.gis3D.DisplayGIS3D
- classStyleMap - Variable in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- classStyleMap - Variable in class repast.simphony.visualizationOGL2D.DisplayOGL2D
- classStyleMap - Variable in class repast.simphony.ws.gis.DisplayServerGIS
- ClassUtilities - Class in repast.simphony.util
- ClassUtilities() - Constructor for class repast.simphony.util.ClassUtilities
- clazz - Variable in class repast.simphony.query.space.grid.GridCellNgh
- cleanColName(String) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- cleanup() - Method in class repast.simphony.engine.controller.DefaultController
-
Invalidates the current
RunState
. - cleanUp() - Method in class repast.simphony.gis.display.PGisLayer
-
Deprecated.Calls this to remove listeners etc.
- cleanUp() - Method in class repast.simphony.gis.tools.DistanceTool
- cleanUp() - Method in class repast.simphony.gis.tools.PositionTool
- cleanUp() - Method in class repast.simphony.ui.widget.BufferDataSource
- cleanUp() - Method in class repast.simphony.ui.widget.MovieMaker
- clear() - Method in class repast.simphony.context.AbstractContext
- clear() - Method in class repast.simphony.context.FormerDefaultContext
- clear() - Method in class repast.simphony.data2.AbstractFormatter
-
Clears this formatter of any data that has been added for formatting.
- clear() - Method in interface repast.simphony.data2.Formatter
-
Clears this formatter of any data that has been added for formatting.
- clear() - Method in class repast.simphony.engine.schedule.ActionList
-
Clears this list of any elements it contains.
- clear() - Method in class repast.simphony.engine.schedule.ActionQueue
-
Removes all elements from the queue.
- clear() - Method in class repast.simphony.engine.schedule.ScheduleGroup
-
Clears this ScheduleGroup of any ISchedulableActions it may contain
- clear() - Method in class repast.simphony.gis.display.PGisLayer
-
Deprecated.
- clear() - Method in class repast.simphony.gis.styleEditor.ValueTableModel
-
Clears all the rules but the default.
- clear() - Method in class repast.simphony.render.RendererManager
-
Clears the list of Renderers contained by this RendererManager.
- clear() - Method in class repast.simphony.util.PriorityQueue
-
Removes all elements from the queue.
- clear() - Method in class repast.simphony.visualization.visualization3D.VisualItem3DAdderRemover
- clearAdapters() - Method in class repast.simphony.space.gis.FeatureAgentFactoryFinder
-
Clears any attribute adapters from this factory finder.
- clearAll() - Method in class repast.simphony.relogo.AbstractObserver
-
Clears the world to the default state.
- clearAll() - Method in interface repast.simphony.relogo.Observer
-
Clears the world to the default state.
- clearAllPlots() - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- clearConverters() - Method in class repast.simphony.dataLoader.ui.wizard.XMLContextActionBuilder
- clearConverters() - Method in class repast.simphony.freezedry.wizard.FreezeDryWizardModel
- clearCountDataSources() - Method in class repast.simphony.data2.engine.DataSetDescriptor
- clearCustomDataSources() - Method in class repast.simphony.data2.engine.DataSetDescriptor
- clearData() - Method in class repast.simphony.ui.sparkline.SparklineJComponent
- clearDataSetBuilders() - Method in class repast.simphony.data2.AbstractDataSetManager
- clearDataSetBuilders() - Method in interface repast.simphony.data2.DataSetManager
-
Clears all the DataSetBuilder-s from this DataSetManager.
- clearDataSets() - Method in class repast.simphony.data2.AbstractDataSetManager
-
Clears this data set manager of any added datasets.
- clearDistance() - Method in interface repast.simphony.gis.tools.DistanceSetter
- clearLinks() - Method in class repast.simphony.relogo.AbstractObserver
-
Removes all links.
- clearLinks() - Method in interface repast.simphony.relogo.Observer
-
Removes all links.
- clearMethodDataSources() - Method in class repast.simphony.data2.engine.DataSetDescriptor
- clearNotifiers() - Method in class repast.simphony.engine.watcher.WatcherTrigger
- clearOldBeginActions() - Method in enum class repast.simphony.statecharts.StateChartScheduler
- clearOldResolveActions() - Method in enum class repast.simphony.statecharts.StateChartScheduler
- clearPatches() - Method in class repast.simphony.relogo.AbstractObserver
-
Sets all standard and diffusible patch variables to their default values.
- clearPatches() - Method in interface repast.simphony.relogo.Observer
-
Sets all standard and diffusible patch variables to their default values.
- clearPlot() - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- clearProjectionDescriptors() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
Removes any added projection descriptors.
- clearProjectionDescriptors() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.Removes any added projection descriptors.
- clearProjectionDescriptors() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
Removes any added projection descriptors.
- clearProjections() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
- clearProjections() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- clearProjections() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
- clearRenderers() - Method in class repast.simphony.ui.GUIScheduleRunner
- clearRowFilters() - Method in class repast.simphony.ui.table.TablePanel
- clearSelected() - Method in class repast.simphony.visualization.editor.gis.SelectionDecorator
-
Deprecated.Clears the set of selected objects.
- clearSeriesIds() - Method in class repast.simphony.chart2.engine.TimeSeriesChartDescriptor
-
Clears the series data in this descriptor.
- clearSourceIds() - Method in class repast.simphony.data2.engine.AbstractTextSinkDescriptor
- clearStateUuidMap() - Method in class repast.simphony.statecharts.CompositeState
- clearTrackingNetwork() - Method in class repast.simphony.relogo.AbstractObserver
- clearTrackingNetwork() - Method in interface repast.simphony.relogo.Observer
- clearTurtles() - Method in class repast.simphony.relogo.AbstractObserver
-
Removes all turtles.
- clearTurtles() - Method in interface repast.simphony.relogo.Observer
-
Removes all turtles.
- clearValueLayerNames() - Method in class repast.simphony.visualization.engine.CartesianDisplayDescriptor
- clearValueLayerNames() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- clearValueLayerNames() - Method in interface repast.simphony.visualization.engine.ValueLayerDescriptor
- clone() - Method in class repast.simphony.engine.controller.DefaultControllerRegistry
- clone() - Method in interface repast.simphony.engine.environment.ControllerRegistry
- clone() - Method in class repast.simphony.parameter.AbstractParameters
- clone() - Method in class repast.simphony.parameter.BeanParameters
- clone() - Method in class repast.simphony.parameter.DefaultParameters
- clone() - Method in class repast.simphony.parameter.EmptyParameters
- clone() - Method in interface repast.simphony.parameter.Parameters
-
Method to clone a Parameter object.
- clone() - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
- clone() - Method in class repast.simphony.visualization.editor.PropertyDescriptorAdapter
-
Deprecated.
- cloneAgent(Object) - Method in interface repast.simphony.visualization.editor.DisplayEditor
-
Deprecated.Clones the specified agent and adds the clone to the agent collection.
- cloneAgent(Object) - Method in class repast.simphony.visualization.editor.DisplayEditor2D
-
Deprecated.Clones the specified agent and adds the clone to the agent collection.
- cloneAgent(Object) - Method in class repast.simphony.visualization.editor.gis.DisplayEditorGIS
-
Deprecated.Clones the specified agent and adds the clone to the agent collection.
- close() - Method in class repast.simphony.chart2.AbstractXYSeriesDataSink
- close() - Method in class repast.simphony.chart2.HistogramDataSink
- close() - Method in class repast.simphony.chart2.XYDataSinkValueSeries
- close() - Method in class repast.simphony.context.space.graph.DLMatrixReader
-
Closes the reader.
- close() - Method in class repast.simphony.context.space.graph.ExcelMatrixReader
- close() - Method in interface repast.simphony.context.space.graph.NetworkMatrixReader
-
Closes the reader.
- close() - Method in class repast.simphony.data2.AbstractDataSet
- close() - Method in class repast.simphony.data2.BatchParamMapFileWriter
- close() - Method in class repast.simphony.data2.ConsoleDataSink
- close() - Method in interface repast.simphony.data2.DataSet
-
Closes this DataSet.
- close() - Method in interface repast.simphony.data2.DataSink
-
Close this DataSink.
- close() - Method in class repast.simphony.data2.FileDataSink
- close() - Method in class repast.simphony.freezedry.AbstractDataSource
-
Closes this data source.
- close() - Method in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
-
Closes this data source.
- close() - Method in interface repast.simphony.freezedry.FreezeDryedDataSource
- close() - Method in class repast.simphony.integration.RandomAccessWriter
- close() - Method in class repast.simphony.ui.RSApplication
-
Closes the runtime application.
- close() - Method in class repast.simphony.ws.DataServer
- close() - Method in class repast.simphony.ws.OutgoingMessageSocket
- close() - Method in class repast.simphony.ws.TickServer
- closeChildQuery(Class) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- closed() - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- closed() - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
- closed() - Method in interface repast.simphony.visualization.IDisplay
-
Notifies this IDisplay that its associated gui widget has been closed.
- closed() - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.Notifies this IDisplay that its associated gui widget has been closed.
- closed() - Method in class repast.simphony.visualization.visualization3D.Display3D
-
Notifies this IDisplay that its associated gui widget has been closed.
- closed() - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
- closeDisplayWithoutNotification() - Method in class repast.simphony.statecharts.runtime.StateChartSVGDisplayController
- closeFrame() - Method in class repast.simphony.statecharts.runtime.StateChartSVGDisplay
- closeQuery(Class) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- ClusterOutputCombiner - Class in repast.simphony.batch
- ClusterOutputCombiner(String, String) - Constructor for class repast.simphony.batch.ClusterOutputCombiner
- ClusterOutputCombiner(String, String, String) - Constructor for class repast.simphony.batch.ClusterOutputCombiner
- ClusterOutputFinder - Class in repast.simphony.batch
-
Used to find output files from InstanceRunner runs using patterns from file sinks and custom output patterns.
- ClusterOutputFinder() - Constructor for class repast.simphony.batch.ClusterOutputFinder
- CNDataLoaderActionEditorCreator - Class in repast.simphony.dataLoader.ui
- CNDataLoaderActionEditorCreator() - Constructor for class repast.simphony.dataLoader.ui.CNDataLoaderActionEditorCreator
- CNDataLoaderActionLoader - Class in repast.simphony.dataLoader.engine
-
ActionLoader for class name based data loaders.
- CNDataLoaderActionLoader(File, Object) - Constructor for class repast.simphony.dataLoader.engine.CNDataLoaderActionLoader
- CNDataLoaderActionPanel - Class in repast.simphony.dataLoader.ui
-
UISaver for setting the CNDataLoader object as well as parameters for that object.
- CNDataLoaderActionPanel(ClassNameDataLoaderAction, Scenario, Classpath) - Constructor for class repast.simphony.dataLoader.ui.CNDataLoaderActionPanel
- CNDataLoaderActionSaver - Class in repast.simphony.dataLoader.engine
-
DataLoader action saver for ClassNameDataLoaderAction.
- CNDataLoaderActionSaver() - Constructor for class repast.simphony.dataLoader.engine.CNDataLoaderActionSaver
- CNDataLoaderActionUI - Class in repast.simphony.dataLoader.ui
-
ActionUI for working with the class name data loader action.
- CNDataLoaderActionUI(ClassNameDataLoaderAction) - Constructor for class repast.simphony.dataLoader.ui.CNDataLoaderActionUI
- CNDataLoaderControllerActionIO - Class in repast.simphony.dataLoader.engine
-
A ControllerActionIO for loading / saving ClassNameDataLoaderAction-s.
- CNDataLoaderControllerActionIO() - Constructor for class repast.simphony.dataLoader.engine.CNDataLoaderControllerActionIO
- COL_DELIMITER - Static variable in class repast.simphony.integration.DataFileElements.ARRAY_ATTRS
- colClassMap - Variable in class repast.simphony.ui.table.ProbePropertyTableModel
- colIndex - Variable in class repast.simphony.ui.table.NamedRowFilter
- collectFilters() - Method in class repast.simphony.plugin.ExtendablePluginClassLoader
- collectImports() - Method in class repast.simphony.plugin.ExtendablePluginClassLoader
- CollectionFreezeDryer - Class in repast.simphony.freezedry.freezedryers
- CollectionFreezeDryer(FreezeDryedRegistry) - Constructor for class repast.simphony.freezedry.freezedryers.CollectionFreezeDryer
- CollectionUtils - Class in repast.simphony.util.collections
-
Utilities for working with collections of many types.
- CollectionUtils() - Constructor for class repast.simphony.util.collections.CollectionUtils
- collisionConfiguration - Variable in class repast.simphony.space.physics.DefaultPhysicsSpace
- COLOCATED - Static variable in interface repast.simphony.engine.watcher.query.QueryParserConstants
- ColocatedBooleanExpression - Class in repast.simphony.engine.watcher.query
- ColocatedBooleanExpression(Context) - Constructor for class repast.simphony.engine.watcher.query.ColocatedBooleanExpression
- color - Variable in class repast.simphony.relogo.AbstractLink
- color - Variable in class repast.simphony.relogo.image.NLImagePrimitive
- color - Variable in class repast.simphony.visualization.decorator.AbstractProjectionDecorator
- color - Variable in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- color - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
- color - Variable in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
- color - Variable in class repast.simphony.visualization.visualization2D.style.DefaultStyle2D
-
Deprecated.
- color - Variable in class repast.simphony.visualization.visualization3D.AbstractLabel
- color - Variable in class repast.simphony.visualization.visualization3D.VisualItem3D
- color - Variable in class repast.simphony.ws.DisplayProperties
- COLOR - Static variable in class repast.simphony.visualization.decorator.AbstractProjectionDecorator
- COLOR - Static variable in interface repast.simphony.visualization.decorator.DecoratorConstants
- ColorEditor - Class in repast.simphony.chart2.wizard
-
TableCellEditor for colors.
- ColorEditor() - Constructor for class repast.simphony.chart2.wizard.ColorEditor
- ColorMapStyleAdapter - Class in repast.simphony.visualizationOGL2D
-
Adapts a ValueLayerStyle to a saf uil grid color map.
- ColorMapStyleAdapter(ValueLayerStyleOGL, int[]) - Constructor for class repast.simphony.visualizationOGL2D.ColorMapStyleAdapter
- colorMax - Variable in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- colorMax - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
- colorMax - Variable in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
- colorMin - Variable in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- colorMin - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
- colorMin - Variable in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
- ColorRenderer - Class in repast.simphony.chart2.wizard
-
TableCell renderer for a Color
- ColorRenderer() - Constructor for class repast.simphony.chart2.wizard.ColorRenderer
- colors - Static variable in class repast.simphony.relogo.util.ReLogoSupport
- colorScale - Variable in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- colorScale - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
- colorScale - Variable in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
- ColorSetter - Class in repast.simphony.chart2
-
Sets the series' colors as they are added.
- ColorSetter(XYLineAndShapeRenderer, TimeSeriesChartDescriptor) - Constructor for class repast.simphony.chart2.ColorSetter
- colorValue - Variable in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
- COLS - Static variable in class repast.simphony.integration.DataFileElements.ARRAY_ATTRS
- columEditable - Variable in class repast.simphony.ui.table.ProbePropertyTableModel
- column - Variable in class repast.simphony.engine.watcher.query.SimpleCharStream
- COLUMN_NAMES - Variable in class repast.simphony.visualization.gui.StyleTableModel
- columnBox - Variable in class repast.simphony.ui.table.TableFilterDialog
- columnMap - Variable in class repast.simphony.ui.table.ProbePropertyTableModel
- columnModel - Variable in class repast.simphony.ui.table.TableFilterDialog
- columnNameMap - Variable in class repast.simphony.ui.table.TableFilterDialog
- columns() - Method in class repast.simphony.context.space.graph.AdjacencyDoubleMatrix
-
Returns the number of columns in the matrix.
- columns() - Method in interface repast.simphony.context.space.graph.AdjacencyMatrix
-
Returns the number of columns in the matrix.
- COLUMNS - Static variable in class repast.simphony.integration.DataFileElements.TABLE_ATTRS
- combineAgentSets(AgentSet, AgentSet) - Static method in class repast.simphony.relogo.Utility
- Command() - Method in class repast.simphony.engine.watcher.query.QueryParser
- commit() - Method in class repast.simphony.ui.probe.Probe
-
Commit any pending changes to the bean.
- commitParameters() - Method in class repast.simphony.ui.parameters.ParametersUI
-
Commits any changes made using the parameter JComponents to the specified params.
- CommonSourcePanel - Class in repast.simphony.data2.wizard
-
Panel that includes check boxes for selecting tick count etc.
- CommonSourcePanel() - Constructor for class repast.simphony.data2.wizard.CommonSourcePanel
- compare(Object, Object) - Method in class repast.simphony.util.ToStringComparator
- compare(ActionUI, ActionUI) - Method in class repast.simphony.ui.tree.ScenarioTree.LabelComparator
- compare(NaryTree.Node<T>, NaryTree.Node<T>) - Method in class repast.simphony.util.collections.NaryTree.NodeComparator
- compareTo(Object) - Method in class repast.simphony.dataLoader.ui.wizard.builder.CheckNode
- compareTo(Object) - Method in class repast.simphony.relogo.image.NLImage
- compareTo(Link) - Method in class repast.simphony.relogo.AbstractLink
- compareTo(Patch) - Method in class repast.simphony.relogo.AbstractPatch
- compareTo(Turtle) - Method in class repast.simphony.relogo.AbstractTurtle
- compareTo(ClassListItem) - Method in class repast.simphony.ui.editor.ClassListItem
- compareTo(EditorMenuItem) - Method in class repast.simphony.ui.plugin.AbstractEditorMenuItem
- compareTo(ProbedPropertiesFinder.Property) - Method in class repast.simphony.ui.probe.ProbedPropertiesFinder.Property
- compDisplayMap - Variable in class repast.simphony.engine.environment.DefaultGUIRegistry
-
Maps String display name to IDisplay object.
- CompletableStep - Interface in repast.simphony.data2.wizard
-
Interface for steps that require other classes to notify them of the compeletion status.
- complete(Object, boolean) - Method in class repast.simphony.data2.wizard.AggregateSourceStep
- complete(Object, boolean) - Method in interface repast.simphony.data2.wizard.CompletableStep
-
Notifies this CompletableStep that the source is or is not complete.
- complete(Object, boolean) - Method in class repast.simphony.data2.wizard.NonAggregateSourceStep
- CompleteHandlerWizardStep - Class in repast.simphony.util.wizard
- CompleteHandlerWizardStep() - Constructor for class repast.simphony.util.wizard.CompleteHandlerWizardStep
- CompleteHandlerWizardStep(String, String) - Constructor for class repast.simphony.util.wizard.CompleteHandlerWizardStep
- CompleteHandlerWizardStep(String, String, Icon) - Constructor for class repast.simphony.util.wizard.CompleteHandlerWizardStep
- component - Variable in class repast.simphony.visualization.gis3D.WMSLayersPanel.LayerInfoAction
- ComponentActionEditorExtensions - Class in repast.simphony.ui.plugin
- ComponentActionEditorExtensions() - Constructor for class repast.simphony.ui.plugin.ComponentActionEditorExtensions
- ComponentFilter<M,
I> - Class in repast.simphony.ui.table -
Row filter for Components
- ComponentFilter(String, int, String, NamedRowFilter.Operator) - Constructor for class repast.simphony.ui.table.ComponentFilter
- componentHidden(ComponentEvent) - Method in class repast.simphony.gis.display.GisDisplayMediator
-
Deprecated.
- componentMoved(ComponentEvent) - Method in class repast.simphony.gis.display.GisDisplayMediator
-
Deprecated.
- componentNameTable - Variable in class repast.simphony.engine.environment.DefaultGUIRegistry
- componentResized(ComponentEvent) - Method in class repast.simphony.gis.display.GisDisplayMediator
-
Deprecated.
- componentShown(ComponentEvent) - Method in class repast.simphony.gis.display.GisDisplayMediator
-
Deprecated.
- ComponentTableCellEditorRenderer - Class in repast.simphony.ui.table
-
TableCell editor and renderer for JComponents
- ComponentTableCellEditorRenderer() - Constructor for class repast.simphony.ui.table.ComponentTableCellEditorRenderer
- componentTypeTable - Variable in class repast.simphony.engine.environment.DefaultGUIRegistry
- CompositeActionEditorExtensions - Class in repast.simphony.ui.plugin
- CompositeActionEditorExtensions() - Constructor for class repast.simphony.ui.plugin.CompositeActionEditorExtensions
- CompositeControllerActionCreator - Interface in repast.simphony.plugin
-
Interface for classes that wish to create parent / composite controller actions.
- CompositeIndexedIterable<T> - Class in repast.simphony.util.collections
-
An IndexedIterable that adapts multiple IndexedItebles to behave as a single IndexedIterable.
- CompositeIndexedIterable() - Constructor for class repast.simphony.util.collections.CompositeIndexedIterable
- CompositeState<T> - Class in repast.simphony.statecharts
- CompositeState - Class in repast.simphony.statecharts.old
- CompositeState(String) - Constructor for class repast.simphony.statecharts.CompositeState
- CompositeState(State) - Constructor for class repast.simphony.statecharts.old.CompositeState
- CompositeStateBuilder<T> - Class in repast.simphony.statecharts
- CompositeStateBuilder(String, AbstractState<T>) - Constructor for class repast.simphony.statecharts.CompositeStateBuilder
- CompositeStateBuilder(String, AbstractState<T>, String) - Constructor for class repast.simphony.statecharts.CompositeStateBuilder
- compute() - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
- compute(CGDGraph) - Method in class repast.simphony.visualization.cgd.algorithm.ClanGraphDecompAlgorithm
- compute(CGDGraph, boolean) - Method in class repast.simphony.visualization.cgd.algorithm.ClanGraphDecompAlgorithm
- computedVals - Variable in class repast.simphony.valueLayer.ValueLayerDiffuser
- computeVals() - Method in class repast.simphony.valueLayer.ValueLayerDiffuser
-
Computes all the values for the space.
- CONCATENATE - Static variable in class repast.simphony.batch.ssh.Configuration
- condition - Variable in class repast.simphony.engine.watcher.AbstractTriggerScheduler
- condition(T, Transition<T>, Parameters) - Method in interface repast.simphony.statecharts.ConditionTriggerCondition
- condition(T, Transition<T>, Parameters) - Method in interface repast.simphony.statecharts.GuardCondition
- conditions - Variable in class repast.simphony.visualization.AbstractLayoutUpdater
- ConditionTrigger<T> - Class in repast.simphony.statecharts
- ConditionTrigger(ConditionTriggerCondition<T>) - Constructor for class repast.simphony.statecharts.ConditionTrigger
- ConditionTrigger(ConditionTriggerCondition<T>, double) - Constructor for class repast.simphony.statecharts.ConditionTrigger
- ConditionTriggerCondition<T> - Interface in repast.simphony.statecharts
- Configuration - Class in repast.simphony.batch.ssh
-
Configuration data loaded from a config file for configuring batch run execution.
- Configuration(String) - Constructor for class repast.simphony.batch.ssh.Configuration
- configure(String[]) - Method in class repast.simphony.batch.InstanceRunner
- configure(Session, Configuration) - Method in class repast.simphony.batch.ssh.ModelArchiveConfigurator
-
Configures the existing model archive to work with the specified remote.
- configureSort(ProbePropertyTableModel, TablePanel) - Static method in class repast.simphony.ui.table.AgentTableFactory
-
Configures sorting on table rows
- connect() - Method in class repast.simphony.ui.widget.BufferDataSource
- connect(QuadEdge, QuadEdge) - Method in class repast.simphony.space.delaunay.DelaunayGraph
- ConsoleDataSink - Class in repast.simphony.data2
- ConsoleDataSink(ConsoleDataSink.OutputStream, Formatter) - Constructor for class repast.simphony.data2.ConsoleDataSink
- ConsoleDataSink.OutputStream - Enum Class in repast.simphony.data2
- ConsoleDataSinkBuilder - Class in repast.simphony.data2.builder
-
DataSinkBuilder that can build FileDataSinks.
- ConsoleDataSinkBuilder(ConsoleDataSink.OutputStream, String, FormatType) - Constructor for class repast.simphony.data2.builder.ConsoleDataSinkBuilder
- ConsoleSinkActionEditorCreator - Class in repast.simphony.data2.gui
- ConsoleSinkActionEditorCreator() - Constructor for class repast.simphony.data2.gui.ConsoleSinkActionEditorCreator
- ConsoleSinkActionLoader(File, Object) - Constructor for class repast.simphony.data2.engine.ConsoleSinkControllerActionIO.ConsoleSinkActionLoader
- ConsoleSinkActionUI - Class in repast.simphony.data2.gui
-
Provides the scenario tree user inteface for console sink editing.
- ConsoleSinkActionUI(ConsoleSinkComponentControllerAction) - Constructor for class repast.simphony.data2.gui.ConsoleSinkActionUI
- ConsoleSinkComponentControllerAction - Class in repast.simphony.data2.engine
-
ControllerAction responsible for creating DataSets from DataSetDescriptors.
- ConsoleSinkComponentControllerAction(ConsoleSinkDescriptor) - Constructor for class repast.simphony.data2.engine.ConsoleSinkComponentControllerAction
- ConsoleSinkControllerActionIO - Class in repast.simphony.data2.engine
- ConsoleSinkControllerActionIO() - Constructor for class repast.simphony.data2.engine.ConsoleSinkControllerActionIO
- ConsoleSinkControllerActionIO.ConsoleSinkActionLoader - Class in repast.simphony.data2.engine
- ConsoleSinkDescriptor - Class in repast.simphony.data2.engine
-
Sink for outputting text data to the console.
- ConsoleSinkDescriptor(String) - Constructor for class repast.simphony.data2.engine.ConsoleSinkDescriptor
-
Creates a ConsoleSinkDescriptor.
- ConsoleSinkEditorWizard - Class in repast.simphony.data2.wizard
- ConsoleSinkEditorWizard(List<DataSetDescriptor>) - Constructor for class repast.simphony.data2.wizard.ConsoleSinkEditorWizard
- ConsoleSinkEditorWizard(List<DataSetDescriptor>, ConsoleSinkDescriptor) - Constructor for class repast.simphony.data2.wizard.ConsoleSinkEditorWizard
- ConsoleSinkMenuItem - Class in repast.simphony.data2.gui
-
Implements the "Add Data Set" menu item.
- ConsoleSinkMenuItem() - Constructor for class repast.simphony.data2.gui.ConsoleSinkMenuItem
- ConsoleSinkPropertiesStep - Class in repast.simphony.data2.wizard
-
Formatting step for console sinks.
- ConsoleSinkPropertiesStep() - Constructor for class repast.simphony.data2.wizard.ConsoleSinkPropertiesStep
- ConsoleSinkWizardModel - Class in repast.simphony.data2.wizard
- ConsoleSinkWizardModel(List<DataSetDescriptor>) - Constructor for class repast.simphony.data2.wizard.ConsoleSinkWizardModel
- ConsoleSinkWizardModel(List<DataSetDescriptor>, ConsoleSinkDescriptor) - Constructor for class repast.simphony.data2.wizard.ConsoleSinkWizardModel
- ConsoleUserInfo - Class in repast.simphony.batch.ssh
-
Console based user info.
- ConsoleUserInfo() - Constructor for class repast.simphony.batch.ssh.ConsoleUserInfo
- ConsoleWindowDialog - Class in repast.simphony.ui.sweep
- ConsoleWindowDialog(Dialog, String) - Constructor for class repast.simphony.ui.sweep.ConsoleWindowDialog
- ConsoleWindowDialog(Frame) - Constructor for class repast.simphony.ui.sweep.ConsoleWindowDialog
- CONSTANT - Static variable in class repast.simphony.ui.sweep.ParameterSweepInput
- CONSTANT_ID - Static variable in interface repast.simphony.parameter.xml.SetterConstants
- CONSTANT_TYPE_NAME - Static variable in interface repast.simphony.parameter.xml.SetterConstants
- CONSTANT_VALUE - Static variable in interface repast.simphony.parameter.xml.SetterConstants
- ConstantBooleanSetterCreator - Class in repast.simphony.parameter.xml
-
Creates a constant setter for boolean values.
- ConstantBooleanSetterCreator() - Constructor for class repast.simphony.parameter.xml.ConstantBooleanSetterCreator
- ConstantNumberSetterCreator - Class in repast.simphony.parameter.xml
-
Creator for numeric constant setters.
- ConstantNumberSetterCreator(String) - Constructor for class repast.simphony.parameter.xml.ConstantNumberSetterCreator
- ConstantObjectSetterCreator - Class in repast.simphony.parameter.xml
-
Creates a constant setter for custom types using a StringConverter.
- ConstantObjectSetterCreator() - Constructor for class repast.simphony.parameter.xml.ConstantObjectSetterCreator
- ConstantSetter<T> - Class in repast.simphony.parameter
-
A
ParameterSetter
that will set a parameter to a given value. - ConstantSetter() - Constructor for class repast.simphony.parameter.ConstantSetter
- ConstantSetter(String, T) - Constructor for class repast.simphony.parameter.ConstantSetter
-
Constructs this to set the given parameter to the given value.
- ConstantStringSetterCreator - Class in repast.simphony.parameter.xml
-
Creates a constant setter for String values.
- ConstantStringSetterCreator() - Constructor for class repast.simphony.parameter.xml.ConstantStringSetterCreator
- constrainByMinMax(double) - Method in class repast.simphony.valueLayer.ValueLayerDiffuser
-
Massages the value into the range specified by [minValue, maxValue].
- ConstructBodyInfo(CollisionShape, float, float[]) - Static method in class repast.simphony.space.physics.RigidBodyFactory
- contains(double) - Method in class repast.simphony.parameter.SteppedRange
-
Gets whether or not the specified value is within the range ( >= min && <= max).
- contains(Object) - Method in class repast.simphony.context.AbstractContext
- contains(Object) - Method in class repast.simphony.context.FormerDefaultContext
- contains(String) - Method in class repast.simphony.parameter.DefaultSchema
-
Returns true if this schema contains contains the specified parameter name, otherwise false.
- contains(String) - Method in class repast.simphony.parameter.ParametersCreator
-
Gets whether or not this creator contains the named parameter.
- contains(String) - Method in interface repast.simphony.parameter.Schema
-
Returns true if this schema contains contains the specified parameter name, otherwise false.
- contains(T) - Method in interface repast.simphony.visualization.VisualizedObjectContainer
-
Whether or not the this container contains the specified object.
- contains(T, T) - Method in class repast.simphony.util.collections.NaryTree
-
Checks if the tree contains the specified node with the specified parent.
- contains(T, T) - Method in interface repast.simphony.util.collections.Tree
-
Checks if the tree contains the specified node with the specified parent.
- Contains<T> - Class in repast.simphony.util.collections
-
Predicate that returns true if the specified object is contained by a Set.
- Contains(Set<T>) - Constructor for class repast.simphony.util.collections.Contains
- containsAll(Collection<?>) - Method in class repast.simphony.context.FormerDefaultContext
- containsChecker(NaryTree.Node<T>, T, T) - Method in class repast.simphony.util.collections.NaryTree
- containsEdge(RepastEdge<T>) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
-
Returns whether or not this network contains the specified edge.
- containsEdge(RepastEdge<T>) - Method in class repast.simphony.space.graph.JungNetwork
-
Returns whether or not this network contains the specified edge.
- containsEdge(RepastEdge<T>) - Method in interface repast.simphony.space.graph.Network
-
Returns whether or not this network contains the specified edge.
- containsInternal(Object) - Method in class repast.simphony.context.AbstractContext
- containsInternal(Object) - Method in class repast.simphony.context.DefaultContext
- containsInternal(Object) - Method in class repast.simphony.context.SmallDefaultContext
- containsKey(long) - Method in class repast.simphony.util.collections.OpenLongToDoubleHashMap
-
Check if a value is associated with a key.
- containsOnlyProjectionType(String) - Method in class repast.simphony.visualization.gui.DisplayWizardModel
- containsProjectionType(String) - Method in class repast.simphony.visualization.gui.DisplayWizardModel
- ContainsQuery<T> - Class in repast.simphony.query.space.gis
-
Query that determines what objects are contained by a geometry.
- ContainsQuery(Geography<T>, Geometry) - Constructor for class repast.simphony.query.space.gis.ContainsQuery
-
Creates a ContainsQuery that will query the specified geography for objects that are contained by the specified geometry.
- ContainsQuery(Geography<T>, T) - Constructor for class repast.simphony.query.space.gis.ContainsQuery
-
Creates a ContainsQuery that will query the specified geography for objects that are contained by the geometry of the specified object.
- containsValueLayer() - Method in class repast.simphony.visualization.gui.DisplayWizardModel
- CONTENT_PANEL_HEIGHT - Static variable in class repast.simphony.ui.plugin.editor.PluginWizardStep
- CONTENT_PANEL_WIDTH - Static variable in class repast.simphony.ui.plugin.editor.PluginWizardStep
- contents - Variable in class repast.simphony.space.delaunay.TriangulationPoint
- context - Variable in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
- context - Variable in class repast.simphony.gis.display.PGisLayer
-
Deprecated.
- context - Variable in class repast.simphony.gis.visualization.engine.DisplayCreator3DGIS
- context - Variable in class repast.simphony.gis.visualization.engine.DisplayCreatorGIS
-
Deprecated.
- context - Variable in class repast.simphony.scenario.Scenario
- context - Variable in class repast.simphony.visualization.engine.AbstractCartesianDisplayCreator
- context - Variable in class repast.simphony.ws.gis.ServerDisplayCreatorGIS
- context - Variable in class repast.simphony.ws.ScenarioFileParser.ScenarioElement
- Context<T> - Interface in repast.simphony.context
-
Represents a group of agents that participate in a simulation.
- CONTEXT - Enum constant in enum class repast.simphony.xml.Keys
- CONTEXT_E - Static variable in interface repast.simphony.scenario.data.ContextFileIOConstants
- CONTEXT_FILE_NAME - Static variable in interface repast.simphony.scenario.ScenarioConstants
- CONTEXT_ID_KEY - Static variable in class repast.simphony.freezedry.freezedryers.ContextFreezeDryer
- CONTEXT_LISTENING_KEY - Static variable in class repast.simphony.freezedry.freezedryers.proj.ProjectionDryer
- CONTEXT_TYPE_ID_KEY - Static variable in class repast.simphony.freezedry.freezedryers.ContextFreezeDryer
- ContextActionBuilder - Interface in repast.simphony.dataLoader.ui.wizard
-
In conjuction with a the gui, builds the action that creates a context.
- ContextBuilder<T> - Interface in repast.simphony.dataLoader
-
Interface for classes that build a Context by adding projections, agents and so forth.
- ContextBuilderFactory - Class in repast.simphony.dataLoader.engine
-
Factory class for creating context builders that create and add projections to Contexts and create and add agents to contexts.
- ContextBuilderWizardStep - Class in repast.simphony.dataLoader.ui.wizard.builder
- ContextBuilderWizardStep() - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.ContextBuilderWizardStep
- contextContainsOnlyProjectionType(String) - Method in class repast.simphony.visualization.gui.DisplayWizardModel
- contextContainsProjectionType(String) - Method in class repast.simphony.visualization.gui.DisplayWizardModel
- ContextCreatorCanvas - Class in repast.simphony.dataLoader.ui.wizard.builder
- ContextCreatorCanvas(ContextDescriptor) - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.ContextCreatorCanvas
- ContextData - Class in repast.simphony.scenario.data
-
Encapsulates the context heirarchy.
- ContextData(String, String, Classpath) - Constructor for class repast.simphony.scenario.data.ContextData
- ContextData(String, Classpath) - Constructor for class repast.simphony.scenario.data.ContextData
- ContextDescriptor - Class in repast.simphony.dataLoader.ui.wizard.builder
- ContextDescriptor(ContextData) - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.ContextDescriptor
- ContextEvent<T> - Class in repast.simphony.context
-
Represents a change occuring to a Context.
- ContextEvent(ContextEvent.EventType, Context<T>, Context<? extends T>) - Constructor for class repast.simphony.context.ContextEvent
-
Creates a new instance of ContextEvent with a given type, context and sub-Context.
- ContextEvent(ContextEvent.EventType, Context<T>, Projection<? super T>) - Constructor for class repast.simphony.context.ContextEvent
-
Creates a new instance of ContextEvent with a given type, context and Projection.
- ContextEvent(ContextEvent.EventType, Context<T>, T) - Constructor for class repast.simphony.context.ContextEvent
-
Creates a new instance of ContextEvent with a given type, context and target.
- ContextEvent.EventType - Enum Class in repast.simphony.context
-
Enum of the types of events.
- ContextFactory<T> - Interface in repast.simphony.context
-
Interface defines the capability to create
Context
objects. - ContextFactoryFinder - Class in repast.simphony.context
- ContextFactoryFinder() - Constructor for class repast.simphony.context.ContextFactoryFinder
- ContextFastSingleGrid<T> - Class in repast.simphony.context.space.grid
-
Default implementation of an n-dimensional grid.
- ContextFastSingleGrid(String, GridAdder<T>, GridPointTranslator, int...) - Constructor for class repast.simphony.context.space.grid.ContextFastSingleGrid
-
Constructs this space with the specified name, adder, translator, accessor and size.
- ContextFileIOConstants - Interface in repast.simphony.scenario.data
- ContextFileReader - Class in repast.simphony.scenario.data
-
Reads a model.xml file and produces a ModelData object.
- ContextFileReader() - Constructor for class repast.simphony.scenario.data.ContextFileReader
- ContextFileWriter - Class in repast.simphony.scenario.data
-
Writes a context file from ContextData.
- ContextFileWriter() - Constructor for class repast.simphony.scenario.data.ContextFileWriter
- ContextFreezeDryer - Class in repast.simphony.freezedry.freezedryers
- ContextFreezeDryer(FreezeDryedRegistry) - Constructor for class repast.simphony.freezedry.freezedryers.ContextFreezeDryer
- ContextFreezeDryingAction - Class in repast.simphony.freezedry
-
An action that will freeze dry a context of a specified id when it is executed.
- ContextFreezeDryingAction(Object, FreezeDryedDataSource) - Constructor for class repast.simphony.freezedry.ContextFreezeDryingAction
- ContextFreezeDryingAction(FreezeDryedDataSource) - Constructor for class repast.simphony.freezedry.ContextFreezeDryingAction
- ContextGeography<T> - Class in repast.simphony.context.space.gis
- ContextGeography(String) - Constructor for class repast.simphony.context.space.gis.ContextGeography
- ContextGeography(String, String) - Constructor for class repast.simphony.context.space.gis.ContextGeography
- ContextGrid<T> - Class in repast.simphony.context.space.grid
-
Default implementation of an n-dimensional grid.
- ContextGrid(String, GridAdder<T>, GridPointTranslator, CellAccessor<T, Map<GridPoint, Object>>, int...) - Constructor for class repast.simphony.context.space.grid.ContextGrid
-
Constructs this space with the specified name, adder, translator, accessor and size.
- ContextGrid(String, GridAdder<T>, GridPointTranslator, CellAccessor<T, Map<GridPoint, Object>>, int[], int[]) - Constructor for class repast.simphony.context.space.grid.ContextGrid
-
Constructs this space with the specified name, adder, translator, accessor, size, and origin.
- contextId - Variable in class repast.simphony.freezedry.ContextFreezeDryingAction
- contextId - Variable in class repast.simphony.ui.plugin.editor.AbstractWizardEditor
- contextID - Variable in class repast.simphony.parameter.AbstractParameters
- contextID - Variable in class repast.simphony.scenario.AbstractActionLoader
- contextID - Variable in class repast.simphony.util.wizard.DynamicWizardModel
- ContextIterable<T> - Class in repast.simphony.context
-
An iterable that iterates over a collection of objects at random.
- ContextIterable(IndexedIterable<T>, long, Context<T>) - Constructor for class repast.simphony.context.ContextIterable
-
Creates a RandomIterable that will iterate over count number of objects in the specified IndexedIterable.
- ContextJungNetwork<T> - Class in repast.simphony.context.space.graph
- ContextJungNetwork(JungNetwork<T>, Context<T>) - Constructor for class repast.simphony.context.space.graph.ContextJungNetwork
- ContextListener<T> - Interface in repast.simphony.context
-
A listener that waits for changes to the Context.
- ContextPhysics<T> - Class in repast.simphony.context.space.physics
-
Default implementation of an n-dimensional continuous space.
- ContextPhysics(String, ContinuousAdder<T>, PointTranslator, double[], double[]) - Constructor for class repast.simphony.context.space.physics.ContextPhysics
-
Constructs this space with the specified name, adder, translator, accessor and size.
- ContextPhysics(String, ContinuousAdder<T>, PointTranslator, double, double, double) - Constructor for class repast.simphony.context.space.physics.ContextPhysics
-
Constructs this space with the specified name, adder, translator, accessor and size.
- Contexts - Class in repast.simphony.context
- Contexts() - Constructor for class repast.simphony.context.Contexts
- ContextSchedulableDescriptor<T> - Interface in repast.simphony.engine.schedule
-
Descriptor for a schedulable action that will occur on a filtered set of objects.
- ContextSpace<T> - Class in repast.simphony.context.space.continuous
-
Default implementation of an n-dimensional continuous space.
- ContextSpace(String, ContinuousAdder<T>, PointTranslator, double...) - Constructor for class repast.simphony.context.space.continuous.ContextSpace
-
Constructs this space with the specified name, adder, translator, accessor and size.
- ContextSpace(String, ContinuousAdder<T>, PointTranslator, double[], double[]) - Constructor for class repast.simphony.context.space.continuous.ContextSpace
-
Constructs this space with the specified name, adder, translator, accessor and size.
- ContextTraverser - Class in repast.simphony.engine.controller
-
A
Traverser
that traverses Contexts by returning the subContexts of passed in Contexts. - ContextTraverser() - Constructor for class repast.simphony.engine.controller.ContextTraverser
- ContextUtils - Class in repast.simphony.util
-
Utility functions for working with contexts.
- ContextUtils() - Constructor for class repast.simphony.util.ContextUtils
- ContextXMLActionBuilder - Class in repast.simphony.dataLoader.ui.wizard
-
Builds an action that does the ContextBuilding.
- ContextXMLActionBuilder() - Constructor for class repast.simphony.dataLoader.ui.wizard.ContextXMLActionBuilder
- ContextXMLBuilder - Class in repast.simphony.dataLoader.engine
-
Builds a context based only the info in an SContext.
- ContextXMLBuilder(ContextData) - Constructor for class repast.simphony.dataLoader.engine.ContextXMLBuilder
- ContextXMLDataLoaderAction - Class in repast.simphony.dataLoader.engine
-
DataLoaderAction that uses a ScoreContextBuilder to build the context.
- ContextXMLDataLoaderAction(ContextData) - Constructor for class repast.simphony.dataLoader.engine.ContextXMLDataLoaderAction
-
Creates this ScoreDataLoader Action using the specified SContext.
- ContextXMLDataLoaderControllerActionIO - Class in repast.simphony.dataLoader.engine
-
A ControllerActionIO for loading / saving ScoreDataLoaderActions
- ContextXMLDataLoaderControllerActionIO() - Constructor for class repast.simphony.dataLoader.engine.ContextXMLDataLoaderControllerActionIO
- ContextXMLDataLoaderOption - Class in repast.simphony.dataLoader.ui.wizard
- ContextXMLDataLoaderOption() - Constructor for class repast.simphony.dataLoader.ui.wizard.ContextXMLDataLoaderOption
- ContextXMLLoaderActionEditorCreator - Class in repast.simphony.dataLoader.ui
- ContextXMLLoaderActionEditorCreator() - Constructor for class repast.simphony.dataLoader.ui.ContextXMLLoaderActionEditorCreator
- CONTINUOUS_DECORATOR - Static variable in interface repast.simphony.visualization.continuous.ContinuousDecorator
- CONTINUOUS_SPACE - Enum constant in enum class repast.simphony.scenario.data.ProjectionType_old
- CONTINUOUS_SPACE_TYPE - Static variable in class repast.simphony.scenario.data.ProjectionData
- Continuous2DLayout - Class in repast.simphony.visualization.continuous
-
Layout for a 2D continuous space.
- Continuous2DLayout() - Constructor for class repast.simphony.visualization.continuous.Continuous2DLayout
- Continuous2DLayout(ContinuousSpace) - Constructor for class repast.simphony.visualization.continuous.Continuous2DLayout
- Continuous2DProjectionDecorator - Class in repast.simphony.visualization.continuous
-
2D decorator for a continuous space.
- Continuous2DProjectionDecorator() - Constructor for class repast.simphony.visualization.continuous.Continuous2DProjectionDecorator
- Continuous3DLayout - Class in repast.simphony.visualization.continuous
-
3D Layout for a 3D continuous space.
- Continuous3DLayout() - Constructor for class repast.simphony.visualization.continuous.Continuous3DLayout
- Continuous3DLayout(ContinuousSpace) - Constructor for class repast.simphony.visualization.continuous.Continuous3DLayout
- Continuous3DProjectionDecorator - Class in repast.simphony.visualization.continuous
- Continuous3DProjectionDecorator() - Constructor for class repast.simphony.visualization.continuous.Continuous3DProjectionDecorator
- ContinuousAdder<T> - Interface in repast.simphony.space.continuous
- ContinuousDecorator - Interface in repast.simphony.visualization.continuous
-
Constants for continous space decoration.
- ContinuousProjectionDescriptor - Class in repast.simphony.visualization.continuous
-
Projection descriptor for continuous spaces.
- ContinuousProjectionDescriptor(ProjectionData) - Constructor for class repast.simphony.visualization.continuous.ContinuousProjectionDescriptor
- ContinuousProjectionDryer - Class in repast.simphony.freezedry.freezedryers.proj
-
A projection layer that builds a
ContinuousSpace
. - ContinuousProjectionDryer() - Constructor for class repast.simphony.freezedry.freezedryers.proj.ContinuousProjectionDryer
- ContinuousSpace<T> - Interface in repast.simphony.space.continuous
-
An n-dimensional continuous space.
- ContinuousSpaceFactory - Interface in repast.simphony.context.space.continuous
- ContinuousSpaceFactoryFinder - Class in repast.simphony.context.space.continuous
- ContinuousSpaceFactoryFinder() - Constructor for class repast.simphony.context.space.continuous.ContinuousSpaceFactoryFinder
- ContinuousStyleStep - Class in repast.simphony.visualization.gui
-
Display wizard step for continuous space options.
- ContinuousStyleStep() - Constructor for class repast.simphony.visualization.gui.ContinuousStyleStep
- ContinuousValueLayer - Class in repast.simphony.valueLayer
-
A continuous value layer.
- ContinuousValueLayer(String, boolean, double...) - Constructor for class repast.simphony.valueLayer.ContinuousValueLayer
-
Creates a ContinuousValueLayer with the specified name, density, and dimensions.
- ContinuousValueLayer(String, boolean, PointTranslator, double...) - Constructor for class repast.simphony.valueLayer.ContinuousValueLayer
-
Creates a ContinuousValueLayer with the specified name, density, translator, and dimensions.
- ContinuousValueLayer(String, double...) - Constructor for class repast.simphony.valueLayer.ContinuousValueLayer
-
Creates a continuous value layer withe specified name and dimensions.
- ContinuousValueLayer(String, double, boolean, double...) - Constructor for class repast.simphony.valueLayer.ContinuousValueLayer
-
Creates a ContinuousValueLayer with the specified name, density, defaultValue and dimensions.
- ContinuousValueLayer(String, double, boolean, PointTranslator, double...) - Constructor for class repast.simphony.valueLayer.ContinuousValueLayer
-
Creates a ContinuousValueLayer with the specified name, density, defaultValue, translator, and dimensions.
- ContinuousValueLayerConverter - Class in repast.simphony.xml
-
XStream converter for continuousValueLayers.
- ContinuousValueLayerConverter() - Constructor for class repast.simphony.xml.ContinuousValueLayerConverter
- ContinuousWithin<T> - Class in repast.simphony.query.space.continuous
-
A within type query over a continous space.
- ContinuousWithin(Context<T>, T, double) - Constructor for class repast.simphony.query.space.continuous.ContinuousWithin
-
Creates a ContinuousWithin query that will find all the objects within the specified distance of the specified object in all the continuous spaces in the specified context.
- ContinuousWithin(ContinuousSpace<T>, T, double) - Constructor for class repast.simphony.query.space.continuous.ContinuousWithin
-
Creates a ContinuousWithin query that will find all the objects within the specified distance of the specified object in the specified space.
- controller - Variable in class repast.simphony.batch.BatchRunner
- controller - Variable in class repast.simphony.batch.OneRunBatchRunner
- controller - Variable in class repast.simphony.engine.environment.AbstractRunner
- controller - Variable in class repast.simphony.ws.OneRunRunner
- Controller - Interface in repast.simphony.engine.controller
-
Interface representing the Controller for the simulation.
- ControllerAction - Interface in repast.simphony.engine.environment
-
An action performed by the Controller.
- ControllerActionBuilder<T> - Interface in repast.simphony.freezedry.wizard
- ControllerActionConstants - Interface in repast.simphony.engine.controller
- ControllerActionExtensions - Class in repast.simphony.plugin
- ControllerActionExtensions() - Constructor for class repast.simphony.plugin.ControllerActionExtensions
- ControllerActionIO - Interface in repast.simphony.scenario
-
Provides
ActionSaver
andActionLoader
classes for saving and loading a ControllerAction. - ControllerActionIOExtensions - Class in repast.simphony.plugin
- ControllerActionIOExtensions() - Constructor for class repast.simphony.plugin.ControllerActionIOExtensions
- controllerActionsIOs() - Method in class repast.simphony.plugin.ControllerActionIOExtensions
- ControllerActionVisitor - Interface in repast.simphony.engine.controller
- ControllerRegistry - Interface in repast.simphony.engine.environment
-
A registry that holds
ControllerAction
s. - ControllerRegistryBuilderFactory - Class in repast.simphony.ui
- ControllerRegistryBuilderFactory() - Constructor for class repast.simphony.ui.ControllerRegistryBuilderFactory
- controllerUpdate(ControllerEvent) - Method in class repast.simphony.ui.widget.MovieMaker
- ContSpaceMoveHandler - Class in repast.simphony.visualization.editor
-
Deprecated.2D piccolo based code is being removed
- ContSpaceMoveHandler(PCanvas, Display2D, ContinuousSpace, List<Network>, EditorNotifier) - Constructor for class repast.simphony.visualization.editor.ContSpaceMoveHandler
-
Deprecated.
- convert(File, Writer) - Method in class repast.simphony.scenario.data.DisplayDescriptorXMLConverter
- convert(Object) - Method in interface repast.simphony.chart2.DataConverter
-
Converts the obj into a double.
- convert(String) - Method in enum class repast.simphony.integration.DataTypeHandler
- convert(String) - Method in enum class repast.simphony.integration.EscapeConverter
- convert(String) - Method in enum class repast.simphony.integration.NewLinePatternConverter
-
Converts the newline patterns to those specified by its type.
- convert(String, String) - Method in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
- convertDesriptor(DefaultDisplayDescriptor) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptorConverter
- converter - Variable in class repast.simphony.ui.parameters.DefaultParameterBinder
- converter() - Element in annotation interface repast.simphony.parameter.Parameter
-
Gets the fully qualififed name of class used to convert the return value of the annotated method to and from a String representation.
- converter() - Element in annotation interface repast.simphony.ui.probe.ProbedProperty
-
Gets the fully qualififed name of class used to convert the return value of the annotated method to and from a String representation.
- CONVERTER_ATTRIBUTE_NAME - Static variable in interface repast.simphony.parameter.xml.SetterConstants
- converters() - Method in class repast.simphony.dataLoader.ui.wizard.XMLContextActionBuilder
- converters() - Method in class repast.simphony.freezedry.wizard.FreezeDryWizardModel
- convertFromString(String) - Method in class repast.simphony.visualization.editor.QuantityPropertyEditor
-
Deprecated.
- convertNonNewlineEscapes(String) - Static method in enum class repast.simphony.integration.EscapeConverter
- convertPixelToLoc(Point2D) - Method in class repast.simphony.visualization.visualization2D.ValueDisplayLayer2D
-
Deprecated.
- convertTicksToTimeQuantity(double) - Method in class repast.simphony.engine.schedule.Schedule
-
Converters the given time units into ticks using the current time units setting.
- convertTimeQuantityToTicks(Quantity<?>) - Method in class repast.simphony.engine.schedule.Schedule
-
Converters the given time units into ticks using the current time units setting.
- convertToString(Object) - Method in class repast.simphony.visualization.editor.QuantityPropertyEditor
-
Deprecated.
- cool() - Method in interface repast.simphony.parameter.optimizer.CoolingSchedule
- cool() - Method in class repast.simphony.parameter.optimizer.DefaultExponentialCoolingSchedule
- coolingRate - Variable in class repast.simphony.parameter.optimizer.DefaultExponentialCoolingSchedule
- coolingSchedule - Variable in class repast.simphony.parameter.optimizer.AnnealingAdvancementChooser
- CoolingSchedule - Interface in repast.simphony.parameter.optimizer
- COORD_KEY - Static variable in class repast.simphony.visualization.visualization2D.StyledDisplayLayer2D
-
Deprecated.
- CoordinateAccessor<T,
U> - Interface in repast.simphony.space.continuous - coords - Variable in class repast.simphony.visualization.network.LineEdgeVisualItem3D
- CoordToLatLon(Coordinate) - Static method in class repast.simphony.visualization.gis3D.WWUtils
- CoordToLatLon(Coordinate[]) - Static method in class repast.simphony.visualization.gis3D.WWUtils
-
Convert a coordinate array to a list of WWJ LatLon
- copy(CGDGraph) - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
- copyCompletionStatus(String) - Method in class repast.simphony.batch.ssh.LocalSession
- copyCompletionStatus(String) - Method in class repast.simphony.batch.ssh.RemoteSession
-
Copies the completion status from the host and directory where the model was run to the specified directory.
- copyCompletionStatus(String) - Method in interface repast.simphony.batch.ssh.Session
-
Copies the completion status from the host and directory where the model was run to the specified directory.
- copyDirs(File, File) - Static method in class repast.simphony.util.FileUtils
-
Recursively copy all the files from the source directory to the destination directory.
- copyFile(File, File) - Static method in class repast.simphony.util.FileUtils
-
Copies the specified source file to the destination file.
- copyFileFromRemote(String, File, boolean) - Method in class repast.simphony.batch.ssh.SSHSession
-
Copies the specified remote file to the specified local directory.
- copyFilesFromRemote(String, List<File>, boolean) - Method in class repast.simphony.batch.ssh.SSHSession
-
Copies files from the remote to the local directory preserving the directory structure.
- copyFileToRemote(File) - Method in class repast.simphony.batch.ssh.SSHSession
-
Compies the specified file to the home directory of the user used to log in to the remote.
- copyFileToRemote(File, String) - Method in class repast.simphony.batch.ssh.SSHSession
-
Copies the specified file to the specified remote directory.
- CopyRightStep - Class in repast.simphony.data.analysis
-
Wizard step for optionally showing copyright and licensing information for third party command line plugins
- CopyRightStep(String, InputStream) - Constructor for class repast.simphony.data.analysis.CopyRightStep
- cos(Number) - Static method in class repast.simphony.relogo.Utility
-
Returns the cosine of an angle.
- count - Variable in class repast.simphony.engine.schedule.ScheduleGroup
-
The number of actions contained by this ScheduleGroup
- count(Collection) - Static method in class repast.simphony.relogo.Utility
-
Returns total number of agents in an agentset.
- COUNT - Enum constant in enum class repast.simphony.data2.AggregateOp
- COUNT - Static variable in class repast.simphony.integration.DataFileElements.RECORD_ATTRS
- CountDataSource - Class in repast.simphony.data2
-
AggregateDataSource that returns the count of a particular type of object.
- CountDataSource(String, Class<?>) - Constructor for class repast.simphony.data2.CountDataSource
- countDataSources() - Method in class repast.simphony.data2.engine.DataSetDescriptor
- CountSourceDefinition - Class in repast.simphony.data2.engine
-
Definition for a CountDataSource.
- CountSourceDefinition(String, String) - Constructor for class repast.simphony.data2.engine.CountSourceDefinition
- COVERAGE_NAME - Static variable in class repast.simphony.gis.engine.GeographyProjectionRegistryData
- CoverageLayer - Class in repast.simphony.visualization.gis3D
-
Layer class for displaying grid coverage (rasters) as WorldWind RenderableLayer.
- CoverageLayer(String, CoverageStyle<?>) - Constructor for class repast.simphony.visualization.gis3D.CoverageLayer
- CoverageLayerElement(String) - Constructor for class repast.simphony.visualization.gui.CoverageStyleStep.CoverageLayerElement
- coverageLayerMap - Variable in class repast.simphony.visualization.gis3D.DisplayGIS3D
- coverageLayers - Variable in class repast.simphony.gis.visualization.engine.GISDisplayDescriptor
-
Map of <coverage name, style> for dynamic coverages.
- CoverageLocationProbe - Class in repast.simphony.gis.ui.probe
-
Provides the location of the probe when clicking on GIS coverages.
- CoverageLocationProbe(CoverageProbeObject) - Constructor for class repast.simphony.gis.ui.probe.CoverageLocationProbe
- coverageMap - Variable in class repast.simphony.space.gis.DefaultGeography
- CoverageProbeObject - Class in repast.simphony.visualization.gis3D
-
Probe object for coverage layers.
- CoverageProbeObject(String, Position, GridCoverage2D) - Constructor for class repast.simphony.visualization.gis3D.CoverageProbeObject
- COVERAGES_KEY - Static variable in class repast.simphony.gis.freezedry.GeographyProjectionDryer
- CoverageStyle<T> - Interface in repast.simphony.visualization.gis3D.style
- CoverageStyleBuilder - Class in repast.simphony.gis.display
-
Builds various types of Styles for GridGoverages.
- CoverageStyleBuilder() - Constructor for class repast.simphony.gis.display.CoverageStyleBuilder
- CoverageStyleClassStep - Class in repast.simphony.visualization.gui
-
Style editor step for coverage layers
- CoverageStyleClassStep() - Constructor for class repast.simphony.visualization.gui.CoverageStyleClassStep
- CoverageStyleStep - Class in repast.simphony.visualization.gui
-
Abstract style step for display wizards that provides basic agent selection.
- CoverageStyleStep(String, String) - Constructor for class repast.simphony.visualization.gui.CoverageStyleStep
- CoverageStyleStep.CoverageLayerElement - Class in repast.simphony.visualization.gui
-
Stores coverage name and style data
- coverageToRenderableMap - Variable in class repast.simphony.visualization.gis3D.DisplayGIS3D
- cp() - Method in class repast.simphony.relogo.AbstractObserver
-
Sets all standard and diffusible patch variables to their default values.
- cp() - Method in interface repast.simphony.relogo.Observer
-
Sets all standard and diffusible patch variables to their default values.
- create() - Method in class repast.simphony.data2.builder.AggregateDataSetBuilder
- create() - Method in interface repast.simphony.data2.builder.DataSetBuilder
-
Creates the DataSet.
- create() - Method in class repast.simphony.data2.builder.NonAggregateDataSetBuilder
- create() - Method in interface repast.simphony.util.SimpleFactory
-
Creates and returns an instance of the objects of type
. - create(Object) - Method in class repast.simphony.dataLoader.engine.FreezeDryedContextBuilder
- create(Object, String, Class, Class, Class) - Method in class repast.simphony.engine.watcher.query.BooleanExpressionCreator
- create(Collection<? extends DataSource>) - Method in class repast.simphony.data2.builder.ConsoleDataSinkBuilder
- create(Collection<? extends DataSource>) - Method in class repast.simphony.data2.builder.DummySinkBuilder
- create(Collection<? extends DataSource>) - Method in class repast.simphony.data2.builder.FileDataSinkBuilder
- create(Collection<? extends DataSource>) - Method in interface repast.simphony.data2.builder.SinkBuilder
-
Creates and returns a DataSink.
- create(Path, Scenario, Object) - Method in class repast.simphony.util.wizard.DynamicWizardModelFactory
- create(Path, Scenario, Object) - Method in interface repast.simphony.util.wizard.WizardModelFactory
- create(WizardModel, Path, String) - Static method in class repast.simphony.ui.plugin.editor.OptionsEditorDialog
-
Creates a dialog whose content is specified by the steps in the given path.
- create(RemoteSession) - Method in class repast.simphony.batch.ssh.SSHSessionFactory
- create(Scenario, Object) - Static method in class repast.simphony.dataLoader.ui.wizard.DataLoaderWizardPluginUtil
- create(Scenario, Object) - Static method in class repast.simphony.freezedry.wizard.FreezeDryWizardPluginUtil
- create(Scenario, Object, boolean, String) - Static method in class repast.simphony.freezedry.wizard.FreezeDryWizardPluginUtil
- Create1DLatticeNetwork(String, String, boolean, boolean, boolean) - Static method in class repast.simphony.essentials.RepastEssentials
- create2DDecorator(String, Map<String, Object>) - Method in class repast.simphony.visualization.decorator.ProjectionDecoratorFactory
- create2DEditor(Display2D, PCanvas, JPanel) - Method in class repast.simphony.visualization.editor.EditorFactory
-
Deprecated.Creates an editor for editing a 2D display using the specified data, canvas, and panel.
- Create2DLatticeNetwork(String, String, boolean, boolean) - Static method in class repast.simphony.essentials.RepastEssentials
- create3DDecorator(String, Map<String, Object>) - Method in class repast.simphony.visualization.decorator.ProjectionDecoratorFactory
- create3DEditor(Display3D, JPanel) - Method in class repast.simphony.visualization.editor.EditorFactory
-
Deprecated.Creates an editor for editing the specified 3D display using the specified panel.
- createAction() - Method in interface repast.simphony.freezedry.wizard.ControllerActionBuilder
- createAction(Object, Object...) - Method in class repast.simphony.engine.schedule.DefaultActionFactory
-
Creates an IActionParameterPair from annotated methods in the specified annotatedObj.
- createAction(Object, Object...) - Method in class repast.simphony.engine.schedule.DefaultSchedulableActionFactory
-
Creates an ISchedulableACtion from ScheduleMethod annotated methods in the specified annotatedObj.
- createAction(Object, Object...) - Method in interface repast.simphony.engine.schedule.IActionFactory
-
Creates an IActionParameterPair from annotated methods in the specified annotatedObj.
- createAction(Object, Object...) - Method in interface repast.simphony.engine.schedule.ISchedulableActionFactory
-
Creates an ISchedulableACtion from ScheduleMethod annotated methods in the specified annotatedObj.
- createAction(Object, String, Object...) - Method in class repast.simphony.engine.schedule.DefaultActionFactory
-
Creates an IAction that will call the named method on the specified target using the specified parameters.
- createAction(Object, String, Object...) - Method in interface repast.simphony.engine.schedule.IActionFactory
-
Creates an IAction that will call the named method on the specified target using the specified parameters.
- createAction(HistogramChartDescriptor, Scenario) - Method in class repast.simphony.chart2.engine.HistogramControllerActionIO.HistogramActionLoader
- createAction(TimeSeriesChartDescriptor, Scenario) - Method in class repast.simphony.chart2.engine.TimeSeriesControllerActionIO.TimeSeriesActionLoader
- createAction(ConsoleSinkDescriptor, Scenario) - Method in class repast.simphony.data2.engine.ConsoleSinkControllerActionIO.ConsoleSinkActionLoader
- createAction(DataSetDescriptor, Scenario) - Method in class repast.simphony.data2.engine.DataSetControllerActionIO.DataSetActionLoader
- createAction(FileSinkDescriptor, Scenario) - Method in class repast.simphony.data2.engine.FileSinkControllerActionIO.FileSinkActionLoader
- createAction(IAction) - Method in class repast.simphony.engine.schedule.DefaultActionFactory
-
Creates an IAction to execute the specified IAction.
- createAction(IAction) - Method in interface repast.simphony.engine.schedule.IActionFactory
-
Creates an IAction to execute the specified IAction.
- createAction(ScheduleParameters, Object, Object...) - Method in class repast.simphony.engine.schedule.DefaultSchedulableActionFactory
-
Creates an ISchedulableAction from ScheduleMethod annotated methods in the specified annotatedObj.
- createAction(ScheduleParameters, Object, Object...) - Method in interface repast.simphony.engine.schedule.ISchedulableActionFactory
-
Creates an ISchedulableAction from ScheduleMethod annotated methods in the specified annotatedObj.
- createAction(ScheduleParameters, Object, Object...) - Method in interface repast.simphony.engine.schedule.ISchedule
-
Schedules the best matching ScheduleMethod annotated method for execution.
- createAction(ScheduleParameters, Object, Object...) - Method in class repast.simphony.engine.schedule.Schedule
-
Schedules the best matching ScheduleMethod annotated method for execution.
- createAction(ScheduleParameters, Object, String, Object...) - Method in class repast.simphony.engine.schedule.DefaultSchedulableActionFactory
-
Creates a ISchedulableAction from the specified scheduling parameters that will execute the named method on the target object with the specified parameters.
- createAction(ScheduleParameters, Object, String, Object...) - Method in interface repast.simphony.engine.schedule.ISchedulableActionFactory
-
Creates a ISchedulableAction from the specified scheduling parameters that will execute the named method on the target object with the specified parameters.
- createAction(ScheduleParameters, IAction) - Method in class repast.simphony.engine.schedule.DefaultSchedulableActionFactory
-
Creates an ISchedulableAction from the specified scheduling parameters and executable IAction.
- createAction(ScheduleParameters, IAction) - Method in interface repast.simphony.engine.schedule.ISchedulableActionFactory
-
Creates an ISchedulableAction from the specified scheduling parameters and executable IAction.
- createAction(FreezeDryWizardModel, DataSourceBuilder) - Method in class repast.simphony.freezedry.wizard.DelimitedFileOption
- createAction(FreezeDryWizardModel, DataSourceBuilder) - Method in interface repast.simphony.freezedry.wizard.FreezeDryWizardOption
- createAction(FreezeDryWizardModel, DataSourceBuilder) - Method in class repast.simphony.freezedry.wizard.JDBCFreezerOption
- createAction(FreezeDryWizardModel, DataSourceBuilder) - Method in class repast.simphony.freezedry.wizard.XMLFileOption
- createAction(Scenario, Object) - Method in class repast.simphony.dataLoader.ui.wizard.DFDataLoaderContextActionBuilder
- createAction(Scenario, Object) - Method in class repast.simphony.dataLoader.ui.wizard.FreezeDryerContextActionBuilder
- createAction(Scenario, Object) - Method in class repast.simphony.dataLoader.wizard.JDBCContextActionBuilder
- createAction(UserPanelDescriptor, Scenario) - Method in class repast.simphony.userpanel.ui.UserPanelControllerActionIO.UserPanelActionLoader
- createAction(DisplayDescriptor, Scenario) - Method in class repast.simphony.visualization.engine.DisplayControllerActionIO.DisplayActionLoader
- createAction(T, Scenario) - Method in class repast.simphony.scenario.DefaultActionLoader
- createAction(T, Scenario) - Method in class repast.simphony.scenario.ObjectActionLoader
- createActionForIterable(Iterable, String, boolean, Object...) - Method in class repast.simphony.engine.schedule.DefaultActionFactory
-
Creates an IAction that will call the named method on each object in the specified target using the specified parameters.
- createActionForIterable(Iterable, String, boolean, Object...) - Method in interface repast.simphony.engine.schedule.IActionFactory
-
Creates an IAction that will call the named method on each object in the specified target using the specified parameters.
- createActionForIterable(ScheduleParameters, Iterable, String, boolean, Object...) - Method in class repast.simphony.engine.schedule.DefaultSchedulableActionFactory
-
Creates a ISchedulableAction from the specified scheduling parameters that will execute the named method on the objects returned by target object with the specified parameters.
- createActionForIterable(ScheduleParameters, Iterable, String, boolean, Object...) - Method in interface repast.simphony.engine.schedule.ISchedulableActionFactory
-
Creates a ISchedulableAction from the specified scheduling parameters that will execute the named method on the objects returned by target object with the specified parameters.
- createActions(Object) - Method in class repast.simphony.engine.schedule.DefaultActionFactory
-
Creates a List of IActionParameterPair-s from annotated methods.
- createActions(Object) - Method in class repast.simphony.engine.schedule.DefaultSchedulableActionFactory
-
Creates a List of SchedulableActions from annotated methods.
- createActions(Object) - Method in interface repast.simphony.engine.schedule.IActionFactory
-
Creates a List of IActionParameterPair-s from annotated methods.
- createActions(Object) - Method in interface repast.simphony.engine.schedule.ISchedulableActionFactory
-
Creates a List of SchedulableActions from annotated methods.
- CreateAgent(String, String) - Static method in class repast.simphony.essentials.RepastEssentials
- CreateAgents(String, String, int) - Static method in class repast.simphony.essentials.RepastEssentials
- createAgentTablePanel(Iterable, String) - Static method in class repast.simphony.ui.table.AgentTableFactory
-
Create an TablePanel with agent properties such that each agent is a row in the table, and each column is an agent property.
- createAndGoInto(String) - Method in class repast.simphony.integration.BeanBuilder
-
Finds an "add" method with the specified name associated with it (ie addName) and instantiates an object of its argument type.
- createAndGoInto(String) - Method in class repast.simphony.integration.JDOMBuilder
-
Creates an element and inserts it under it's parent.
- createAndGoInto(String) - Method in interface repast.simphony.integration.OutputBuilder
-
Enters into the sub-tree with the specified name, creating the tree (or any values in it) if needed.
- createAndShowDisplay() - Method in class repast.simphony.statecharts.runtime.StateChartSVGDisplayController
- createAppearance() - Static method in class repast.simphony.visualization.visualization3D.AppearanceFactory
- createArray(String, int) - Method in enum class repast.simphony.freezedry.ArrayValueHandler
-
Creates an array of the specified type and size.
- createArrowHead(float, Object) - Static method in class repast.simphony.visualization.visualization3D.ShapeFactory
- createAtEnd(double) - Static method in class repast.simphony.engine.schedule.ScheduleParameters
-
Creates a ScheduleParameters appropriate for scheduling an action to occur at the end of the simulation.
- createAxes(double, double, double, Paint) - Static method in class repast.simphony.visualization.visualization2D.ShapeFactory2D
-
Deprecated.
- createAxes(float, float, float, float, Color, Object) - Static method in class repast.simphony.visualization.visualization3D.ShapeFactory
- createBackgroundLayer() - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
Create a simple background layer that is a single colored rectangle that covers the entire globe.
- createBeanAdapter(ValueModel) - Method in class repast.simphony.ui.probe.ProbeModel
- createBeta(double, double) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates the default beta distribution using the default random number generator.
- createBeta(double, double) - Static method in class repast.simphony.random.RandomHelper
-
Creates the default beta distribution using the default random number generator.
- createBeta(double, double) - Method in interface repast.simphony.random.RandomRegistry
-
Creates the default beta distribution using the default random number generator.
- createBindableBean(Object) - Method in class repast.simphony.ui.probe.BindableBeanCreator
- createBindableBean(Object, String) - Method in class repast.simphony.ui.probe.BindableBeanCreator
- createBinomial(int, double) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates the default binomial distribution using the default random number generator.
- createBinomial(int, double) - Static method in class repast.simphony.random.RandomHelper
-
Creates the default binomial distribution using the default random number generator.
- createBinomial(int, double) - Method in interface repast.simphony.random.RandomRegistry
-
Creates the default binomial distribution using the default random number generator.
- createBoundingBox(float, float, Paint) - Static method in class repast.simphony.visualization.visualization2D.ShapeFactory2D
-
Deprecated.
- createBoundParameters(Class) - Method in class repast.simphony.parameter.ParametersCreator
-
Create a BoundParameters object containing the currently added parameters as well any annotatated Parameters in the specified class.
- createBox(float, float, float, Object, int, Appearance) - Static method in class repast.simphony.visualization.visualization3D.ShapeFactory
- createBoxBody(float, float, float, float, float[]) - Static method in class repast.simphony.space.physics.RigidBodyFactory
- createBranchGroup() - Method in interface repast.simphony.visualization.visualization3D.ProjectionStyle3D
- createBranchStateBuilder(String) - Method in class repast.simphony.statecharts.MasterBuilderFactory
- createBreitWigner(double, double, double) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates the default Breit Wigner distribution using the default random number generator.
- createBreitWigner(double, double, double) - Static method in class repast.simphony.random.RandomHelper
-
Creates the default Breit Wigner distribution using the default random number generator.
- createBreitWigner(double, double, double) - Method in interface repast.simphony.random.RandomRegistry
-
Creates the default Breit Wigner distribution using the default random number generator.
- createBreitWignerMeanSquare(double, double, double) - Static method in class repast.simphony.random.RandomHelper
-
Creates the default Breit Wigner mean square state distribution using the default random number generator.
- createBreitWignerMeanSquareState(double, double, double) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates the default Breit Wigner mean square state distribution using the default random number generator.
- createBreitWignerMeanSquareState(double, double, double) - Method in interface repast.simphony.random.RandomRegistry
-
Creates the default Breit Wigner mean square state distribution using the default random number generator.
- createBuilder(ContextBuilder) - Method in class repast.simphony.dataLoader.ui.wizard.builder.GraphicalBuilderOption
- createBuilder(ContextBuilder) - Method in class repast.simphony.dataLoader.ui.wizard.ContextXMLDataLoaderOption
- createBuilder(ContextBuilder) - Method in interface repast.simphony.dataLoader.ui.wizard.DataLoaderWizardOption
- createBuilder(ContextBuilder) - Method in class repast.simphony.dataLoader.ui.wizard.DelimitedFileDataLoaderOption
- createBuilder(ContextBuilder) - Method in class repast.simphony.dataLoader.ui.wizard.MIContextXMLDataLoaderOption
- createBuilder(ContextBuilder) - Method in class repast.simphony.dataLoader.ui.wizard.SpecificClassOption
- createBuilder(ContextBuilder) - Method in class repast.simphony.dataLoader.ui.wizard.XMLLoaderOption
- createBuilder(ContextBuilder) - Method in class repast.simphony.dataLoader.wizard.JDBCDataLoaderOption
- createBuilder(ProjectionData) - Method in class repast.simphony.dataLoader.engine.ContextBuilderFactory
-
Creates a context builder that will create the specified projection.
- createChartComponent(HistogramChartDescriptor) - Method in class repast.simphony.chart2.HistogramChartCreator
- createChartComponent(TimeSeriesChartDescriptor) - Method in class repast.simphony.chart2.LineChartCreator
- createChartComponent(T) - Method in interface repast.simphony.chart2.ChartCreator
-
Creates and returns the chart components.
- createChildTableIfNeeded(Connection, FreezeDryedObject) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- createChiSquare(double) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates the default chi square distribution using the default random number generator.
- createChiSquare(double) - Static method in class repast.simphony.random.RandomHelper
-
Creates the default chi square distribution using the default random number generator.
- createChiSquare(double) - Method in interface repast.simphony.random.RandomRegistry
-
Creates the default chi square distribution using the default random number generator.
- createClassAttributes(Class<T>) - Method in class repast.simphony.space.gis.FeatureAgentFactory
-
Create a list of class attributes for the FeatureAgent
- createClone() - Method in class repast.simphony.visualization.editor.AgentCloner
-
Deprecated.Clone the object passed in the constructor.
- createComponent(WMSCapabilities, AVList) - Static method in class repast.simphony.visualization.gis3D.WMSLayersPanel
- createComponents() - Method in class repast.simphony.statecharts.runtime.SVGApplication
- createCompositeStateBuilder(String, AbstractState<T>) - Method in class repast.simphony.statecharts.MasterBuilderFactory
- createCone(float, float, Object) - Static method in class repast.simphony.visualization.visualization3D.ShapeFactory
- createCone(float, float, Object, int, Appearance) - Static method in class repast.simphony.visualization.visualization3D.ShapeFactory
- createContains(Iterable<T>) - Static method in class repast.simphony.query.QueryUtils
-
Creates a Contains predicate using the items in the specified iterable.
- createContext(Class<T>, Object) - Static method in class repast.simphony.context.Contexts
- createContext(Object) - Method in interface repast.simphony.context.ContextFactory
-
Creates a new
Context
with the given identifier. - createContext(Object) - Method in class repast.simphony.context.DefaultContextFactory
- createContext(Object, boolean) - Static method in class repast.simphony.integration.JXPathUtils
-
Creates a context with the specified object as its root and the specified leniency.
- CreateContext(String, String) - Static method in class repast.simphony.essentials.RepastEssentials
- createContextFactory(Class<T>, Map<String, Object>) - Static method in class repast.simphony.context.ContextFactoryFinder
- createContextFromData - Variable in class repast.simphony.dataLoader.ui.wizard.FreezeDryerContextActionBuilder
- createContinuousSpace(String, Context<T>, ContinuousAdder<T>, PointTranslator, double...) - Method in interface repast.simphony.context.space.continuous.ContinuousSpaceFactory
- createContinuousSpace(String, Context<T>, ContinuousAdder<T>, PointTranslator, double...) - Method in class repast.simphony.context.space.continuous.DefaultContinuousSpaceFactory
- createContinuousSpace(String, Context<T>, ContinuousAdder<T>, PointTranslator, double[], double[]) - Method in interface repast.simphony.context.space.continuous.ContinuousSpaceFactory
- createContinuousSpace(String, Context<T>, ContinuousAdder<T>, PointTranslator, double[], double[]) - Method in class repast.simphony.context.space.continuous.DefaultContinuousSpaceFactory
- CreateContinuousSpace(String, String, String, int...) - Static method in class repast.simphony.essentials.RepastEssentials
- CreateContinuousSpace(String, String, String, BigDecimal...) - Static method in class repast.simphony.essentials.RepastEssentials
- createContinuousSpaceFactory(Map<String, Object>) - Static method in class repast.simphony.context.space.continuous.ContinuousSpaceFactoryFinder
- CreateContinuousValueLayer(String, String, double...) - Static method in class repast.simphony.essentials.RepastEssentials
-
Creates a ContinousValueLayer and adds it to the specified context.
- CreateContinuousValueLayer(String, String, BigDecimal...) - Static method in class repast.simphony.essentials.RepastEssentials
- createControllerAction() - Method in class repast.simphony.chart2.engine.ChartActionCreator
- createControllerAction() - Method in class repast.simphony.data2.engine.DataInitActionCreator
- createControllerAction() - Method in class repast.simphony.data2.engine.DataSetsActionCreator
- createControllerAction() - Method in class repast.simphony.data2.engine.TextSinkActionCreator
- createControllerAction() - Method in class repast.simphony.dataLoader.engine.DataLoaderCompositeActionCreator
- createControllerAction() - Method in class repast.simphony.gis.engine.GISCompositeControllerActionCreator
- createControllerAction() - Method in class repast.simphony.gis.visualization.engine.GISVizCompositeControllerActionCreator
- createControllerAction() - Method in interface repast.simphony.plugin.CompositeControllerActionCreator
-
Creates the composite controller action.
- createControllerAction() - Method in class repast.simphony.userpanel.ui.UserPanelCompositeControllerActionCreator
- createControllerAction() - Method in class repast.simphony.visualization.engine.DisplayCompositeActionCreator
- createCountSource(String) - Method in class repast.simphony.data2.AggregateDSCreator
-
Convenience method for creating a count data source that will return all the objects of a particular type.
- createCoverageFromFile(File, boolean) - Static method in class repast.simphony.space.gis.RepastCoverageFactory
-
Create a coverage using a coverage file.
- createCube(float, Object) - Static method in class repast.simphony.visualization.visualization3D.ShapeFactory
- createCubeBody(float, float, float[]) - Static method in class repast.simphony.space.physics.RigidBodyFactory
- createCylinder(float, float, Object) - Static method in class repast.simphony.visualization.visualization3D.ShapeFactory
- createCylinder(float, float, Object, int, Appearance) - Static method in class repast.simphony.visualization.visualization3D.ShapeFactory
- createDataSource(String, AggregateOp) - Method in class repast.simphony.data2.AggregateDSCreator
-
Creates an AggregateDataSource of the specified type with the specified id.
- createDataSourceBuilder(FreezeDryedDataSource) - Method in class repast.simphony.freezedry.wizard.DelimitedFileOption
- createDataSourceBuilder(FreezeDryedDataSource) - Method in interface repast.simphony.freezedry.wizard.FreezeDryWizardOption
- createDataSourceBuilder(FreezeDryedDataSource) - Method in class repast.simphony.freezedry.wizard.JDBCFreezerOption
- createDataSourceBuilder(FreezeDryedDataSource) - Method in class repast.simphony.freezedry.wizard.XMLFileOption
- createdEditedStyle(String) - Method in class repast.simphony.visualization.engine.StyleRegistrar
-
Creates an edited style object.
- createdEditedStyle(String) - Method in class repast.simphony.visualization.engine.StyleRegistrar2D
- createdEditedStyle(String) - Method in class repast.simphony.visualization.engine.StyleRegistrar3D
- createdEditedStyle(String) - Method in class repast.simphony.visualization.engine.StyleRegistrarOGL2D
- createDefaultEmptyBorder() - Static method in class repast.simphony.data2.wizard.WizardUtils
- createDefaultOutOfBranchTransitionBuilder(AbstractState<T>, AbstractState<T>) - Method in class repast.simphony.statecharts.MasterBuilderFactory
- createDescriptor(String) - Method in class repast.simphony.gis.visualization.engine.GISDisplayDescriptorFactory
- createDescriptor(String) - Method in interface repast.simphony.visualization.gui.DisplayDescriptorFactory
- createDescriptor(ProjectionData) - Method in class repast.simphony.gis.visualization.engine.GISProjectionDescriptorFactory
- createDescriptor(ProjectionData) - Method in class repast.simphony.visualization.engine.CartesianProjectionDescritorFactory
- createDescriptor(ProjectionData) - Method in interface repast.simphony.visualization.engine.ProjectionDescriptorFactory
- createDisplay() - Method in class repast.simphony.gis.visualization.engine.DisplayCreator3DGIS
- createDisplay() - Method in class repast.simphony.gis.visualization.engine.DisplayCreatorGIS
-
Deprecated.
- createDisplay() - Method in interface repast.simphony.visualization.engine.DisplayCreator
-
Creates an IDisplay.
- createDisplay() - Method in class repast.simphony.visualization.engine.DisplayCreator2D
- createDisplay() - Method in class repast.simphony.visualization.engine.DisplayCreator3D
- createDisplay() - Method in class repast.simphony.visualization.engine.DisplayCreatorOGL2D
- createDisplay() - Method in class repast.simphony.visualization.engine.DisplayProducer
- createDisplay(int) - Method in class repast.simphony.ws.gis.ServerDisplayCreatorGIS
- createDisplay(int) - Method in interface repast.simphony.ws.ServerDisplayCreator
-
Creates an DisplayServer.
- createDisplayCreator(Context<?>, T) - Method in interface repast.simphony.visualization.engine.DisplayCreatorFactory
- createDisplayCreator(Context, GISDisplayDescriptor) - Method in class repast.simphony.gis.visualization.engine.DisplayCreatorFactory3DGIS
- createDisplayCreator(Context, GISDisplayDescriptor) - Method in class repast.simphony.gis.visualization.engine.DisplayCreatorFactoryGIS
-
Deprecated.
- createDisplayData() - Method in class repast.simphony.gis.visualization.engine.DisplayCreator3DGIS
- createDisplayData() - Method in class repast.simphony.gis.visualization.engine.DisplayCreatorGIS
-
Deprecated.
- createDisplayData() - Method in class repast.simphony.visualization.engine.AbstractCartesianDisplayCreator
- createDisplayData() - Method in class repast.simphony.ws.gis.ServerDisplayCreatorGIS
- createDisplayLayer(Style3D) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
- createDisplayLayer(Style3D) - Method in class repast.simphony.visualization.visualization3D.Display3D
- createDonePoller(long) - Method in class repast.simphony.batch.ssh.LocalSession
- createDonePoller(long) - Method in class repast.simphony.batch.ssh.RemoteSession
-
Create a callable that returns with the model run by this Session is finished.
- createDonePoller(long) - Method in interface repast.simphony.batch.ssh.Session
-
Create a callable that returns with the model run by this Session is finished.
- createEdge(Object, Object, boolean, double) - Method in class repast.simphony.relogo.factories.ReLogoEdgeCreator
-
Creates an Edge with the specified source, target, direction and weight.
- createEdge(Object, Object, boolean, double) - Method in class repast.simphony.xml.DelegatingEdgeCreator
- createEdge(T, T, boolean, double) - Method in class repast.simphony.relogo.TrackingEdgeCreator
-
Creates an Edge with the specified source, target, direction and weight.
- createEdge(T, T, boolean, double) - Method in class repast.simphony.space.graph.DefaultEdgeCreator
-
Creates an Edge with the specified source, target, direction and weight.
- createEdge(T, T, boolean, double) - Method in interface repast.simphony.space.graph.EdgeCreator
-
Creates an Edge with the specified source, target, direction and weight.
- CreateEdge(String, Object, Object) - Static method in class repast.simphony.essentials.RepastEssentials
- CreateEdge(String, Object, Object, double) - Static method in class repast.simphony.essentials.RepastEssentials
- createEdgeCreator(String) - Method in class repast.simphony.space.graph.EdgeCreatorFactory
- createEdgeLayer(EdgeStyle3D, Network) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
- createEdgeLayer(EdgeStyle3D, Network) - Method in class repast.simphony.visualization.visualization3D.Display3D
- createEditedEdgeStyle(String) - Method in class repast.simphony.visualization.engine.NetworkStyleRegistrar
- createEditedEdgeStyle(String) - Method in class repast.simphony.visualization.engine.NetworkStyleRegistrar2D
- createEditedEdgeStyle(String) - Method in class repast.simphony.visualization.engine.NetworkStyleRegistrar3D
- createEditedEdgeStyle(String) - Method in class repast.simphony.visualization.engine.NetworkStyleRegistrarOGL2D
- createEditedValueLayerStyle(String) - Method in class repast.simphony.visualization.engine.VLStyleRegistrar
-
Creates an instance of the the appropriate edited value layer style.
- createEditedValueLayerStyle(String) - Method in class repast.simphony.visualization.engine.VLStyleRegistrar2D
- createEditedValueLayerStyle(String) - Method in class repast.simphony.visualization.engine.VLStyleRegistrar3D
- createEditedValueLayerStyle(String) - Method in class repast.simphony.visualization.engine.VLStyleRegistrarOGL2D
- createEditor(JPanel) - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.Creates an DisplayEditor appropriate for editing this display.
- createEditor(JPanel) - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
- createEditor(JPanel) - Method in interface repast.simphony.visualization.IDisplay
-
Deprecated.2D piccolo based code is being removed
- createEditor(JPanel) - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.Creates an DisplayEditor appropriate for editing this display.
- createEditor(JPanel) - Method in class repast.simphony.visualization.visualization3D.Display3D
-
Creates an DisplayEditor appropriate for editing this display.
- createEditor(JPanel) - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
- createEditor(HistogramComponentControllerAction) - Method in class repast.simphony.chart2.gui.HistogramChartActionEditorCreator
-
Creates an editor for the specfied action.
- createEditor(TimeSeriesComponentControllerAction) - Method in class repast.simphony.chart2.gui.TimeSeriesActionEditorCreator
-
Creates an editor for the specfied action.
- createEditor(ConsoleSinkComponentControllerAction) - Method in class repast.simphony.data2.gui.ConsoleSinkActionEditorCreator
-
Creates an editor for the specfied action.
- createEditor(DataSetComponentControllerAction) - Method in class repast.simphony.data2.gui.DataSetActionEditorCreator
-
Creates an editor for the specfied action.
- createEditor(FileSinkComponentControllerAction) - Method in class repast.simphony.data2.gui.FileSinkActionEditorCreator
-
Creates an editor for the specfied action.
- createEditor(ClassNameDataLoaderAction) - Method in class repast.simphony.dataLoader.ui.CNDataLoaderActionEditorCreator
- createEditor(ContextXMLDataLoaderAction) - Method in class repast.simphony.dataLoader.ui.ContextXMLLoaderActionEditorCreator
-
Creates an editor for the specfied action.
- createEditor(DFDataLoaderControllerAction) - Method in class repast.simphony.dataLoader.ui.DFDataLoaderActionEditorCreator
-
Creates an editor for the specfied action.
- createEditor(JDBCDataLoaderControllerAction) - Method in class repast.simphony.dataLoader.gui.JDBCDataLoaderActionEditorCreator
-
Creates an editor for the specfied action.
- createEditor(MIContextXMLDataLoaderAction) - Method in class repast.simphony.dataLoader.ui.MIContextXMLLoaderActionEditorCreator
-
Creates an editor for the specfied action.
- createEditor(BuilderDataLoaderControllerAction) - Method in class repast.simphony.dataLoader.ui.wizard.builder.BuilderDataLoaderActionEditorCreator
- createEditor(JDBCFreezerControllerAction) - Method in class repast.simphony.freezedry.gui.JDBCFreezerActionEditorCreator
-
Creates an editor for the specfied action.
- createEditor(DFFreezerControllerAction) - Method in class repast.simphony.freezedry.gui.DFFreezerActionEditorCreator
-
Creates an editor for the specfied action.
- createEditor(DefaultUserPanelDescriptorAction) - Method in class repast.simphony.userpanel.ui.UserPanelActionEditorCreator
- createEditor(DisplayComponentControllerAction) - Method in class repast.simphony.visualization.gui.DisplayActionEditorCreator
- createEditor(T) - Method in interface repast.simphony.ui.plugin.ActionEditorCreator
-
Creates an editor for the specfied action.
- createEmpirical(double[], int) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates the default empirical distribution using the default random number generator.
- createEmpirical(double[], int) - Static method in class repast.simphony.random.RandomHelper
-
Creates the default empirical distribution using the default random number generator.
- createEmpirical(double[], int) - Method in interface repast.simphony.random.RandomRegistry
-
Creates the default empirical distribution using the default random number generator.
- createEmpiricalWalker(double[], int) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates the default empirical walker distribution using the default random number generator.
- createEmpiricalWalker(double[], int) - Static method in class repast.simphony.random.RandomHelper
-
Creates the default empirical walker distribution using the default random number generator.
- createEmpiricalWalker(double[], int) - Method in interface repast.simphony.random.RandomRegistry
-
Creates the default empirical walker distribution using the default random number generator.
- createEmptyGuard() - Static method in class repast.simphony.statecharts.TransitionBuilder
- createEmptyOnTransition() - Static method in class repast.simphony.statecharts.TransitionBuilder
- createExponential(double) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates the default exponential distribution using the default random number generator.
- createExponential(double) - Static method in class repast.simphony.random.RandomHelper
-
Creates the default exponential distribution using the default random number generator.
- createExponential(double) - Method in interface repast.simphony.random.RandomRegistry
-
Creates the default exponential distribution using the default random number generator.
- createExponentialPower(double) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates the default exponential power distribution using the default random number generator.
- createExponentialPower(double) - Static method in class repast.simphony.random.RandomHelper
-
Creates the default exponential power distribution using the default random number generator.
- createExponentialPower(double) - Method in interface repast.simphony.random.RandomRegistry
-
Creates the default exponential power distribution using the default random number generator.
- createFeatureSource(List<SimpleFeature>) - Static method in class repast.simphony.gis.util.DataUtilities
-
Creates a FeatureSource from a list of SimpleFeatures to be used in memory.
- createFeatureSource(FeatureCollection) - Static method in class repast.simphony.gis.util.DataUtilities
-
Adapts the specified feature collection into a FeatureSource with the specified FeatureType.
- createFilter(String, int, Class<?>, String, NamedRowFilter.Operator) - Method in class repast.simphony.ui.table.TableFilterFactory
- createFinalStateBuilder(String) - Method in class repast.simphony.statecharts.MasterBuilderFactory
- createGamma(double, double) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates the default gamma distribution using the default random number generator.
- createGamma(double, double) - Static method in class repast.simphony.random.RandomHelper
-
Creates the default gamma distribution using the default random number generator.
- createGamma(double, double) - Method in interface repast.simphony.random.RandomRegistry
-
Creates the default gamma distribution using the default random number generator.
- createGeography(String, Context<T>, GeographyParameters<T>) - Method in class repast.simphony.context.space.gis.DefaultGeographyFactory
- createGeography(String, Context<T>, GeographyParameters<T>) - Method in interface repast.simphony.context.space.gis.GeographyFactory
- createGeographyFactory(Map<String, Object>) - Static method in class repast.simphony.context.space.gis.GeographyFactoryFinder
- createGeoMeanSource(String) - Method in class repast.simphony.data2.AggregateDSCreator
-
Creates an aggregate data source that will get the geometric mean of the collection of objects passed into it.
- createGrid(float, Color, int...) - Static method in class repast.simphony.visualization.visualization3D.ShapeFactory
- createGrid(String, Context<T>, GridBuilderParameters<T>) - Method in class repast.simphony.context.space.grid.DefaultGridFactory
- createGrid(String, Context<T>, GridBuilderParameters<T>) - Method in interface repast.simphony.context.space.grid.GridFactory
- CreateGrid(String, String, String, int...) - Static method in class repast.simphony.essentials.RepastEssentials
- CreateGrid(String, String, String, BigDecimal...) - Static method in class repast.simphony.essentials.RepastEssentials
- createGridFactory(Map<String, Object>) - Static method in class repast.simphony.context.space.grid.GridFactoryFinder
- CreateGridValueLayer(String, String, int...) - Static method in class repast.simphony.essentials.RepastEssentials
-
Creates a GridValueLayer and adds it to the specified context.
- CreateGridValueLayer(String, String, BigDecimal...) - Static method in class repast.simphony.essentials.RepastEssentials
- createHistoryStateBuilder(String, boolean) - Method in class repast.simphony.statecharts.MasterBuilderFactory
- createHyperbolic(double, double) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates the default hyperbolic distribution using the default random number generator.
- createHyperbolic(double, double) - Static method in class repast.simphony.random.RandomHelper
-
Creates the default hyperbolic distribution using the default random number generator.
- createHyperbolic(double, double) - Method in interface repast.simphony.random.RandomRegistry
-
Creates the default hyperbolic distribution using the default random number generator.
- createHyperGeometric(int, int, int) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates the default hyper geometric distribution using the default random number generator.
- createHyperGeometric(int, int, int) - Static method in class repast.simphony.random.RandomHelper
-
Creates the default hyper geometric distribution using the default random number generator.
- createHyperGeometric(int, int, int) - Method in interface repast.simphony.random.RandomRegistry
-
Creates the default hyper geometric distribution using the default random number generator.
- createIcon(Rule) - Static method in class repast.simphony.gis.styleEditor.StylePreviewFactory
-
Create an Icon instance from a Rule.
- createIcon(Style) - Static method in class repast.simphony.gis.styleEditor.StylePreviewFactory
-
Create an Icon instance from a Style.
- createIdenticalTurtle(Turtle) - Method in class repast.simphony.relogo.factories.TurtleFactory
- createIdenticalTurtle(Turtle, String) - Method in class repast.simphony.relogo.factories.TurtleFactory
- createImage(String, int, int) - Static method in class repast.simphony.visualizationOGL2D.SVGToBufferedImage
- createInfoCursor() - Static method in class repast.simphony.visualization.AbstractDisplay
- createItemsForAddedObjects(Layout, boolean) - Method in class repast.simphony.visualization.network.NetworkDisplayLayer3D
- createItemsForAddedObjects(Layout, boolean) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplayLayer3D
- createItemsForAddedObjects(Layout, boolean) - Method in class repast.simphony.visualization.visualization3D.DisplayLayer3D
- createIterable() - Method in class repast.simphony.query.space.continuous.ContinuousWithin
-
Creates an iterable over all the objects within the specified distance in the space.
- createIterable() - Method in class repast.simphony.query.space.grid.GridWithin
-
Creates an iterable over all the objects within the specified distance in the space.
- createIterable() - Method in class repast.simphony.query.WithinDistance
-
Creates an iterable over all the relevant objects in a space.
- createIterable(Context<T>) - Method in class repast.simphony.query.space.continuous.ContinuousWithin
-
Creates an iterable over all the objects within the specified distance in all the continuoous spaces in the context.
- createIterable(Context<T>) - Method in class repast.simphony.query.space.grid.GridWithin
-
Creates an iterable over all the objects within the specified distance in all the continuoous spaces in the context.
- createIterable(Context<T>) - Method in class repast.simphony.query.WithinDistance
-
Creates an iterable over all the relevant objects in the context.
- createLabel() - Method in class repast.simphony.visualization.network.NetworkDisplayLayer3D
- createLabel() - Method in class repast.simphony.visualization.visualization3D.AbstractDisplayLayer3D
- createLabel() - Method in class repast.simphony.visualization.visualization3D.DisplayLayer3D
- createLayerEntry(Layer) - Method in class repast.simphony.gis.legend.LegendModel
-
Deprecated.Add a new gis data layer to the legend.
- createLayerInfo(WMSCapabilities, WMSLayerCapabilities, WMSLayerStyle) - Method in class repast.simphony.visualization.gis3D.WMSLayersPanel
- createLayout(String) - Method in class repast.simphony.visualization.engine.AbstractCartesianDisplayCreator
- createLayout(DockingManager) - Method in class repast.simphony.ui.RSAppConfigurator
- createLayout(DockingManager) - Method in class repast.simphony.ui.RSApplication
-
Creates the gui layout.
- createLine(float, Object) - Static method in class repast.simphony.visualization.visualization3D.ShapeFactory
- createLineString(List<Coordinate>) - Static method in class repast.simphony.visualization.editor.gis.DisplayEditorGIS
-
Deprecated.
- createLink(Class<? extends BaseLink>, Object, Object, boolean) - Method in class repast.simphony.relogo.factories.LinkFactory
- createLink(Class<? extends BaseLink>, Object, Object, boolean, double) - Method in class repast.simphony.relogo.factories.LinkFactory
- createLinkFrom(Turtle) - Method in class repast.simphony.relogo.AbstractTurtle
-
Makes a directed link from a turtle to the caller.
- createLinkFrom(Turtle) - Method in interface repast.simphony.relogo.Turtle
-
Makes a directed link from a turtle to the caller.
- createLinkFrom(Turtle, Closure) - Method in class repast.simphony.relogo.AbstractTurtle
-
Makes a directed link from a turtle to the caller then executes a set of commands on the created link.
- createLinkFrom(Turtle, Closure) - Method in interface repast.simphony.relogo.Turtle
-
Makes a directed link from a turtle to the caller then executes a set of commands on the created link.
- createLinksFrom(Collection<? extends Turtle>) - Method in class repast.simphony.relogo.AbstractTurtle
-
Makes directed links from a collection of agents to the caller.
- createLinksFrom(Collection<? extends Turtle>) - Method in interface repast.simphony.relogo.Turtle
-
Makes directed links from a collection of agents to the caller.
- createLinksFrom(Collection<? extends Turtle>, Closure) - Method in class repast.simphony.relogo.AbstractTurtle
-
Makes directed links from a collection of turtles to the caller then executes a set of commands on the created links.
- createLinksFrom(Collection<? extends Turtle>, Closure) - Method in interface repast.simphony.relogo.Turtle
-
Makes directed links from a collection of agents to the caller then executes a set of commands on the created links.
- createLinksTo(Collection<? extends Turtle>) - Method in class repast.simphony.relogo.AbstractTurtle
-
Makes directed links from the caller to a collection of agents.
- createLinksTo(Collection<? extends Turtle>) - Method in interface repast.simphony.relogo.Turtle
-
Makes directed links from the caller to a collection of agents.
- createLinksTo(Collection<? extends Turtle>, Closure) - Method in class repast.simphony.relogo.AbstractTurtle
-
Makes directed links from the caller to a collection of agents then executes a set of commands on the created links.
- createLinksTo(Collection<? extends Turtle>, Closure) - Method in interface repast.simphony.relogo.Turtle
-
Makes directed links from the caller to a collection of agents then executes a set of commands on the created links.
- createLinksWith(Collection<? extends Turtle>) - Method in class repast.simphony.relogo.AbstractTurtle
-
Makes undirected links between the caller and a collection of agents.
- createLinksWith(Collection<? extends Turtle>) - Method in interface repast.simphony.relogo.Turtle
-
Makes undirected links between the caller and a collection of agents.
- createLinksWith(Collection<? extends Turtle>, Closure) - Method in class repast.simphony.relogo.AbstractTurtle
-
Makes undirected links between the caller and a collection of agents then executes a set of commands on the created links.
- createLinksWith(Collection<? extends Turtle>, Closure) - Method in interface repast.simphony.relogo.Turtle
-
Makes undirected links between the caller and a collection of agents then executes a set of commands on the created links.
- createLinkTo(Turtle) - Method in class repast.simphony.relogo.AbstractTurtle
-
Makes a directed link from the caller to a turtle.
- createLinkTo(Turtle) - Method in interface repast.simphony.relogo.Turtle
-
Makes a directed link from the caller to a turtle.
- createLinkTo(Turtle, Closure) - Method in class repast.simphony.relogo.AbstractTurtle
-
Makes a directed link from the caller to a turtle then executes a set of commands on the created link.
- createLinkTo(Turtle, Closure) - Method in interface repast.simphony.relogo.Turtle
-
Makes a directed link from the caller to a turtle then executes a set of commands on the created link.
- createLinkWith(Turtle) - Method in class repast.simphony.relogo.AbstractTurtle
-
Makes a undirected link between the caller and a turtle.
- createLinkWith(Turtle) - Method in interface repast.simphony.relogo.Turtle
-
Makes a undirected link between the caller and a turtle.
- createLinkWith(Turtle, Closure) - Method in class repast.simphony.relogo.AbstractTurtle
-
Makes an undirected link between the caller and a turtle then executes a set of commands on the created link.
- createLinkWith(Turtle, Closure) - Method in interface repast.simphony.relogo.Turtle
-
Makes an undirected link between the caller and a turtle then executes a set of commands on the created link.
- createLoader(Context, InputStream, NodeCreator, int) - Method in enum class repast.simphony.context.space.graph.NetworkFileFormat
- createLocationStorage() - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
- createLocationStorage() - Method in class repast.simphony.space.continuous.DefaultContinuousSpace
- createLocationStorage() - Method in class repast.simphony.space.grid.AbstractGrid
- createLocationStorage() - Method in class repast.simphony.space.grid.DefaultGrid
- createLocationStorage() - Method in class repast.simphony.space.grid.FastDenseSingleOccuGrid
- createLogarithmic(double) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates the default logarithmic distribution using the default random number generator.
- createLogarithmic(double) - Static method in class repast.simphony.random.RandomHelper
-
Creates the default logarithmic distribution using the default random number generator.
- createLogarithmic(double) - Method in interface repast.simphony.random.RandomRegistry
-
Creates the default logarithmic distribution using the default random number generator.
- createMatches(boolean) - Method in class repast.simphony.batch.ssh.OutputFinder
- createMaxSource(String) - Method in class repast.simphony.data2.AggregateDSCreator
-
Creates an aggregate data source that will get the max of the collection of objects passed into it.
- createMeanSource(String) - Method in class repast.simphony.data2.AggregateDSCreator
-
Creates an aggregate data source that will get the mean of the collection of objects passed into it.
- createMethodCall(Method) - Method in class repast.simphony.util.bytecode.ByteCodeUtilities
-
Creates a DataSource that will call the specified method.
- createMinSource(String) - Method in class repast.simphony.data2.AggregateDSCreator
-
Creates an aggregate data source that will get the min of the collection of objects passed into it.
- createMultiLineString(List<LineString>) - Static method in class repast.simphony.visualization.editor.gis.DisplayEditorGIS
-
Deprecated.
- createNegativeBinomial(int, double) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates the default negative binomial distribution using the default random number generator.
- createNegativeBinomial(int, double) - Static method in class repast.simphony.random.RandomHelper
-
Creates the default negative binomial distribution using the default random number generator.
- createNegativeBinomial(int, double) - Method in interface repast.simphony.random.RandomRegistry
-
Creates the default negative binomial distribution using the default random number generator.
- createNetwork(String, Context<T>, boolean) - Method in class repast.simphony.context.space.graph.DefaultNetworkFactory
-
Creates a Network that will contain the specified class of objects.
- createNetwork(String, Context<T>, boolean) - Method in interface repast.simphony.context.space.graph.NetworkFactory
-
Creates a Network that will contain the specified class of objects.
- createNetwork(String, Context<T>, boolean, NetworkGenerator<T>, EdgeCreator<? extends RepastEdge<T>, T>) - Method in class repast.simphony.context.space.graph.DefaultNetworkFactory
-
Creates a Network that will contain the specified class of objects.
- createNetwork(String, Context<T>, boolean, NetworkGenerator<T>, EdgeCreator<? extends RepastEdge<T>, T>) - Method in interface repast.simphony.context.space.graph.NetworkFactory
-
Creates a Network that will contain the specified class of objects.
- createNetwork(String, Context<T>, boolean, EdgeCreator<? extends RepastEdge<T>, T>) - Method in class repast.simphony.context.space.graph.DefaultNetworkFactory
-
Creates a Network that will contain the specified class of objects.
- createNetwork(String, Context<T>, boolean, EdgeCreator<? extends RepastEdge<T>, T>) - Method in interface repast.simphony.context.space.graph.NetworkFactory
-
Creates a Network that will contain the specified class of objects.
- createNetwork(String, Context<T>, NetworkGenerator<T>, boolean) - Method in class repast.simphony.context.space.graph.DefaultNetworkFactory
-
Creates a Network that will contain the specified class of objects.
- createNetwork(String, Context<T>, NetworkGenerator<T>, boolean) - Method in interface repast.simphony.context.space.graph.NetworkFactory
-
Creates a Network that will contain the specified class of objects.
- createNetwork(Network) - Method in class repast.simphony.context.space.graph.MatrixNetworkLoader
-
Creates edges using the nodes in the specified network.
- createNetwork(Network<T>) - Method in class repast.simphony.context.space.graph.Lattice1DGenerator
-
Given an existing network, add edges to create a n x 1 lattice.
- createNetwork(Network<T>) - Method in class repast.simphony.context.space.graph.Lattice2DGenerator
-
Given an existing network, add edges to create a 2D lattice.
- createNetwork(Network<T>) - Method in interface repast.simphony.context.space.graph.NetworkGenerator
-
Creates edges using the nodes in the specified network.
- createNetwork(Network<T>) - Method in class repast.simphony.context.space.graph.RandomDensityGenerator
-
Add edges to the existing network to create a random density network.
- createNetwork(Network<T>) - Method in class repast.simphony.context.space.graph.WattsBetaSmallWorldGenerator
-
Generates a beta-network from a 1-lattice according to the parameters given.
- CreateNetwork(String, String, boolean) - Static method in class repast.simphony.essentials.RepastEssentials
- CreateNetwork(String, String, boolean, String, String, NetworkFileFormat) - Static method in class repast.simphony.essentials.RepastEssentials
- CreateNetwork(String, String, boolean, NetworkGenerator) - Static method in class repast.simphony.essentials.RepastEssentials
- createNetworkFactory(Map<String, Object>) - Static method in class repast.simphony.context.space.graph.NetworkFactoryFinder
- createNewScenario() - Method in class repast.simphony.ui.RSApplication
-
Creates a new scenario through the new scenario wizard.
- createNode(String) - Method in class repast.simphony.context.space.graph.DefaultNodeCreator
-
Creates and returns a node to be added to a network via a context.
- createNode(String) - Method in interface repast.simphony.context.space.graph.NodeCreator
-
Creates and returns a node to be added to a network via a context.
- createNormal(double, double) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates the default normal distribution using the default random number generator.
- createNormal(double, double) - Static method in class repast.simphony.random.RandomHelper
-
Creates the default normal distribution using the default random number generator.
- createNormal(double, double) - Method in interface repast.simphony.random.RandomRegistry
-
Creates the default normal distribution using the default random number generator.
- createNormalProbabilityOneTime(double, double, double) - Static method in class repast.simphony.engine.schedule.ScheduleParameters
-
Creates a one time schedule event that is based on a mean start time and standard deviation start time.
- createNormalProbabilityRepeating(double, double, double, double, double) - Static method in class repast.simphony.engine.schedule.ScheduleParameters
-
Creates a repeating schedule event that is based on a mean start/interval time and standard deviation start/interval time.
- createObserver() - Method in class repast.simphony.relogo.factories.ObserverFactory
- createOneTime(double) - Static method in class repast.simphony.engine.schedule.ScheduleParameters
-
Creates a ScheduleParameters appropriate for scheduling a non-repeating action.
- createOneTime(double, double) - Static method in class repast.simphony.engine.schedule.ScheduleParameters
-
Creates a ScheduleParameters appropriate for scheduling a non-repeating action.
- createOneTime(double, double, double) - Static method in class repast.simphony.engine.schedule.ScheduleParameters
-
Creates a ScheduleParameters appropriate for scheduling a non-repeating action.
- createOneTime(double, PriorityType) - Static method in class repast.simphony.engine.schedule.ScheduleParameters
-
Creates a ScheduleParameters for scheduling a non-repeating action of the specified PriorityType.
- createOrderedTurtles(int) - Method in class repast.simphony.relogo.AbstractObserver
-
Makes a number of uniformly fanned turtles.
- createOrderedTurtles(int) - Method in interface repast.simphony.relogo.Observer
-
Makes a number of uniformly fanned turtles.
- createOrderedTurtles(int, Closure) - Method in class repast.simphony.relogo.AbstractObserver
-
Makes a number of uniformly fanned turtles then executes a set of commands on the turtles.
- createOrderedTurtles(int, Closure) - Method in interface repast.simphony.relogo.Observer
-
Makes a number of uniformly fanned turtles then executes a set of commands on the turtles.
- createOrderedTurtles(int, Closure, Class) - Method in class repast.simphony.relogo.AbstractObserver
-
Makes a number of uniformly fanned turtles of a specific type then executes a set of commands on the turtles.
- createOrderedTurtles(int, Closure, Class) - Method in interface repast.simphony.relogo.Observer
-
Makes a number of uniformly fanned turtles of a specific type then executes a set of commands on the turtles.
- createOrderedTurtles(int, Closure, String) - Method in class repast.simphony.relogo.AbstractObserver
-
Makes a number of uniformly fanned turtles of a specific type then executes a set of commands on the turtles.
- createOrderedTurtles(int, Closure, String) - Method in interface repast.simphony.relogo.Observer
-
Makes a number of uniformly fanned turtles of a specific type then executes a set of commands on the turtles.
- createOrderedTurtlesFromCSV(String) - Method in interface repast.simphony.relogo.Observer
-
Creates default ordered turtles from a CSV file.
- createOrderedTurtlesFromCSV(String, Closure) - Method in interface repast.simphony.relogo.Observer
-
Creates default ordered turtles from a CSV file.
- createOrderedTurtlesFromCSV(String, Class<E>) - Method in interface repast.simphony.relogo.Observer
-
Creates ordered turtles of specific type from a CSV file.
- createOrderedTurtlesFromCSV(String, Class<E>, Closure) - Method in interface repast.simphony.relogo.Observer
-
Creates ordered turtles of specific type from a CSV file.
- createOrderedTurtlesFromExcel(String) - Method in interface repast.simphony.relogo.Observer
-
Creates ordered default turtles from the first sheet of an Excel file.
- createOrderedTurtlesFromExcel(String, Closure) - Method in interface repast.simphony.relogo.Observer
-
Creates ordered default turtles from the first sheet of an Excel file.
- createOrderedTurtlesFromExcel(String, Class<E>) - Method in interface repast.simphony.relogo.Observer
-
Creates ordered turtles of specific type from the first sheet of an Excel file.
- createOrderedTurtlesFromExcel(String, Class<E>, Closure) - Method in interface repast.simphony.relogo.Observer
-
Creates ordered turtles of specific type from the first sheet of an Excel file.
- createOrderedTurtlesFromExcelWithSheet(String, String) - Method in interface repast.simphony.relogo.Observer
-
Creates ordered default turtles from a specific sheet in an Excel file.
- createOrderedTurtlesFromExcelWithSheet(String, String, Closure) - Method in interface repast.simphony.relogo.Observer
-
Creates ordered default turtles from a specific sheet in an Excel file.
- createOrderedTurtlesFromExcelWithSheet(String, String, Class<E>) - Method in interface repast.simphony.relogo.Observer
-
Creates ordered turtles of specific type from a specific sheet in an Excel file.
- createOrderedTurtlesFromExcelWithSheet(String, String, Class<E>, Closure) - Method in interface repast.simphony.relogo.Observer
-
Creates ordered turtles of specific type from a specific sheet in an Excel file.
- createOutOfBranchTransitionBuilder(AbstractState<T>, AbstractState<T>) - Method in class repast.simphony.statecharts.MasterBuilderFactory
- createPanel() - Method in interface repast.simphony.userpanel.ui.UserPanelCreator
- createPanel() - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- createPanel() - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
- createPanel() - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- createPanel() - Method in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
- createPanel() - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
- createPanel(File) - Method in class repast.simphony.ui.parameters.ParametersUI
-
Creates a JPanel that will display the specified parameters.
- createPanel(String) - Method in class repast.simphony.ui.parameters.ParametersUI
-
Creates a JPanel that will display the specified parameters.
- createParameters() - Method in class repast.simphony.parameter.ParametersCreator
-
Create a Parameters object contains the added parameters.
- createPatch() - Method in class repast.simphony.relogo.factories.PatchFactory
- createPatchVar(DiffusiblePatchVariable) - Method in class repast.simphony.relogo.AbstractObserver
- createPatchVar(DiffusiblePatchVariable) - Method in interface repast.simphony.relogo.Observer
- createPhysicsSpace(String, Context<T>, ContinuousAdder<T>, PointTranslator, double...) - Method in class repast.simphony.context.space.physics.DefaultPhysicsSpaceFactory
- createPhysicsSpace(String, Context<T>, ContinuousAdder<T>, PointTranslator, double...) - Method in interface repast.simphony.context.space.physics.PhysicsSpaceFactory
- createPhysicsSpace(String, Context<T>, ContinuousAdder<T>, PointTranslator, double[], double[]) - Method in class repast.simphony.context.space.physics.DefaultPhysicsSpaceFactory
- createPhysicsSpace(String, Context<T>, ContinuousAdder<T>, PointTranslator, double[], double[]) - Method in interface repast.simphony.context.space.physics.PhysicsSpaceFactory
- createPhysicsSpace(String, Context<T>, ContinuousAdder<T>, PointTranslator, double, double, double) - Method in class repast.simphony.context.space.physics.DefaultPhysicsSpaceFactory
- createPhysicsSpaceFactory(Map<String, Object>) - Static method in class repast.simphony.context.space.physics.PhysicsSpaceFactoryFinder
- createPluginClassLoader(PluginDescriptor) - Method in class repast.simphony.plugin.PluginLifecycleHandler
-
Creates standard implementation of plug-in class loader.
- createPoisson(double) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates the default Poisson distribution using the default random number generator.
- createPoisson(double) - Static method in class repast.simphony.random.RandomHelper
-
Creates the default Poisson distribution using the default random number generator.
- createPoisson(double) - Method in interface repast.simphony.random.RandomRegistry
-
Creates the default Poisson distribution using the default random number generator.
- createPoissonProbabilityOneTime(double, double) - Static method in class repast.simphony.engine.schedule.ScheduleParameters
-
Creates a one time schedule event that is based on a Poisson distribution with the input argument providing the mean to the distribution.
- createPoissonProbabilityRepeating(double, double, double) - Static method in class repast.simphony.engine.schedule.ScheduleParameters
-
Creates a repeating schedule event that is based on a Poisson distribution with the input arguments providing the mean to the distribution and repeating meaning interval.
- createPoissonSlow(double) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates the default slower Poisson distribution using the default random number generator.
- createPoissonSlow(double) - Static method in class repast.simphony.random.RandomHelper
-
Creates the default slower Poisson distribution using the default random number generator.
- createPoissonSlow(double) - Method in interface repast.simphony.random.RandomRegistry
-
Creates the default slower Poisson distribution using the default random number generator.
- createPredicate() - Method in class repast.simphony.query.space.gis.AbstractGeometryQuery
-
Create a predicate that will be used to test objects that intersect the source object.
- createPredicate() - Method in class repast.simphony.query.space.gis.ContainsQuery
-
Creates a predicate that tests for containment.
- createPredicate() - Method in class repast.simphony.query.space.gis.IntersectsQuery
-
Creates a predicate that tests for intersection.
- createPredicate() - Method in class repast.simphony.query.space.gis.TouchesQuery
-
Creates a predicate that tests for containment.
- createPredicate() - Method in class repast.simphony.query.space.gis.WithinQuery
-
Creates a predicate that tests for containment.
- createPredicate(Context<T>, String) - Method in class repast.simphony.query.AbstractPropertyQuery
-
Deprecated.Implemented by subclasses to return the appropriate Predicate.
- createPredicate(Context<T>, String) - Method in class repast.simphony.query.PropertyEquals
-
Deprecated.Creates a Predicate that tests for property equality.
- createPredicate(Context<T>, String) - Method in class repast.simphony.query.PropertyGreaterThan
-
Deprecated.Creates a Predicate that tests if a numeric property is greater than some value.
- createPredicate(Context<T>, String) - Method in class repast.simphony.query.PropertyGreaterThanEquals
-
Deprecated.Creates a Predicate that tests if a numeric property is greater than some value.
- createPredicate(Context<T>, String) - Method in class repast.simphony.query.PropertyLessThan
-
Deprecated.Creates a Predicate that tests if a numeric property is less than some value.
- createPredicate(Context<T>, String) - Method in class repast.simphony.query.PropertyLessThanEquals
-
Deprecated.Creates a Predicate that tests if a numeric property is less than some value.
- createPredicate(Context<T>, String) - Method in class repast.simphony.query.PropertyNotEquals
-
Deprecated.Creates a Predicate that tests for property equality.
- createPreviewLabel(Rule) - Static method in class repast.simphony.gis.styleEditor.StylePreviewFactory
-
Creates an instance of a PreviewLabel using the Rule properties.
- createProbeableBean(Object) - Method in class repast.simphony.ui.probe.ProbeableBeanCreator
- createProbeableBean(Parameters) - Method in class repast.simphony.ui.probe.ParameterProbeBeanCreator
- createProbedProperty(PropertyDescriptor, boolean) - Static method in class repast.simphony.ui.probe.ProbedPropertyFactory
-
Creates a ProbedProperty using the specified PropertyDescriptor.
- createProbedProperty(PropertyDescriptor, List<Object>, boolean) - Static method in class repast.simphony.ui.probe.ProbedPropertyFactory
-
Creates a ProbedProperty using the specified PropertyDescriptor.
- createProbedTitle(ProbeInfo, Object) - Static method in class repast.simphony.ui.probe.ProbedPropertyFactory
-
Creates a title for the specified target using ProbeInof.getIDProperty().
- CreateProjection(String, String, String) - Static method in class repast.simphony.essentials.RepastEssentials
- CreateProjection(String, String, String, boolean) - Static method in class repast.simphony.essentials.RepastEssentials
- CreateProjection(String, String, String, boolean, String, int...) - Static method in class repast.simphony.essentials.RepastEssentials
- CreateProjection(String, String, String, int...) - Static method in class repast.simphony.essentials.RepastEssentials
- CreateProjection(String, String, String, String, int...) - Static method in class repast.simphony.essentials.RepastEssentials
- CreateProjection(String, String, String, String, BigDecimal...) - Static method in class repast.simphony.essentials.RepastEssentials
- CreateProjection(String, String, String, BigDecimal...) - Static method in class repast.simphony.essentials.RepastEssentials
- CreateRandomDensityNetwork(String, String, boolean, double, boolean, boolean) - Static method in class repast.simphony.essentials.RepastEssentials
- createRegistry(RunEnvironmentBuilder) - Method in class repast.simphony.batch.BatchScenario
-
Creates a ControllerRegistry from this BatchScenario.
- createRegistryBuilder(String) - Static method in class repast.simphony.ui.ControllerRegistryBuilderFactory
- createRepeating(double, double) - Static method in class repast.simphony.engine.schedule.ScheduleParameters
-
Creates a ScheduleParameters appropriate for scheduling a repeating action.
- createRepeating(double, double, double) - Static method in class repast.simphony.engine.schedule.ScheduleParameters
-
Creates a ScheduleParameters appropriate for scheduling a repeating action.
- createRepeating(double, double, double, double) - Static method in class repast.simphony.engine.schedule.ScheduleParameters
-
Creates a ScheduleParameters appropriate for scheduling a repeating action.
- createRepeating(double, double, PriorityType) - Static method in class repast.simphony.engine.schedule.ScheduleParameters
-
Creates a ScheduleParameters appropriate for scheduling a repeating action of the first, last, random, or first of last priority type.
- createRootContext(Object, boolean) - Static method in class repast.simphony.integration.JXPathUtils
-
Creates a context for the root of a data file.
- createRunEnvironment() - Method in class repast.simphony.engine.environment.DefaultRunEnvironmentBuilder
-
Creates the Runtime to be used for the next simulation run.
- createRunEnvironment() - Method in interface repast.simphony.engine.environment.RunEnvironmentBuilder
-
Creates the Runtime to be used for the next simulation run.
- createScenario() - Method in interface repast.simphony.batch.BatchScenarioCreator
-
Creates a BatchScenario suitable for running by the BatchRunner.
- createScenario() - Method in class repast.simphony.scenario.ScenarioCreator
-
Create the scenario.
- createScenario() - Method in class repast.simphony.ui.newscenario.NewScenarioWizard
-
Creates the scenario.
- createScenario(File, ContextData, UserPathData, Object) - Method in class repast.simphony.batch.BatchScenarioLoader
- createScenario(BatchScenarioCreator) - Method in class repast.simphony.batch.BatchRunner
- createSchedule() - Method in class repast.simphony.engine.graph.DefaultGraphScheduleFactory
-
Constructs a DefaultGraphSchedule using the default action factory specified in this class's construction.
- createSchedule() - Method in class repast.simphony.engine.schedule.DefaultScheduleFactory
-
Creates a Schedule that by default uses the factory set in this interface to create its scheduled actions.
- createSchedule() - Method in interface repast.simphony.engine.schedule.IScheduleFactory
-
Creates a Schedule that by default uses the factory set in this interface to create its scheduled actions.
- createSchedule(ISchedulableActionFactory) - Method in class repast.simphony.engine.graph.DefaultGraphScheduleFactory
-
Creates a schedule using the specified action factory
- createSchedule(ISchedulableActionFactory) - Method in class repast.simphony.engine.schedule.DefaultScheduleFactory
-
Creates a Schedule that will use the specified ISchedulableActionFactory to create its scheduled actions.
- createSchedule(ISchedulableActionFactory) - Method in interface repast.simphony.engine.schedule.IScheduleFactory
-
Creates a Schedule that will use the specified ISchedulableActionFactory to create its scheduled actions.
- createScheduleParameters() - Method in class repast.simphony.ui.plugin.editor.ScheduleParamsPanel
- createScheduleRegistry() - Method in class repast.simphony.engine.environment.DefaultScheduleRegistryFactory
-
Creates and returns a DefaultScheduleRegistry
- createScheduleRegistry() - Method in interface repast.simphony.engine.environment.ScheduleRegistryFactory
-
Creates and returns a ScheduleRegistry.
- createSecondMomentSource(String) - Method in class repast.simphony.data2.AggregateDSCreator
-
Creates an aggregate data source that will get the second moment of the collection of objects passed into it.
- createSelfTransitionBuilder(AbstractState<T>) - Method in class repast.simphony.statecharts.MasterBuilderFactory
- createSetter() - Method in class repast.simphony.parameter.xml.ConstantBooleanSetterCreator
-
Creates a parameter setter from the attributes added in init.
- createSetter() - Method in class repast.simphony.parameter.xml.ConstantNumberSetterCreator
-
Creates a parameter setter from the specified attributes
- createSetter() - Method in class repast.simphony.parameter.xml.ConstantObjectSetterCreator
-
Creates a parameter setter from the attributes added in init.
- createSetter() - Method in class repast.simphony.parameter.xml.ConstantStringSetterCreator
-
Creates a parameter setter from the attributes added in init.
- createSetter() - Method in class repast.simphony.parameter.xml.ListSetterCreator
-
Creates a parameter setter from the specified attributes
- createSetter() - Method in class repast.simphony.parameter.xml.NumberSetterCreator
-
Creates a parameter setter from the specified attributes
- createSetter() - Method in class repast.simphony.parameter.xml.ObjectListSetterCreator
-
Creates a parameter setter from the specified attributes
- createSetter() - Method in interface repast.simphony.parameter.xml.ParameterSetterCreator
-
Creates a parameter setter from the attributes added in init.
- createShape(NamedShapeCreator) - Method in class repast.simphony.visualizationOGL2D.NamedSpatialSoure
- createShape(ShapeFactory2D) - Method in class repast.simphony.visualizationOGL2D.SVGToNamedShape
- createShapeImage(Shape, Dimension, Color) - Static method in class repast.simphony.visualization.gis3D.style.EditedMarkStyle
- createSimpleStateBuilder(String) - Method in class repast.simphony.statecharts.MasterBuilderFactory
- createSmallIcon(Rule) - Static method in class repast.simphony.gis.styleEditor.StylePreviewFactory
-
Create an small Icon instance from a Rule.
- createSnapshotAction(JComponent) - Static method in class repast.simphony.ui.widget.SnapshotTaker
-
Creates an Action that will take a snapshot fo the specified JComponent when triggered.
- createSphere(float, int, Object, int, Appearance) - Static method in class repast.simphony.visualization.visualization3D.ShapeFactory
-
Creates a sphere with the specified radius and number of divisions.
- createSphere(float, Object) - Static method in class repast.simphony.visualization.visualization3D.ShapeFactory
- createSphereBody(float, float, float[]) - Static method in class repast.simphony.space.physics.RigidBodyFactory
- createStateChartBuilder(T, AbstractState<T>) - Method in class repast.simphony.statecharts.MasterBuilderFactory
- createStaticRasterLayer(String, boolean) - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
Adds a static raster layer from the provided file.
- createStdDevSource(String) - Method in class repast.simphony.data2.AggregateDSCreator
-
Creates an aggregate data source that will get the standard deviation of the collection of objects passed into it.
- createStudentT(double) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates the default StudentT distribution using the default random number generator.
- createStudentT(double) - Static method in class repast.simphony.random.RandomHelper
-
Creates the default StudentT distribution using the default random number generator.
- createStudentT(double) - Method in interface repast.simphony.random.RandomRegistry
-
Creates the default StudentT distribution using the default random number generator.
- createStyle(String, List<Rule>) - Method in class repast.simphony.gis.styleEditor.RuleCreator
-
Creates a Style from the specified list of Rules.
- createSumLogsSource(String) - Method in class repast.simphony.data2.AggregateDSCreator
-
Creates an aggregate data source that will get the sum of the logs of the collection of objects passed into it.
- createSumSource(String) - Method in class repast.simphony.data2.AggregateDSCreator
-
Creates an aggregate data source that will sum across the collection of objects passed into it.
- createSumSquaresSource(String) - Method in class repast.simphony.data2.AggregateDSCreator
-
Creates an aggregate data source that will get the sum of the squares of the collection of objects passed into it.
- createSymbolizer() - Method in interface repast.simphony.gis.styleEditor.SymbolizerFactory
- createTableIfNeeded(Connection, FreezeDryedObject) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- createTemporaryPlotPen() - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- createTitle(Object) - Static method in class repast.simphony.ui.probe.ProbeManager
- createTitleComponent() - Method in class repast.simphony.ui.plugin.editor.PluginWizard
- createTitlePanel(String) - Method in class repast.simphony.ui.plugin.editor.UISaver
- createTransitionBuilder(AbstractState<T>, AbstractState<T>) - Method in class repast.simphony.statecharts.MasterBuilderFactory
- createTrigger(CallBackAction) - Method in class repast.simphony.engine.watcher.ArgMatcher
- createTurtle() - Method in class repast.simphony.relogo.factories.TurtleFactory
- createTurtle(double) - Method in class repast.simphony.relogo.factories.TurtleFactory
- createTurtle(String) - Method in class repast.simphony.relogo.factories.TurtleFactory
- createTurtle(String, double) - Method in class repast.simphony.relogo.factories.TurtleFactory
- createTurtle(String, double, double, NdPoint) - Method in class repast.simphony.relogo.factories.TurtleFactory
- createTurtle(String, NdPoint) - Method in class repast.simphony.relogo.factories.TurtleFactory
- createTurtle(NdPoint) - Method in class repast.simphony.relogo.factories.TurtleFactory
- createTurtles(int) - Method in class repast.simphony.relogo.AbstractObserver
-
Makes a number of randomly oriented turtles.
- createTurtles(int) - Method in interface repast.simphony.relogo.Observer
-
Makes a number of randomly oriented turtles.
- createTurtles(int, Closure) - Method in class repast.simphony.relogo.AbstractObserver
-
Makes a number of randomly oriented turtles then executes a set of commands on the turtles.
- createTurtles(int, Closure) - Method in interface repast.simphony.relogo.Observer
-
Makes a number of randomly oriented turtles then executes a set of commands on the turtles.
- createTurtles(int, Closure, Class) - Method in class repast.simphony.relogo.AbstractObserver
-
Makes a number of randomly oriented turtles of a specific type then executes a set of commands on the turtles.
- createTurtles(int, Closure, Class) - Method in interface repast.simphony.relogo.Observer
-
Makes a number of randomly oriented turtles of a specific type then executes a set of commands on the turtles.
- createTurtles(int, Closure, String) - Method in class repast.simphony.relogo.AbstractObserver
-
Makes a number of randomly oriented turtles of a specific type then executes a set of commands on the turtles.
- createTurtles(int, Closure, String) - Method in interface repast.simphony.relogo.Observer
-
Makes a number of randomly oriented turtles of a specific type then executes a set of commands on the turtles.
- createTurtlesFromCSV(String) - Method in interface repast.simphony.relogo.Observer
-
Creates default turtles from a CSV file.
- createTurtlesFromCSV(String, Closure) - Method in interface repast.simphony.relogo.Observer
-
Creates default turtles from a CSV file.
- createTurtlesFromCSV(String, Class<E>) - Method in interface repast.simphony.relogo.Observer
-
Creates turtles of specific type from a CSV file.
- createTurtlesFromCSV(String, Class<E>, Closure) - Method in interface repast.simphony.relogo.Observer
-
Creates turtles of specific type from a CSV file.
- createTurtlesFromExcel(String) - Method in interface repast.simphony.relogo.Observer
-
Creates default turtles from the first sheet of an Excel file.
- createTurtlesFromExcel(String, Closure) - Method in interface repast.simphony.relogo.Observer
-
Creates default turtles from the first sheet of an Excel file.
- createTurtlesFromExcel(String, Class<E>) - Method in interface repast.simphony.relogo.Observer
-
Creates turtles of specific type from the first sheet of an Excel file.
- createTurtlesFromExcel(String, Class<E>, Closure) - Method in interface repast.simphony.relogo.Observer
-
Creates turtles of specific type from the first sheet of an Excel file.
- createTurtlesFromExcelWithSheet(String, String) - Method in interface repast.simphony.relogo.Observer
-
Creates default turtles from a specific sheet in an Excel file.
- createTurtlesFromExcelWithSheet(String, String, Closure) - Method in interface repast.simphony.relogo.Observer
-
Creates default turtles from a specific sheet in an Excel file.
- createTurtlesFromExcelWithSheet(String, String, Class<E>) - Method in interface repast.simphony.relogo.Observer
-
Creates turtles of specific type from a specific sheet in an Excel file.
- createTurtlesFromExcelWithSheet(String, String, Class<E>, Closure) - Method in interface repast.simphony.relogo.Observer
-
Creates turtles of specific type from a specific sheet in an Excel file.
- createUICreator(Object, FieldPropertyDescriptor) - Method in class repast.simphony.statecharts.runtime.UICreatorFactory
- createUICreator(Object, FieldPropertyDescriptor) - Method in interface repast.simphony.ui.probe.PPUICreatorFactory
-
Creates the ProbedPropertyUICreator for the specified field.
- createUniform() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates the default Unifrom distribution using the default random number generator.
- createUniform() - Static method in class repast.simphony.random.RandomHelper
-
Creates the default Unifrom distribution using the default random number generator.
- createUniform() - Method in interface repast.simphony.random.RandomRegistry
-
Creates the default Unifrom distribution using the default random number generator.
- createUniform(double, double) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates the default uniform distribution using the default random number generator.
- createUniform(double, double) - Static method in class repast.simphony.random.RandomHelper
-
Creates the default uniform distribution using the default random number generator.
- createUniform(double, double) - Method in interface repast.simphony.random.RandomRegistry
-
Creates the default uniform distribution using the default random number generator.
- createUniformProbabilityOneTime(double, double, double) - Static method in class repast.simphony.engine.schedule.ScheduleParameters
-
Creates a one time schedule event that is based on a uniform distribution with arguments delineating the minimum and maximum of that distribution.
- createUniformProbabilityRepeating(double, double, double, double, double) - Static method in class repast.simphony.engine.schedule.ScheduleParameters
-
Creates a repeating schedule event that is based on a uniform distribution with arguments delineating the minimum and maximum of that distribution and repeating interval.
- createValueLayerDisplayLayer(ValueLayerStyle3D) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
- createValueLayerDisplayLayer(ValueLayerStyle3D) - Method in class repast.simphony.visualization.visualization3D.Display3D
- createValueRule(SimpleFeature, String, SymbolizerFactory) - Method in class repast.simphony.gis.styleEditor.RuleCreator
-
Creates a rule that matches on the specified attribute and and the specified features attribute value.
- createVarianceSource(String) - Method in class repast.simphony.data2.AggregateDSCreator
-
Creates an aggregate data source that will get the variance of the collection of objects passed into it.
- createVisualItem(Object) - Method in class repast.simphony.visualization.gis3D.AbstractRenderableLayer
-
Defines how the implementing subclasses create Renderables for objects in the display
- createVisualItem(Object) - Method in class repast.simphony.visualization.gis3D.NetworkLayerGIS
- createVisualItem(Object) - Method in class repast.simphony.visualization.gis3D.PlaceMarkLayer
- createVisualItem(Object) - Method in class repast.simphony.visualization.gis3D.SurfaceShapeLayer
- createVisualItem(Object) - Method in class repast.simphony.visualization.network.NetworkDisplayLayer3D
- createVisualItem(Object) - Method in class repast.simphony.visualization.visualization2D.StyledDisplayLayer2D
-
Deprecated.
- createVisualItem(Object) - Method in class repast.simphony.visualization.visualization3D.DisplayLayer3D
- createVonMises(double) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates a default VonMises distribution using the default random number generator.
- createVonMises(double) - Static method in class repast.simphony.random.RandomHelper
-
Creates a default VonMises distribution using the default random number generator.
- createVonMises(double) - Method in interface repast.simphony.random.RandomRegistry
-
Creates a default VonMises distribution using the default random number generator.
- createWatcheeID() - Method in class repast.simphony.engine.watcher.SharedWatchParameters
-
Creates an id based on the watchee class and field.
- createWatcheeID() - Method in class repast.simphony.engine.watcher.WatchParameters
-
Creates an id based on the watchee class and field.
- CreateWattsBetaSmallWorldNetwork(String, String, boolean, double, int, boolean) - Static method in class repast.simphony.essentials.RepastEssentials
- CreateWattsBetaSmallWorldNetwork(String, String, boolean, double, BigDecimal, boolean) - Static method in class repast.simphony.essentials.RepastEssentials
- createWireframeBox(float, float, float, Color, Object) - Static method in class repast.simphony.visualization.visualization3D.ShapeFactory
- createWireframeSquare(float, float, float, Color) - Static method in class repast.simphony.visualization.visualization3D.ShapeFactory
- createWorld(Observer) - Method in class repast.simphony.relogo.factories.ReLogoWorldFactory
- createWritableByteIndexedCoverage(String, int, int, ReferencedEnvelope, Category[], Unit<?>, int) - Static method in class repast.simphony.space.gis.RepastCoverageFactory
- createWritableCoverage(String, int, int, ReferencedEnvelope, int, Unit<?>, Double, Double, Double, Double) - Static method in class repast.simphony.space.gis.RepastCoverageFactory
-
Create a WritableGridCoverage2D suitable for in-memory read/write.
- createWritableCoverageDouble(String, int, int, ReferencedEnvelope, Unit<?>, double, double, double, double) - Static method in class repast.simphony.space.gis.RepastCoverageFactory
-
Create a WritableGridCoverage2D suitable for in-memory read/write with double precision data.
- createWritableCoverageFloat(String, int, int, ReferencedEnvelope, Unit<?>, double, double, double, double) - Static method in class repast.simphony.space.gis.RepastCoverageFactory
-
Create a WritableGridCoverage2D suitable for in-memory read/write with float precision data.
- createWritableCoverageFromFile(File, boolean) - Static method in class repast.simphony.space.gis.RepastCoverageFactory
-
Create a writable coverage using a coverage file.
- createWritableIndexedCoverage(String, int, int, ReferencedEnvelope, Category[], int, Unit<?>, Integer) - Static method in class repast.simphony.space.gis.RepastCoverageFactory
- createWritableShortIndexedCoverage(String, int, int, ReferencedEnvelope, Category[], Unit<?>, int) - Static method in class repast.simphony.space.gis.RepastCoverageFactory
- createZeta(double, double) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates the default Zeta distribution using the default random number generator.
- createZeta(double, double) - Static method in class repast.simphony.random.RandomHelper
- createZeta(double, double) - Method in interface repast.simphony.random.RandomRegistry
-
Creates the default Zeta distribution using the default random number generator.
- creator - Variable in class repast.simphony.space.graph.JungNetwork
- cro(int) - Method in class repast.simphony.relogo.AbstractObserver
-
Makes a number of uniformly fanned turtles.
- cro(int) - Method in interface repast.simphony.relogo.Observer
-
Makes a number of uniformly fanned turtles.
- cro(int, Closure) - Method in class repast.simphony.relogo.AbstractObserver
-
Makes a number of uniformly fanned turtles then executes a set of commands on the turtles.
- cro(int, Closure) - Method in interface repast.simphony.relogo.Observer
-
Makes a number of uniformly fanned turtles then executes a set of commands on the turtles.
- cro(int, Closure, Class) - Method in class repast.simphony.relogo.AbstractObserver
-
Makes a number of uniformly fanned turtles of a specific type then executes a set of commands on the turtles.
- cro(int, Closure, Class) - Method in interface repast.simphony.relogo.Observer
-
Makes a number of uniformly fanned turtles of a specific type then executes a set of commands on the turtles.
- cro(int, Closure, String) - Method in class repast.simphony.relogo.AbstractObserver
-
Makes a number of uniformly fanned turtles of a specific type then executes a set of commands on the turtles.
- cro(int, Closure, String) - Method in interface repast.simphony.relogo.Observer
-
Makes a number of uniformly fanned turtles of a specific type then executes a set of commands on the turtles.
- crs - Variable in class repast.simphony.gis.tools.PositionTool
- CRS_KEY - Static variable in class repast.simphony.gis.freezedry.GeographyProjectionDryer
- crt(int) - Method in class repast.simphony.relogo.AbstractObserver
-
Makes a number of randomly oriented turtles.
- crt(int) - Method in interface repast.simphony.relogo.Observer
-
Makes a number of randomly oriented turtles.
- crt(int, Closure) - Method in class repast.simphony.relogo.AbstractObserver
-
Makes a number of randomly oriented turtles then executes a set of commands on the turtles.
- crt(int, Closure) - Method in interface repast.simphony.relogo.Observer
-
Makes a number of randomly oriented turtles then executes a set of commands on the turtles.
- crt(int, Closure, Class) - Method in class repast.simphony.relogo.AbstractObserver
-
Makes a number of randomly oriented turtles of a specific type then executes a set of commands on the turtles.
- crt(int, Closure, Class) - Method in interface repast.simphony.relogo.Observer
-
Makes a number of randomly oriented turtles of a specific type then executes a set of commands on the turtles.
- crt(int, Closure, String) - Method in class repast.simphony.relogo.AbstractObserver
-
Makes a number of randomly oriented turtles of a specific type then executes a set of commands on the turtles.
- crt(int, Closure, String) - Method in interface repast.simphony.relogo.Observer
-
Makes a number of randomly oriented turtles of a specific type then executes a set of commands on the turtles.
- ct() - Method in class repast.simphony.relogo.AbstractObserver
-
Removes all turtles.
- ct() - Method in interface repast.simphony.relogo.Observer
-
Removes all turtles.
- curChar - Variable in class repast.simphony.engine.watcher.query.QueryParserTokenManager
- currentIndex - Variable in class repast.simphony.ui.table.TableFilterDialog
- currentIndex - Variable in class repast.simphony.visualization.gui.CoverageStyleStep
- currentIndex - Variable in class repast.simphony.visualization.gui.LayerOrderStep
- currentIndex - Variable in class repast.simphony.visualization.gui.StyleStep
- currentListener - Variable in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
- currentListener - Variable in class repast.simphony.visualization.visualization2D.DisplayLayer2D
-
Deprecated.
- currentOrderIndex - Variable in class repast.simphony.engine.schedule.DefaultSchedulableActionFactory
-
Tracks the order index for adding actions.
- currentPath() - Method in class repast.simphony.plugin.ModelPluginLoader
- currentSimpleState - Variable in class repast.simphony.statecharts.DefaultStateChart
- currentSource - Variable in class repast.simphony.sql.SQLWindow
- currentToken - Variable in exception repast.simphony.engine.watcher.query.ParseException
-
This is the last token that has been consumed successfully.
- CURVED_LINES - Static variable in class repast.simphony.visualization.network.PEdge
-
Deprecated.
- customAggDataSources() - Method in class repast.simphony.data2.engine.DataSetDescriptor
- CustomDataSourceDefinition - Class in repast.simphony.data2.engine
-
Definition for a custom data source.
- CustomDataSourceDefinition(String, String) - Constructor for class repast.simphony.data2.engine.CustomDataSourceDefinition
- CustomDataSourceDefinition(CustomDataSourceDefinition) - Constructor for class repast.simphony.data2.engine.CustomDataSourceDefinition
- CustomDataSourcePanel - Class in repast.simphony.data2.wizard
-
Displays a GUI for creating custom data sources, via a class name.
- CustomDataSourcePanel() - Constructor for class repast.simphony.data2.wizard.CustomDataSourcePanel
- CustomExecute - Class in repast.simphony.integration
-
An extension of
org.apache.commons.exec.Execute
that adds the ability to retrieve a spanwed process. - CustomExecute() - Constructor for class repast.simphony.integration.CustomExecute
- customNonAggDataSources() - Method in class repast.simphony.data2.engine.DataSetDescriptor
- CustomParameterSetter - Class in repast.simphony.parameter.groovy
-
Extendable parameter setter to be used with the groovy based parameter builder.
- CustomParameterSetter(String, Class) - Constructor for class repast.simphony.parameter.groovy.CustomParameterSetter
-
Construct a CustomParameterSetter.
- cyan() - Static method in class repast.simphony.relogo.Utility
-
Returns the numerical value corresponding to the color cyan.
D
- DASH - Enum constant in enum class repast.simphony.visualization.editedStyle.LineStyle
- DASH_DASH_DOT - Enum constant in enum class repast.simphony.visualization.editedStyle.LineStyle
- DASH_DOT - Enum constant in enum class repast.simphony.visualization.editedStyle.LineStyle
- data - Variable in class repast.simphony.data2.AbstractFormatter
- data - Variable in class repast.simphony.ui.sparkline.SparklineJComponent
- data() - Method in class repast.simphony.engine.watcher.WatcheeDataFinder
-
Gets an iteratable over the WatcheeData found and created by this WatcheeDataFinder.
- DATA - Enum constant in enum class repast.simphony.integration.DataFileElementReader
-
Handler for data tags.
- DATA - Enum constant in enum class repast.simphony.integration.DataFileElements
- DATA - Enum constant in enum class repast.simphony.integration.DataFileElementWriter
- DATA_ATTRS() - Constructor for class repast.simphony.integration.DataFileElements.DATA_ATTRS
- DATA_INIT_ROOT - Static variable in interface repast.simphony.engine.controller.ControllerActionConstants
- DATA_LOADER_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
- DATA_LOADER_ROOT - Static variable in interface repast.simphony.engine.controller.ControllerActionConstants
- DATA_SET_ROOT - Static variable in interface repast.simphony.engine.controller.ControllerActionConstants
- dataClass - Variable in class repast.simphony.scenario.ObjectActionLoader
- DataConstants - Interface in repast.simphony.data2
- DataContent - Class in repast.simphony.integration
-
A
Content
that holds a value in it, and when it's getValue method is called will return that value. - DataContent() - Constructor for class repast.simphony.integration.DataContent
-
Creates this without an object to use as data.
- DataContent(Object) - Constructor for class repast.simphony.integration.DataContent
-
Creates this with the specified object as data.
- DataConverter - Interface in repast.simphony.chart2
-
Interface for classes that convert data for use in charts.
- DataException - Exception in repast.simphony.data2
-
Exception for any data collection related issue.
- DataException() - Constructor for exception repast.simphony.data2.DataException
- DataException(String) - Constructor for exception repast.simphony.data2.DataException
- DataException(String, Throwable) - Constructor for exception repast.simphony.data2.DataException
- DataException(Throwable) - Constructor for exception repast.simphony.data2.DataException
- DataFile - Interface in repast.simphony.integration
- DataFileElementReader - Enum Class in repast.simphony.integration
-
This handles the reading of elements of a data file.
- DataFileElements - Enum Class in repast.simphony.integration
-
Class that holds the elements and attributes of those elements in a data file descriptor.
- DataFileElements.ARRAY_ATTRS - Class in repast.simphony.integration
- DataFileElements.BRANCH_ATTRS - Class in repast.simphony.integration
- DataFileElements.DATA_ATTRS - Class in repast.simphony.integration
- DataFileElements.FILE_DEF_ATTRS - Class in repast.simphony.integration
- DataFileElements.RECORD_ATTRS - Class in repast.simphony.integration
- DataFileElements.TABLE_ATTRS - Class in repast.simphony.integration
- DataFileElementWriter - Enum Class in repast.simphony.integration
- DataFileReader - Class in repast.simphony.integration
-
This is the primary class for data file reading.
- DataFileReader(Object) - Constructor for class repast.simphony.integration.DataFileReader
-
Instantiates this reader with the specified
OutputBuilder
used to build the object generated from the file. - DataFileReader(OutputBuilder<?, ?>) - Constructor for class repast.simphony.integration.DataFileReader
-
Instantiates this reader with the specified
OutputBuilder
used to build the object generated from the file. - DataFileUtils - Class in repast.simphony.integration
-
Class with some functions that can be used for working with data files.
- DataFileUtils() - Constructor for class repast.simphony.integration.DataFileUtils
- DataFileWriter - Class in repast.simphony.integration
- DataFileWriter() - Constructor for class repast.simphony.integration.DataFileWriter
- DataFileWriter(Object) - Constructor for class repast.simphony.integration.DataFileWriter
- DataFileWriter(Queryable) - Constructor for class repast.simphony.integration.DataFileWriter
- DataGeometry - Interface in repast.simphony.visualization.visualization3D
- DataGeometryUpdater - Class in repast.simphony.visualization.visualization3D
- DataGeometryUpdater(DataGeometry) - Constructor for class repast.simphony.visualization.visualization3D.DataGeometryUpdater
- dataIndex - Variable in class repast.simphony.engine.watcher.ArgMatcher
- DataInitActionCreator - Class in repast.simphony.data2.engine
-
Creates an action that will initial
- DataInitActionCreator() - Constructor for class repast.simphony.data2.engine.DataInitActionCreator
- dataListener - Variable in class repast.simphony.visualization.gui.AgentSelectionStep
- DataLoaderActionUI<T extends DataLoaderControllerAction> - Class in repast.simphony.dataLoader.ui
- DataLoaderActionUI(T, DataLoaderWizardOption, String) - Constructor for class repast.simphony.dataLoader.ui.DataLoaderActionUI
- DataLoaderCompositeActionCreator - Class in repast.simphony.dataLoader.engine
- DataLoaderCompositeActionCreator() - Constructor for class repast.simphony.dataLoader.engine.DataLoaderCompositeActionCreator
- DataLoaderControllerAction<T extends ContextBuilder> - Class in repast.simphony.dataLoader.engine
- DataLoaderControllerAction(String, T, ContextData) - Constructor for class repast.simphony.dataLoader.engine.DataLoaderControllerAction
- DataLoaderEditor - Class in repast.simphony.dataLoader.ui
- DataLoaderEditor(DataLoaderWizardOption, DataLoaderControllerAction, Scenario, Object, String) - Constructor for class repast.simphony.dataLoader.ui.DataLoaderEditor
- DataLoaderProjectionRegistryData - Interface in repast.simphony.dataLoader.engine
-
Interface for projection registry data implementations that provide data loading capabilities via the context builder mechanism.
- DataLoaderScenarioCreatorExtension - Class in repast.simphony.dataLoader
-
Automatically adds a class name data loader action entry to the created scenario, if the implemention in the score file is a DataLoader.
- DataLoaderScenarioCreatorExtension() - Constructor for class repast.simphony.dataLoader.DataLoaderScenarioCreatorExtension
- DataLoaderUtilities - Class in repast.simphony.dataLoader.util
-
DataLoader utilities.
- DataLoaderUtilities() - Constructor for class repast.simphony.dataLoader.util.DataLoaderUtilities
- DataLoaderWizardModel - Class in repast.simphony.dataLoader.ui.wizard
- DataLoaderWizardModel(Path, Scenario, Object) - Constructor for class repast.simphony.dataLoader.ui.wizard.DataLoaderWizardModel
- DataLoaderWizardOption - Interface in repast.simphony.dataLoader.ui.wizard
- DataLoaderWizardPluginUtil - Class in repast.simphony.dataLoader.ui.wizard
- DataLoaderWizardPluginUtil() - Constructor for class repast.simphony.dataLoader.ui.wizard.DataLoaderWizardPluginUtil
- DataLoadingSetupFinish - Class in repast.simphony.dataLoader.ui.wizard
- DataLoadingSetupFinish() - Constructor for class repast.simphony.dataLoader.ui.wizard.DataLoadingSetupFinish
- DataServer - Class in repast.simphony.ws
- DataServer(String, String) - Constructor for class repast.simphony.ws.DataServer
- dataSet - Variable in class repast.simphony.chart2.engine.ChartDescriptor
- dataSet - Variable in class repast.simphony.data2.engine.AbstractTextSinkDescriptor
- DataSet - Interface in repast.simphony.data2
-
Records data from DataSources and passes that data to DataSinks.
- DATASET_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
- DataSetActionEditorCreator - Class in repast.simphony.data2.gui
- DataSetActionEditorCreator() - Constructor for class repast.simphony.data2.gui.DataSetActionEditorCreator
- DataSetActionLoader(File, Object) - Constructor for class repast.simphony.data2.engine.DataSetControllerActionIO.DataSetActionLoader
- DataSetActionUI - Class in repast.simphony.data2.gui
-
Provides the scenario tree user inteface for data set editing.
- DataSetActionUI(DataSetComponentControllerAction) - Constructor for class repast.simphony.data2.gui.DataSetActionUI
- DataSetBuilder<T extends DataSource> - Interface in repast.simphony.data2.builder
-
Interface for classes that can build a DataSet.
- datasetChanged(DatasetChangeEvent) - Method in class repast.simphony.chart2.ColorSetter
- datasetChanged(DatasetChangeEvent) - Method in class repast.simphony.chart2.FixedRangeFix
- datasetChanged(DatasetChangeEvent) - Method in class repast.simphony.chart2.RangeFix
- DataSetComponentControllerAction - Class in repast.simphony.data2.engine
-
ControllerAction responsible for creating DataSets from DataSetDescriptors.
- DataSetComponentControllerAction(DataSetDescriptor) - Constructor for class repast.simphony.data2.engine.DataSetComponentControllerAction
- DataSetControllerActionIO - Class in repast.simphony.data2.engine
-
ActionIO class that loads and saves DataSetComponentControllerActions from and to DataSetDescriptors.
- DataSetControllerActionIO() - Constructor for class repast.simphony.data2.engine.DataSetControllerActionIO
- DataSetControllerActionIO.DataSetActionLoader - Class in repast.simphony.data2.engine
- DataSetDescriptor - Class in repast.simphony.data2.engine
-
Descriptor that defines a single DataSet.
- DataSetDescriptor(String) - Constructor for class repast.simphony.data2.engine.DataSetDescriptor
- DataSetDescriptor(String, DataSetDescriptor.DataSetType) - Constructor for class repast.simphony.data2.engine.DataSetDescriptor
- DataSetDescriptor.DataSetType - Enum Class in repast.simphony.data2.engine
- DataSetEditorWizard - Class in repast.simphony.data2.wizard
- DataSetEditorWizard(List<Class<?>>) - Constructor for class repast.simphony.data2.wizard.DataSetEditorWizard
- DataSetEditorWizard(List<Class<?>>, DataSetDescriptor) - Constructor for class repast.simphony.data2.wizard.DataSetEditorWizard
- DataSetGeneralStep - Class in repast.simphony.data2.wizard
-
General Step for creating data sets.
- DataSetGeneralStep() - Constructor for class repast.simphony.data2.wizard.DataSetGeneralStep
- DataSetManager - Interface in repast.simphony.data2
-
Interface for classes that manage the lifecycle of DataSets.
- DataSetMenuItem - Class in repast.simphony.data2.gui
-
Implements the "Add Data Set" menu item.
- DataSetMenuItem() - Constructor for class repast.simphony.data2.gui.DataSetMenuItem
- DataSetModel<T extends Descriptor> - Interface in repast.simphony.data2.wizard
-
Interface for wizard models that provides access to datasets.
- DataSetRegistry - Class in repast.simphony.data2
-
Registry that allows various parts of the data collection system to be shared among controller actions.
- DataSetRegistry() - Constructor for class repast.simphony.data2.DataSetRegistry
- DataSetRenderer - Class in repast.simphony.chart2.wizard
-
ListCellRenderer that renders a DataSet by its name.
- DataSetRenderer() - Constructor for class repast.simphony.chart2.wizard.DataSetRenderer
- dataSets - Variable in class repast.simphony.data2.AbstractDataSetManager
- DataSetsActionCreator - Class in repast.simphony.data2.engine
-
Creates the parent action for the component actions that initialize data collection from individual dataset descriptors.
- DataSetsActionCreator() - Constructor for class repast.simphony.data2.engine.DataSetsActionCreator
- DataSetScheduleStep - Class in repast.simphony.data2.wizard
- DataSetScheduleStep() - Constructor for class repast.simphony.data2.wizard.DataSetScheduleStep
- DataSetWizardModel - Class in repast.simphony.data2.wizard
- DataSetWizardModel(Collection<Class<?>>) - Constructor for class repast.simphony.data2.wizard.DataSetWizardModel
- DataSetWizardModel(Collection<Class<?>>, DataSetDescriptor) - Constructor for class repast.simphony.data2.wizard.DataSetWizardModel
- DataSink - Interface in repast.simphony.data2
-
Interface for classes that can retrieve data from a DataSet.
- dataSinkUpdate(DataSinkEvent) - Method in class repast.simphony.ui.widget.MovieMaker
- dataSource - Variable in class repast.simphony.freezedry.ContextFreezeDryingAction
- DataSource - Interface in repast.simphony.data2
-
Interface for classes that can function as the source of data to be logged or charted.
- DataSource - Interface in repast.simphony.util.bytecode
- DataSourceBuilder - Interface in repast.simphony.freezedry.wizard
-
In conjuction with a the gui, builds the action that creates a context.
- dataSourceIds() - Method in class repast.simphony.data2.engine.DataSetDescriptor
- DataTypeHandler - Enum Class in repast.simphony.integration
-
Handler for different types of data.
- DataUpdateBehavior - Class in repast.simphony.visualization.visualization3D
-
Behavior to update geometry.
- DataUpdateBehavior(Geometry, DataGeometryUpdater, Behavior) - Constructor for class repast.simphony.visualization.visualization3D.DataUpdateBehavior
- dataUpdated() - Method in interface repast.simphony.chart2.HistogramUpdateListener
-
Called when the histogram dataset has updated its data.
- DataUtilities - Class in repast.simphony.data2.util
-
Static util methods for working with DataSetDescriptors etc.
- DataUtilities - Class in repast.simphony.gis.util
-
Utility methods for working with gis data.
- DataUtilities() - Constructor for class repast.simphony.data2.util.DataUtilities
- DataUtilities() - Constructor for class repast.simphony.gis.util.DataUtilities
- dataValueIds() - Method in class repast.simphony.chart2.engine.TimeSeriesChartDescriptor
-
Gets an iterable over the data value ids.
- dateAndTime() - Static method in class repast.simphony.relogo.Utility
-
Returns the current date and time.
- DBConnectionInfo - Class in repast.simphony.freezedry.datasource
- DBConnectionInfo() - Constructor for class repast.simphony.freezedry.datasource.DBConnectionInfo
- DBConnectionInfo(String, String, String, String) - Constructor for class repast.simphony.freezedry.datasource.DBConnectionInfo
- dbURL - Variable in class repast.simphony.dataLoader.wizard.JDBCContextActionBuilder
- dbURL - Variable in class repast.simphony.freezedry.datasource.DBConnectionInfo
- dbURL - Variable in class repast.simphony.freezedry.wizard.JDBCDSBuilder
- DBUtils - Class in repast.simphony.freezedry.datasource
-
Utility methods for connecting to and working with databases.
- DBUtils() - Constructor for class repast.simphony.freezedry.datasource.DBUtils
- deactivate() - Method in class repast.simphony.gis.tools.DistanceTool
- deactivate() - Method in interface repast.simphony.gis.tools.MapTool
- deactivate() - Method in class repast.simphony.gis.tools.PGISPanTool
- deactivate() - Method in class repast.simphony.gis.tools.PositionTool
- deactivateTrigger() - Method in class repast.simphony.statecharts.old.TimedTransition
- debugStream - Variable in class repast.simphony.engine.watcher.query.QueryParserTokenManager
- DECNUMBER - Static variable in interface repast.simphony.engine.watcher.query.QueryParserConstants
- decorate(PointTranslator) - Method in interface repast.simphony.space.continuous.PointTranslatorDecorator
-
Sets the translator to decorate.
- decorate(GridPointTranslator) - Method in interface repast.simphony.space.grid.GridPointTranslatorDecorator
-
Sets the translator to decorate.
- DecoratorConstants - Interface in repast.simphony.visualization.decorator
- decoratorLayer - Variable in class repast.simphony.visualizationOGL2D.DisplayOGL2D
- decoratorMap - Variable in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- decoratorMap - Variable in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
- decoratorMap - Variable in class repast.simphony.visualizationOGL2D.DisplayOGL2D
- decrementActiveButtons() - Method in class repast.simphony.relogo.ReLogoModel
- decrementDisp(double, double, double) - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout.FRVertexData
- deepAnnotationCheck(Method, Class<T>) - Static method in class repast.simphony.util.ClassUtilities
-
Checks a method for an annotation by checking the method itself and then any interfaces the method's class implements.
- deepFindField(Class, String) - Static method in class repast.simphony.util.ClassUtilities
-
Search for and return the named field in the current class and in its super classes.
- DEFAULT - Static variable in interface repast.simphony.engine.watcher.query.QueryParserConstants
- DEFAULT_CLASS_MAPPING_TABLE - Static variable in class repast.simphony.freezedry.datasource.JDBCDataSource
- DEFAULT_CONNECTING_MSG - Static variable in class repast.simphony.freezedry.datasource.JDBCConnectPanel
- DEFAULT_COOLING_RATE - Static variable in class repast.simphony.parameter.optimizer.DefaultExponentialCoolingSchedule
- DEFAULT_DELIMITER - Static variable in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
- DEFAULT_DIFF_CONST - Static variable in class repast.simphony.valueLayer.ValueLayerDiffuser
- DEFAULT_DISPLAY_TITLE - Static variable in class repast.simphony.visualization.gui.GeneralStep
- DEFAULT_DRIVER_MSG - Static variable in class repast.simphony.freezedry.datasource.JDBCConnectPanel
- DEFAULT_EVAP_CONST - Static variable in class repast.simphony.valueLayer.ValueLayerDiffuser
- DEFAULT_FRAME_LAYOUT - Static variable in interface repast.simphony.scenario.ScenarioConstants
- DEFAULT_GENERATOR - Static variable in interface repast.simphony.random.RandomRegistry
- DEFAULT_INITIAL_TEMP - Static variable in class repast.simphony.parameter.optimizer.AnnealingAdvancementChooser
- DEFAULT_LENGTH - Static variable in class repast.simphony.ui.sparkline.SparklineJComponent
- DEFAULT_LINE_STROKE_COLOR - Static variable in class repast.simphony.gis.styleEditor.StylePreviewFactory
- DEFAULT_LINE_STROKE_OPACITY - Static variable in class repast.simphony.gis.styleEditor.StylePreviewFactory
- DEFAULT_LINE_STROKE_WIDTH - Static variable in class repast.simphony.gis.styleEditor.StylePreviewFactory
- DEFAULT_MASTER_CONTEXT_ID - Static variable in interface repast.simphony.engine.environment.ControllerRegistry
- DEFAULT_MASTER_PARENT - Static variable in class repast.simphony.scenario.Scenario
- DEFAULT_MAX - Static variable in class repast.simphony.valueLayer.ValueLayerDiffuser
- DEFAULT_MIN - Static variable in class repast.simphony.valueLayer.ValueLayerDiffuser
- DEFAULT_PARAM_GROUP - Static variable in class repast.simphony.ui.parameters.ParametersUI
- DEFAULT_PERSPECTIVE - Static variable in class repast.simphony.ui.RSGUIConstants
- DEFAULT_POINT_FILL - Static variable in class repast.simphony.gis.styleEditor.StylePreviewFactory
- DEFAULT_POINT_MARK - Static variable in class repast.simphony.gis.styleEditor.StylePreviewFactory
- DEFAULT_POINT_OPACITY - Static variable in class repast.simphony.gis.styleEditor.StylePreviewFactory
- DEFAULT_POINT_ROTATION - Static variable in class repast.simphony.gis.styleEditor.StylePreviewFactory
- DEFAULT_POINT_SIZE - Static variable in class repast.simphony.gis.styleEditor.StylePreviewFactory
- DEFAULT_POINT_STROKE_COLOR - Static variable in class repast.simphony.gis.styleEditor.StylePreviewFactory
- DEFAULT_POINT_STROKE_OPACITY - Static variable in class repast.simphony.gis.styleEditor.StylePreviewFactory
- DEFAULT_POINT_STROKE_WIDTH - Static variable in class repast.simphony.gis.styleEditor.StylePreviewFactory
- DEFAULT_POLY_FILL - Static variable in class repast.simphony.gis.styleEditor.StylePreviewFactory
- DEFAULT_POLY_OPACITY - Static variable in class repast.simphony.gis.styleEditor.StylePreviewFactory
- DEFAULT_POLY_STROKE_COLOR - Static variable in class repast.simphony.gis.styleEditor.StylePreviewFactory
- DEFAULT_POLY_STROKE_OPACITY - Static variable in class repast.simphony.gis.styleEditor.StylePreviewFactory
- DEFAULT_POLY_STROKE_WIDTH - Static variable in class repast.simphony.gis.styleEditor.StylePreviewFactory
- DEFAULT_RANDOM_SEED_DISPLAY_NAME - Static variable in interface repast.simphony.parameter.ParameterConstants
- DEFAULT_RANDOM_SEED_USAGE_NAME - Static variable in interface repast.simphony.parameter.ParameterConstants
- DEFAULT_ROOT - Static variable in class repast.simphony.gis.legend.LegendModel
-
Deprecated.
- DEFAULT_SEARCH_TEXT - Static variable in class repast.simphony.visualization.gis3D.GazetteerPanel
- DEFAULT_SPARKLINE_LENGTH - Static variable in class repast.simphony.engine.environment.RunEnvironment
- DEFAULT_SPARKLINE_TYPE - Static variable in class repast.simphony.engine.environment.RunEnvironment
- DEFAULT_STRING_DELIMITER - Static variable in class repast.simphony.integration.DataFileElements.DATA_ATTRS
- DEFAULT_TURTLE_COLOR - Static variable in class repast.simphony.relogo.ReLogoModel
- DefaultAction - Class in repast.simphony.engine.schedule
-
Default SchedulableAction used by as a default by the scheduling mechanism.
- DefaultAction(ScheduleParameters, IAction, long) - Constructor for class repast.simphony.engine.schedule.DefaultAction
-
Creates a DefaultAction to execute the specified action according to the specified scheduling parameters.
- DefaultActionFactory - Class in repast.simphony.engine.schedule
-
Default factory for producing IActions to be executed by a Schedule.
- DefaultActionFactory() - Constructor for class repast.simphony.engine.schedule.DefaultActionFactory
- DefaultActionLoader<T extends ControllerAction> - Class in repast.simphony.scenario
- DefaultActionLoader(File, Object, Class<T>, String) - Constructor for class repast.simphony.scenario.DefaultActionLoader
- DefaultActionSaver<T extends ControllerAction> - Class in repast.simphony.scenario
- DefaultActionSaver() - Constructor for class repast.simphony.scenario.DefaultActionSaver
- DefaultActionUI - Class in repast.simphony.ui
- DefaultActionUI(String) - Constructor for class repast.simphony.ui.DefaultActionUI
- DefaultAdvanceChooser() - Constructor for class repast.simphony.parameter.optimizer.OptimizedParameterSweeper.DefaultAdvanceChooser
- DefaultBooleanExpression - Class in repast.simphony.engine.watcher.query
- DefaultBooleanExpression() - Constructor for class repast.simphony.engine.watcher.query.DefaultBooleanExpression
- defaultCheckBoxInterior - Variable in class repast.simphony.dataLoader.ui.wizard.builder.CheckNodeRenderer
- DefaultContext<T> - Class in repast.simphony.context
- DefaultContext() - Constructor for class repast.simphony.context.DefaultContext
- DefaultContext(Object) - Constructor for class repast.simphony.context.DefaultContext
- DefaultContext(Object, Object) - Constructor for class repast.simphony.context.DefaultContext
- DefaultContextConverter - Class in repast.simphony.xml
-
XStream converter for DefaultContexts.
- DefaultContextConverter() - Constructor for class repast.simphony.xml.DefaultContextConverter
- DefaultContextFactory<T> - Class in repast.simphony.context
-
A basic concrete implementation of the
ContextFactory
interface. - DefaultContextFactory() - Constructor for class repast.simphony.context.DefaultContextFactory
- DefaultContextSchedulableControllerAction<T> - Class in repast.simphony.engine.controller
-
An action that takes a
ContextSchedulableDescriptor
and schedules it usingISchedule.scheduleIterable(ScheduleParameters, Iterable, String, boolean, Object...)
. - DefaultContextSchedulableControllerAction(ContextSchedulableDescriptor<T>) - Constructor for class repast.simphony.engine.controller.DefaultContextSchedulableControllerAction
- DefaultContextSchedulableDescriptor<T> - Class in repast.simphony.engine.schedule
-
Default implementation of a
ContextSchedulableDescriptor
. - DefaultContextSchedulableDescriptor() - Constructor for class repast.simphony.engine.schedule.DefaultContextSchedulableDescriptor
- DefaultContinuousSpace<T> - Class in repast.simphony.space.continuous
-
Default implementation of an n-dimensional continuous space.
- DefaultContinuousSpace(String, double...) - Constructor for class repast.simphony.space.continuous.DefaultContinuousSpace
-
Constructs this space with the specified name and size.
- DefaultContinuousSpace(String, ContinuousAdder<T>, PointTranslator, double...) - Constructor for class repast.simphony.space.continuous.DefaultContinuousSpace
-
Constructs this space with the specified name, adder, translator, accessor and size.
- DefaultContinuousSpace(String, ContinuousAdder<T>, PointTranslator, double[], double[]) - Constructor for class repast.simphony.space.continuous.DefaultContinuousSpace
-
Constructs this space with the specified name, adder, translator, accessor and size.
- DefaultContinuousSpace(String, ContinuousAdder<T>, PointTranslator, CoordinateAccessor<T, Map<NdPoint, Object>>, double...) - Constructor for class repast.simphony.space.continuous.DefaultContinuousSpace
-
Constructs this space with the specified name, adder, translator, accessor and size.
- DefaultContinuousSpaceFactory - Class in repast.simphony.context.space.continuous
- DefaultContinuousSpaceFactory() - Constructor for class repast.simphony.context.space.continuous.DefaultContinuousSpaceFactory
- DefaultController - Class in repast.simphony.engine.controller
-
A default implementation of a Controller.
- DefaultController(RunEnvironmentBuilder) - Constructor for class repast.simphony.engine.controller.DefaultController
-
TODO: fill this in
- DefaultController(RunEnvironmentBuilder, int) - Constructor for class repast.simphony.engine.controller.DefaultController
- DefaultControllerAction - Class in repast.simphony.engine.environment
-
A null implementation of a ControllerAction.
- DefaultControllerAction() - Constructor for class repast.simphony.engine.environment.DefaultControllerAction
- DefaultControllerActionIO<T extends ControllerAction> - Class in repast.simphony.scenario
- DefaultControllerActionIO(Class<T>, String) - Constructor for class repast.simphony.scenario.DefaultControllerActionIO
- DefaultControllerRegistry - Class in repast.simphony.engine.controller
-
Basic implementation of a
ControllerRegistry
. - DefaultControllerRegistry() - Constructor for class repast.simphony.engine.controller.DefaultControllerRegistry
-
Constructs the SimpleControllerRegistry with no actions.
- DefaultCoverageStyle<T> - Class in repast.simphony.visualization.gis3D.style
-
Default style for GIS coverage.
- DefaultCoverageStyle() - Constructor for class repast.simphony.visualization.gis3D.style.DefaultCoverageStyle
- DefaultDataFile - Class in repast.simphony.integration
- DefaultDataFile() - Constructor for class repast.simphony.integration.DefaultDataFile
- DefaultDataLoaderMenuItem - Class in repast.simphony.dataLoader.ui
- DefaultDataLoaderMenuItem() - Constructor for class repast.simphony.dataLoader.ui.DefaultDataLoaderMenuItem
- DefaultDescriptor - Class in repast.simphony.engine.schedule
-
Default implementation of a
Descriptor
. - DefaultDescriptor() - Constructor for class repast.simphony.engine.schedule.DefaultDescriptor
-
Same as DefaultDescriptor(null).
- DefaultDescriptor(String) - Constructor for class repast.simphony.engine.schedule.DefaultDescriptor
-
Constructs the descriptor with the specified name.
- DefaultDisplayData<T> - Class in repast.simphony.visualization
-
Default implementation of DisplayData that wraps a Context.
- DefaultDisplayData(Context<T>) - Constructor for class repast.simphony.visualization.DefaultDisplayData
-
Creates a DefaultDisplayData that delegates its methods to the specified context.
- DefaultDisplayDescriptor - Class in repast.simphony.visualization.engine
-
Deprecated.
- DefaultDisplayDescriptor(String) - Constructor for class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- DefaultDisplayDescriptor(DisplayDescriptor) - Constructor for class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- DefaultDisplayDescriptorConverter - Class in repast.simphony.visualization.engine
-
Utility for convertinh the Repast Simphony ver 2.1 DefaultDisplayDescriptor to the new display specific descriptors.
- DefaultDisplayDescriptorConverter() - Constructor for class repast.simphony.visualization.engine.DefaultDisplayDescriptorConverter
- DefaultDisplayMenuItem - Class in repast.simphony.visualization.gui
-
EditorMenuItem for creating displays.
- DefaultDisplayMenuItem() - Constructor for class repast.simphony.visualization.gui.DefaultDisplayMenuItem
- DefaultEdgeCreator<T> - Class in repast.simphony.space.graph
-
Default implementation of EdgeCreator that return RepastEdge.
- DefaultEdgeCreator() - Constructor for class repast.simphony.space.graph.DefaultEdgeCreator
- DefaultEdgeFinder - Class in repast.simphony.visualization.editor
-
Deprecated.2D piccolo based code is being removed
- DefaultEdgeFinder(List<Network>, Display2D) - Constructor for class repast.simphony.visualization.editor.DefaultEdgeFinder
-
Deprecated.
- defaultEdgeStyle - Variable in class repast.simphony.visualization.visualization3D.Display3D
- DefaultEdgeStyle2D - Class in repast.simphony.visualization.visualization2D.style
-
Deprecated.replaced by ogl 2D
- DefaultEdgeStyle2D() - Constructor for class repast.simphony.visualization.visualization2D.style.DefaultEdgeStyle2D
-
Deprecated.
- DefaultEdgeStyle3D<T> - Class in repast.simphony.visualization.visualization3D.style
- DefaultEdgeStyle3D() - Constructor for class repast.simphony.visualization.visualization3D.style.DefaultEdgeStyle3D
- DefaultEdgeStyleOGL2D - Class in repast.simphony.visualizationOGL2D
-
Default implementation of OGL 2D edge style.
- DefaultEdgeStyleOGL2D() - Constructor for class repast.simphony.visualizationOGL2D.DefaultEdgeStyleOGL2D
- DefaultEditedEdgeStyleData2D<T> - Class in repast.simphony.visualization.editedStyle
- DefaultEditedEdgeStyleData2D() - Constructor for class repast.simphony.visualization.editedStyle.DefaultEditedEdgeStyleData2D
- DefaultEditedEdgeStyleData3D<T> - Class in repast.simphony.visualization.editedStyle
- DefaultEditedEdgeStyleData3D() - Constructor for class repast.simphony.visualization.editedStyle.DefaultEditedEdgeStyleData3D
- DefaultEditedStyleData2D<T> - Class in repast.simphony.visualization.editedStyle
- DefaultEditedStyleData2D() - Constructor for class repast.simphony.visualization.editedStyle.DefaultEditedStyleData2D
- DefaultEditedStyleData3D<T> - Class in repast.simphony.visualization.editedStyle
- DefaultEditedStyleData3D() - Constructor for class repast.simphony.visualization.editedStyle.DefaultEditedStyleData3D
- DefaultEditedValueLayerStyleData2D - Class in repast.simphony.visualization.editedStyle
-
Default data for 2D edited value layer styles
- DefaultEditedValueLayerStyleData2D() - Constructor for class repast.simphony.visualization.editedStyle.DefaultEditedValueLayerStyleData2D
- DefaultEditedValueLayerStyleData3D - Class in repast.simphony.visualization.editedStyle
-
Default data for 3D edited value layer styles
- DefaultEditedValueLayerStyleData3D() - Constructor for class repast.simphony.visualization.editedStyle.DefaultEditedValueLayerStyleData3D
- DefaultEditorDialog - Class in repast.simphony.ui.plugin.editor
- DefaultEditorDialog(UISaver) - Constructor for class repast.simphony.ui.plugin.editor.DefaultEditorDialog
- DefaultExponentialCoolingSchedule - Class in repast.simphony.parameter.optimizer
- DefaultExponentialCoolingSchedule() - Constructor for class repast.simphony.parameter.optimizer.DefaultExponentialCoolingSchedule
- DefaultExtProgRunner - Class in repast.simphony.integration
- DefaultExtProgRunner() - Constructor for class repast.simphony.integration.DefaultExtProgRunner
- DefaultFeatureAgentFactory<T> - Class in repast.simphony.space.gis
-
Default factory class for creating feature agents.
- defaultFileExtension - Variable in class repast.simphony.data.analysis.NetworkAnalysisPluginWizard
- defaultFileExtension - Variable in class repast.simphony.data2.gui.FileChooserStep
- DefaultFinishStep - Class in repast.simphony.util.wizard
-
This is just a simple step that displays a set of messages.
- DefaultFinishStep(String, String) - Constructor for class repast.simphony.util.wizard.DefaultFinishStep
-
This is the same as
new DefaultFinishStep(title, caption, null)
. - DefaultFinishStep(String, String, String) - Constructor for class repast.simphony.util.wizard.DefaultFinishStep
-
Constructs this step with the specified text to show as its title, in its caption bar, and optionally in a label centered in its panel.
- DefaultFreezeDryer - Class in repast.simphony.freezedry.freezedryers
- DefaultFreezeDryer(FreezeDryedRegistry) - Constructor for class repast.simphony.freezedry.freezedryers.DefaultFreezeDryer
- DefaultGeography<T> - Class in repast.simphony.space.gis
-
Default implementation of Geography, a geographic GIS type space.
- DefaultGeography(String) - Constructor for class repast.simphony.space.gis.DefaultGeography
-
Creates a DefaultGeography with the specified name.
- DefaultGeography(String, String) - Constructor for class repast.simphony.space.gis.DefaultGeography
-
Creates a DefaultGeography with a specified name and coordindate reference system.
- DefaultGeographyFactory - Class in repast.simphony.context.space.gis
- DefaultGeographyFactory() - Constructor for class repast.simphony.context.space.gis.DefaultGeographyFactory
- DefaultGraphSchedule - Class in repast.simphony.engine.graph
-
Base implementation of a graph schedule running on top of the default Repast schedule.
- DefaultGraphSchedule() - Constructor for class repast.simphony.engine.graph.DefaultGraphSchedule
- DefaultGraphSchedule(ISchedulableActionFactory) - Constructor for class repast.simphony.engine.graph.DefaultGraphSchedule
- DefaultGraphScheduleFactory - Class in repast.simphony.engine.graph
-
ScheduleFactory that produces
DefaultGraphSchedule
s. - DefaultGraphScheduleFactory() - Constructor for class repast.simphony.engine.graph.DefaultGraphScheduleFactory
-
Synonymous with DefaultGraphScheduleFactory(new DefaultSchedulableaActionFactory()).
- DefaultGraphScheduleFactory(ISchedulableActionFactory) - Constructor for class repast.simphony.engine.graph.DefaultGraphScheduleFactory
-
Constructs this graph schedule factory which will default to producing graphs with the specified action factory.
- DefaultGrid<T> - Class in repast.simphony.space.grid
-
A default implementation of a grid backed by a map.
- DefaultGrid(String, int...) - Constructor for class repast.simphony.space.grid.DefaultGrid
- DefaultGrid(String, int[], int[]) - Constructor for class repast.simphony.space.grid.DefaultGrid
- DefaultGrid(String, GridAdder<T>, GridPointTranslator, CellAccessor<T, Map<GridPoint, Object>>, int...) - Constructor for class repast.simphony.space.grid.DefaultGrid
- DefaultGrid(String, GridAdder<T>, GridPointTranslator, CellAccessor<T, Map<GridPoint, Object>>, int[], int[]) - Constructor for class repast.simphony.space.grid.DefaultGrid
- DefaultGridFactory - Class in repast.simphony.context.space.grid
-
Factory for creating grids.
- DefaultGridFactory() - Constructor for class repast.simphony.context.space.grid.DefaultGridFactory
- DefaultGUIRegistry - Class in repast.simphony.engine.environment
-
A default implementation of a GUI registry.
- DefaultGUIRegistry() - Constructor for class repast.simphony.engine.environment.DefaultGUIRegistry
-
Constructs the GUI Registry.
- DefaultIntegrator - Class in repast.simphony.statecharts
-
Integrates a statechart with a simphony simulation by listening for agent removal events and stopping the statechart.
- DefaultIntegrator() - Constructor for class repast.simphony.statecharts.DefaultIntegrator
- DefaultLayerManager - Class in repast.simphony.gis.legend
-
Deprecated.2D piccolo based code is being removed
- DefaultLayerManager() - Constructor for class repast.simphony.gis.legend.DefaultLayerManager
-
Deprecated.
- DefaultLegacyExecutor - Class in repast.simphony.integration
- DefaultLegacyExecutor(String, String[], Map) - Constructor for class repast.simphony.integration.DefaultLegacyExecutor
- defaultLocation - Variable in class repast.simphony.data.analysis.AnalysisPluginRunner
- defaultLocation - Variable in class repast.simphony.data.analysis.AnalysisPluginWizard
- DefaultMarkStyle<T> - Class in repast.simphony.visualization.gis3D.style
-
Default style for place marks.
- DefaultMarkStyle() - Constructor for class repast.simphony.visualization.gis3D.style.DefaultMarkStyle
- DefaultNetworkFactory - Class in repast.simphony.context.space.graph
-
Factory for creating networks.
- DefaultNetworkFactory() - Constructor for class repast.simphony.context.space.graph.DefaultNetworkFactory
- DefaultNetworkStyleGIS - Class in repast.simphony.visualization.gis3D.style
- DefaultNetworkStyleGIS() - Constructor for class repast.simphony.visualization.gis3D.style.DefaultNetworkStyleGIS
- DefaultNodeCreator - Class in repast.simphony.context.space.graph
-
Creates an agent / node from a Class.
- DefaultNodeCreator(Class) - Constructor for class repast.simphony.context.space.graph.DefaultNodeCreator
-
Creates a DefaultNodeCreator that will create nodes/agents from the specified class.
- DefaultOutOfBranchTransitionBuilder<T> - Class in repast.simphony.statecharts
- DefaultOutOfBranchTransitionBuilder(String, AbstractState<T>, AbstractState<T>) - Constructor for class repast.simphony.statecharts.DefaultOutOfBranchTransitionBuilder
- DefaultOutOfBranchTransitionBuilder(AbstractState<T>, AbstractState<T>) - Constructor for class repast.simphony.statecharts.DefaultOutOfBranchTransitionBuilder
- DefaultOutputPatternCreator - Class in repast.simphony.batch.ssh
-
Creates the patterns for a default output file sink file name.
- DefaultOutputPatternCreator(String, boolean) - Constructor for class repast.simphony.batch.ssh.DefaultOutputPatternCreator
-
Creates a DefaultOutputPatternCreator that will create output patterns for the specified basename.
- DefaultParameterBinder - Class in repast.simphony.ui.parameters
-
ParameterBinder for single unconstrained parameters.
- DefaultParameterBinder(String, String, Class<?>) - Constructor for class repast.simphony.ui.parameters.DefaultParameterBinder
- DefaultParameters - Class in repast.simphony.parameter
-
Default implementation of Parameters.
- DefaultParameters() - Constructor for class repast.simphony.parameter.DefaultParameters
-
Creates a new DefaultParameters object.
- DefaultParameters(Parameters) - Constructor for class repast.simphony.parameter.DefaultParameters
-
Creates a new DefaultParameters using the parameters in the specified Parameters object.
- DefaultParameterSchema - Class in repast.simphony.parameter
-
Default implementation of ParameterSchema.
- DefaultParameterSchema(String, Class, Object) - Constructor for class repast.simphony.parameter.DefaultParameterSchema
- DefaultParameterSchema(String, Class, Object, List) - Constructor for class repast.simphony.parameter.DefaultParameterSchema
- DefaultParameterSchema(String, Class, Object, SteppedRange) - Constructor for class repast.simphony.parameter.DefaultParameterSchema
- DefaultParameterSchema(ParameterSchema) - Constructor for class repast.simphony.parameter.DefaultParameterSchema
- DefaultParamsDialog - Class in repast.simphony.ui
- DefaultParamsDialog(Dialog) - Constructor for class repast.simphony.ui.DefaultParamsDialog
- DefaultParamsDialog(Frame) - Constructor for class repast.simphony.ui.DefaultParamsDialog
- DefaultPhysicsSpace<T> - Class in repast.simphony.space.physics
-
A special 3-dimensional subclass of continuous space that determines the positions of agents based on physics.
- DefaultPhysicsSpace(String, ContinuousAdder<T>, PointTranslator, double[], double[]) - Constructor for class repast.simphony.space.physics.DefaultPhysicsSpace
-
Constructs this space with the specified name, adder, translator, size and origin.
- DefaultPhysicsSpace(String, ContinuousAdder<T>, PointTranslator, double, double, double) - Constructor for class repast.simphony.space.physics.DefaultPhysicsSpace
-
Constructs this space with the specified name, adder, translator, and size.
- DefaultPhysicsSpaceFactory - Class in repast.simphony.context.space.physics
- DefaultPhysicsSpaceFactory() - Constructor for class repast.simphony.context.space.physics.DefaultPhysicsSpaceFactory
- DefaultProbedPropertyUICreator - Class in repast.simphony.ui.probe
-
Represents a property of a probed object whether is read / read only etc.
- DefaultProbedPropertyUICreator(PropertyDescriptor) - Constructor for class repast.simphony.ui.probe.DefaultProbedPropertyUICreator
- DefaultProbedPropertyUICreator.Type - Enum Class in repast.simphony.ui.probe
- DefaultProjection<T> - Class in repast.simphony.space.projection
- DefaultProjection(String) - Constructor for class repast.simphony.space.projection.DefaultProjection
-
Creates a projection with the specified name.
- DefaultProjectionDescriptor - Class in repast.simphony.visualization.engine
-
Deprecated.
- DefaultProjectionDescriptor(ProjectionData) - Constructor for class repast.simphony.visualization.engine.DefaultProjectionDescriptor
-
Deprecated.
- DefaultRandomRegistry - Class in repast.simphony.random
-
A registry that stores random number generators.
- DefaultRandomRegistry() - Constructor for class repast.simphony.random.DefaultRandomRegistry
-
Default constructor
- DefaultRandomSetter - Class in repast.simphony.engine.environment
-
Sets the default random seed to the current time and creates a uniform random stream.
- DefaultRandomSetter() - Constructor for class repast.simphony.engine.environment.DefaultRandomSetter
- DefaultRandomStreamAction - Class in repast.simphony.engine.controller
-
This action grabs from the current parameters the value of
ParameterConstants.DEFAULT_RANDOM_SEED_USAGE_NAME
and if that is not null it uses its int value to set the default seed through theRandomHelper.setSeed(int)
method. - DefaultRandomStreamAction() - Constructor for class repast.simphony.engine.controller.DefaultRandomStreamAction
- DefaultRunEnvironmentBuilder - Class in repast.simphony.engine.environment
-
Builder for creating a RunEnvironment object.
- DefaultRunEnvironmentBuilder(Runner, boolean) - Constructor for class repast.simphony.engine.environment.DefaultRunEnvironmentBuilder
-
Creates a RunEnvironmentBuilder that will use the specified schedule runner to run each run of the simulation.
- defaultScenario - Variable in class repast.simphony.ui.RSAppConfigurator
- DefaultSchedulableAction - Class in repast.simphony.engine.controller
-
An action that takes a
SchedulableDescriptor
and will schedule it to the model's schedule. - DefaultSchedulableAction(SchedulableDescriptor) - Constructor for class repast.simphony.engine.controller.DefaultSchedulableAction
- DefaultSchedulableActionFactory - Class in repast.simphony.engine.schedule
-
Default implementation of an ISchedulableActionFactory.
- DefaultSchedulableActionFactory() - Constructor for class repast.simphony.engine.schedule.DefaultSchedulableActionFactory
-
Creates a DefaultSchedulableActionFactory that uses a DefaultActionFactory to create IActions.
- DefaultSchedulableActionFactory(IActionFactory) - Constructor for class repast.simphony.engine.schedule.DefaultSchedulableActionFactory
-
Creates a DefaultSchedulableActionFactory that uses the specified action factory to create IActions.
- DefaultSchedulableDescriptor - Class in repast.simphony.engine.schedule
-
Default implementation of a
SchedulableDescriptor
. - DefaultSchedulableDescriptor() - Constructor for class repast.simphony.engine.schedule.DefaultSchedulableDescriptor
- DefaultSchedulableDescriptor(String) - Constructor for class repast.simphony.engine.schedule.DefaultSchedulableDescriptor
- DefaultScheduleFactory - Class in repast.simphony.engine.schedule
-
A schedule factory that constructs
Schedule
s. - DefaultScheduleFactory() - Constructor for class repast.simphony.engine.schedule.DefaultScheduleFactory
-
Synonymous with DefaultScheduleFactory(new DefaultSchedulableActionFactory)
- DefaultScheduleFactory(ISchedulableActionFactory) - Constructor for class repast.simphony.engine.schedule.DefaultScheduleFactory
-
Constructs this ScheduleFactory which will default to creating schedules with the specified action factory
- DefaultScheduleRegistry - Class in repast.simphony.engine.environment
-
Default implementation of a ScheduleRegistry.
- DefaultScheduleRegistry() - Constructor for class repast.simphony.engine.environment.DefaultScheduleRegistry
- DefaultScheduleRegistryFactory - Class in repast.simphony.engine.environment
-
A factory that returns DefaultScheduleRegistries.
- DefaultScheduleRegistryFactory() - Constructor for class repast.simphony.engine.environment.DefaultScheduleRegistryFactory
- DefaultScheduleRunner - Class in repast.simphony.engine.environment
-
This class executes the model schedule found in the RunState's ScheduleRegistry.
- DefaultScheduleRunner() - Constructor for class repast.simphony.engine.environment.DefaultScheduleRunner
- DefaultSchema - Class in repast.simphony.parameter
-
Default implementation of Schema.
- DefaultSchema() - Constructor for class repast.simphony.parameter.DefaultSchema
-
Creates an empty Schema.
- DefaultSchema(Pair<String, Class>[]) - Constructor for class repast.simphony.parameter.DefaultSchema
-
Creates a schema from an array of String, Class pairs.
- defaultSeed - Variable in class repast.simphony.random.DefaultRandomRegistry
- DefaultStateChart<T> - Class in repast.simphony.statecharts
- DefaultStateChart(T) - Constructor for class repast.simphony.statecharts.DefaultStateChart
-
Creates DefaultStateChart for the specified agent and sets whether or not the agent needs to be in a Context for the statechart to function.
- defaultStyle - Static variable in class repast.simphony.visualization.gui.CoverageStyleClassStep
- defaultStyle - Variable in class repast.simphony.visualization.visualization3D.Display3D
- DefaultStyle2D - Class in repast.simphony.visualization.visualization2D.style
-
Deprecated.replaced by ogl 2D
- DefaultStyle2D() - Constructor for class repast.simphony.visualization.visualization2D.style.DefaultStyle2D
-
Deprecated.
- DefaultStyle2D(Paint) - Constructor for class repast.simphony.visualization.visualization2D.style.DefaultStyle2D
-
Deprecated.
- DefaultStyle3D<T> - Class in repast.simphony.visualization.visualization3D.style
- DefaultStyle3D() - Constructor for class repast.simphony.visualization.visualization3D.style.DefaultStyle3D
- DefaultStyleOGL2D - Class in repast.simphony.visualizationOGL2D
-
Default 2D OGL Style.
- DefaultStyleOGL2D() - Constructor for class repast.simphony.visualizationOGL2D.DefaultStyleOGL2D
- DefaultSurfaceShapeStyle<T> - Class in repast.simphony.visualization.gis3D.style
- DefaultSurfaceShapeStyle() - Constructor for class repast.simphony.visualization.gis3D.style.DefaultSurfaceShapeStyle
- DefaultTickCountFormatter - Class in repast.simphony.ui
-
Default implementation of a Tick Count formatter.
- DefaultTickCountFormatter() - Constructor for class repast.simphony.ui.DefaultTickCountFormatter
- defaultTitle - Variable in class repast.simphony.ui.plugin.editor.OptionsEditorDialog
- DefaultTriggerScheduler - Class in repast.simphony.engine.watcher
-
Schedules the execution of trigger on a list of watchers at the time defined by the Watch.
- DefaultTriggerScheduler(NotifierTrigger, ISchedule, WatchParameters, IBooleanExpression) - Constructor for class repast.simphony.engine.watcher.DefaultTriggerScheduler
- DefaultUserPanelDescriptor - Class in repast.simphony.userpanel.ui
- DefaultUserPanelDescriptor() - Constructor for class repast.simphony.userpanel.ui.DefaultUserPanelDescriptor
- DefaultUserPanelDescriptor(String) - Constructor for class repast.simphony.userpanel.ui.DefaultUserPanelDescriptor
- DefaultUserPanelDescriptorAction - Class in repast.simphony.userpanel.ui
- DefaultUserPanelDescriptorAction(UserPanelDescriptor) - Constructor for class repast.simphony.userpanel.ui.DefaultUserPanelDescriptorAction
- defaultValue - Variable in class repast.simphony.valueLayer.ContinuousValueLayer
- defaultValue - Variable in class repast.simphony.valueLayer.SparseValueLayerStore
- defaultValue() - Element in annotation interface repast.simphony.parameter.Parameter
-
Gets the default value of this Parameter.
- DefaultValueDisplayLayer3D - Class in repast.simphony.visualization.visualization3D
- DefaultValueDisplayLayer3D(ValueLayerStyle3D, Group, Display3D) - Constructor for class repast.simphony.visualization.visualization3D.DefaultValueDisplayLayer3D
- DefaultValueLayerStyle - Class in repast.simphony.visualization.visualization2D.style
-
Deprecated.replaced by ogl 2D
- DefaultValueLayerStyle() - Constructor for class repast.simphony.visualization.visualization2D.style.DefaultValueLayerStyle
-
Deprecated.
- DefaultValueLayerStyle3D - Class in repast.simphony.visualization.visualization3D.style
- DefaultValueLayerStyle3D() - Constructor for class repast.simphony.visualization.visualization3D.style.DefaultValueLayerStyle3D
- DefaultWatchData - Class in repast.simphony.engine.watcher
-
WatchData created from the Watch annotation
- DefaultWatchData(String) - Constructor for class repast.simphony.engine.watcher.DefaultWatchData
- defineConsoleDataSink(ConsoleDataSink.OutputStream, String, FormatType, Collection<String>) - Method in class repast.simphony.data2.builder.AbstractDataSetBuilder
-
Defines a ConsoleDataSink for this DataSet.
- defineConsoleDataSink(ConsoleDataSink.OutputStream, String, FormatType, Collection<String>) - Method in interface repast.simphony.data2.builder.DataSetBuilder
-
Defines a ConsoleDataSink for this DataSet.
- defineCountDataSource(String, Class<?>) - Method in class repast.simphony.data2.builder.AggregateDataSetBuilder
-
Defines a CountDataSource with the specified id that will return the count of objects of the specified type.
- defineMethodDataSource(String, Class<?>, String) - Method in class repast.simphony.data2.builder.NonAggregateDataSetBuilder
-
Defines a method data sources to be added to the data set built by this builder.
- defineMethodDataSource(String, AggregateOp, Class<?>, String) - Method in class repast.simphony.data2.builder.AggregateDataSetBuilder
-
Defines a method data sources to be added to the data set built by this builder.
- definePackage(String, String, String, String, String, String, String, URL) - Method in class repast.simphony.plugin.ExtendablePluginClassLoader
-
Override java.langClassLoader package definition method to prevent null values in java.lang.Package attributes.
- defineScheduleParameters(ScheduleParameters, boolean) - Method in class repast.simphony.data2.builder.AbstractDataSetBuilder
- defineScheduleParameters(ScheduleParameters, boolean) - Method in interface repast.simphony.data2.builder.DataSetBuilder
-
Sets the schedule parameters that determine with the data set will record its data.
- deIconified() - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- deIconified() - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
- deIconified() - Method in interface repast.simphony.visualization.IDisplay
-
Notifies this IDisplay that its associated gui widget has been deIconified.
- deIconified() - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.Notifies this IDisplay that its associated gui widget has been deIconified.
- deIconified() - Method in class repast.simphony.visualization.visualization3D.Display3D
-
Notifies this IDisplay that its associated gui widget has been deIconified.
- deIconified() - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
- DelaunayGraph - Class in repast.simphony.space.delaunay
- DelaunayGraph() - Constructor for class repast.simphony.space.delaunay.DelaunayGraph
- delegate - Variable in class repast.simphony.context.FormerDefaultContext
- DelegatedIterable<AGENT_TYPE> - Class in repast.simphony.util.collections
-
An iterable that retrieves the iterator when needed based on a method call.
- DelegatedIterable(Object, Method) - Constructor for class repast.simphony.util.collections.DelegatedIterable
-
Constructs this with the object to call the method on as toCallOn and the method to call as methodToCall [toCallOn.methodToCall()].
- DelegatedIterator<T> - Class in repast.simphony.util.collections
-
An iterator that delgates its iterator ops to another iterator.
- DelegatedIterator(Iterator<T>) - Constructor for class repast.simphony.util.collections.DelegatedIterator
- DelegatingEdgeCreator - Class in repast.simphony.xml
-
Edge creator that delegates the actual edge creation to a specified delegate.
- DelegatingEdgeCreator() - Constructor for class repast.simphony.xml.DelegatingEdgeCreator
- delete(int) - Method in class repast.simphony.engine.schedule.ActionList
-
Deletes the first N number of elements from this list.
- delete(int[]) - Method in class repast.simphony.gis.styleEditor.ValueTableModel
-
Delete the selected rows.
- delete(File) - Static method in class repast.simphony.util.FileUtils
-
Deletes the specified file.
- DELETE_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
- deleteEdge(QuadEdge) - Method in class repast.simphony.space.delaunay.DelaunayGraph
- DeleteExternalFile(String) - Static method in class repast.simphony.essentials.RepastEssentials
- deleteIgnoreVC(File, String...) - Static method in class repast.simphony.util.FileUtils
-
Deletes the specified file.
- deleteRow(int) - Method in class repast.simphony.visualization.gui.StyleTableModel
- DelimitedFileContextBuilder - Class in repast.simphony.dataLoader.engine
- DelimitedFileContextBuilder(boolean, Iterable<Class<?>>, Object, String, char) - Constructor for class repast.simphony.dataLoader.engine.DelimitedFileContextBuilder
- DelimitedFileDataLoaderOption - Class in repast.simphony.dataLoader.ui.wizard
- DelimitedFileDataLoaderOption() - Constructor for class repast.simphony.dataLoader.ui.wizard.DelimitedFileDataLoaderOption
- DelimitedFileDataSource - Class in repast.simphony.freezedry.datasource
- DelimitedFileDataSource(String) - Constructor for class repast.simphony.freezedry.datasource.DelimitedFileDataSource
- DelimitedFileDataSource(String, char) - Constructor for class repast.simphony.freezedry.datasource.DelimitedFileDataSource
- DelimitedFileDataSource(String, char, boolean) - Constructor for class repast.simphony.freezedry.datasource.DelimitedFileDataSource
- DelimitedFileFreezerActionIO - Class in repast.simphony.freezedry.engine
- DelimitedFileFreezerActionIO() - Constructor for class repast.simphony.freezedry.engine.DelimitedFileFreezerActionIO
- DelimitedFileOption - Class in repast.simphony.freezedry.wizard
- DelimitedFileOption() - Constructor for class repast.simphony.freezedry.wizard.DelimitedFileOption
- delimiter - Variable in class repast.simphony.data2.AbstractFormatter
- delimiter - Variable in class repast.simphony.data2.engine.AbstractTextSinkDescriptor
- delimiter - Variable in class repast.simphony.dataLoader.engine.DelimitedFileContextBuilder
- delimiter - Variable in class repast.simphony.dataLoader.ui.wizard.DFDataLoaderContextActionBuilder
- delimiter() - Method in class repast.simphony.util.Scanner
-
Returns the delimiter pattern used for
Scanner.next()
andScanner.getNextDelimited()
. - DELIMITER - Static variable in class repast.simphony.integration.DataFileElements.DATA_ATTRS
- DELTA_HEAD - Static variable in interface repast.simphony.visualization.visualization2D.style.EdgeStyle2D
-
Deprecated.
- dense - Variable in class repast.simphony.valueLayer.ContinuousValueLayer
- dense - Variable in class repast.simphony.valueLayer.GridValueLayer
- DenseValueLayerStore - Class in repast.simphony.valueLayer
-
Value layer store implementation backed by a dense array.
- DenseValueLayerStore(int) - Constructor for class repast.simphony.valueLayer.DenseValueLayerStore
- DenseValueLayerStore(int, double) - Constructor for class repast.simphony.valueLayer.DenseValueLayerStore
- deregisterBehavior(int) - Method in class repast.simphony.visualization.visualization3D.BehaviorTracker
- describeCurrentSegment(PathIterator) - Static method in class repast.simphony.ws.ShapePaths
- description - Variable in class repast.simphony.util.wizard.AbstractWizardOption
- descriptor - Variable in class repast.simphony.gis.visualization.engine.DisplayCreator3DGIS
- descriptor - Variable in class repast.simphony.gis.visualization.engine.DisplayCreatorGIS
-
Deprecated.
- descriptor - Variable in class repast.simphony.visualization.engine.AbstractCartesianDisplayCreator
- descriptor - Variable in class repast.simphony.visualization.gui.GIS3DOptionsPanel
- descriptor - Variable in class repast.simphony.visualization.gui.styleBuilder.AbstractStyleDialog
- descriptor - Variable in class repast.simphony.ws.DisplayServer
- descriptor - Variable in class repast.simphony.ws.gis.ServerDisplayCreatorGIS
- Descriptor - Interface in repast.simphony.engine.schedule
-
Interface representing a descriptor used to build a simulation's settings.
- DescriptorActionLoader<T extends Descriptor> - Class in repast.simphony.scenario
- DescriptorActionLoader(File, Object, Class<T>, String) - Constructor for class repast.simphony.scenario.DescriptorActionLoader
- DescriptorActionSaver - Class in repast.simphony.scenario
- DescriptorActionSaver() - Constructor for class repast.simphony.scenario.DescriptorActionSaver
- DescriptorActionUI<T extends Descriptor> - Class in repast.simphony.ui
- DescriptorActionUI(T) - Constructor for class repast.simphony.ui.DescriptorActionUI
- DescriptorControllerAction<T extends Descriptor> - Interface in repast.simphony.engine.controller
-
A Controller action that executes based on a
Descriptor
. - DescriptorConverter - Class in repast.simphony.scenario
-
XStream converter for simphony descriptors.
- DescriptorConverter(Mapper, ReflectionProvider, String) - Constructor for class repast.simphony.scenario.DescriptorConverter
- descriptorDocument - Variable in class repast.simphony.integration.DataFileReader
- destroy() - Method in class repast.simphony.visualization.AbstractDisplay
-
Destroys the display, allowing it to free any resources it may have acquired.
- destroy() - Method in class repast.simphony.visualization.editor.ContSpaceMoveHandler
-
Deprecated.Cleans up anything created by this listener in init.
- destroy() - Method in class repast.simphony.visualization.editor.gis.GISAddHandler
-
Deprecated.
- destroy() - Method in class repast.simphony.visualization.editor.gis.GISMoveHandler
-
Deprecated.Cleans up anything created by this listener in init.
- destroy() - Method in class repast.simphony.visualization.editor.gis.GISNetAddEdgeHandler
-
Deprecated.Cleans up anything created by this listener in init.
- destroy() - Method in class repast.simphony.visualization.editor.gis.GISSelectionHandler
-
Deprecated.Cleans up anything created by this listener in init.
- destroy() - Method in class repast.simphony.visualization.editor.GridAddHandler
-
Deprecated.
- destroy() - Method in class repast.simphony.visualization.editor.GridLocationToolTip
-
Deprecated.
- destroy() - Method in class repast.simphony.visualization.editor.GridMoveHandler
-
Deprecated.Cleans up anything created by this listener in init.
- destroy() - Method in class repast.simphony.visualization.editor.NetAddEdgeHandler
-
Deprecated.Cleans up anything created by this listener in init.
- destroy() - Method in class repast.simphony.visualization.editor.NetMoveHandler
-
Deprecated.Cleans up anything created by this listener in init.
- destroy() - Method in interface repast.simphony.visualization.editor.PEditorEventListener
-
Deprecated.Cleans up anything created by this listener in init.
- destroy() - Method in class repast.simphony.visualization.editor.SelectionHandler
-
Deprecated.Cleans up anything created by this listener in init.
- destroy() - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
-
Destroys this Projected3DGrid by doing any necessary clean up.
- destroy() - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
-
Destroys this Projected3DSpace by doing any necessary clean up.
- destroy() - Method in class repast.simphony.visualization.editor.SpaceAddHandler
-
Deprecated.
- destroy() - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- destroy() - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
!!! Destroy needs to properly dispose and shutdown of WorldWind objects to prevent memory leaks !!!!
- destroy() - Method in interface repast.simphony.visualization.IDisplay
-
Destroys the display, allowing it to free any resources it may have acquired.
- destroy() - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- destroy() - Method in class repast.simphony.visualization.visualization3D.Display3D
- destroy() - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
- destroy() - Method in class repast.simphony.ws.DisplayServer
- detach() - Method in class repast.simphony.integration.BeanBuilder
-
Detaches the current object from it's parent.
- detach() - Method in class repast.simphony.integration.JDOMBuilder
-
Removes the current element from its parent and sets the current element to be that parent.
- detach() - Method in interface repast.simphony.integration.OutputBuilder
-
Detaches the current tree and goes up a level.
- detach(Iterable<Element>) - Method in class repast.simphony.integration.JDOMBuilder
-
Detaches the given elements from their parent elements.
- detach(Iterable<ObjectHolder>) - Method in class repast.simphony.integration.BeanBuilder
-
Detaches each of the given objects from their parents.
- detach(Iterable<X>) - Method in interface repast.simphony.integration.OutputBuilder
-
Detaches the specified objects.
- determineZone(double, double) - Static method in class repast.simphony.space.gis.UTMFinder
-
Determine the zone for the given lat/lon
- DevNull - Class in repast.simphony.essentials
- DevNull(InputStream) - Constructor for class repast.simphony.essentials.DevNull
- DFClassLister - Class in repast.simphony.freezedry.datasource
-
Given a zip file containing a freezedried model, this returns the classes required by that model.
- DFClassLister(String) - Constructor for class repast.simphony.freezedry.datasource.DFClassLister
- DFDataLoaderActionEditorCreator - Class in repast.simphony.dataLoader.ui
- DFDataLoaderActionEditorCreator() - Constructor for class repast.simphony.dataLoader.ui.DFDataLoaderActionEditorCreator
- DFDataLoaderActionLoader - Class in repast.simphony.dataLoader.engine
-
ActionLoader for delimited file based data loaders.
- DFDataLoaderActionLoader(File, Object) - Constructor for class repast.simphony.dataLoader.engine.DFDataLoaderActionLoader
- DFDataLoaderActionSaver - Class in repast.simphony.dataLoader.engine
-
DataLoader action saver for DFDataLoaderControllerAction
- DFDataLoaderActionSaver() - Constructor for class repast.simphony.dataLoader.engine.DFDataLoaderActionSaver
- DFDataLoaderActionUI - Class in repast.simphony.dataLoader.ui
- DFDataLoaderActionUI(DFDataLoaderControllerAction) - Constructor for class repast.simphony.dataLoader.ui.DFDataLoaderActionUI
- DFDataLoaderContextActionBuilder - Class in repast.simphony.dataLoader.ui.wizard
- DFDataLoaderContextActionBuilder(DelimitedFileContextBuilder) - Constructor for class repast.simphony.dataLoader.ui.wizard.DFDataLoaderContextActionBuilder
- DFDataLoaderControllerAction - Class in repast.simphony.dataLoader.engine
-
A simple marker class for an action that adds a
DelimitedFileContextBuilder
. - DFDataLoaderControllerAction(String, DelimitedFileContextBuilder, Scenario) - Constructor for class repast.simphony.dataLoader.engine.DFDataLoaderControllerAction
- DFDataLoaderControllerActionIO - Class in repast.simphony.dataLoader.engine
-
A ControllerActionIO for loading / saving DelimitedFileDataLoaderControllerAction-s.
- DFDataLoaderControllerActionIO() - Constructor for class repast.simphony.dataLoader.engine.DFDataLoaderControllerActionIO
- DFDataLoaderDirectoryChooserStep - Class in repast.simphony.dataLoader.ui.wizard
- DFDataLoaderDirectoryChooserStep() - Constructor for class repast.simphony.dataLoader.ui.wizard.DFDataLoaderDirectoryChooserStep
- DFDataSourceBuilder - Class in repast.simphony.freezedry.wizard
- DFDataSourceBuilder(DelimitedFileDataSource) - Constructor for class repast.simphony.freezedry.wizard.DFDataSourceBuilder
- DFDirectoryChooserStep<T extends DynamicWizardModel> - Class in repast.simphony.freezedry.gui
- DFDirectoryChooserStep() - Constructor for class repast.simphony.freezedry.gui.DFDirectoryChooserStep
- DFDirectoryChooserStep(String, String, boolean) - Constructor for class repast.simphony.freezedry.gui.DFDirectoryChooserStep
- DFFreezerActionEditorCreator - Class in repast.simphony.freezedry.gui
- DFFreezerActionEditorCreator() - Constructor for class repast.simphony.freezedry.gui.DFFreezerActionEditorCreator
- DFFreezerActionUI - Class in repast.simphony.freezedry.gui
- DFFreezerActionUI(DFFreezerControllerAction) - Constructor for class repast.simphony.freezedry.gui.DFFreezerActionUI
- DFFreezerControllerAction - Class in repast.simphony.freezedry.wizard
- DFFreezerControllerAction(ScheduleParameters, Object, DelimitedFileDataSource) - Constructor for class repast.simphony.freezedry.wizard.DFFreezerControllerAction
- DFFreezerControllerAction(ScheduleParameters, DelimitedFileDataSource) - Constructor for class repast.simphony.freezedry.wizard.DFFreezerControllerAction
- DFFreezerDirectoryChooserStep - Class in repast.simphony.freezedry.wizard
- DFFreezerDirectoryChooserStep() - Constructor for class repast.simphony.freezedry.wizard.DFFreezerDirectoryChooserStep
- DFRowData - Class in repast.simphony.freezedry.datasource
- DFRowData(String[], int) - Constructor for class repast.simphony.freezedry.datasource.DFRowData
- dialog - Variable in class repast.simphony.ui.plugin.editor.OptionsDialog
- DIALOG_HEIGHT - Static variable in class repast.simphony.ui.plugin.editor.OptionsDialog
- DIALOG_WIDTH - Static variable in class repast.simphony.ui.plugin.editor.OptionsDialog
- DIAMOND_HEAD - Static variable in interface repast.simphony.visualization.visualization2D.style.EdgeStyle2D
-
Deprecated.
- die() - Method in class repast.simphony.relogo.AbstractLink
-
Removes the link.
- die() - Method in class repast.simphony.relogo.AbstractTurtle
-
Removes the turtle.
- die() - Method in class repast.simphony.relogo.Link
-
Removes the link.
- die() - Method in interface repast.simphony.relogo.Turtle
-
Removes the turtle.
- difference(TreeSet) - Method in class repast.simphony.visualization.cgd.util.CGDTreeSet
-
Removes each node from the parent list which is a child for both parent and child node.
- diffuse() - Method in class repast.simphony.valueLayer.ValueLayerDiffuser
-
Runs the diffusion with the current rates and values.
- diffuse(DoubleMatrix2D, DoubleMatrix2D, double, boolean, boolean) - Static method in class repast.simphony.relogo.JavaUtility
- diffuse(String, double) - Method in class repast.simphony.relogo.AbstractObserver
-
Diffuses to the eight neighboring patches a fraction number of the patch variable.
- diffuse(String, double) - Method in interface repast.simphony.relogo.Observer
-
Diffuses to the eight neighboring patches a fraction number of the patch variable.
- diffuse4(String, double) - Method in class repast.simphony.relogo.AbstractObserver
-
Diffuses to the four neighboring patches a fraction number of the patch variable.
- diffuse4(String, double) - Method in interface repast.simphony.relogo.Observer
-
Diffuses to the four neighboring patches a fraction number of the patch variable.
- Diffuse4Body - Class in repast.simphony.relogo
- Diffuse4Body(double) - Constructor for class repast.simphony.relogo.Diffuse4Body
- DiffuseBody - Class in repast.simphony.relogo
- DiffuseBody(double) - Constructor for class repast.simphony.relogo.DiffuseBody
- diffusibleAdd(String, Number) - Method in class repast.simphony.relogo.AbstractObserver
-
Add a number to a diffusible patch variable of all patches.
- diffusibleAdd(String, Number) - Method in interface repast.simphony.relogo.Observer
-
Add a number to a diffusible patch variable of all patches.
- diffusibleApply(String, DoubleFunction) - Method in class repast.simphony.relogo.AbstractObserver
-
Apply a function to a diffusible patch variable of all patches.
- diffusibleApply(String, DoubleFunction) - Method in interface repast.simphony.relogo.Observer
-
Apply a function to a diffusible patch variable of all patches.
- diffusibleDivide(String, Number) - Method in class repast.simphony.relogo.AbstractObserver
-
Divide a diffusible patch variable of all patches by a number.
- diffusibleDivide(String, Number) - Method in interface repast.simphony.relogo.Observer
-
Divide a diffusible patch variable of all patches by a number.
- diffusibleMultiply(String, Number) - Method in class repast.simphony.relogo.AbstractObserver
-
Multiply a diffusible patch variable of all patches by a number.
- diffusibleMultiply(String, Number) - Method in interface repast.simphony.relogo.Observer
-
Multiply a diffusible patch variable of all patches by a number.
- diffusibleSubtract(String, Number) - Method in class repast.simphony.relogo.AbstractObserver
-
Subtract a number from a diffusible patch variable of all patches.
- diffusibleSubtract(String, Number) - Method in interface repast.simphony.relogo.Observer
-
Subtract a number from a diffusible patch variable of all patches.
- diffusionConst - Variable in class repast.simphony.valueLayer.ValueLayerDiffuser
- DIGIT - Static variable in interface repast.simphony.engine.watcher.query.QueryParserConstants
- dimensionCount() - Method in class repast.simphony.space.continuous.NdPoint
-
Gets the number of dimensions of this point.
- dimensionCount() - Method in class repast.simphony.space.grid.GridPoint
-
Gets the number of dimensions of this point.
- DimensionLocal - Class in repast.simphony.visualization.visualization3D.layout
- dimensions - Variable in class repast.simphony.space.continuous.AbstractContinuousSpace
- dimensions - Variable in class repast.simphony.space.continuous.AbstractPointTranslator
- dimensions - Variable in class repast.simphony.space.grid.AbstractGrid
- dimensions - Variable in class repast.simphony.space.grid.AbstractGridPointTranslator
- dimensions() - Method in class repast.simphony.context.AbstractSpatialContext
- Dimensions - Class in repast.simphony.space
-
Encapsulates the dimensions of a space in N dimensions.
- Dimensions(double...) - Constructor for class repast.simphony.space.Dimensions
-
Creates a Dimensions from the specified array.
- Dimensions(double[], double[]) - Constructor for class repast.simphony.space.Dimensions
- Dimensions(double[], int[]) - Constructor for class repast.simphony.space.Dimensions
- Dimensions(int...) - Constructor for class repast.simphony.space.Dimensions
-
Creates a Dimensions from the specified array.
- Dimensions(int[], int[]) - Constructor for class repast.simphony.space.Dimensions
- dims - Variable in class repast.simphony.query.space.grid.AbstractGridQuery
- dims - Variable in class repast.simphony.query.space.grid.GridCellNgh
- dims - Variable in class repast.simphony.space.grid.GridBuilderParameters
- dims - Variable in class repast.simphony.valueLayer.ContinuousValueLayer
- dims - Variable in class repast.simphony.valueLayer.GridValueLayer
- DIR_SEPARATOR - Static variable in interface repast.simphony.util.SystemConstants
- directed - Variable in class repast.simphony.space.graph.RepastEdge
- directed - Variable in class repast.simphony.visualization.gis3D.NetworkLayerGIS
- DIRECTED_KEY - Static variable in class repast.simphony.freezedry.freezedryers.proj.NetworkProjectionDryer
- DirectedEdgeVisualItem - Class in repast.simphony.visualization.network
- DirectedEdgeVisualItem(TaggedBranchGroup, Object, Label, EdgeStyle3D) - Constructor for class repast.simphony.visualization.network.DirectedEdgeVisualItem
- DirectedJungNetwork<T> - Class in repast.simphony.space.graph
- DirectedJungNetwork(String) - Constructor for class repast.simphony.space.graph.DirectedJungNetwork
- DirectedJungNetwork(String, EdgeCreator<? extends RepastEdge<T>, T>) - Constructor for class repast.simphony.space.graph.DirectedJungNetwork
- DirectedLineEdgeVisualItem - Class in repast.simphony.visualization.network
- DirectedLineEdgeVisualItem(TaggedBranchGroup, Object, Label, EdgeStyle3D) - Constructor for class repast.simphony.visualization.network.DirectedLineEdgeVisualItem
- Direction - Interface in repast.simphony.space
-
Direction type constants.
- directoryName - Variable in class repast.simphony.dataLoader.ui.wizard.DFDataLoaderContextActionBuilder
- dirty - Variable in class repast.simphony.scenario.Scenario
- disable_tracing() - Method in class repast.simphony.engine.watcher.query.QueryParser
- disableDataSelection() - Method in class repast.simphony.chart2.wizard.HistogramDataStep
- disableDataSelection() - Method in class repast.simphony.chart2.wizard.TimeSeriesGeneralStep
- disableTypeSelection() - Method in class repast.simphony.data2.wizard.DataSetGeneralStep
- disconnect() - Method in class repast.simphony.batch.ssh.SSHSession
- disconnect() - Method in class repast.simphony.ui.widget.BufferDataSource
- dispatcher - Variable in class repast.simphony.space.physics.DefaultPhysicsSpace
- display - Variable in class repast.simphony.gis.visualization.engine.GISStyleRegistrar
- display - Variable in class repast.simphony.ws.gis.DisplayServerGISStyleRegistrar
- display() - Method in class repast.simphony.gis.styleEditor.StyleDialog
- display() - Method in class repast.simphony.gis.styleEditor.SymbolEditorDialog
- display() - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- display(Component) - Method in class repast.simphony.ui.newscenario.NewScenarioWizard
-
Displays the scenario creation wizard relative to the specified component.
- display(JDialog) - Method in class repast.simphony.ui.plugin.editor.AbstractWizardEditor
-
Display this Editor with the specified component as a parent.
- display(JDialog) - Method in class repast.simphony.ui.plugin.editor.DefaultEditorDialog
- display(JDialog) - Method in interface repast.simphony.ui.plugin.editor.Editor
-
Display this Editor with the specified component as a parent.
- display(JDialog) - Method in class repast.simphony.ui.plugin.editor.OptionsEditorDialog
-
Display this Editor with the specified component as a parent.
- display(JDialog) - Method in class repast.simphony.userpanel.ui.UserPanelEditor
- display(JFrame) - Method in class repast.simphony.ui.plugin.editor.AbstractWizardEditor
-
Display this Editor with the specified component as a parent.
- display(JFrame) - Method in class repast.simphony.ui.plugin.editor.DefaultEditorDialog
- display(JFrame) - Method in interface repast.simphony.ui.plugin.editor.Editor
-
Display this Editor with the specified component as a parent.
- display(JFrame) - Method in class repast.simphony.ui.plugin.editor.OptionsEditorDialog
-
Display this Editor with the specified component as a parent.
- display(JFrame) - Method in class repast.simphony.userpanel.ui.UserPanelEditor
- DISPLAY - Enum constant in enum class repast.simphony.chart2.OutOfRangeHandling
- DISPLAY - Enum constant in enum class repast.simphony.engine.environment.GUIRegistryType
- DISPLAY_HEIGHT - Static variable in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- DISPLAY_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
- DISPLAY_LABEL - Static variable in class repast.simphony.statecharts.runtime.UICreatorFactory.StateChartButton
- DISPLAY_NAME - Static variable in class repast.simphony.ui.action.ViewAgentTable
- DISPLAY_WIDTH - Static variable in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- Display2D - Class in repast.simphony.visualization.visualization2D
-
Deprecated.replaced by ogl 2D
- Display2D(DisplayData<?>, Layout) - Constructor for class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- Display3D - Class in repast.simphony.visualization.visualization3D
-
3D Display class based on J3D.
- Display3D(DisplayData<?>, Layout) - Constructor for class repast.simphony.visualization.visualization3D.Display3D
- DisplayActionEditorCreator - Class in repast.simphony.visualization.gui
-
Creates a DisplayActionUI for editing display component actions.
- DisplayActionEditorCreator() - Constructor for class repast.simphony.visualization.gui.DisplayActionEditorCreator
- DisplayActionLoader(File, Object) - Constructor for class repast.simphony.visualization.engine.DisplayControllerActionIO.DisplayActionLoader
- DisplayActionUI - Class in repast.simphony.visualization.gui
-
Editor for editing individual component display actions.
- DisplayActionUI(DisplayComponentControllerAction) - Constructor for class repast.simphony.visualization.gui.DisplayActionUI
- DisplayComponentControllerAction - Class in repast.simphony.visualization.engine
-
Component action for a display.
- DisplayComponentControllerAction(DisplayDescriptor) - Constructor for class repast.simphony.visualization.engine.DisplayComponentControllerAction
- DisplayCompositeActionCreator - Class in repast.simphony.visualization.engine
-
Creates a the composite action on which to hang individual component display actions.
- DisplayCompositeActionCreator() - Constructor for class repast.simphony.visualization.engine.DisplayCompositeActionCreator
- DisplayConfigurationWizard - Class in repast.simphony.visualization.gui
-
Wizard for building a display from scratch.
- DisplayConfigurationWizard(Object, DisplayDescriptor, ContextData) - Constructor for class repast.simphony.visualization.gui.DisplayConfigurationWizard
- DisplayControllerActionIO - Class in repast.simphony.visualization.engine
-
ControllerActionIO for responsible for saving and loading component display actions.
- DisplayControllerActionIO() - Constructor for class repast.simphony.visualization.engine.DisplayControllerActionIO
- DisplayControllerActionIO.DisplayActionLoader - Class in repast.simphony.visualization.engine
- DisplayCreationException - Exception in repast.simphony.visualization.engine
- DisplayCreationException(Throwable) - Constructor for exception repast.simphony.visualization.engine.DisplayCreationException
- DisplayCreator - Interface in repast.simphony.visualization.engine
-
Interface for classes that can create a display.
- DisplayCreator2D - Class in repast.simphony.visualization.engine
-
Creator for 2D displays.
- DisplayCreator2D(Context<?>, CartesianDisplayDescriptor) - Constructor for class repast.simphony.visualization.engine.DisplayCreator2D
- DisplayCreator3D - Class in repast.simphony.visualization.engine
-
DisplayCreator for creating a 3D display.
- DisplayCreator3D(Context<?>, CartesianDisplayDescriptor) - Constructor for class repast.simphony.visualization.engine.DisplayCreator3D
- DisplayCreator3DGIS - Class in repast.simphony.gis.visualization.engine
-
Creates 3D GIS displays.
- DisplayCreator3DGIS(Context<?>, GISDisplayDescriptor) - Constructor for class repast.simphony.gis.visualization.engine.DisplayCreator3DGIS
- DisplayCreatorFactory<T> - Interface in repast.simphony.visualization.engine
- DisplayCreatorFactory3DGIS - Class in repast.simphony.gis.visualization.engine
- DisplayCreatorFactory3DGIS() - Constructor for class repast.simphony.gis.visualization.engine.DisplayCreatorFactory3DGIS
- DisplayCreatorFactoryGIS - Class in repast.simphony.gis.visualization.engine
-
Deprecated.Use 3D GIS display instead
- DisplayCreatorFactoryGIS() - Constructor for class repast.simphony.gis.visualization.engine.DisplayCreatorFactoryGIS
-
Deprecated.
- DisplayCreatorGIS - Class in repast.simphony.gis.visualization.engine
-
Deprecated.Use 3D GIS display instead
- DisplayCreatorGIS(Context<?>, GISDisplayDescriptor) - Constructor for class repast.simphony.gis.visualization.engine.DisplayCreatorGIS
-
Deprecated.
- DisplayCreatorOGL2D - Class in repast.simphony.visualization.engine
-
Creator for 2D displays.
- DisplayCreatorOGL2D(Context<?>, CartesianDisplayDescriptor) - Constructor for class repast.simphony.visualization.engine.DisplayCreatorOGL2D
- displayData - Variable in class repast.simphony.visualizationOGL2D.DisplayOGL2D
- displayData - Variable in class repast.simphony.ws.DisplayServer
- DisplayData<T> - Interface in repast.simphony.visualization
-
Interface for those classes that encapsulate the data needed to set up a particular display.
- DisplayDescriptor - Interface in repast.simphony.visualization.engine
-
Descriptor for displays.
- DisplayDescriptorFactory - Interface in repast.simphony.visualization.gui
- DisplayDescriptorValidator - Class in repast.simphony.visualization.engine
-
DisplayDescriptorValidator can be used to check a DisplayDescriptor to make sure that it contains valid entries.
- DisplayDescriptorValidator() - Constructor for class repast.simphony.visualization.engine.DisplayDescriptorValidator
- DisplayDescriptorXMLConverter - Class in repast.simphony.scenario.data
-
Converts old style S*Impl containing display descriptors to the new format.
- DisplayDescriptorXMLConverter() - Constructor for class repast.simphony.scenario.data.DisplayDescriptorXMLConverter
- DisplayEditor - Interface in repast.simphony.visualization.editor
-
Deprecated.2D piccolo based code is being removed
- DisplayEditor.Mode - Enum Class in repast.simphony.visualization.editor
-
Deprecated.
- DisplayEditor2D - Class in repast.simphony.visualization.editor
-
Deprecated.2D piccolo based code is being removed
- DisplayEditor3D - Class in repast.simphony.visualization.editor
-
Deprecated.2D piccolo based code is being removed
- DisplayEditor3D(Display3D, JPanel) - Constructor for class repast.simphony.visualization.editor.DisplayEditor3D
-
Deprecated.
- DisplayEditorGIS - Class in repast.simphony.visualization.editor.gis
-
Deprecated.2D piccolo based code is being removed
- DisplayEditorGIS(DisplayGIS, JPanel, EditorNotifier) - Constructor for class repast.simphony.visualization.editor.gis.DisplayEditorGIS
-
Deprecated.
- DisplayEditorLifecycle - Interface in repast.simphony.visualization
-
Deprecated.2D piccolo based code is being removed
- DisplayEvent - Class in repast.simphony.visualization
-
A semantic event indicating that diplay event has occured
- DisplayEvent(IDisplay, Object) - Constructor for class repast.simphony.visualization.DisplayEvent
-
Creates a display event fired from the specified source and with the specified subject.
- DisplayGIS - Class in repast.simphony.visualization.gis
-
Deprecated.2D piccolo based code is being removed
- DisplayGIS(DisplayData<?>) - Constructor for class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- DisplayGIS.RepastPiccoloMouseMotionListener - Class in repast.simphony.visualization.gis
-
Deprecated.Assists mouse wheel zoom control by updating the center coord
- DisplayGIS.RepastPiccoloMouseWheelListener - Class in repast.simphony.visualization.gis
-
Deprecated.Zoom control with mouse wheel
- DisplayGIS3D - Class in repast.simphony.visualization.gis3D
-
Display for GIS 3D
- DisplayGIS3D(GISDisplayData<?>, Layout) - Constructor for class repast.simphony.visualization.gis3D.DisplayGIS3D
- DisplayGIS3D.GlobePositionListener - Class in repast.simphony.visualization.gis3D
- displayInit(Component) - Method in class repast.simphony.ui.plugin.editor.OptionsDialog
-
Initializes the dialog for display.
- DisplayLayer2D<T,
E extends org.piccolo2d.PNode> - Class in repast.simphony.visualization.visualization2D -
Deprecated.replaced by ogl 2D
- DisplayLayer2D() - Constructor for class repast.simphony.visualization.visualization2D.DisplayLayer2D
-
Deprecated.
- DisplayLayer3D - Class in repast.simphony.visualization.visualization3D
- DisplayLayer3D(Style3D, Group) - Constructor for class repast.simphony.visualization.visualization3D.DisplayLayer3D
- DisplayListener - Interface in repast.simphony.visualization
-
Interface for classes that listen for display events.
- DisplayListenerSupport - Class in repast.simphony.visualization
-
Utility class for handling the broadcast of display events.
- DisplayListenerSupport() - Constructor for class repast.simphony.visualization.DisplayListenerSupport
- displayMap - Variable in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
- displayMode - Variable in class repast.simphony.visualization.gis3D.DisplayGIS3D
- displayName - Variable in class repast.simphony.ui.parameters.AbstractParameterBinder
- displayName - Variable in class repast.simphony.ui.probe.DefaultProbedPropertyUICreator
- displayName() - Element in annotation interface repast.simphony.annotate.AgentAnnot
- displayName() - Element in annotation interface repast.simphony.annotate.PropertyAnnot
- displayName() - Element in annotation interface repast.simphony.parameter.Parameter
-
The proper natural language name for this parameter.
- displayName() - Element in annotation interface repast.simphony.ui.probe.ProbedProperty
-
The proper natural language name for this property.
- displayNameTable - Variable in class repast.simphony.engine.environment.DefaultGUIRegistry
- DisplayOGL2D - Class in repast.simphony.visualizationOGL2D
-
2D display that uses jogl for rendering.
- DisplayOGL2D(DisplayData<?>, Layout<?, ?>) - Constructor for class repast.simphony.visualizationOGL2D.DisplayOGL2D
- DisplayOptionsDialog - Class in repast.simphony.visualization.gui
-
Options dialog for editing an existing display.
- DisplayOptionsDialog(String, ContextData, DisplayComponentControllerAction) - Constructor for class repast.simphony.visualization.gui.DisplayOptionsDialog
- DisplayProducer - Class in repast.simphony.visualization.engine
-
Produces an IDisplay from a DisplayDescriptor.
- DisplayProducer(Object, RunState, DisplayDescriptor) - Constructor for class repast.simphony.visualization.engine.DisplayProducer
- DisplayProperties<T> - Class in repast.simphony.ws
-
Stores display properties like agent shape and color for each agent in a display server instance.
- DisplayProperties(int, T) - Constructor for class repast.simphony.ws.DisplayProperties
- DisplayServer - Class in repast.simphony.ws
- DisplayServer(String, DisplayData<?>, DisplayDescriptor, Layout<?, ?>, int) - Constructor for class repast.simphony.ws.DisplayServer
- DisplayServer2D - Class in repast.simphony.ws
- DisplayServer2D(String, DisplayData<?>, DisplayDescriptor, Layout, int) - Constructor for class repast.simphony.ws.DisplayServer2D
- DisplayServerControllerAction - Class in repast.simphony.ws
- DisplayServerControllerAction(Path) - Constructor for class repast.simphony.ws.DisplayServerControllerAction
- DisplayServerGIS - Class in repast.simphony.ws.gis
- DisplayServerGIS(String, DisplayData<?>, DisplayDescriptor, Layout, int) - Constructor for class repast.simphony.ws.gis.DisplayServerGIS
- DisplayServerGISStyleRegistrar - Class in repast.simphony.ws.gis
-
Creates GIS3D styles from a style classname.
- DisplayServerGISStyleRegistrar(DisplayServerGIS) - Constructor for class repast.simphony.ws.gis.DisplayServerGISStyleRegistrar
- DisplayType - Class in repast.simphony.visualization.engine
-
Defines the display type strings for the DisplayDescriptors.
- DisplayType() - Constructor for class repast.simphony.visualization.engine.DisplayType
- DisplayValidator - Interface in repast.simphony.visualization.engine
-
Used to validate display types defined in the visualization registry.
- DisplayWizardCreator - Class in repast.simphony.visualization.gui
-
Creates a wizard when adding a new display to the scenario tree.
- DisplayWizardCreator(Object, ContextData, DisplayComponentControllerAction) - Constructor for class repast.simphony.visualization.gui.DisplayWizardCreator
- DisplayWizardModel - Class in repast.simphony.visualization.gui
-
Wizard model for configuring displays.
- DisplayWizardModel(Object, DisplayDescriptor, ContextData) - Constructor for class repast.simphony.visualization.gui.DisplayWizardModel
- dispose() - Method in class repast.simphony.visualization.gis3D.AbstractAirspaceLayer
- dispose() - Method in class repast.simphony.visualization.gis3D.AbstractRenderableLayer
- dispose() - Method in class repast.simphony.visualization.gis3D.CoverageLayer
-
Override dispose() to prevent losing renderables on frame resize/dock.
- dispose() - Method in class repast.simphony.visualization.gis3D.RepastStatusBar
- dispose() - Method in class repast.simphony.visualization.gis3D.RepastViewControlsSelectListener
- dispose(GLAutoDrawable) - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
- distance - Variable in class repast.simphony.query.WithinDistance
- distance(Patch) - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the distance from the caller to a patch.
- distance(Patch) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the distance from the caller to a patch.
- distance(Patch) - Method in interface repast.simphony.relogo.Patch
-
Returns the distance from the caller to a patch.
- distance(Patch) - Method in interface repast.simphony.relogo.Turtle
-
Returns the distance from the caller to a patch.
- distance(Turtle) - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the distance from the caller to a turtle.
- distance(Turtle) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the distance from the caller to a turtle.
- distance(Turtle) - Method in interface repast.simphony.relogo.Patch
-
Returns the distance from the caller to a turtle.
- distance(Turtle) - Method in interface repast.simphony.relogo.Turtle
-
Returns the distance from the caller to a turtle.
- DistanceSetter - Interface in repast.simphony.gis.tools
- distanceSq - Variable in class repast.simphony.query.WithinDistance
- DistanceTool - Class in repast.simphony.gis.tools
- DistanceTool(MapContent, Unit, DistanceSetter) - Constructor for class repast.simphony.gis.tools.DistanceTool
- distancexy(Number, Number) - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the distance from the caller to a point.
- distancexy(Number, Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the distance from the caller to a point.
- distancexy(Number, Number) - Method in interface repast.simphony.relogo.Patch
-
Returns the distance from the caller to a point.
- distancexy(Number, Number) - Method in interface repast.simphony.relogo.Turtle
-
Returns the distance from the caller to a point.
- distH - Variable in class repast.simphony.visualization.cgd.graph.GraphUtil
- DistributionsAdapter - Class in repast.simphony.random
-
A wrapper around the
Distributions
class. - DistributionsAdapter(RandomEngine) - Constructor for class repast.simphony.random.DistributionsAdapter
-
Constructs this with the specified random number generator
- distV - Variable in class repast.simphony.visualization.cgd.graph.GraphUtil
- DL - Enum constant in enum class repast.simphony.context.space.graph.NetworkFileFormat
- DLMatrixReader - Class in repast.simphony.context.space.graph
-
Matrix reader for UCINET dl format files.
- DLMatrixReader(InputStream) - Constructor for class repast.simphony.context.space.graph.DLMatrixReader
-
Creates a DlRedaer to read from the specified InputStream.
- DLMatrixReader(String) - Constructor for class repast.simphony.context.space.graph.DLMatrixReader
-
Creates a DlReader to read the specified file.
- DLNetworkLoader - Class in repast.simphony.context.space.graph
-
Loads a Network from a ucinet dl format file.
- DLNetworkLoader(Context, InputStream, Class, int) - Constructor for class repast.simphony.context.space.graph.DLNetworkLoader
- DLNetworkLoader(Context, InputStream, NodeCreator, int) - Constructor for class repast.simphony.context.space.graph.DLNetworkLoader
- dlSupport - Variable in class repast.simphony.visualization.AbstractDisplay
- dockableClosed(DockableFrameEvent) - Method in class repast.simphony.ui.probe.ProbeManager
-
Removes the probe in the closed view from this ProbeManager.
- dockableClosed(DockableFrameEvent) - Method in class repast.simphony.ui.RSGui
- dockableClosed(DockableFrameEvent) - Method in class repast.simphony.ui.table.AgentTablePanel
- dockableClosing(DockableFrameEvent) - Method in class repast.simphony.ui.RSGui
- dockableClosing(DockableFrameEvent) - Method in class repast.simphony.ui.table.AgentTablePanel
- dockableFloated(DockableFrameEvent) - Method in class repast.simphony.ui.RSGui
- dockableFloated(DockableFrameEvent) - Method in class repast.simphony.ui.table.AgentTablePanel
- dockableFloating(DockableFrameEvent) - Method in class repast.simphony.ui.RSGui
- dockableFloating(DockableFrameEvent) - Method in class repast.simphony.ui.table.AgentTablePanel
- dockableMaximized(DockableFrameEvent) - Method in class repast.simphony.ui.RSGui
- dockableMaximized(DockableFrameEvent) - Method in class repast.simphony.ui.table.AgentTablePanel
- dockableMaximizing(DockableFrameEvent) - Method in class repast.simphony.ui.RSGui
- dockableMaximizing(DockableFrameEvent) - Method in class repast.simphony.ui.table.AgentTablePanel
- dockableMinimized(DockableFrameEvent) - Method in class repast.simphony.ui.RSGui
- dockableMinimized(DockableFrameEvent) - Method in class repast.simphony.ui.table.AgentTablePanel
- dockableMinimizing(DockableFrameEvent) - Method in class repast.simphony.ui.RSGui
- dockableMinimizing(DockableFrameEvent) - Method in class repast.simphony.ui.table.AgentTablePanel
- dockableRestored(DockableFrameEvent) - Method in class repast.simphony.ui.RSGui
- dockableRestored(DockableFrameEvent) - Method in class repast.simphony.ui.table.AgentTablePanel
- dockableRestoring(DockableFrameEvent) - Method in class repast.simphony.ui.RSGui
- dockableRestoring(DockableFrameEvent) - Method in class repast.simphony.ui.table.AgentTablePanel
- documentCompleteListener - Variable in class repast.simphony.util.wizard.CompleteHandlerWizardStep
- doesTableExist(Connection, String) - Static method in class repast.simphony.freezedry.datasource.DBUtils
-
Checks if the table of the specified name exists.
- doGetBoundingSphere() - Method in class repast.simphony.visualizationOGL2D.SpatialWrapper
- doLayout() - Method in class repast.simphony.dataLoader.ui.wizard.builder.CheckNodeRenderer
- doMove(T, double[], double[]) - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
- DOMTraverser - Class in repast.simphony.integration
-
A traverser that will traverse a jdom DOM.
- DOMTraverser() - Constructor for class repast.simphony.integration.DOMTraverser
- done() - Method in class repast.simphony.visualization.gui.GISStylePanel
-
Deprecated.
- Done() - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
- DONE_FILE_NAME - Static variable in interface repast.simphony.batch.BatchConstants
- dontmove - Variable in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
a set of vertices that should not move in relation to the other vertices
- dontMove(Object) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
The set of nodes that have been locked.
- doOKaction(List<String>) - Method in class repast.simphony.ui.DefaultParamsDialog
- doOKaction(List<String>) - Method in class repast.simphony.ui.ParameterSelectionDialog
- doOKaction(List<String>) - Method in class repast.simphony.ui.RemoveParametersDialog
- doRender - Variable in class repast.simphony.visualization.gis3D.DisplayGIS3D
- doRender - Variable in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- doRender - Variable in class repast.simphony.visualizationOGL2D.DisplayOGL2D
- doReset() - Method in class repast.simphony.valueLayer.AbstractGridFunction
-
Performs any subclass specific resetting.
- doReset() - Method in class repast.simphony.valueLayer.MaxGridFunction
- doReset() - Method in class repast.simphony.valueLayer.MinGridFunction
- doRotate() - Method in class repast.simphony.relogo.styles.NLImageSpatialSource
- doRotate() - Method in class repast.simphony.relogo.styles.ReLogoImageSpatialSource
- doRotate() - Method in interface repast.simphony.relogo.styles.ReLogoSpatialSource
-
Gets whether or not to rotate spatials produced from this source in response to a heading.
- doRotate() - Method in class repast.simphony.relogo.styles.ReLogoSVGSpatialSource
- doSave() - Method in class repast.simphony.visualization.gui.styleBuilder.AbstractStyleDialog
- doSave() - Method in class repast.simphony.visualization.gui.styleBuilder.EditedStyleDialog
- doSave() - Method in class repast.simphony.visualization.gui.styleBuilder.EditedValueLayerStyleDialog
- doShowLegend() - Method in class repast.simphony.chart2.engine.ChartDescriptor
- doShuffleWatchers() - Method in class repast.simphony.engine.watcher.SharedWatchParameters
-
Gets whether or not to shuffle the watchers before triggering them.
- doShuffleWatchers() - Method in class repast.simphony.engine.watcher.WatchParameters
-
Gets whether or not to shuffle the watchers before triggering them.
- doStart() - Method in class repast.simphony.ui.RSUIPlugin
- doStop() - Method in class repast.simphony.ui.RSUIPlugin
- DOUBLE - Enum constant in enum class repast.simphony.freezedry.ArrayValueHandler
- DOUBLE - Enum constant in enum class repast.simphony.integration.ArrayDataTypeHandler
- DOUBLE - Enum constant in enum class repast.simphony.integration.DataTypeHandler
- DOUBLE - Enum constant in enum class repast.simphony.parameter.xml.AbstractNumberSetterCreator.Type
- DOUBLE_PATTERN - Static variable in enum class repast.simphony.integration.DataFileElementReader
- DoubleConverter() - Constructor for class repast.simphony.parameter.StringConverterFactory.DoubleConverter
- DoubleDocument - Class in repast.simphony.gis.styleEditor
- DoubleDocument() - Constructor for class repast.simphony.gis.styleEditor.DoubleDocument
- DoubleSteppedSetter - Class in repast.simphony.parameter
-
This
ParameterSetter
will run through a space of numbers. - DoubleSteppedSetter(String, double, double, double) - Constructor for class repast.simphony.parameter.DoubleSteppedSetter
-
Constructs this with the given base value, step size, and maximum value.
- DoubleTableCellRenderer - Class in repast.simphony.ui.table
-
TableCell renderer for double values with variable precision.
- DoubleTableCellRenderer(int) - Constructor for class repast.simphony.ui.table.DoubleTableCellRenderer
- doUpdate() - Method in class repast.simphony.chart2.AbstractHistogramDataset
-
Performs the actual histogramming.Implementation is left to subclasses
- doUpdate() - Method in class repast.simphony.chart2.DynamicHistogramDataset
- doUpdate() - Method in class repast.simphony.chart2.StaticHistogramDataset
- doUpdate() - Method in class repast.simphony.ws.DisplayServer
- doUpdate() - Method in class repast.simphony.ws.DisplayServer2D
- doUpdate() - Method in class repast.simphony.ws.gis.DisplayServerGIS
- doUpdate(Layout, boolean) - Method in class repast.simphony.visualization.network.NetworkDisplayLayer3D
- doUpdate(Layout, boolean) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplayLayer3D
- doUpdate(Layout, boolean) - Method in class repast.simphony.visualization.visualization3D.DisplayLayer3D
- doUpdateLocation(Point3f, Point3f) - Method in class repast.simphony.visualization.network.EdgeVisualItem
- doUseModelPlugin() - Method in class repast.simphony.ui.newscenario.NewWizardModel
-
Gets whether or not a model plugin will be used.
- doWarn - Static variable in class repast.simphony.util.ClassUtilities
- DOWN_ICON - Static variable in class repast.simphony.visualization.gui.CoverageStyleStep
- DOWN_ICON - Static variable in class repast.simphony.visualization.gui.LayerOrderStep
- DOWN_ICON - Static variable in class repast.simphony.visualization.gui.StyleStep
- downhill(String) - Method in interface repast.simphony.relogo.Turtle
-
Moves the turtle to the lowest value of a patch variable of eight neighboring patches.
- downhill4(String) - Method in interface repast.simphony.relogo.Turtle
-
Moves the turtle to the lowest value of a patch variable of four neighboring patches.
- downIndex(int) - Method in class repast.simphony.context.space.graph.Lattice1DGenerator
- downIndex(int, int) - Method in class repast.simphony.context.space.graph.Lattice2DGenerator
- drag(PInputEvent) - Method in class repast.simphony.visualization.editor.ContSpaceMoveHandler
-
Deprecated.
- drag(PInputEvent) - Method in class repast.simphony.visualization.editor.gis.GISMoveHandler
-
Deprecated.
- drag(PInputEvent) - Method in class repast.simphony.visualization.editor.GridMoveHandler
-
Deprecated.
- drag(PInputEvent) - Method in class repast.simphony.visualization.editor.NetAddEdgeHandler
-
Deprecated.
- drag(PInputEvent) - Method in class repast.simphony.visualization.editor.NetMoveHandler
-
Deprecated.
- draw(GL2, RenderState) - Method in class repast.simphony.visualizationOGL2D.SpatialWrapper
- drawGraph(DelaunayGraph, Graphics, Color, Color, Color, boolean, boolean, boolean) - Method in class repast.simphony.space.delaunay.IrregularGridRenderer
- drawn - Variable in class repast.simphony.gis.display.PGisLayer
-
Deprecated.
- drawPoint(TriangulationPoint, Graphics, Color) - Method in class repast.simphony.space.delaunay.IrregularGridRenderer
- drawSmooth - Variable in class repast.simphony.visualization.gis3D.RepastSurfaceImage
- driverField - Variable in class repast.simphony.dataLoader.wizard.JDBCDataStep
- driverName - Variable in class repast.simphony.dataLoader.wizard.JDBCContextActionBuilder
- driverName - Variable in class repast.simphony.freezedry.datasource.DBConnectionInfo
- driverName - Variable in class repast.simphony.freezedry.wizard.JDBCDSBuilder
- DROP_DOWN_WIDTH - Static variable in class repast.simphony.ui.widget.DropDownButton
- DropDownButton - Class in repast.simphony.ui.widget
-
A
JButton
that shows a little arrow icon on it. - DropDownButton() - Constructor for class repast.simphony.ui.widget.DropDownButton
- DropDownButton(boolean) - Constructor for class repast.simphony.ui.widget.DropDownButton
- DropDownButton(String) - Constructor for class repast.simphony.ui.widget.DropDownButton
- DropDownButton(String, Icon) - Constructor for class repast.simphony.ui.widget.DropDownButton
- DropDownButton(String, JPopupMenu) - Constructor for class repast.simphony.ui.widget.DropDownButton
- DropDownButton(Action) - Constructor for class repast.simphony.ui.widget.DropDownButton
- DropDownButton(Icon) - Constructor for class repast.simphony.ui.widget.DropDownButton
- dummy - Variable in class repast.simphony.visualization.cgd.util.ParseClanTree
- DummyContextActionBuilder - Class in repast.simphony.dataLoader.ui.wizard
-
Dummy placeholder for gui context creator items that have not been implemented yet.
- DummyContextActionBuilder(String) - Constructor for class repast.simphony.dataLoader.ui.wizard.DummyContextActionBuilder
- DummySinkBuilder - Class in repast.simphony.data2.builder
-
Adapts an already created DataSink to the the SinkBuilder interface.
- DummySinkBuilder(DataSink) - Constructor for class repast.simphony.data2.builder.DummySinkBuilder
- dummysToEdgePaths() - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
- dummysToEdgePaths(CGDGraph) - Method in class repast.simphony.visualization.cgd.graph.GraphUtil
-
Convert dummy nodes to edge paths.
- dump(String) - Method in class repast.simphony.engine.watcher.query.SimpleNode
- duration() - Element in annotation interface repast.simphony.engine.schedule.ScheduledMethod
-
How many ticks the action can execute in the background while the tick count progresses.
- durationFld - Variable in class repast.simphony.ui.plugin.editor.ScheduleParamsPanel
- dx() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the turtle's x increment for one step.
- dx() - Method in interface repast.simphony.relogo.Turtle
-
Returns the turtle's x increment for one step.
- dy() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the turtle's y increment for one step.
- dy() - Method in interface repast.simphony.relogo.Turtle
-
Returns the turtle's y increment for one step.
- DYNAMIC - Enum constant in enum class repast.simphony.chart2.engine.HistogramChartDescriptor.HistogramType
- DynamicHistogramDataset - Class in repast.simphony.chart2
-
Dynamic histogram whose bin limits change as new data is added.
- DynamicHistogramDataset(Comparable<?>, int) - Constructor for class repast.simphony.chart2.DynamicHistogramDataset
- dynamicsWorld - Variable in class repast.simphony.space.physics.DefaultPhysicsSpace
- DynamicTargetAction - Class in repast.simphony.engine.schedule
-
An IAction created from a Method.
- DynamicTargetAction(Method) - Constructor for class repast.simphony.engine.schedule.DynamicTargetAction
-
Creates a DynamicTargetAction from the specified tmethod.
- DynamicWizard - Class in repast.simphony.util.wizard
- DynamicWizard(String, Scenario, Object, String, String, WizardStep, WizardModelFactory, WizardStep...) - Constructor for class repast.simphony.util.wizard.DynamicWizard
- DynamicWizardModel<T extends WizardOption> - Class in repast.simphony.util.wizard
- DynamicWizardModel(Path, Scenario, Object) - Constructor for class repast.simphony.util.wizard.DynamicWizardModel
- DynamicWizardModelFactory - Class in repast.simphony.util.wizard
- DynamicWizardModelFactory() - Constructor for class repast.simphony.util.wizard.DynamicWizardModelFactory
E
- e() - Static method in class repast.simphony.relogo.Utility
-
Returns the exponential.
- EAST - Enum constant in enum class repast.simphony.visualization.visualization3D.style.Style3D.LabelPosition
- EAST - Static variable in interface repast.simphony.space.Direction
-
Directional constant for vector movement.
- EDGE_ADDED - Enum constant in enum class repast.simphony.space.graph.NetworkEvent.EventType
- EDGE_ADDED - Enum constant in enum class repast.simphony.space.projection.ProjectionEvent.Type
- EDGE_ADDED - Static variable in class repast.simphony.space.projection.ProjectionEvent
- EDGE_CLASS_ID - Static variable in interface repast.simphony.dataLoader.engine.AutoBuilderConstants
- EDGE_REMOVED - Enum constant in enum class repast.simphony.space.graph.NetworkEvent.EventType
- EDGE_REMOVED - Enum constant in enum class repast.simphony.space.projection.ProjectionEvent.Type
- EDGE_REMOVED - Static variable in class repast.simphony.space.projection.ProjectionEvent
- edgeAdded(RepastEdge, boolean) - Method in class repast.simphony.visualization.editor.AgentEditor
-
Deprecated.Called when a new edge has been eadded.
- EdgeCreator<E extends RepastEdge,
T> - Interface in repast.simphony.space.graph -
Factory class for creating edges.
- EdgeCreatorFactory - Class in repast.simphony.space.graph
-
Produces EdgeCreator that create Edges of a named type.
- EdgeCreatorFactory() - Constructor for class repast.simphony.space.graph.EdgeCreatorFactory
- edgeDiffuse(DoubleMatrix2D, DoubleMatrix2D, int[][], int, int, int, int, double, boolean) - Static method in class repast.simphony.relogo.JavaUtility
- EdgeFinder - Interface in repast.simphony.visualization.editor
-
Deprecated.2D piccolo based code is being removed
- EdgeLabel - Class in repast.simphony.visualization.network
- EdgeLabel() - Constructor for class repast.simphony.visualization.network.EdgeLabel
- edgeRadius(T) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyle3D
- edgeRadius(T) - Method in class repast.simphony.visualization.visualization3D.style.DefaultEdgeStyle3D
- edgeRadius(T) - Method in interface repast.simphony.visualization.visualization3D.style.EdgeStyle3D
- edgeRemoved(RepastEdge) - Method in class repast.simphony.visualization.editor.AgentEditor
-
Deprecated.
- EDGES_KEY - Static variable in class repast.simphony.freezedry.freezedryers.proj.NetworkProjectionDryer
- edgesSelected(Object[]) - Method in interface repast.simphony.visualization.editor.DisplayEditor
-
Deprecated.Invoked when edges are selected.
- edgesSelected(Object[]) - Method in class repast.simphony.visualization.editor.DisplayEditor2D
-
Deprecated.Invoked when edges are selected.
- edgesSelected(Object[]) - Method in class repast.simphony.visualization.editor.gis.DisplayEditorGIS
-
Deprecated.Invoked when edges are selected.
- edgesSelected(List<Object>) - Method in class repast.simphony.visualization.editor.AgentEditor
-
Deprecated.Informs this AgentEditor that edges have been selected by code external to this AgentEditor.
- EdgeStyle2D - Interface in repast.simphony.visualization.visualization2D.style
-
Deprecated.replaced by ogl 2D
- EdgeStyle3D<T> - Interface in repast.simphony.visualization.visualization3D.style
- EdgeStyle3D.EdgeType - Enum Class in repast.simphony.visualization.visualization3D.style
- EdgeStyleOGL2D - Interface in repast.simphony.visualizationOGL2D
-
Inteface for 2D OGL edge styles.
- EdgeStyleStep - Class in repast.simphony.visualization.gui
-
Display wizard step for network edge styles.
- EdgeStyleStep() - Constructor for class repast.simphony.visualization.gui.EdgeStyleStep
- EdgeVisualItem - Class in repast.simphony.visualization.network
- EdgeVisualItem(TaggedBranchGroup, Object, Label) - Constructor for class repast.simphony.visualization.network.EdgeVisualItem
- edit(FieldAccess) - Method in class repast.simphony.engine.watcher.WatcherEditor
- EDIT - Static variable in class repast.simphony.chart2.wizard.ColorEditor
- EDIT_ICON - Static variable in class repast.simphony.visualization.gui.CoverageStyleStep
- EDIT_ICON - Static variable in class repast.simphony.visualization.gui.StyleStep
- EditedEdgeStyle2D - Class in repast.simphony.visualization.editedStyle
- EditedEdgeStyle2D(String) - Constructor for class repast.simphony.visualization.editedStyle.EditedEdgeStyle2D
- EditedEdgeStyle3D<T> - Class in repast.simphony.visualization.editedStyle
- EditedEdgeStyle3D(String) - Constructor for class repast.simphony.visualization.editedStyle.EditedEdgeStyle3D
- EditedEdgeStyleData<T> - Class in repast.simphony.visualization.editedStyle
- EditedEdgeStyleData() - Constructor for class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- EditedEdgeStyleOGL2D - Class in repast.simphony.visualization.editedStyle
-
Edge style from xml serialized style info.
- EditedEdgeStyleOGL2D(String) - Constructor for class repast.simphony.visualization.editedStyle.EditedEdgeStyleOGL2D
- EditedMarkStyle - Class in repast.simphony.visualization.gis3D.style
- EditedMarkStyle(String) - Constructor for class repast.simphony.visualization.gis3D.style.EditedMarkStyle
- EditedNetworkStyleGIS - Class in repast.simphony.visualization.gis3D.style
- EditedNetworkStyleGIS(String) - Constructor for class repast.simphony.visualization.gis3D.style.EditedNetworkStyleGIS
- EditedStyle2D - Class in repast.simphony.visualization.editedStyle
- EditedStyle2D(String) - Constructor for class repast.simphony.visualization.editedStyle.EditedStyle2D
- EditedStyle3D - Class in repast.simphony.visualization.editedStyle
- EditedStyle3D(String) - Constructor for class repast.simphony.visualization.editedStyle.EditedStyle3D
- EditedStyleData<T> - Class in repast.simphony.visualization.editedStyle
- EditedStyleData() - Constructor for class repast.simphony.visualization.editedStyle.EditedStyleData
- EditedStyleDialog - Class in repast.simphony.visualization.gui.styleBuilder
- EditedStyleDialog(Dialog) - Constructor for class repast.simphony.visualization.gui.styleBuilder.EditedStyleDialog
- EditedStyleDialog(Frame) - Constructor for class repast.simphony.visualization.gui.styleBuilder.EditedStyleDialog
- editedStyleFileMap - Variable in class repast.simphony.visualization.gui.CoverageStyleClassStep
- editedStyleFileMap - Variable in class repast.simphony.visualization.gui.StyleClassStep
- EditedStyleOGL2D - Class in repast.simphony.visualization.editedStyle
-
Loads style info from a serialized EditedStyleData class.
- EditedStyleOGL2D(String) - Constructor for class repast.simphony.visualization.editedStyle.EditedStyleOGL2D
- EditedStyleUtils - Class in repast.simphony.visualization.editedStyle
- EditedStyleUtils() - Constructor for class repast.simphony.visualization.editedStyle.EditedStyleUtils
- EditedSurfaceShapeStyle - Class in repast.simphony.visualization.gis3D.style
- EditedSurfaceShapeStyle(String) - Constructor for class repast.simphony.visualization.gis3D.style.EditedSurfaceShapeStyle
- EditedValueLayerStyle2D - Class in repast.simphony.visualization.editedStyle
- EditedValueLayerStyle2D(String) - Constructor for class repast.simphony.visualization.editedStyle.EditedValueLayerStyle2D
- EditedValueLayerStyle3D - Class in repast.simphony.visualization.editedStyle
- EditedValueLayerStyle3D(String) - Constructor for class repast.simphony.visualization.editedStyle.EditedValueLayerStyle3D
- EditedValueLayerStyleData - Class in repast.simphony.visualization.editedStyle
- EditedValueLayerStyleData() - Constructor for class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
- EditedValueLayerStyleDialog - Class in repast.simphony.visualization.gui.styleBuilder
- EditedValueLayerStyleDialog(Dialog) - Constructor for class repast.simphony.visualization.gui.styleBuilder.EditedValueLayerStyleDialog
- EditedValueLayerStyleDialog(Frame) - Constructor for class repast.simphony.visualization.gui.styleBuilder.EditedValueLayerStyleDialog
- EditedValueLayerStyleOGL2D - Class in repast.simphony.visualization.editedStyle
-
ValueLayer style loaded from xml serialized style data.
- EditedValueLayerStyleOGL2D(String) - Constructor for class repast.simphony.visualization.editedStyle.EditedValueLayerStyleOGL2D
- Editor - Interface in repast.simphony.ui.plugin.editor
-
Interface for classes that implement an editor.
- EditorEvent - Class in repast.simphony.visualization.editor
-
Deprecated.2D piccolo based code is being removed
- EditorEvent(Object, Object) - Constructor for class repast.simphony.visualization.editor.EditorEvent
-
Deprecated.Creates an EditorEvent from the specified source and subject.
- editorEventOccurred() - Method in class repast.simphony.visualization.editor.EditorNotifier
-
Deprecated.Invoked when some editor event occurs that should be reflected in other displays.
- EditorFactory - Class in repast.simphony.visualization.editor
-
Deprecated.2D piccolo based code is being removed
- EditorMenuItem - Interface in repast.simphony.ui.plugin
-
Interface for classes that are MenuItems in a parent / composite action's popup menu.
- EditorNotifier - Class in repast.simphony.visualization.editor
-
Deprecated.2D piccolo based code is being removed
- EditorNotifier() - Constructor for class repast.simphony.visualization.editor.EditorNotifier
-
Deprecated.
- eleDisplay - Variable in class repast.simphony.visualization.gis3D.RepastStatusBar
- ELEMENT_DELIMITER - Static variable in class repast.simphony.freezedry.PrimitiveArrayFreezeDryer
- ELEMENTS_KEY - Static variable in class repast.simphony.freezedry.PrimitiveArrayFreezeDryer
- ellipse - Variable in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
- EMPTY - Static variable in class repast.simphony.query.AbstractPropertyQuery
-
Deprecated.
- EMPTY - Static variable in class repast.simphony.query.WithinDistance
- EmptyEdgeFinder - Class in repast.simphony.visualization.editor
-
Deprecated.2D piccolo based code is being removed
- EmptyEdgeFinder() - Constructor for class repast.simphony.visualization.editor.EmptyEdgeFinder
-
Deprecated.
- emptyList - Variable in class repast.simphony.query.space.grid.AbstractGridQuery
- EmptyParameters - Class in repast.simphony.parameter
-
Empty place holder parameters object that always returns Parameters.NULL.
- EmptyParameters() - Constructor for class repast.simphony.parameter.EmptyParameters
- emptyQ(String) - Static method in class repast.simphony.relogo.Utility
-
Queries if a string is empty.
- emptyQ(Collection) - Static method in class repast.simphony.relogo.Utility
-
Queries if a list is empty.
- enable_tracing() - Method in class repast.simphony.engine.watcher.query.QueryParser
- enableRoundGlobe(boolean) - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
- end() - Method in class repast.simphony.visualization.visualization3D.BehaviorTracker
- END - Static variable in annotation interface repast.simphony.engine.schedule.ScheduledMethod
- END - Static variable in class repast.simphony.engine.schedule.ScheduleParameters
-
Constant representing end of simulation as the tick at which to execute the actions.
- END - Static variable in class repast.simphony.parameter.xml.NumberSetterCreator
- endActions - Variable in class repast.simphony.engine.schedule.Schedule
- endAt(double) - Method in class repast.simphony.engine.environment.RunEnvironment
-
Sets the run to end at the specified tick.
- endColumn - Variable in class repast.simphony.engine.watcher.query.Token
-
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
- endDocument() - Method in class repast.simphony.parameter.ParametersValuesLoader
- endDrag(PInputEvent) - Method in class repast.simphony.gis.tools.PGISPanTool
- endDrag(PInputEvent) - Method in class repast.simphony.visualization.editor.ContSpaceMoveHandler
-
Deprecated.
- endDrag(PInputEvent) - Method in class repast.simphony.visualization.editor.gis.GISMoveHandler
-
Deprecated.
- endDrag(PInputEvent) - Method in class repast.simphony.visualization.editor.GridMoveHandler
-
Deprecated.
- endDrag(PInputEvent) - Method in class repast.simphony.visualization.editor.NetAddEdgeHandler
-
Deprecated.
- endDrag(PInputEvent) - Method in class repast.simphony.visualization.editor.NetMoveHandler
-
Deprecated.
- endElement(String, String, String) - Method in class repast.simphony.parameter.xml.ParameterSweepParser
- endLine - Variable in class repast.simphony.engine.watcher.query.Token
-
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
- endOfStream() - Method in class repast.simphony.ui.widget.BufferSourceStream
- endRun() - Method in class repast.simphony.engine.environment.RunEnvironment
-
Ends the current run as soon as possible
- EndSimulationRun() - Static method in class repast.simphony.essentials.RepastEssentials
- EndSimulationRunAt(double) - Static method in class repast.simphony.essentials.RepastEssentials
- endTypeRead(Class) - Method in class repast.simphony.freezedry.AbstractDataSource
-
Finishes the reading of the specified class.
- endTypeRead(Class) - Method in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
- endTypeRead(Class) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- EngineGraphUtilities - Class in repast.simphony.engine.graph
- EngineGraphUtilities() - Constructor for class repast.simphony.engine.graph.EngineGraphUtilities
- enterState() - Method in class repast.simphony.statecharts.old.CompositeState
- enterState() - Method in class repast.simphony.statecharts.old.SimpleState
- enterState() - Method in class repast.simphony.statecharts.old.State
- enterStateFromChild() - Method in class repast.simphony.statecharts.old.State
- enterStateFromInitialState() - Method in class repast.simphony.statecharts.old.State
- entries() - Method in class repast.simphony.scenario.data.Classpath
-
Gets an iterable over all the classpath entries.
- envelopeToSectorWGS84(ReferencedEnvelope) - Static method in class repast.simphony.visualization.gis3D.WWUtils
-
Create a WWJ Sector in WGS84 CRS from a GeoTools ReferencedEnvelope
- environmentBuilder - Variable in class repast.simphony.engine.environment.AbstractRunner
- eof - Variable in class repast.simphony.util.Scanner
- EOF - Static variable in interface repast.simphony.engine.watcher.query.QueryParserConstants
- eol - Variable in exception repast.simphony.engine.watcher.query.ParseException
-
The end of line string for this machine.
- equals(Object) - Method in class repast.simphony.batch.ssh.OutputPattern
- equals(Object) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
- equals(Object) - Method in class repast.simphony.data2.engine.CustomDataSourceDefinition
- equals(Object) - Method in class repast.simphony.data2.engine.MethodDataSourceDefinition
- equals(Object) - Method in class repast.simphony.data2.MethodDataSource
- equals(Object) - Method in class repast.simphony.engine.environment.RunInfo
-
Compares run info objects based on their publicly accessible attributes.
- equals(Object) - Method in class repast.simphony.engine.schedule.ScheduleParameters
-
Checks if this ScheduleParamters equals the passed in object.
- equals(Object) - Method in class repast.simphony.engine.watcher.NotifierID
- equals(Object) - Method in class repast.simphony.parameter.SteppedRange
- equals(Object) - Method in class repast.simphony.scenario.data.AgentData
- equals(Object) - Method in class repast.simphony.space.continuous.NdPoint
- equals(Object) - Method in class repast.simphony.space.Dimensions
-
Overrides equals.
- equals(Object) - Method in class repast.simphony.space.graph.NetworkEvent
- equals(Object) - Method in class repast.simphony.space.grid.GridDimensions
-
Overrides equals.
- equals(Object) - Method in class repast.simphony.space.grid.GridPoint
- equals(Object) - Method in class repast.simphony.ui.editor.ClassListItem
- equals(Object) - Method in class repast.simphony.ui.probe.ValueLayerProbeObject2D
- equals(Object) - Method in class repast.simphony.util.collections.DelegatedIterable
-
Checks if the object is a DelegatedIterable and its method and object to call on are equal
- equals(Object) - Method in class repast.simphony.util.collections.Pair
-
Compares this pair to another object.
- equals(Object) - Method in class repast.simphony.visualization.gis3D.CoverageProbeObject
- EQUALS - Enum constant in enum class repast.simphony.ui.table.NamedRowFilter.Operator
- EqualsToFilter<T> - Class in repast.simphony.filter
- EqualsToFilter(T) - Constructor for class repast.simphony.filter.EqualsToFilter
- ERR - Enum constant in enum class repast.simphony.data2.ConsoleDataSink.OutputStream
- error(SAXParseException) - Method in class repast.simphony.integration.MessageCenterHandler
- ERROR_MESSAGE - Static variable in class repast.simphony.sql.RepastJoSQLFunctionHandler
- ErrorLog - Class in repast.simphony.ui.widget
-
Encapsulates an error log.
- ErrorLog(RSGui) - Constructor for class repast.simphony.ui.widget.ErrorLog
- ErrorLogAction - Class in repast.simphony.ui.action
-
Action for viewing the error log.
- ErrorLogAction() - Constructor for class repast.simphony.ui.action.ErrorLogAction
- EscapeConverter - Enum Class in repast.simphony.integration
- evaluate(Point2D, double[]) - Method in class repast.simphony.space.gis.WritableGridCoverage2D
- evaluate(Point2D, float[]) - Method in class repast.simphony.space.gis.WritableGridCoverage2D
- evaluate(Point2D, int[]) - Method in class repast.simphony.space.gis.WritableGridCoverage2D
- evaluate(String) - Method in class repast.simphony.engine.watcher.WatcherPathFilter
- evaluate(String) - Method in class repast.simphony.filter.RegExStringFilter
- evaluate(String) - Method in class repast.simphony.util.ClassPathFilter
-
Evaluates class paths (e.g.
- evaluate(VelocityContext, String, String) - Static method in class repast.simphony.util.VelocityUtils
-
Parses a string containing variables who's values will be filled in based on the VelocityContext passed in.
- evaluate(GridCoordinates2D, double[]) - Method in class repast.simphony.space.gis.WritableGridCoverage2D
- evaluate(GridCoordinates2D, float[]) - Method in class repast.simphony.space.gis.WritableGridCoverage2D
- evaluate(GridCoordinates2D, int[]) - Method in class repast.simphony.space.gis.WritableGridCoverage2D
- evaluate(DirectPosition) - Method in class repast.simphony.space.gis.WritableGridCoverage2D
- evaluate(DirectPosition, byte[]) - Method in class repast.simphony.space.gis.WritableGridCoverage2D
- evaluate(DirectPosition, double[]) - Method in class repast.simphony.space.gis.WritableGridCoverage2D
- evaluate(DirectPosition, float[]) - Method in class repast.simphony.space.gis.WritableGridCoverage2D
- evaluate(DirectPosition, int[]) - Method in class repast.simphony.space.gis.WritableGridCoverage2D
- evaluate(ContinuousSpace) - Method in class repast.simphony.query.space.projection.SpatialPredicate
-
Evaluates the ContinuousSpace against this predicate.
- evaluate(ContinuousSpace) - Method in class repast.simphony.query.space.projection.Within
-
Evaluates against the specified space testing if the the two objects are within some distance of each other in that space.
- evaluate(ContinuousSpace) - Method in interface repast.simphony.space.projection.ProjectionPredicate
-
Evaluates the ContinuousSpace against this predicate.
- evaluate(Network) - Method in class repast.simphony.query.space.projection.Linked
- evaluate(Network) - Method in class repast.simphony.query.space.projection.LinkedFrom
- evaluate(Network) - Method in class repast.simphony.query.space.projection.LinkedTo
- evaluate(Network) - Method in class repast.simphony.query.space.projection.SpatialPredicate
-
Evaluates the Network against this predicate.
- evaluate(Network) - Method in class repast.simphony.query.space.projection.Within
- evaluate(Network) - Method in interface repast.simphony.space.projection.ProjectionPredicate
-
Evaluates the Network against this predicate.
- evaluate(Grid) - Method in class repast.simphony.query.space.projection.SpatialPredicate
-
Evaluates the Grid against this predicate.
- evaluate(Grid) - Method in class repast.simphony.query.space.projection.Within
-
Evaluates against the specified space testing if the the two objects are within some distance of each other in that space.
- evaluate(Grid) - Method in class repast.simphony.query.space.projection.WithinMoore
-
Evaluates the Grid against this predicate.
- evaluate(Grid) - Method in class repast.simphony.query.space.projection.WithinVN
-
Evaluates the Grid against this predicate.
- evaluate(Grid) - Method in interface repast.simphony.space.projection.ProjectionPredicate
-
Evaluates the Grid against this predicate.
- evaluate(Projection) - Method in class repast.simphony.query.space.projection.SpatialPredicate
-
Evaluates the projection against this predicate.
- evaluate(Projection) - Method in class repast.simphony.query.space.projection.Within
- evaluate(Projection) - Method in interface repast.simphony.space.projection.ProjectionPredicate
-
Evaluates the projection against this predicate.
- evaluate(ProjectionPredicate) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
- evaluate(ProjectionPredicate) - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
-
Evaluate this Projection against the specified Predicate.
- evaluate(ProjectionPredicate) - Method in class repast.simphony.space.gis.DefaultGeography
-
Evaluate this Projection against the specified Predicate.
- evaluate(ProjectionPredicate) - Method in class repast.simphony.space.graph.JungNetwork
- evaluate(ProjectionPredicate) - Method in class repast.simphony.space.grid.AbstractGrid
-
Evaluate this Projection against the specified Predicate.
- evaluate(ProjectionPredicate) - Method in class repast.simphony.space.projection.DefaultProjection
-
Evaluate this Projection against the specified Predicate.
- evaluate(ProjectionPredicate) - Method in interface repast.simphony.space.projection.Projection
-
Evaluate this Projection against the specified Predicate.
- evaluate(T) - Method in class repast.simphony.filter.AllFilter
- evaluate(T) - Method in class repast.simphony.filter.AndFilter
- evaluate(T) - Method in class repast.simphony.filter.EqualsToFilter
- evaluate(T) - Method in interface repast.simphony.filter.Filter
- evaluate(T) - Method in class repast.simphony.filter.InstanceOfFilter
- evaluate(T) - Method in class repast.simphony.filter.NotFilter
- evaluate(T) - Method in class repast.simphony.filter.OrFilter
- evaluate(T) - Method in class repast.simphony.filter.PropertyEqualsFilter
- evaluate(T) - Method in class repast.simphony.util.collections.Contains
-
Evaluates to true if the specified object is in the set given in the constructor.
- evaluate(T, V) - Method in interface repast.simphony.query.PropertyEqualsPredicate
-
Evaluates t against v, returning true or false.
- evaluateExpression(Expression, T, Class<T>) - Static method in class repast.simphony.gis.styleEditor.StylePreviewFactory
-
Returns either the evaluated expression if the expression is a Literal, or the default value for other types of expression, such as property expressions (which are the property name to be evaluated at run time).
- evaluateWithin(Within) - Method in class repast.simphony.space.gis.DefaultGeography
-
Evaluates the Geography against this predicate comparing whether two objects are within a specified distance of each other.
- evalXPath(String, Element) - Static method in class repast.simphony.integration.JDOMXPathUtils
-
Returns the first result from
JDOMXPathUtils.evalXPaths(java.lang.String,org.jdom.Element)
or null if no such element exists. - evalXPaths(String, Element) - Static method in class repast.simphony.integration.JDOMXPathUtils
-
Returns the nodes selected in the given context with the given XPath string.
- evalXPathString(String, Element) - Static method in class repast.simphony.integration.JDOMXPathUtils
-
Same as
getValue(evalXPath(xpathExpression, nodeContext));
- evalXPathStrings(String, Element) - Static method in class repast.simphony.integration.JDOMXPathUtils
-
Returns a list of Strings which are the result of calling
JDOMXPathUtils.getValue(java.lang.Object)
on the results ofJDOMXPathUtils.evalXPaths(java.lang.String,org.jdom.Element)
. - evaporationConst - Variable in class repast.simphony.valueLayer.ValueLayerDiffuser
- eventOccured(ContextEvent) - Method in class repast.simphony.context.AbstractContext
-
Listener method for context events.
- eventOccured(ContextEvent) - Method in class repast.simphony.data2.AbstractDataSetManager.ObjList
- eventOccured(ContextEvent) - Method in class repast.simphony.engine.controller.ScheduledMethodControllerAction
-
Notify this event of a change to a context.
- eventOccured(ContextEvent<Object>) - Method in class repast.simphony.engine.watcher.WatchContextListener
- eventOccured(ContextEvent<Object>) - Method in class repast.simphony.statecharts.DefaultIntegrator
- eventOccured(ContextEvent<T>) - Method in class repast.simphony.context.ContextIterable
-
Notify this event of a change to a context.
- eventOccured(ContextEvent<T>) - Method in interface repast.simphony.context.ContextListener
-
Called to nofify the listener of a change to a context.
- eventOccured(ContextEvent<T>) - Method in class repast.simphony.context.space.continuous.ContextSpace
-
If the event is an add this will put the object at the (0, 0, ..., 0) location.
- eventOccured(ContextEvent<T>) - Method in class repast.simphony.context.space.gis.ContextGeography
- eventOccured(ContextEvent<T>) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
- eventOccured(ContextEvent<T>) - Method in class repast.simphony.context.space.grid.ContextFastSingleGrid
-
If the event is an add this will put the object at the (0, 0, ..., 0) location.
- eventOccured(ContextEvent<T>) - Method in class repast.simphony.context.space.grid.ContextGrid
-
If the event is an add this will put the object at the (0, 0, ..., 0) location.
- eventOccured(ContextEvent<T>) - Method in class repast.simphony.context.space.physics.ContextPhysics
-
If the event is an add this will put the object at the (0, 0, ..., 0) location.
- evt - Variable in class repast.simphony.ui.plugin.AbstractEditorMenuItem
- EXCEL - Enum constant in enum class repast.simphony.context.space.graph.NetworkFileFormat
- ExcelMatrixReader - Class in repast.simphony.context.space.graph
- ExcelMatrixReader(InputStream) - Constructor for class repast.simphony.context.space.graph.ExcelMatrixReader
- ExcelNetworkLoader - Class in repast.simphony.context.space.graph
-
Loads a Network from an excel file.
- ExcelNetworkLoader(Context, InputStream, Class, int) - Constructor for class repast.simphony.context.space.graph.ExcelNetworkLoader
- ExcelNetworkLoader(Context, InputStream, NodeCreator, int) - Constructor for class repast.simphony.context.space.graph.ExcelNetworkLoader
- exclusionList - Static variable in class repast.simphony.sql.RepastJoSQLFunctionHandler
- execute() - Method in class repast.simphony.data2.AbstractDataSetManager.ScheduledDataSet
- execute() - Method in class repast.simphony.engine.controller.DefaultController
-
Executes the current RunState of the controller.
- execute() - Method in class repast.simphony.engine.schedule.CallBackAction
-
Calls the method named in the constructor on the target named in the constructor.
- execute() - Method in class repast.simphony.engine.schedule.DefaultAction
-
Executes the IAction specified in the constructor.
- execute() - Method in class repast.simphony.engine.schedule.DynamicTargetAction
-
Calls the method named in the constructor on the target named in the constructor.
- execute() - Method in interface repast.simphony.engine.schedule.IAction
-
Executes this IAction, typically by performing a method call on some object.
- execute() - Method in interface repast.simphony.engine.schedule.ISchedule
-
Executes the schedule by, at the very least, executing all the actions scheduled for execution at the current clock tick.
- execute() - Method in class repast.simphony.engine.schedule.IterableCallBackAction
-
Calls the method named in the constructor on the targets in the iterable named in the constructor.
- execute() - Method in class repast.simphony.engine.schedule.Schedule
-
Executes the schedule.
- execute() - Method in class repast.simphony.engine.schedule.ScheduleGroup
-
Executes all the ISchedulableAction in this ScheduleGroup.
- execute() - Method in class repast.simphony.engine.schedule.ThreadedAction
-
Executes this ThreadedAction.
- execute() - Method in class repast.simphony.freezedry.ContextFreezeDryingAction
- execute() - Method in class repast.simphony.integration.DefaultExtProgRunner
- execute() - Method in class repast.simphony.integration.DefaultLegacyExecutor
- execute() - Method in interface repast.simphony.integration.LegacyExecutor
- execute() - Method in class repast.simphony.relogo.factories.StopEnabledCallBackAction
-
Calls the method named in the constructor on the target named in the constructor.
- execute() - Method in class repast.simphony.space.physics.PhysicsScheduleAction
- execute() - Method in class repast.simphony.statecharts.StateChartBeginAction
- execute() - Method in class repast.simphony.statecharts.StateChartResolveAction
- execute(Object, Object, Object) - Method in class repast.simphony.engine.watcher.query.AndBooleanCondition
- execute(Object, Object, Object) - Method in class repast.simphony.engine.watcher.query.AndBooleanExpression
- execute(Object, Object, Object) - Method in class repast.simphony.engine.watcher.query.ColocatedBooleanExpression
- execute(Object, Object, Object) - Method in class repast.simphony.engine.watcher.query.DefaultBooleanExpression
- execute(Object, Object, Object) - Method in interface repast.simphony.engine.watcher.query.IBooleanExpression
- execute(Object, Object, Object) - Method in class repast.simphony.engine.watcher.query.LinkedBooleanExpression
-
Returns true if the watcher is a precedecessor of the watchee, or vice-versa.
- execute(Object, Object, Object) - Method in class repast.simphony.engine.watcher.query.LinkedFromBooleanExpression
-
Returns true if the watchee is linked from the watcher.
- execute(Object, Object, Object) - Method in class repast.simphony.engine.watcher.query.LinkedToBooleanExpression
-
Returns true if the watcher is linked to the watchee.
- execute(Object, Object, Object) - Method in class repast.simphony.engine.watcher.query.NamedLinkedBooleanExpression
- execute(Object, Object, Object) - Method in class repast.simphony.engine.watcher.query.NamedLinkedFromBooleanExpression
-
Returns true if the watchee is a linked from the watcher in the named projection.
- execute(Object, Object, Object) - Method in class repast.simphony.engine.watcher.query.NamedLinkedToBooleanExpression
-
Returns true if the watchee is linked to the watcher in the named projection.
- execute(Object, Object, Object) - Method in class repast.simphony.engine.watcher.query.NamedWithinBooleanExpression
- execute(Object, Object, Object) - Method in class repast.simphony.engine.watcher.query.NamedWithinMooreBooleanExpression
- execute(Object, Object, Object) - Method in class repast.simphony.engine.watcher.query.NamedWithinVNBooleanExpression
- execute(Object, Object, Object) - Method in class repast.simphony.engine.watcher.query.NotBooleanExpression
- execute(Object, Object, Object) - Method in class repast.simphony.engine.watcher.query.OrBooleanExpression
- execute(Object, Object, Object) - Method in class repast.simphony.engine.watcher.query.WithinBooleanExpression
- execute(Object, Object, Object) - Method in class repast.simphony.engine.watcher.query.WithinMooreBooleanExpression
- execute(Object, Object, Object) - Method in class repast.simphony.engine.watcher.query.WithinVNBooleanExpression
- execute(BranchGroup) - Method in class repast.simphony.visualization.visualization3D.VisualItem3DAdderRemover
- execute(PInputEvent, PBounds) - Method in class repast.simphony.gis.tools.AbstractMarqueeHandler
- execute(PInputEvent, PBounds) - Method in class repast.simphony.gis.tools.PMarqueeZoomIn
- execute(PInputEvent, PBounds) - Method in class repast.simphony.gis.tools.PMarqueeZoomOut
- execute(PInputEvent, PBounds) - Method in class repast.simphony.gis.ui.probe.GISProbeHandler
-
Deprecated.
- execute(RunState) - Method in class repast.simphony.batch.BatchScheduleRunner
-
This executes the given RunState object's schedule.
- execute(RunState) - Method in class repast.simphony.batch.InteractivBatchRunner
-
This executes the given RunState object's schedule.
- execute(RunState) - Method in class repast.simphony.engine.controller.DefaultController
-
Executes the specified RunState with the ScheduleRunner.
- execute(RunState) - Method in class repast.simphony.engine.environment.DefaultScheduleRunner
-
This executes the given RunState object's schedule.
- execute(RunState) - Method in class repast.simphony.ui.GUIScheduleRunner
-
This executes the given RunState object's schedule.
- execute(RunState) - Method in class repast.simphony.ws.ScheduleRunner
-
This executes the given RunState object's schedule.
- execute(RunState, ActionEvent) - Method in class repast.simphony.freezedry.wizard.FreezeDryButtonModel
- execute(GraphParams<E>) - Method in class repast.simphony.engine.graph.AbstractGraphExecutor
-
Performs execution of the graph.
- execute(T) - Method in interface repast.simphony.gis.legend.LegendAction
-
Deprecated.Execute the action on the legend entry.
- execute(X) - Method in interface repast.simphony.engine.graph.Executor
-
Executes an object.
- executeBackgroundCommand(String) - Method in class repast.simphony.batch.ssh.SSHSession
-
Executes teh specified command in the background.
- executeCmd(String, StringBuilder, boolean) - Method in class repast.simphony.batch.ssh.SSHSession
-
Execute the specified command on the remote machine and append any output to the StringBuilder.
- executeCmd(String, Level) - Method in class repast.simphony.batch.ssh.SSHSession
-
Execute the specifed command on the remote machine and wait for the resutl.
- executeCreate(Connection, String) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- executedActions - Variable in class repast.simphony.engine.schedule.ScheduleGroup
-
List of executed actions.
- executeEndActions() - Method in interface repast.simphony.engine.schedule.ISchedule
-
Executes all the actions scheduled to execute at the end of the model run.
- executeEndActions() - Method in class repast.simphony.engine.schedule.Schedule
-
Executes all the actions scheduled to execute at the end of the model run.
- ExecuteProgram(String, String) - Static method in class repast.simphony.essentials.RepastEssentials
- Executor<X> - Interface in repast.simphony.engine.graph
-
Interface for an object that will execute another object.
- exitState() - Method in class repast.simphony.statecharts.old.CompositeState
- exitState() - Method in class repast.simphony.statecharts.old.SimpleState
- exitState() - Method in class repast.simphony.statecharts.old.State
- exitValue() - Method in class repast.simphony.integration.DefaultLegacyExecutor
- expand() - Method in class repast.simphony.gis.ui.GeographyExportDialog
- expandAll() - Method in class repast.simphony.ui.tree.ScenarioTree
- ExpandBuff(boolean) - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
- expBuilder - Variable in class repast.simphony.gis.styleEditor.RuleEditPanel
- expectedTokenSequences - Variable in exception repast.simphony.engine.watcher.query.ParseException
-
Each entry in this array is an array of integers.
- EXPONENT - Static variable in interface repast.simphony.engine.watcher.query.QueryParserConstants
- ExponentialDecayRateTrigger<T> - Class in repast.simphony.statecharts
- ExponentialDecayRateTrigger(double) - Constructor for class repast.simphony.statecharts.ExponentialDecayRateTrigger
- ExponentialDecayRateTrigger(TriggerDoubleFunction<T>) - Constructor for class repast.simphony.statecharts.ExponentialDecayRateTrigger
- ExportNetworks - Class in repast.simphony.ui.action
-
Action that launches the export network dialog.
- ExportNetworks() - Constructor for class repast.simphony.ui.action.ExportNetworks
- ExtendablePluginClassLoader - Class in repast.simphony.plugin
-
Repast plugin ClassLoader implementation.
- ExtendablePluginClassLoader(PluginManager, PluginDescriptor, ClassLoader) - Constructor for class repast.simphony.plugin.ExtendablePluginClassLoader
- ExtendsLibLink - Annotation Interface in repast.simphony.relogo.ast
- ExtendsLibObserver - Annotation Interface in repast.simphony.relogo.ast
- ExtendsLibPatch - Annotation Interface in repast.simphony.relogo.ast
- ExtendsLibTurtle - Annotation Interface in repast.simphony.relogo.ast
- extent - Variable in class repast.simphony.query.space.grid.AbstractGridQuery
- extent - Variable in class repast.simphony.query.space.grid.GridCellNgh
- ExternalModelRunner - Class in repast.simphony.integration
- ExternalModelRunner() - Constructor for class repast.simphony.integration.ExternalModelRunner
- ExternalProgramRunner - Interface in repast.simphony.integration
- extractHsb(Number) - Static method in class repast.simphony.relogo.Utility
- extractRgb(Number) - Static method in class repast.simphony.relogo.Utility
- extraheight - Variable in class repast.simphony.visualization.cgd.util.ParseClanTree
F
- face(Patch) - Method in class repast.simphony.relogo.AbstractTurtle
-
Faces the caller towards a patch.
- face(Patch) - Method in interface repast.simphony.relogo.Turtle
-
Faces the caller towards a patch.
- face(Turtle) - Method in class repast.simphony.relogo.AbstractTurtle
-
Faces the caller towards a turtle.
- face(Turtle) - Method in interface repast.simphony.relogo.Turtle
-
Faces the caller towards a turtle.
- facexy(Number, Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Faces the caller towards a point.
- facexy(Number, Number) - Method in interface repast.simphony.relogo.Turtle
-
Faces the caller towards a point.
- failed() - Method in class repast.simphony.engine.watcher.WatcheeDataFinder.FinderResult
- FAILURE - Enum constant in enum class repast.simphony.batch.RunningStatus
- fakeRecord(DataFileReader, OutputBuilder<?, ?>, Element) - Static method in enum class repast.simphony.integration.DataFileElementReader
- FastDenseAccessor() - Constructor for class repast.simphony.space.grid.FastDenseSingleOccuGrid.FastDenseAccessor
- FastDenseSingleOccuGrid<T> - Class in repast.simphony.space.grid
-
Default implementation of an n-dimensional continuous space.
- FastDenseSingleOccuGrid(String, int...) - Constructor for class repast.simphony.space.grid.FastDenseSingleOccuGrid
-
Constructs this space with the specified name and size.
- FastDenseSingleOccuGrid(String, GridAdder<T>, GridPointTranslator, int...) - Constructor for class repast.simphony.space.grid.FastDenseSingleOccuGrid
-
Constructs this space with the specified name, adder, translator, accessor and size.
- FastDenseSingleOccuGrid.FastDenseAccessor<V> - Class in repast.simphony.space.grid
-
An acessor for this grid class.
- FASTER - Enum constant in enum class repast.simphony.context.FormerDefaultContext.ContextHint
- FastMethodConvertor - Class in repast.simphony.scenario
-
XStream converter for a FastMethod.
- FastMethodConvertor(XStream) - Constructor for class repast.simphony.scenario.FastMethodConvertor
- fatalError(SAXParseException) - Method in class repast.simphony.integration.MessageCenterHandler
- fd(Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Steps turtle forward by a distance.
- fd(Number) - Method in interface repast.simphony.relogo.Turtle
-
Steps turtle forward by a distance.
- FeatureAgent<T> - Class in repast.simphony.space.gis
-
Wraps a POJO in a GIS feature.
- FeatureAgent(SimpleFeatureType, T, Geography, List<FeatureAttributeAdapter>, List<FeatureAgentFactory.ObjectClassAttributeData>) - Constructor for class repast.simphony.space.gis.FeatureAgent
-
Creates a FeatureAgent from the specified FeatureType, agent and geography.
- FeatureAgentFactory<T> - Class in repast.simphony.space.gis
-
Abstract factory for adapting agents to features.
- FeatureAgentFactory() - Constructor for class repast.simphony.space.gis.FeatureAgentFactory
- FeatureAgentFactoryFinder - Class in repast.simphony.space.gis
-
Singleton class that creates FeatureAgentFactories.
- FeatureAttributeAdapter<T> - Interface in repast.simphony.space.gis
-
Adapts a method call or combination of method calls on an object into a feature attribute lookup.
- featureType - Variable in class repast.simphony.space.gis.FeatureAgent
- field - Variable in class repast.simphony.ui.parameters.DefaultParameterBinder
- FIELD_PROBE_EXT_ID - Static variable in class repast.simphony.ui.RSGUIConstants
- FieldDescriptor - Class in repast.simphony.engine.watcher
-
Describes a watchee field.
- FieldDescriptor(String, String) - Constructor for class repast.simphony.engine.watcher.FieldDescriptor
- fieldIndex - Variable in class repast.simphony.engine.watcher.ArgMatcher
- fieldPropertyDescriptor() - Method in interface repast.simphony.ui.probe.ProbeInfo
-
Gets an iterable over the FieldPropertyDescriptors in this ProbeInfo.
- FieldPropertyDescriptor - Class in repast.simphony.ui.probe
-
Describes a property whose source is field.
- FieldPropertyDescriptor(Field, String) - Constructor for class repast.simphony.ui.probe.FieldPropertyDescriptor
- FieldPropertyManipulator - Class in repast.simphony.annotate
- FieldPropertyManipulator(Field) - Constructor for class repast.simphony.annotate.FieldPropertyManipulator
- FieldUtilities - Class in repast.simphony.freezedry
- file - Variable in class repast.simphony.scenario.AbstractActionLoader
- file - Variable in class repast.simphony.scenario.Scenario
- file - Variable in class repast.simphony.ws.ScenarioFileParser.ScenarioElement
- FILE_DEF - Enum constant in enum class repast.simphony.integration.DataFileElementReader
-
Handler for FileDef tags
- FILE_DEF - Enum constant in enum class repast.simphony.integration.DataFileElements
- FILE_DEF - Enum constant in enum class repast.simphony.integration.DataFileElementWriter
- FILE_DEF_ATTRS() - Constructor for class repast.simphony.integration.DataFileElements.FILE_DEF_ATTRS
- FILE_MENU_ID - Static variable in class repast.simphony.ui.RSGUIConstants
- fileChannel - Variable in class repast.simphony.util.RandomAccessScanner
- FileChooserStep - Class in repast.simphony.data2.gui
-
Wizard step for choosing a file to pass to a data analysis plugin.
- FileChooserStep(String, String, String) - Constructor for class repast.simphony.data2.gui.FileChooserStep
- FileDataSink - Class in repast.simphony.data2
-
DataSink that writes data to a file in tabular format.
- FileDataSink(String, File, Formatter) - Constructor for class repast.simphony.data2.FileDataSink
- FileDataSinkBuilder - Class in repast.simphony.data2.builder
-
DataSinkBuilder that can build FileDataSinks.
- FileDataSinkBuilder(String, FileNameFormatter, String, FormatType) - Constructor for class repast.simphony.data2.builder.FileDataSinkBuilder
- FileDef - Class in repast.simphony.integration
-
A simple class used as the root object for Bean querying.
- FileDef(Object) - Constructor for class repast.simphony.integration.FileDef
-
Constructs this with the specified object to return from
FileDef.getFileDef()
. - FileExtensionFilter - Class in repast.simphony.ui.filters
- FileExtensionFilter(String, String[]) - Constructor for class repast.simphony.ui.filters.FileExtensionFilter
- FileInfo - Class in repast.simphony.relogo
- FileInfo(File) - Constructor for class repast.simphony.relogo.FileInfo
- FileNameFormatter - Class in repast.simphony.data2.builder
-
Class that will format a file name by optionally adding a timestamp and renaming any existing files with same name.
- FileNameFormatter(String, boolean) - Constructor for class repast.simphony.data2.builder.FileNameFormatter
- FileParameterType - Class in repast.simphony.parameter
-
ParameterType and StringConverter for a File type.
- FileParameterType() - Constructor for class repast.simphony.parameter.FileParameterType
- FileSelectionPanel - Class in repast.simphony.ui.newscenario
- FileSelectionPanel() - Constructor for class repast.simphony.ui.newscenario.FileSelectionPanel
- fileShow(Object) - Method in class repast.simphony.relogo.AbstractLink
-
Prints value with agent identifier to current file with a newline.
- fileShow(Object) - Method in class repast.simphony.relogo.AbstractObserver
-
Prints value with agent identifier to current file with a newline.
- fileShow(Object) - Method in class repast.simphony.relogo.AbstractPatch
-
Prints value with agent identifier to current file with a newline.
- fileShow(Object) - Method in class repast.simphony.relogo.AbstractTurtle
-
Prints value with agent identifier to current file with a newline.
- fileShow(Object) - Method in class repast.simphony.relogo.Link
-
Prints value with agent identifier to current file with a newline.
- fileShow(Object) - Method in interface repast.simphony.relogo.Observer
-
Prints value with agent identifier to current file with a newline.
- fileShow(Object) - Method in interface repast.simphony.relogo.Patch
-
Prints value with agent identifier to current file with a newline.
- fileShow(Object) - Method in interface repast.simphony.relogo.Turtle
-
Prints value with agent identifier to current file with a newline.
- FileSinkActionEditorCreator - Class in repast.simphony.data2.gui
- FileSinkActionEditorCreator() - Constructor for class repast.simphony.data2.gui.FileSinkActionEditorCreator
- FileSinkActionLoader(File, Object) - Constructor for class repast.simphony.data2.engine.FileSinkControllerActionIO.FileSinkActionLoader
- FileSinkActionUI - Class in repast.simphony.data2.gui
-
Provides the scenario tree user inteface for data set editing.
- FileSinkActionUI(FileSinkComponentControllerAction) - Constructor for class repast.simphony.data2.gui.FileSinkActionUI
- FileSinkChooserStep - Class in repast.simphony.data2.gui
-
Wizard step for selecting file sink entries that are passed to data analysis plugins.
- FileSinkChooserStep(Iterable<FileDataSink>, boolean, String, String) - Constructor for class repast.simphony.data2.gui.FileSinkChooserStep
- FileSinkComponentControllerAction - Class in repast.simphony.data2.engine
-
ControllerAction responsible for creating DataSets from DataSetDescriptors.
- FileSinkComponentControllerAction(FileSinkDescriptor) - Constructor for class repast.simphony.data2.engine.FileSinkComponentControllerAction
- FileSinkControllerActionIO - Class in repast.simphony.data2.engine
- FileSinkControllerActionIO() - Constructor for class repast.simphony.data2.engine.FileSinkControllerActionIO
- FileSinkControllerActionIO.FileSinkActionLoader - Class in repast.simphony.data2.engine
- FileSinkDescriptor - Class in repast.simphony.data2.engine
-
Descriptor for File type sinks.
- FileSinkDescriptor(String) - Constructor for class repast.simphony.data2.engine.FileSinkDescriptor
-
Creates a
FileSinkDescriptor
- FileSinkEditorWizard - Class in repast.simphony.data2.wizard
- FileSinkEditorWizard(List<DataSetDescriptor>) - Constructor for class repast.simphony.data2.wizard.FileSinkEditorWizard
- FileSinkEditorWizard(List<DataSetDescriptor>, FileSinkDescriptor) - Constructor for class repast.simphony.data2.wizard.FileSinkEditorWizard
- FileSinkMenuItem - Class in repast.simphony.data2.gui
-
Implements the "Add Data Set" menu item.
- FileSinkMenuItem() - Constructor for class repast.simphony.data2.gui.FileSinkMenuItem
- FileSinkPropertiesStep - Class in repast.simphony.data2.wizard
-
Wizard step for configuring the file related properties of a file sink.
- FileSinkPropertiesStep() - Constructor for class repast.simphony.data2.wizard.FileSinkPropertiesStep
- fileSinks() - Method in class repast.simphony.data2.DataSetRegistry
-
Gets all the FileDataSinks that have been added to this DataSetRegistry.
- FileSinkWizardModel - Class in repast.simphony.data2.wizard
- FileSinkWizardModel(List<DataSetDescriptor>) - Constructor for class repast.simphony.data2.wizard.FileSinkWizardModel
- FileSinkWizardModel(List<DataSetDescriptor>, FileSinkDescriptor) - Constructor for class repast.simphony.data2.wizard.FileSinkWizardModel
- fileStep - Variable in class repast.simphony.data.analysis.AnalysisPluginWizard
- fileStep - Variable in class repast.simphony.data.analysis.NetworkAnalysisPluginWizard
- FileUtils - Class in repast.simphony.util
-
Utility methods for dealing with files and directories.
- FileUtils() - Constructor for class repast.simphony.util.FileUtils
- fill - Variable in class repast.simphony.relogo.image.NLImagePrimitive
- FILL - Enum constant in enum class repast.simphony.visualization.visualization3D.AppearanceFactory.PolygonDraw
- fillBars(GUIBarManager) - Method in class repast.simphony.ui.RSAppConfigurator
- FillBuff() - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
- fillColor - Variable in class repast.simphony.gis.styleEditor.PreviewLabel
- fillObject(Object, Map<String, Object>) - Method in class repast.simphony.dataLoader.ui.wizard.builder.ObjectFiller
- fillOpacity - Variable in class repast.simphony.gis.styleEditor.PreviewLabel
- fillOpacity - Variable in class repast.simphony.ws.DisplayProperties
- fillVisible - Variable in class repast.simphony.gis.styleEditor.RuleEditPanel
- filter(String) - Method in class repast.simphony.util.ClassPathEntry
-
Returns true if the
- Filter<T> - Interface in repast.simphony.filter
- FilteredIterator<T> - Class in repast.simphony.filter
- FilteredIterator<X> - Class in repast.simphony.util.collections
-
An iterator that decorates another iterator with filtering capabilities based on a specified rule.
- FilteredIterator(Iterator<X>, Predicate<X>) - Constructor for class repast.simphony.util.collections.FilteredIterator
-
Constructs this iterator working on the specified iterator with the specified predicate, and searching through all the iterator.
- FilteredIterator(Iterator<X>, Predicate<X>, boolean) - Constructor for class repast.simphony.util.collections.FilteredIterator
-
Constructs this iterator working on the specified iterator with the specified predicate.
- FilteredIterator(Filter<T>, Collection<T>) - Constructor for class repast.simphony.filter.FilteredIterator
- FilteredIterator(Filter<T>, Iterator<T>) - Constructor for class repast.simphony.filter.FilteredIterator
- filterList - Variable in class repast.simphony.ui.table.TableFilterDialog
- filterListModel - Variable in class repast.simphony.ui.table.TableFilterDialog
- filters() - Method in class repast.simphony.filter.OrFilter
-
Gets an iterable over the filters that compose this OrFilter.
- filterValue - Variable in class repast.simphony.ui.table.NamedRowFilter
- filterValueBox - Variable in class repast.simphony.ui.table.TableFilterDialog
- filterValueModel - Variable in class repast.simphony.ui.table.TableFilterDialog
- filterVisible - Variable in class repast.simphony.gis.styleEditor.RuleEditPanel
- finalize() - Method in class repast.simphony.space.graph.ShortestPath
-
Removes this as a projection listener when this ShortestPath is garbage collected.
- FinalState<T> - Class in repast.simphony.statecharts
- FinalState(String) - Constructor for class repast.simphony.statecharts.FinalState
- FinalStateBuilder<T> - Class in repast.simphony.statecharts
- FinalStateBuilder(String) - Constructor for class repast.simphony.statecharts.FinalStateBuilder
- find(InputStream) - Method in class repast.simphony.batch.ssh.BaseOutputNamesFinder
-
Reads the specified file sink descriptor for the filename.
- find(Class<? extends E>) - Static method in class repast.simphony.relogo.factories.ReLogoImplementingClassesFinder
- find(String) - Method in class repast.simphony.batch.ssh.BaseOutputNamesFinder
-
Finds file sinks descriptors in the specified directories and returns a FinderOutput results for each file sink.
- find(String) - Method in class repast.simphony.scenario.data.ContextData
-
Finds and returns the ContextData with the specified id.
- findAction(Object, String) - Method in class repast.simphony.engine.controller.DefaultControllerRegistry
- findAction(Object, String) - Method in interface repast.simphony.engine.environment.ControllerRegistry
-
Finds a registered action.
- FindAgentsInContext(String, String) - Static method in class repast.simphony.essentials.RepastEssentials
- FindAgentsInContext(String, String, Object) - Static method in class repast.simphony.essentials.RepastEssentials
- FindAgentsInNetwork(String, String) - Static method in class repast.simphony.essentials.RepastEssentials
- FindAgentsInNetwork(String, String, Object) - Static method in class repast.simphony.essentials.RepastEssentials
- findAttributes(Attribute) - Method in class repast.simphony.visualization.gui.styleBuilder.AbstractStyleDialog
-
Method loads an edge class and adds get methods or just adds the getWeight method as default
- findBestValue(Queryable, Element, String) - Static method in class repast.simphony.integration.DataFileUtils
-
Same as
findBestValue(queryable, element, attributeName, true)
- findBestValue(Queryable, Element, String, boolean) - Static method in class repast.simphony.integration.DataFileUtils
-
Tries to retrieve an attribute from the nodeToHandle based on the target.
- findClasses() - Method in class repast.simphony.userpanel.ui.ImplementingClassesFinder
- findClasses() - Method in class repast.simphony.util.ClassFinder
-
Gets the classes in the currently added entries, applying any filters.
- findClassNames() - Method in class repast.simphony.util.ClassFinder
- findContext(Object) - Method in class repast.simphony.context.AbstractContext
-
This searches the specified context and its descendants for the context with the specified id.
- findContext(Object) - Method in interface repast.simphony.context.Context
- findContext(Object) - Method in class repast.simphony.context.FormerDefaultContext
-
This searches the specified context and its descendants for the context with the specified id.
- findContext(Context<T>, Object) - Static method in class repast.simphony.util.ContextUtils
-
This searches the specified context and its descendants for the context with the specified id.
- findContext(Context, Object) - Method in class repast.simphony.dataLoader.util.DataLoaderUtilities
-
Depth first search starting with context for context with specified id.
- FindContext(String) - Static method in class repast.simphony.essentials.RepastEssentials
- findContextInRunState(RunState, Object) - Static method in class repast.simphony.engine.controller.AbstractControllerAction
- FindContinuousSpace(String) - Static method in class repast.simphony.essentials.RepastEssentials
-
Finds the Continuous Space projection from the given path.
- FindEdge(String, Object, Object) - Static method in class repast.simphony.essentials.RepastEssentials
- findEdges(PNode) - Method in class repast.simphony.visualization.editor.DefaultEdgeFinder
-
Deprecated.Finds the PEdges associated with the specified PNode.
- findEdges(PNode) - Method in interface repast.simphony.visualization.editor.EdgeFinder
-
Deprecated.Finds the PEdges associated with the specified PNode.
- findEdges(PNode) - Method in class repast.simphony.visualization.editor.EmptyEdgeFinder
-
Deprecated.Finds the PEdges associated with the specified PNode.
- FinderOutput(String, boolean) - Constructor for class repast.simphony.batch.ssh.BaseOutputNamesFinder.FinderOutput
- FinderResult(boolean, String) - Constructor for class repast.simphony.engine.watcher.WatcheeDataFinder.FinderResult
- findExplicitTargetParent(Queryable, String) - Static method in class repast.simphony.integration.DataFileUtils
- findFields(Class<?>, Class<? extends Annotation>...) - Static method in class repast.simphony.util.ClassUtilities
-
Inspects a class looking for fields marked with the specified annotation and returns all those fields that are marked.
- findFiles(List<MatchedFiles>, List<String>, String) - Method in class repast.simphony.batch.ssh.OutputFinder
-
Looks through the list of String filenames for the one that ends with the param map suffix.
- findFirstMethodWithArgs(Class, String, int) - Static method in class repast.simphony.util.ClassUtilities
- findGeometryType(Class) - Static method in class repast.simphony.gis.util.GeometryUtil
-
Finds the geometry type of the specified org.locationtech.jts.geom class.
- findGeometryType(Style) - Static method in class repast.simphony.gis.util.GeometryUtil
-
Finds the geometry type associated with a style.
- findGeometryType(Geometry) - Static method in class repast.simphony.gis.util.GeometryUtil
-
Finds the geometry type of the specified geometry.
- findGeometryType(SimpleFeature) - Static method in class repast.simphony.gis.util.GeometryUtil
-
Finds the geometry type of the specified feature.
- findGetter(Class<?>, String, Class<?>...) - Static method in class repast.simphony.util.ClassUtilities
- FindGrid(String) - Static method in class repast.simphony.essentials.RepastEssentials
-
Finds the Grid projection from the given path.
- findLayer(Object) - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- findLayer(Object) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
- findLayer(Object) - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
Finds the layer associated with this object.
- findLayer(Object) - Method in class repast.simphony.ws.DisplayServer2D
- findLayer(Object) - Method in class repast.simphony.ws.gis.DisplayServerGIS
- findMethod(Class<?>, String, Class<?>...) - Static method in class repast.simphony.util.ClassUtilities
-
Finds the named method with the specified parameters in the specified class.
- findMethods(Class<?>, Class<? extends Annotation>...) - Static method in class repast.simphony.util.ClassUtilities
-
Inspects a class looking for methods marked with the specified annotation and returns all those methods that are marked.
- FindNetwork(String) - Static method in class repast.simphony.essentials.RepastEssentials
-
Finds the Network projection from the given path.
- findObjectForRenderable(Airspace) - Method in class repast.simphony.visualization.gis3D.AbstractAirspaceLayer
-
Returns the object that is associated with the renderable argument.
- findObjectForRenderable(Renderable) - Method in class repast.simphony.visualization.gis3D.AbstractRenderableLayer
-
Returns the object that is associated with the renderable argument.
- findObjForItem(PNode) - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.Finds the object for which the specified PNode is the representation.
- findObjForItem(PNode) - Method in class repast.simphony.visualization.visualization2D.StyledDisplayLayer2D
-
Deprecated.This does a slow O(n) check on the visual items.
- findObjForShape(Shape3D, Point3d) - Method in class repast.simphony.visualization.visualization3D.DefaultValueDisplayLayer3D
- findObjsForItem(Shape3D) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplayLayer3D
-
Given a Shape3D, return the object that the shape is the visualization of.
- findObjsForItem(Shape3D) - Method in interface repast.simphony.visualization.visualization3D.IDisplayLayer3D
- findObjsForItems(Collection<PNode>) - Method in class repast.simphony.visualization.network.NetworkDisplayLayer2D
-
Given list PNode, return the objects that the PNodes represent.
- findObjsForItems(Collection<PNode>) - Method in interface repast.simphony.visualization.visualization2D.IDisplayLayer2D
-
Deprecated.
- findObjsForItems(Collection<PNode>) - Method in class repast.simphony.visualization.visualization2D.StyledDisplayLayer2D
-
Deprecated.Given list PNode, return the objects that the PNodes represent.
- findOutput(String) - Method in class repast.simphony.batch.ClusterOutputCombiner
- findOutput(List<OutputPattern>) - Method in class repast.simphony.batch.ssh.LocalSession
-
Finds the model output that is the result of running this Session and returns those files.
- findOutput(List<OutputPattern>) - Method in class repast.simphony.batch.ssh.RemoteSession
-
Finds the model output of that is the result of running this Session and returns that those files.
- findOutput(List<OutputPattern>) - Method in interface repast.simphony.batch.ssh.Session
-
Finds the model output of that is the result of running this Session and returns that those files.
- findParent(Object) - Method in class repast.simphony.context.AbstractContext
-
Retrieves the context of the specified object starting with the specified Context.
- findParent(Object) - Method in interface repast.simphony.context.Context
- findParent(Object) - Method in class repast.simphony.context.FormerDefaultContext
-
Retrieves the context of the specified object starting with the specified Context.
- FindParentContext(String) - Static method in class repast.simphony.essentials.RepastEssentials
- FindProjection(String) - Static method in class repast.simphony.essentials.RepastEssentials
- findProperties(Object) - Method in class repast.simphony.ui.probe.ProbedPropertiesFinder
- findSetter(Class<?>, String, Class<?>...) - Static method in class repast.simphony.util.ClassUtilities
- findSources() - Method in class repast.simphony.sql.SQLWindow
- findSources(String, Context) - Method in class repast.simphony.sql.SQLWindow
- findStylesFor(Class<?>, String) - Method in class repast.simphony.visualization.gui.CoverageStyleClassStep
-
Provides a list of available style classes (including default) for the specified interface.
- findStylesFor(Class<?>, String) - Method in class repast.simphony.visualization.gui.EdgeStyleStep
-
Provides a list of available style classes (including default) for the specified interface.
- findStylesFor(Class<?>, String) - Method in class repast.simphony.visualization.gui.StyleClassStep
-
Provides a list of available style classes (including default) for the specified interface.
- findStylesForDisplay(DisplayDescriptor) - Method in class repast.simphony.visualization.gui.EdgeStyleStep
-
Finds all classes that implement the style interface for the type in the descriptor.
- findStylesForDisplay(DisplayDescriptor) - Method in class repast.simphony.visualization.gui.StyleClassStep
-
Finds all classes that implement the style interface for the type in the descriptor.
- FindValueLayer(String) - Static method in class repast.simphony.essentials.RepastEssentials
-
Finds the ValueLayer that matches the specified path.
- FINISH - Enum constant in enum class repast.simphony.gis.display.PGisLayer.RenderEnum
-
Deprecated.
- finishChildrenRead(FreezeDryedObject) - Method in class repast.simphony.freezedry.AbstractDataSource
-
Ends the reading of the children for the specified
FreezeDryedObject
. - finishChildrenRead(FreezeDryedObject) - Method in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
- finishChildrenRead(FreezeDryedObject) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- finishChildrenWrite(FreezeDryedObject) - Method in class repast.simphony.freezedry.AbstractDataSource
-
Finishes the writing of the children for the specified
FreezeDryedObject
. - finishChildrenWrite(FreezeDryedObject) - Method in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
- finishChildrenWrite(FreezeDryedObject) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- finished - Variable in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
- finished(ShortestPath<?>) - Static method in class repast.simphony.space.graph.ShortestPath
-
Null the object so that the Garbage Collector recognizes to remove the object from the jvm.
- finishing - Variable in class repast.simphony.engine.schedule.ScheduleGroup
- finishTypeWrite(FreezeDryedObject) - Method in class repast.simphony.freezedry.AbstractDataSource
-
Finishes the writing of the specified
FreezeDryedObject
. - finishTypeWrite(FreezeDryedObject) - Method in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
- finishTypeWrite(FreezeDryedObject) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- fireActionPerformed(ActionEvent) - Method in class repast.simphony.ui.widget.DropDownButton
-
If we are not in the pop-up menu's location this will just call the super's
AbstractButton.fireActionPerformed(java.awt.event.ActionEvent)
method, otherwise this will not fire the event. - fireAddContextEvent(T) - Method in class repast.simphony.context.AbstractContext
- fireFrameFinished() - Method in class repast.simphony.visualization.visualization3D.RepastCanvas3D
- fireInfoMessage(DisplayEvent) - Method in class repast.simphony.visualization.DisplayListenerSupport
-
Broadcast a info message display event.
- fireInfoMessage(IDisplay, String) - Method in class repast.simphony.visualization.DisplayListenerSupport
-
Broadcast a info message display event consisting of the specified source and the specified message.
- fireMapLayerChangedEvent(MapLayerEvent) - Method in class repast.simphony.gis.display.RepastMapLayer
-
Deprecated.
- fireMapLayerChangedEvent(MapLayerEvent) - Method in class repast.simphony.gis.display.RepastRasterLayer
-
Deprecated.
- firePausedMessage() - Method in class repast.simphony.engine.environment.AbstractRunner
-
Fires a paused message to all registered run listeners.
- firePausedMessage() - Method in class repast.simphony.ws.RunnerSupport
-
Fires a paused message to all registered run listeners.
- fireProbeEvent(Object, List<?>) - Method in class repast.simphony.visualization.ProbeListenerSupport
-
Broadcast a probe event consisting of the specified source and probed object to the current list of probe listeners.
- fireProbeEvent(Object, List<?>, ProbeEvent.Type) - Method in class repast.simphony.visualization.ProbeListenerSupport
-
Broadcast a probe event consisting of the specified source, probed object and type to the current list of probe listeners.
- fireProjectionEvent(ProjectionEvent) - Method in class repast.simphony.space.projection.DefaultProjection
-
Sends the specified evt to all the projection listeners.
- fireRemoveEvent(Object) - Method in class repast.simphony.context.AbstractContext
- fireRenderFinished(Object) - Method in class repast.simphony.render.RendererListenerSupport
- fireRestartedMessage() - Method in class repast.simphony.engine.environment.AbstractRunner
-
Fires a restarted message to all registered run listeners.
- fireRestartedMessage() - Method in class repast.simphony.ws.RunnerSupport
-
Fires a restarted message to all registered run listeners.
- fireScenarioChanged(Object, String) - Method in class repast.simphony.scenario.ScenarioChangedSupport
-
Fires a ScenarioChangeEvent to all the listeners.
- fireStartedMessage() - Method in class repast.simphony.engine.environment.AbstractRunner
-
Fires a started message to all registered run listeners.
- fireStartedMessage() - Method in class repast.simphony.ws.RunnerSupport
-
Fires a started message to all registered run listeners.
- fireStateChanged() - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Notifies all listeners that have registered interest for notification on this event type.
- fireStoppedMessage() - Method in class repast.simphony.engine.environment.AbstractRunner
-
Fires a stopped message to all registered run listeners.
- fireStoppedMessage() - Method in class repast.simphony.ws.RunnerSupport
-
Fires a stopped message to all registered run listeners.
- fireSubContextAdded(Context<? extends T>) - Method in class repast.simphony.context.AbstractContext
- fireSubContextRemoved(Context<? extends T>) - Method in class repast.simphony.context.AbstractContext
- first(String) - Static method in class repast.simphony.relogo.Utility
-
Returns the first character in a string.
- first(List<E>) - Static method in class repast.simphony.relogo.Utility
-
Returns the first item in a list.
- FIRST - Enum constant in enum class repast.simphony.engine.schedule.PriorityType
- FIRST_GLOBE_LAYER - Static variable in class repast.simphony.visualization.gis3D.WWUtils
- FIRST_OF_LAST - Enum constant in enum class repast.simphony.engine.schedule.PriorityType
- FIRST_PRIORITY - Static variable in class repast.simphony.engine.schedule.ScheduleParameters
- firstActions - Variable in class repast.simphony.engine.schedule.ScheduleGroup
-
List of actions that should be executed first.
- firstChild - Variable in class repast.simphony.visualization.cgd.util.ParseClanTree
- firstOfLastActions - Variable in class repast.simphony.engine.schedule.ScheduleGroup
-
List of actions that are executed as last actions but immediately prior to those.
- firstParameters(Parameters) - Method in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
- firstParameters(Parameters) - Method in class repast.simphony.parameter.ParameterTreeSweeper
- firstRender - Variable in class repast.simphony.visualization.visualization3D.Display3D
- firstStepRandom - Variable in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
- firstTime - Variable in class repast.simphony.parameter.ParameterTreeSweeper
- fixedLeavesContains(Turtle) - Method in class repast.simphony.relogo.AbstractTurtle
- fixedLeavesContains(Turtle) - Method in interface repast.simphony.relogo.Turtle
- FixedRangeFix - Class in repast.simphony.chart2
-
Sets the initial range from -2 to some specified amount and then when that max has been exceeded sets a fixed length of that amount.
- FixedRangeFix(XYPlot, int) - Constructor for class repast.simphony.chart2.FixedRangeFix
- fixHeap() - Method in class repast.simphony.engine.schedule.ActionQueue
-
Reinstate the heap order.
- fixHeap() - Method in class repast.simphony.util.PriorityQueue
-
Reinstate the heap order.
- fixLinear(TreeSet, TreeSet[], TreeSet[]) - Method in class repast.simphony.visualization.cgd.util.ParseClanTree
- fixPath(String) - Static method in class repast.simphony.integration.JXPathUtils
-
When doing xpath against beans we need to reference the root with /fileDef, but to be consistent with the DOM code we convert FilDef to fileDef.
- FLAT - Enum constant in enum class repast.simphony.gis.visualization.engine.GISDisplayDescriptor.VIEW_TYPE
- FLAT - Enum constant in enum class repast.simphony.visualizationOGL2D.ValueLayerStyleOGL.Shading
- flatGlobe - Variable in class repast.simphony.visualization.gis3D.DisplayGIS3D
- flatten(Collection) - Static method in class repast.simphony.relogo.Utility
- flattenTree() - Method in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
- flatTree - Variable in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
- FLOAT - Enum constant in enum class repast.simphony.freezedry.ArrayValueHandler
- FLOAT - Enum constant in enum class repast.simphony.parameter.xml.AbstractNumberSetterCreator.Type
- FLOAT - Static variable in interface repast.simphony.engine.watcher.query.QueryParserConstants
- FloatConverter() - Constructor for class repast.simphony.parameter.StringConverterFactory.FloatConverter
- FloatingList - Class in repast.simphony.visualization.editor
-
Deprecated.2D piccolo based code is being removed
- FloatingList(Object...) - Constructor for class repast.simphony.visualization.editor.FloatingList
-
Deprecated.
- FloatSteppedSetter - Class in repast.simphony.parameter
-
This
ParameterSetter
will run through a space of numbers. - FloatSteppedSetter(String, float, float, float) - Constructor for class repast.simphony.parameter.FloatSteppedSetter
-
Constructs this with the given base value, step size, and maximum value.
- floor(Number) - Static method in class repast.simphony.relogo.Utility
-
Returns largest integer less than or equal to a number.
- flush() - Method in class repast.simphony.batch.LoggingOutputStream
-
upon flush() write the existing contents of the OutputStream to the logger as a log record.
- flush() - Method in class repast.simphony.chart2.AbstractXYSeriesDataSink
- flush() - Method in class repast.simphony.chart2.HistogramDataSink
- flush() - Method in class repast.simphony.data2.AbstractDataSet
- flush() - Method in class repast.simphony.data2.AbstractDataSetManager
-
Notifies the DataSets managed by this DataSetManager to tell their DataSinks to flush any buffered data.
- flush() - Method in class repast.simphony.data2.BatchParamMapFileWriter
- flush() - Method in class repast.simphony.data2.ConsoleDataSink
- flush() - Method in interface repast.simphony.data2.DataSet
-
Notifies the sinks associated with this DataSet to flush their buffered data (if any).
- flush() - Method in interface repast.simphony.data2.DataSetManager
-
Notifies the DataSets managed by this DataSetManager to tell their DataSinks to flush any buffered data.
- flush() - Method in interface repast.simphony.data2.DataSink
-
Flushes any data buffered by this DataSink.
- flush() - Method in class repast.simphony.data2.FileDataSink
- flush() - Method in class repast.simphony.ui.probe.Probe
-
Flush any pending changes from the bean.
- flush() - Method in class repast.simphony.ws.DataServer
- flushCache(boolean) - Method in class repast.simphony.space.gis.WritableGridCoverage2D
- flushFileSinks() - Static method in class repast.simphony.relogo.Utility
-
Flush file data sinks.
- focus() - Method in class repast.simphony.statecharts.runtime.StateChartSVGDisplayController
- followTransition(String) - Method in class repast.simphony.statecharts.DefaultStateChart
- followTransition(String) - Method in interface repast.simphony.statecharts.StateChart
-
Follow the transition (identified by a potentially non-unique ID) if valid.
- followTransition(Transition<T>) - Method in class repast.simphony.statecharts.DefaultStateChart
- followTransition(Transition<T>) - Method in interface repast.simphony.statecharts.StateChart
-
Follow the transition if valid.
- font - Variable in class repast.simphony.visualization.visualization3D.AbstractLabel
- FooMainNew - Class in repast.simphony.engine.schedule
- FooMainNew() - Constructor for class repast.simphony.engine.schedule.FooMainNew
- forceMove(Object, double, double) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Forcibly moves a vertex to the (x,y) location by setting its x and y locations to the inputted location.
- forceMove(Object, double, double, double) - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
- forceMove(Object, double, double, double) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
- forceRender() - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.Need to render displays when the sim is paused and initialized, because the display won't render with DisplayGIS.render() if it is hidden.
- forceRender() - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.Need to render displays when the sim is paused and initialized, because the display won't render with Display2D.render() if it is hidden.
- forEach(GridFunction, GridPoint, int...) - Method in class repast.simphony.valueLayer.GridValueLayer
-
Apply the specified function to each cell in the extent around the origin.
- forEach(GridFunction, GridPoint, BufferedGridValueLayer.Buffer, int...) - Method in class repast.simphony.valueLayer.BufferedGridValueLayer
-
Apply the specified function to each cell in the extent around the origin.
- foregroundColor - Variable in class repast.simphony.ui.sparkline.SparklineJComponent
- format - Variable in class repast.simphony.data2.engine.AbstractTextSinkDescriptor
- format(double) - Method in class repast.simphony.ui.DefaultTickCountFormatter
-
Receives the current tick as an argument and returns a String.
- format(double) - Method in interface repast.simphony.ui.plugin.TickCountFormatter
-
Receives the current tick as an argument and returns a String.
- format(double, StringBuffer, FieldPosition) - Method in class repast.simphony.ui.probe.ZeroNumberFormat
- format(long, StringBuffer, FieldPosition) - Method in class repast.simphony.ui.probe.ZeroNumberFormat
- format(Object, String[]) - Method in class repast.simphony.data2.AbstractFormatter.ItemFormatter
- format(Object, String[]) - Method in class repast.simphony.data2.AbstractFormatter.RuntimeTestFormatter
- format(Object, String[]) - Method in class repast.simphony.data2.AbstractFormatter.StringFormatter
- format(Object, StringBuffer, FieldPosition) - Method in class repast.simphony.ui.probe.StringConverterFormat
- format(Object, StringBuffer, FieldPosition) - Method in class repast.simphony.ui.probe.ZeroNumberFormat
- formatData() - Method in interface repast.simphony.data2.Formatter
-
Formats the data that has been added to this Formatter.
- formatData() - Method in class repast.simphony.data2.LineFormatter
-
Formats the data that has been added to this Formatter in id: data , id: data, ...
- formatData() - Method in class repast.simphony.data2.TabularFormatter
- formatForInput() - Method in class repast.simphony.batch.parameter.ParametersToInput
-
Gets an iterator over the formatted input.
- formatForInput(File, File) - Method in class repast.simphony.batch.parameter.ParametersToInput
-
Writes each batch parameters combination as a line in two files.
- Formatter - Interface in repast.simphony.data2
- FormatType - Enum Class in repast.simphony.data2
-
Enum specifying textual DataSink format type.
- FormerDefaultContext<T> - Class in repast.simphony.context
- FormerDefaultContext() - Constructor for class repast.simphony.context.FormerDefaultContext
- FormerDefaultContext(Object) - Constructor for class repast.simphony.context.FormerDefaultContext
- FormerDefaultContext(Object, Object) - Constructor for class repast.simphony.context.FormerDefaultContext
- FormerDefaultContext(Object, Object, FormerDefaultContext.ContextHint) - Constructor for class repast.simphony.context.FormerDefaultContext
- FormerDefaultContext(Object, FormerDefaultContext.ContextHint) - Constructor for class repast.simphony.context.FormerDefaultContext
- FormerDefaultContext.ContextHint - Enum Class in repast.simphony.context
- forward(Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Steps turtle forward by a distance.
- forward(Number) - Method in interface repast.simphony.relogo.Turtle
-
Steps turtle forward by a distance.
- FORWARD - Enum constant in enum class repast.simphony.parameter.optimizer.AdvanceType
-
Move forward in the space (ie right or down)
- forwardValid - Variable in class repast.simphony.parameter.optimizer.HillClimber
- forwardValue - Variable in class repast.simphony.parameter.optimizer.HillClimber
- FPRangeParameterBinder - Class in repast.simphony.ui.parameters
-
ParameterBinder for floating point ranged parameters.
- FPRangeParameterBinder(String, String, double, double, double) - Constructor for class repast.simphony.ui.parameters.FPRangeParameterBinder
- fput(Object, List) - Static method in class repast.simphony.relogo.Utility
-
Appends item to the front of a list then returns the new list.
- FR3DLayout<T> - Class in repast.simphony.visualization.visualization3D.layout
-
Modified from the Fruchterman-Reingold algorithm for node layouts from JUNG- FRLayout for 2D...but modified to do 3D
- FR3DLayout() - Constructor for class repast.simphony.visualization.visualization3D.layout.FR3DLayout
- FR3DLayout.FRVertexData - Class in repast.simphony.visualization.visualization3D.layout
- frame - Variable in class repast.simphony.statecharts.runtime.SVGApplication
- FRAME_UPDATE_INTERVAL - Static variable in class repast.simphony.visualization.AbstractDisplay
- frameFinished() - Method in interface repast.simphony.visualization.visualization3D.Canvas3DListener
- free() - Method in class repast.simphony.relogo.AbstractLink
-
Joins together two ends of a link and ties the movements of the ends, except for headings.
- free() - Method in class repast.simphony.relogo.Link
-
Joins together two ends of a link and ties the movements of the ends, except for headings.
- FREE - Static variable in class repast.simphony.util.collections.OpenLongToDoubleHashMap
-
Status indicator for free table entries.
- freeLeavesContains(Object) - Method in class repast.simphony.relogo.AbstractTurtle
- freeLeavesContains(Object) - Method in interface repast.simphony.relogo.Turtle
- freezeDry(Object) - Method in class repast.simphony.freezedry.FreezeDryedRegistry
- freezeDry(String, Class) - Method in class repast.simphony.freezedry.freezedryers.ClassFreezeDryer
- freezeDry(String, Object) - Method in class repast.simphony.freezedry.freezedryers.ArrayFreezeDryer
- freezeDry(String, Object) - Method in class repast.simphony.freezedry.freezedryers.BinaryFreezeDryer
- freezeDry(String, Object) - Method in class repast.simphony.freezedry.freezedryers.DefaultFreezeDryer
- freezeDry(String, Object) - Method in class repast.simphony.freezedry.freezedryers.PrimitiveFreezeDryer
- freezeDry(String, Object) - Method in class repast.simphony.freezedry.PrimitiveArrayFreezeDryer
- freezeDry(String, BigDecimal) - Method in class repast.simphony.freezedry.freezedryers.BigDecimalFreezeDryer
- freezeDry(String, Collection) - Method in class repast.simphony.freezedry.freezedryers.CollectionFreezeDryer
- freezeDry(String, Map<?, ?>) - Method in class repast.simphony.freezedry.freezedryers.MapFreezeDryer
- freezeDry(String, Quantity<?>) - Method in class repast.simphony.freezedry.freezedryers.QuantityFreezeDryer
- freezeDry(String, Geometry) - Method in class repast.simphony.gis.freezedry.GeometryFreezeDryer
- freezeDry(String, DefaultContext<?>) - Method in class repast.simphony.freezedry.freezedryers.ContextFreezeDryer
- freezeDry(String, T) - Method in interface repast.simphony.freezedry.FreezeDryer
- FreezeDryButtonModel - Class in repast.simphony.freezedry.wizard
- FreezeDryButtonModel() - Constructor for class repast.simphony.freezedry.wizard.FreezeDryButtonModel
- FreezeDryedClassChooserStep - Class in repast.simphony.dataLoader.ui.wizard
- FreezeDryedClassChooserStep(ClassRetrievable) - Constructor for class repast.simphony.dataLoader.ui.wizard.FreezeDryedClassChooserStep
- FreezeDryedContextBuilder - Class in repast.simphony.dataLoader.engine
- FreezeDryedContextBuilder(boolean, Iterable<Class<?>>, Object) - Constructor for class repast.simphony.dataLoader.engine.FreezeDryedContextBuilder
- freezeDryedContextId - Variable in class repast.simphony.dataLoader.ui.wizard.FreezeDryerContextActionBuilder
- FreezeDryedDataSource - Interface in repast.simphony.freezedry
- FreezeDryedObject - Class in repast.simphony.freezedry
-
This represents a flattened object.
- FreezeDryedObject(Class) - Constructor for class repast.simphony.freezedry.FreezeDryedObject
- FreezeDryedObject(String, Class) - Constructor for class repast.simphony.freezedry.FreezeDryedObject
- FreezeDryedParentChild - Class in repast.simphony.freezedry
- FreezeDryedParentChild() - Constructor for class repast.simphony.freezedry.FreezeDryedParentChild
- FreezeDryedParentChild(Class, String) - Constructor for class repast.simphony.freezedry.FreezeDryedParentChild
- FreezeDryedParentChild(Class, String, Class, String) - Constructor for class repast.simphony.freezedry.FreezeDryedParentChild
- FreezeDryedParentChild(Class, String, Class, String, int) - Constructor for class repast.simphony.freezedry.FreezeDryedParentChild
- FreezeDryedRegistry - Class in repast.simphony.freezedry
- FreezeDryedRegistry() - Constructor for class repast.simphony.freezedry.FreezeDryedRegistry
- FreezeDryer<T> - Interface in repast.simphony.freezedry
- FreezeDryerContextActionBuilder - Class in repast.simphony.dataLoader.ui.wizard
- FreezeDryerContextActionBuilder(FreezeDryedContextBuilder) - Constructor for class repast.simphony.dataLoader.ui.wizard.FreezeDryerContextActionBuilder
- FreezeDryingException - Exception in repast.simphony.freezedry
-
An exception thrown when there is a problem while working with the freeze drying utilities.
- FreezeDryingException() - Constructor for exception repast.simphony.freezedry.FreezeDryingException
- FreezeDryingException(String) - Constructor for exception repast.simphony.freezedry.FreezeDryingException
- FreezeDryingException(String, Throwable) - Constructor for exception repast.simphony.freezedry.FreezeDryingException
- FreezeDryingException(Throwable) - Constructor for exception repast.simphony.freezedry.FreezeDryingException
- FreezeDryScheduleStep - Class in repast.simphony.freezedry.wizard
- FreezeDryScheduleStep() - Constructor for class repast.simphony.freezedry.wizard.FreezeDryScheduleStep
- FreezeDryUtils - Class in repast.simphony.freezedry
- FreezeDryUtils() - Constructor for class repast.simphony.freezedry.FreezeDryUtils
- FreezeDryWizardModel - Class in repast.simphony.freezedry.wizard
- FreezeDryWizardModel(Path, Scenario, Object) - Constructor for class repast.simphony.freezedry.wizard.FreezeDryWizardModel
- FreezeDryWizardOption - Interface in repast.simphony.freezedry.wizard
- FreezeDryWizardPluginUtil - Class in repast.simphony.freezedry.wizard
- FreezeDryWizardPluginUtil() - Constructor for class repast.simphony.freezedry.wizard.FreezeDryWizardPluginUtil
- FreezerActionUI - Class in repast.simphony.freezedry.gui
- FreezerActionUI(FreezerControllerAction, FreezeDryWizardOption, String) - Constructor for class repast.simphony.freezedry.gui.FreezerActionUI
- FreezerControllerAction - Class in repast.simphony.freezedry.wizard
- FreezerControllerAction(ScheduleParameters, Object, FreezeDryedDataSource) - Constructor for class repast.simphony.freezedry.wizard.FreezerControllerAction
- FreezerControllerAction(ScheduleParameters, FreezeDryedDataSource) - Constructor for class repast.simphony.freezedry.wizard.FreezerControllerAction
- FreezerEditor - Class in repast.simphony.freezedry.gui
- FreezerEditor(FreezeDryWizardOption, FreezerControllerAction, Scenario, Object, String) - Constructor for class repast.simphony.freezedry.gui.FreezerEditor
- FreezerMenuItem - Class in repast.simphony.freezedry.gui
-
A menu item that allows a person to add a scheduled freeze drying through the freeze dryer wizard.
- FreezerMenuItem() - Constructor for class repast.simphony.freezedry.gui.FreezerMenuItem
- frequency - Variable in class repast.simphony.engine.schedule.AbstractAction
-
The Frequency of this AbstractAction.
- Frequency - Enum Class in repast.simphony.engine.schedule
-
An enumeration of the types of execution frequency.
- frequencyBox - Variable in class repast.simphony.ui.plugin.editor.ScheduleParamsPanel
- FRLayout2D<T> - Class in repast.simphony.visualization.visualization2D.layout
-
Layout that wraps JUNG FRLayout
- FRLayout2D() - Constructor for class repast.simphony.visualization.visualization2D.layout.FRLayout2D
- fromString(String) - Method in class repast.simphony.parameter.DefaultParameterSchema
- fromString(String) - Method in class repast.simphony.parameter.FileParameterType
-
Returns a new File with the specified path
- fromString(String) - Method in interface repast.simphony.parameter.ParameterSchema
-
Creates an Object from the String representation.
- fromString(String) - Method in interface repast.simphony.parameter.StringConverter
-
Creates an Object from a String representation.
- fromString(String) - Method in class repast.simphony.parameter.StringConverterFactory.BooleanConverter
- fromString(String) - Method in class repast.simphony.parameter.StringConverterFactory.ByteConverter
- fromString(String) - Method in class repast.simphony.parameter.StringConverterFactory.DoubleConverter
- fromString(String) - Method in class repast.simphony.parameter.StringConverterFactory.FloatConverter
- fromString(String) - Method in class repast.simphony.parameter.StringConverterFactory.IntConverter
- fromString(String) - Method in class repast.simphony.parameter.StringConverterFactory.LongConverter
- fromString(String) - Method in class repast.simphony.parameter.StringConverterFactory.ShortConverter
- fromString(String) - Method in class repast.simphony.parameter.StringConverterFactory.StringStringConverter
- fromString(String) - Method in class repast.simphony.ui.probe.QuantityConverter
-
Creates an Object from a String representation.
- fromXML(InputStream) - Method in class repast.simphony.xml.XMLSerializer
-
Deserializes an object from an xml input stream.
- fromXML(Reader) - Method in class repast.simphony.xml.XMLSerializer
-
Deserializes an object from an xml reader.
- fromXML(String) - Method in class repast.simphony.xml.XMLSerializer
-
Deserializes an object from an xml String.
- FRVertexData() - Constructor for class repast.simphony.visualization.visualization3D.layout.FR3DLayout.FRVertexData
- FULL - Static variable in class repast.simphony.util.collections.OpenLongToDoubleHashMap
-
Status indicator for full table entries.
G
- GazetteerPanel - Class in repast.simphony.visualization.gis3D
-
Modified WW Gazetter that fits better into Repast GIS displays
- GazetteerPanel(WorldWindow, String) - Constructor for class repast.simphony.visualization.gis3D.GazetteerPanel
- GEM3DLayout - Class in repast.simphony.visualization.visualization3D.layout
- GEM3DLayout() - Constructor for class repast.simphony.visualization.visualization3D.layout.GEM3DLayout
- GeneralStep - Class in repast.simphony.visualization.gui
-
Display wizard first step for selecting display type and projections.
- GeneralStep() - Constructor for class repast.simphony.visualization.gui.GeneralStep
- generateBuffer(Geography, Geometry, double) - Static method in class repast.simphony.gis.util.GeometryUtil
-
Generates a Geometry that represents a buffer zone around the Geometry geom argument.
- GENERATED_SCHEMA_FILE_NAME - Static variable in class repast.simphony.integration.DataFileUtils
- GeneratedByReLogoBuilder - Annotation Interface in repast.simphony.relogo.builder
-
Tags a source file as generated by the ReLogoBuilder.
- GeneratedFor - Annotation Interface in repast.simphony.statecharts.generator
-
Tags a statechart generated class with a statecharts uuid.
- generateId(Class<?>) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- generateId(String) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- generateObjectKey() - Method in class repast.simphony.freezedry.FreezeDryedRegistry
- generateParseException() - Method in class repast.simphony.engine.watcher.query.QueryParser
- generateRandomPointsInPolygon(Geometry, int) - Static method in class repast.simphony.gis.util.GeometryUtil
-
Generate a collection of random coordinates that fall within the provided mask geometry.
- generateRandomPointsInPolygon(Geometry, int, RandomEngine) - Static method in class repast.simphony.gis.util.GeometryUtil
-
Generate a collection of random coordinates that fall within the provided mask geometry.
- GEO_MEAN - Enum constant in enum class repast.simphony.data2.AggregateOp
- geog - Variable in class repast.simphony.gis.ui.probe.GeographyLocationProbe
- geog - Variable in class repast.simphony.visualization.gis3D.DisplayGIS3D
- geography - Variable in class repast.simphony.query.space.gis.AbstractGeometryQuery
- geography - Variable in class repast.simphony.visualization.gis3D.AbstractAirspaceLayer
- geography - Variable in class repast.simphony.visualization.gis3D.AbstractRenderableLayer
- geography - Variable in class repast.simphony.visualization.gis3D.CoverageLayer
- geography - Variable in class repast.simphony.ws.gis.DisplayServerGIS
- geography - Variable in class repast.simphony.ws.gis.StyledLayerGIS
- geography - Variable in class repast.simphony.ws.gis.StyledNetLayerGIS
- Geography<T> - Interface in repast.simphony.space.gis
-
Space that locates objects in a geographic gis-type space.
- GEOGRAPHY_TYPE - Static variable in class repast.simphony.scenario.data.ProjectionData
-
Deprecated.
- GeographyConverter - Class in repast.simphony.gis.xml
-
XStream converter for ContextGeographies, the default gis space type in simphony.
- GeographyConverter() - Constructor for class repast.simphony.gis.xml.GeographyConverter
- GeographyExportDialog - Class in repast.simphony.gis.ui
- GeographyExportDialog(Dialog) - Constructor for class repast.simphony.gis.ui.GeographyExportDialog
- GeographyExportDialog(Frame) - Constructor for class repast.simphony.gis.ui.GeographyExportDialog
- GeographyFactory - Interface in repast.simphony.context.space.gis
- GeographyFactoryFinder - Class in repast.simphony.context.space.gis
- GeographyFactoryFinder() - Constructor for class repast.simphony.context.space.gis.GeographyFactoryFinder
- GeographyLocationProbe - Class in repast.simphony.gis.ui.probe
-
Provides the location of probed objects in Geography projections.
- GeographyLocationProbe(Object, Geography<?>) - Constructor for class repast.simphony.gis.ui.probe.GeographyLocationProbe
- GeographyLocationProbeProvider - Class in repast.simphony.gis.ui.probe
-
Provides location information to probe panels for the probed objects in a Geography or GridCoverage2D
- GeographyLocationProbeProvider() - Constructor for class repast.simphony.gis.ui.probe.GeographyLocationProbeProvider
- GeographyParameters<T> - Class in repast.simphony.space.gis
- GeographyParameters() - Constructor for class repast.simphony.space.gis.GeographyParameters
- GeographyParameters(GISAdder<T>) - Constructor for class repast.simphony.space.gis.GeographyParameters
- GeographyProjectionBuilder - Class in repast.simphony.gis.dataLoader
-
Builds a Geography based on SGeography data.
- GeographyProjectionBuilder() - Constructor for class repast.simphony.gis.dataLoader.GeographyProjectionBuilder
- GeographyProjectionController - Class in repast.simphony.gis.engine
-
Geography Projection Data Controller used to init the Geography projection.
- GeographyProjectionController() - Constructor for class repast.simphony.gis.engine.GeographyProjectionController
- GeographyProjectionDryer - Class in repast.simphony.gis.freezedry
-
A projection layer that builds a Geography projection
- GeographyProjectionDryer() - Constructor for class repast.simphony.gis.freezedry.GeographyProjectionDryer
- GeographyProjectionRegistryData - Class in repast.simphony.gis.engine
-
ProjectionRegistryData implementation for the Geography projection.
- GeographyProjectionRegistryData() - Constructor for class repast.simphony.gis.engine.GeographyProjectionRegistryData
- GeographyVizProjectionController - Class in repast.simphony.gis.visualization.engine
- GeographyVizProjectionController() - Constructor for class repast.simphony.gis.visualization.engine.GeographyVizProjectionController
- GeographyWithin<T> - Class in repast.simphony.query.space.gis
-
Query that returns items in a geography that are some specified distance from another item or a geometry.
- GeographyWithin(Geography, double, Object) - Constructor for class repast.simphony.query.space.gis.GeographyWithin
-
Creates GeographyWithinQuery that returns items in a specified geography that are within the specified distance from the centroid of the source object.
- GeographyWithin(Geography, double, Unit, Object) - Constructor for class repast.simphony.query.space.gis.GeographyWithin
-
Creates GeographyWithinQuery that returns items in a specified geography that are within the specified distance from the centroid of the source object.
- GeographyWithin(Geography, double, Unit, Geometry) - Constructor for class repast.simphony.query.space.gis.GeographyWithin
-
Creates GeographyWithinQuery that returns items in a specified geography that are within the specified distance from the centroid of the source object.
- GeographyWithin(Geography, double, Geometry) - Constructor for class repast.simphony.query.space.gis.GeographyWithin
-
Creates GeographyWithinQuery that returns items in a specified geography that are within the specified distance from the centroid of the specified location.
- geom - Variable in class repast.simphony.query.space.gis.AbstractGeometryQuery
- GEOM_ATTRIBUTE_NAME - Static variable in class repast.simphony.space.gis.FeatureAgentFactory
- geometricPdf(int, double) - Method in class repast.simphony.random.DistributionsAdapter
- GeometryFreezeDryer - Class in repast.simphony.gis.freezedry
- GeometryFreezeDryer() - Constructor for class repast.simphony.gis.freezedry.GeometryFreezeDryer
- geometryName - Variable in class repast.simphony.space.gis.FeatureAgent
- GeometryUtil - Class in repast.simphony.gis.util
-
Utilities methods for geometries
- GeometryUtil() - Constructor for class repast.simphony.gis.util.GeometryUtil
- GeometryUtil.GeometryType - Enum Class in repast.simphony.gis.util
- geomListmodel - Variable in class repast.simphony.visualization.gui.GISStylePanel
-
Deprecated.
- get(double...) - Method in class repast.simphony.valueLayer.BufferedGridValueLayer
- get(double...) - Method in class repast.simphony.valueLayer.ContinuousValueLayer
-
Gets a value given the specified coordinates.
- get(double...) - Method in class repast.simphony.valueLayer.GridValueLayer
-
Gets a value given the specified coordinates.
- get(double...) - Method in interface repast.simphony.valueLayer.ValueLayer
-
Gets a value given the specified coordinates.
- get(int) - Method in class repast.simphony.util.collections.CompositeIndexedIterable
-
Gets the element at the specified position in this IndexedIterable.
- get(int) - Method in interface repast.simphony.util.collections.IndexedIterable
-
Gets the element at the specified position in this IndexedIterable.
- get(int) - Method in class repast.simphony.util.collections.ListIndexedIterable
-
Gets the element at the specified position in this IndexedIterable.
- get(int, int) - Method in class repast.simphony.context.space.graph.AdjacencyDoubleMatrix
-
Gets the value at row, col.
- get(int, int) - Method in interface repast.simphony.context.space.graph.AdjacencyMatrix
-
Gets the value at row, col.
- get(long) - Method in class repast.simphony.util.collections.OpenLongToDoubleHashMap
-
Get the stored value associated with the given key
- get(long) - Method in class repast.simphony.valueLayer.DenseValueLayerStore
- get(long) - Method in class repast.simphony.valueLayer.SparseValueLayerStore
- get(long) - Method in interface repast.simphony.valueLayer.ValueLayerStore
-
Get the double value for the specified index.
- get(Iterable<?>, int) - Method in interface repast.simphony.data2.AggregateDataSource
-
Gets the data using the specified iterable.
- get(Iterable<?>, int) - Method in class repast.simphony.data2.BatchRunDataSource
- get(Iterable<?>, int) - Method in class repast.simphony.data2.CountDataSource
- get(Iterable<?>, int) - Method in class repast.simphony.data2.engine.AggregateDataSourceWrapper
- get(Iterable<?>, int) - Method in class repast.simphony.data2.ParameterDataSource
- get(Iterable<?>, int) - Method in class repast.simphony.data2.RandomSeedDataSource
- get(Iterable<?>, int) - Method in class repast.simphony.data2.TickCountDataSource
- get(Object) - Method in class repast.simphony.data2.BatchRunDataSource
- get(Object) - Method in class repast.simphony.data2.engine.NonAggregateDataSourceWrapper
- get(Object) - Method in class repast.simphony.data2.MethodDataSource
- get(Object) - Method in interface repast.simphony.data2.NonAggregateDataSource
-
Gets data given the specified object.
- get(Object) - Method in class repast.simphony.data2.ParameterDataSource
- get(Object) - Method in class repast.simphony.data2.RandomSeedDataSource
- get(Object) - Method in class repast.simphony.data2.TickCountDataSource
- get(Object[], GridPoint) - Method in class repast.simphony.space.grid.FastDenseSingleOccuGrid.FastDenseAccessor
- get(String) - Method in class repast.simphony.freezedry.FreezeDryedObject
- get(String) - Static method in class repast.simphony.util.Settings
- get(Map<NdPoint, Object>, NdPoint) - Method in class repast.simphony.space.continuous.MultiOccupancyCoordinateAccessor
-
Gets the item at the specified location in the map.
- get(Map<NdPoint, Object>, NdPoint) - Method in class repast.simphony.space.continuous.SingleOccupancyCoordinateAccessor
-
Gets the item at the specified location in the map.
- get(Map<GridPoint, Object>, GridPoint) - Method in class repast.simphony.space.grid.MultiOccupancyCellAccessor
-
Gets the item at the specified location in the map.
- get(Map<GridPoint, Object>, GridPoint) - Method in class repast.simphony.space.grid.SingleOccupancyCellAccessor
-
Gets the item at the specified location in the map.
- get(U, NdPoint) - Method in interface repast.simphony.space.continuous.CoordinateAccessor
-
Gets the item at the specified location in the map.
- get(U, GridPoint) - Method in interface repast.simphony.space.grid.CellAccessor
-
Gets the item at the specified location in the map.
- get2DDecorators() - Method in class repast.simphony.visualization.engine.AbstractProjectionDescriptor
-
Gets an Iterable over the 2d projection decorators for the projection.
- get2DDecorators() - Method in interface repast.simphony.visualization.engine.ProjectionDescriptor
-
Gets an Iterable over the 2d projection decorators for the projection.
- get3DDecorators() - Method in class repast.simphony.visualization.engine.AbstractProjectionDescriptor
-
Gets an Iterable over the 3d projection decorators for the projection.
- get3DDecorators() - Method in interface repast.simphony.visualization.engine.ProjectionDescriptor
-
Gets an Iterable over the 3d projection decorators for the projection.
- getAbstract() - Method in class repast.simphony.visualization.gis3D.WMSLayersPanel.LayerInfo
- getAccessor(Class<?>, String, String, String) - Method in class repast.simphony.ui.probe.ProbePropertyAccessProvider
- getAction() - Method in class repast.simphony.dataLoader.ui.wizard.DataLoaderWizardModel
- getAction() - Method in class repast.simphony.engine.schedule.DefaultSchedulableDescriptor
-
Retrieves the action to be scheduled.
- getAction() - Method in class repast.simphony.engine.schedule.IActionParameterPair
-
Gets the IAction part of this pair.
- getAction() - Method in interface repast.simphony.engine.schedule.SchedulableDescriptor
-
Retrieves the action to be scheduled.
- getAction() - Method in class repast.simphony.engine.watcher.WatchParameters
- getAction() - Method in class repast.simphony.freezedry.wizard.FreezeDryWizardModel
- getAction() - Method in class repast.simphony.freezedry.wizard.FreezerControllerAction
- getAction() - Method in class repast.simphony.visualization.gui.DisplayWizardCreator
- getAction(String) - Method in class repast.simphony.relogo.ReLogoModel
- getAction(Scenario, Object) - Method in class repast.simphony.dataLoader.ui.wizard.builder.GUIContextActionBuilder
- getAction(Scenario, Object) - Method in class repast.simphony.dataLoader.ui.wizard.ClassContextActionBuilder
- getAction(Scenario, Object) - Method in interface repast.simphony.dataLoader.ui.wizard.ContextActionBuilder
-
Gets an action that will create a context when run.
- getAction(Scenario, Object) - Method in class repast.simphony.dataLoader.ui.wizard.ContextXMLActionBuilder
-
Gets an action that will create a context when run.
- getAction(Scenario, Object) - Method in class repast.simphony.dataLoader.ui.wizard.DummyContextActionBuilder
- getAction(Scenario, Object) - Method in class repast.simphony.dataLoader.ui.wizard.FreezeDryerContextActionBuilder
- getAction(Scenario, Object) - Method in class repast.simphony.dataLoader.ui.wizard.MIContextXMLActionBuilder
-
Gets an action that will create a context when run.
- getAction(Scenario, Object) - Method in class repast.simphony.dataLoader.ui.wizard.XMLContextActionBuilder
- getActionClass() - Method in class repast.simphony.scenario.AbstractControllerActionIO
- getActionClass() - Method in interface repast.simphony.scenario.ControllerActionIO
-
Gets the Class of the ControllerAction that this ControllerActionIO can save and load.
- getActionCount() - Method in interface repast.simphony.engine.schedule.ISchedule
-
Gets the number of currently scheduled actions.
- getActionCount() - Method in class repast.simphony.engine.schedule.Schedule
-
Gets the number of currently scheduled actions.
- getActionExts() - Method in class repast.simphony.plugin.ActionExtensions
- getActionFactory() - Method in class repast.simphony.engine.schedule.DefaultSchedulableActionFactory
-
Gets the IActionFactory used to create the IActions needed by this DefaultSchedulableActionFactory.
- getActionFactory() - Method in interface repast.simphony.engine.schedule.ISchedulableActionFactory
-
Gets the IActionFactory wrapped by the ISchedulableActionFactory.
- getActionLoader(File, Object) - Method in class repast.simphony.chart2.engine.HistogramControllerActionIO
- getActionLoader(File, Object) - Method in class repast.simphony.chart2.engine.TimeSeriesControllerActionIO
- getActionLoader(File, Object) - Method in class repast.simphony.data2.engine.ConsoleSinkControllerActionIO
- getActionLoader(File, Object) - Method in class repast.simphony.data2.engine.DataSetControllerActionIO
- getActionLoader(File, Object) - Method in class repast.simphony.data2.engine.FileSinkControllerActionIO
- getActionLoader(File, Object) - Method in class repast.simphony.dataLoader.engine.CNDataLoaderControllerActionIO
- getActionLoader(File, Object) - Method in class repast.simphony.dataLoader.engine.ContextXMLDataLoaderControllerActionIO
- getActionLoader(File, Object) - Method in class repast.simphony.dataLoader.engine.DFDataLoaderControllerActionIO
- getActionLoader(File, Object) - Method in class repast.simphony.dataLoader.engine.JDBCDataLoaderControllerActionIO
- getActionLoader(File, Object) - Method in class repast.simphony.dataLoader.engine.MIContextXMLDataLoaderControllerActionIO
- getActionLoader(File, Object) - Method in class repast.simphony.dataLoader.engine.XMLDataLoaderControllerActionIO
- getActionLoader(File, Object) - Method in class repast.simphony.freezedry.engine.JDBCFreezerActionIO
- getActionLoader(File, Object) - Method in interface repast.simphony.scenario.ControllerActionIO
-
Gets the ActionLoader used to load the saved action.
- getActionLoader(File, Object) - Method in class repast.simphony.scenario.DefaultControllerActionIO
- getActionLoader(File, Object) - Method in class repast.simphony.userpanel.ui.UserPanelControllerActionIO
- getActionLoader(File, Object) - Method in class repast.simphony.visualization.engine.DisplayControllerActionIO
- getActionName() - Method in class repast.simphony.userpanel.ui.UserPanelWizardModel
- getActions() - Method in class repast.simphony.relogo.ReLogoModel
- getActionSaver() - Method in class repast.simphony.chart2.engine.TimeSeriesControllerActionIO
- getActionSaver() - Method in class repast.simphony.dataLoader.engine.CNDataLoaderControllerActionIO
- getActionSaver() - Method in class repast.simphony.dataLoader.engine.ContextXMLDataLoaderControllerActionIO
- getActionSaver() - Method in class repast.simphony.dataLoader.engine.DFDataLoaderControllerActionIO
- getActionSaver() - Method in class repast.simphony.dataLoader.engine.JDBCDataLoaderControllerActionIO
- getActionSaver() - Method in class repast.simphony.dataLoader.engine.MIContextXMLDataLoaderControllerActionIO
- getActionSaver() - Method in class repast.simphony.dataLoader.engine.XMLDataLoaderControllerActionIO
- getActionSaver() - Method in class repast.simphony.freezedry.engine.JDBCFreezerActionIO
- getActionSaver() - Method in class repast.simphony.scenario.AbstractDescriptorControllerActionIO
- getActionSaver() - Method in interface repast.simphony.scenario.ControllerActionIO
-
Gets the ActionSaver used to save the ControllerAction.
- getActionSaver() - Method in class repast.simphony.scenario.DefaultControllerActionIO
- getActionTree(Object) - Method in class repast.simphony.engine.controller.DefaultControllerRegistry
- getActionTree(Object) - Method in interface repast.simphony.engine.environment.ControllerRegistry
-
Returns the root node for the tree of actions that occur for a specified context type.
- getActionType() - Method in class repast.simphony.chart2.gui.HistogramChartActionEditorCreator
- getActionType() - Method in class repast.simphony.chart2.gui.TimeSeriesActionEditorCreator
- getActionType() - Method in class repast.simphony.data2.gui.ConsoleSinkActionEditorCreator
- getActionType() - Method in class repast.simphony.data2.gui.DataSetActionEditorCreator
- getActionType() - Method in class repast.simphony.data2.gui.FileSinkActionEditorCreator
- getActionType() - Method in class repast.simphony.dataLoader.gui.JDBCDataLoaderActionEditorCreator
- getActionType() - Method in class repast.simphony.dataLoader.ui.CNDataLoaderActionEditorCreator
- getActionType() - Method in class repast.simphony.dataLoader.ui.ContextXMLLoaderActionEditorCreator
- getActionType() - Method in class repast.simphony.dataLoader.ui.DFDataLoaderActionEditorCreator
- getActionType() - Method in class repast.simphony.dataLoader.ui.MIContextXMLLoaderActionEditorCreator
- getActionType() - Method in class repast.simphony.dataLoader.ui.wizard.builder.BuilderDataLoaderActionEditorCreator
- getActionType() - Method in class repast.simphony.freezedry.gui.DFFreezerActionEditorCreator
- getActionType() - Method in class repast.simphony.freezedry.gui.JDBCFreezerActionEditorCreator
- getActionType() - Method in interface repast.simphony.ui.plugin.ActionEditorCreator
-
Gets the Class of the ControllerAction for which this creates an editor.
- getActionType() - Method in class repast.simphony.userpanel.ui.UserPanelActionEditorCreator
- getActionType() - Method in class repast.simphony.visualization.gui.DisplayActionEditorCreator
- getActiveButtons() - Method in class repast.simphony.relogo.ReLogoModel
- getActiveSimpleState() - Method in class repast.simphony.statecharts.old.StateChart
- getAdder() - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
-
Gets the adder used by this space to add new objects.
- getAdder() - Method in interface repast.simphony.space.continuous.ContinuousSpace
-
Gets the adder used by this space to add new objects.
- getAdder() - Method in class repast.simphony.space.gis.DefaultGeography
-
Gets the current GISAdder that determines how objects are added to the geometry when added to the containing context.
- getAdder() - Method in interface repast.simphony.space.gis.Geography
-
Gets the current GISAdder that determines how objects are added to the geometry when added to the containing context.
- getAdder() - Method in class repast.simphony.space.gis.GeographyParameters
- getAdder() - Method in class repast.simphony.space.grid.AbstractGrid
-
Gets the adder used by this space to add new objects.
- getAdder() - Method in interface repast.simphony.space.grid.Grid
-
Gets the adder used by this space to add new objects.
- getAdder() - Method in class repast.simphony.space.grid.GridBuilderParameters
-
Gets the adder used to add objects entered into the context automatically to the grid.
- getAdder() - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
-
Gets the adder used by this space to add new objects.
- getAdder() - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
-
Gets the adder used by this space to add new objects.
- getAddHandler() - Method in interface repast.simphony.visualization.editor.AddListener
-
Deprecated.Gets the PInputEvent handler that will handle the gui part of the adding.
- getAddHandler() - Method in class repast.simphony.visualization.editor.gis.GISAddListener
-
Deprecated.
- getAddHandler() - Method in class repast.simphony.visualization.editor.GridAddListener
-
Deprecated.Gets the PInputEvent handler that will handle the gui part of the adding.
- getAddHandler() - Method in class repast.simphony.visualization.editor.NetAddListener
-
Deprecated.Gets the PInputEvent handler that will handle the gui part of the adding.
- getAddHandler() - Method in class repast.simphony.visualization.editor.SpaceAddListener
-
Deprecated.Gets the PInputEvent handler that will handle the gui part of the adding.
- getAdjacent(T) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
- getAdjacent(T) - Method in class repast.simphony.space.graph.JungNetwork
- getAdjacent(T) - Method in interface repast.simphony.space.graph.Network
-
Gets any objects that are adjacent to this object.
- GetAdjacent(String, Object) - Static method in class repast.simphony.essentials.RepastEssentials
-
Gets the agents adjacent to the specified agent in the specified network.
- getAdvancementChooser() - Method in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
- getAdvancementChooser() - Method in class repast.simphony.parameter.optimizer.OptPropertiesParser
-
Gets the AdvancementChooser (if any) from the class name in the properties file.
- getAgent() - Method in class repast.simphony.space.gis.FeatureAgent
-
Gets the agent that this FeatureAgent wraps.
- getAgent() - Method in class repast.simphony.statecharts.AbstractState
- getAgent() - Method in class repast.simphony.statecharts.AbstractTrigger
- getAgent() - Method in class repast.simphony.statecharts.AgentTransitionMessageChecker
- getAgent() - Method in class repast.simphony.statecharts.DefaultStateChart
- getAgent() - Method in interface repast.simphony.statecharts.StateChart
-
Gets the agent associated with this StateChart.
- getAgent() - Method in class repast.simphony.statecharts.StateChartBuilder
- getAgent() - Method in class repast.simphony.statecharts.Transition
- getAgentClass() - Method in class repast.simphony.dataLoader.ui.wizard.builder.AgentDescriptor
- getAgentClasses() - Method in class repast.simphony.data2.wizard.DataSetWizardModel
- getAgentClasses() - Method in class repast.simphony.dataLoader.ui.wizard.builder.ContextDescriptor
- getAgentClasses(boolean) - Method in class repast.simphony.scenario.data.ContextData
-
Gets a list of the agent classes specified in this ContextData and optionally those is all its decendent subclasses as well.
- getAgentClassName() - Method in class repast.simphony.visualization.gui.StyleStep.AgentTypeElement
- getAgentCount() - Method in class repast.simphony.scenario.data.ContextData
- getAgentData(boolean) - Method in class repast.simphony.scenario.data.ContextData
-
Gets a list of the agent class names specified in this ContextData and optionally those is all its decendent subclasses as well.
- getAgentData(int) - Method in class repast.simphony.scenario.data.ContextData
- getAgentDescriptors() - Method in class repast.simphony.dataLoader.ui.wizard.builder.ContextDescriptor
- getAgentEntryCount() - Method in class repast.simphony.scenario.data.UserPathData
-
Gets the number of agent entries in this model data.
- getAgentLayer(Class<?>) - Method in class repast.simphony.dataLoader.ui.wizard.builder.ContextCreatorCanvas
- getAgentLayer(Class<T>) - Method in class repast.simphony.context.AbstractContext
- getAgentLayer(Class<T>) - Method in interface repast.simphony.context.Context
- getAgentLayer(Class<T>) - Method in class repast.simphony.context.FormerDefaultContext
- getAgentName() - Method in class repast.simphony.visualization.gui.StyleStep.AgentTypeElement
- getAgents(int, List<Integer>) - Method in class repast.simphony.ws.DisplayServerControllerAction
- getAgents(List<Integer>) - Method in class repast.simphony.ws.DisplayServer
-
Gets the agents with the specified viz ids.
- getAgents(List<Integer>) - Method in class repast.simphony.ws.DisplayServer2D
- getAgents(List<Integer>) - Method in class repast.simphony.ws.gis.DisplayServerGIS
- getAgents(List<Integer>, List<Pair<Integer, Object>>) - Method in class repast.simphony.ws.StyledLayer
- getAgentSet() - Method in class repast.simphony.space.gis.Layer
-
Gets the set of agents in this layer.
- getAgentSetOfClass(Class, Observer) - Static method in class repast.simphony.relogo.Utility
- getAgentType() - Method in class repast.simphony.space.gis.Layer
- getAgentTypes() - Method in class repast.simphony.context.AbstractContext
- getAgentTypes() - Method in interface repast.simphony.context.Context
- getAgentTypes() - Method in class repast.simphony.context.FormerDefaultContext
- getAggregateOp() - Method in class repast.simphony.data2.engine.MethodDataSourceDefinition
- getAll(Object[], GridPoint) - Method in class repast.simphony.space.grid.FastDenseSingleOccuGrid.FastDenseAccessor
- getAll(Map<NdPoint, Object>, NdPoint) - Method in class repast.simphony.space.continuous.MultiOccupancyCoordinateAccessor
-
Gets all the items at the specified location in the map.
- getAll(Map<NdPoint, Object>, NdPoint) - Method in class repast.simphony.space.continuous.SingleOccupancyCoordinateAccessor
-
Gets all the items at the specified location in the map.
- getAll(Map<GridPoint, Object>, GridPoint) - Method in class repast.simphony.space.grid.MultiOccupancyCellAccessor
-
Gets all the items at the specified location in the map.
- getAll(Map<GridPoint, Object>, GridPoint) - Method in class repast.simphony.space.grid.SingleOccupancyCellAccessor
-
Gets all the items at the specified location in the map.
- getAll(U, NdPoint) - Method in interface repast.simphony.space.continuous.CoordinateAccessor
-
Gets all the items at the specified location in the map.
- getAll(U, GridPoint) - Method in interface repast.simphony.space.grid.CellAccessor
-
Gets all the items at the specified location in the map.
- getAllActiveStates() - Method in class repast.simphony.statecharts.old.StateChart
- getAllComponents(Container) - Static method in class repast.simphony.statecharts.runtime.UICreatorFactory
-
Recursively find all Components in the provided container.
- getAllComponents(Container) - Static method in class repast.simphony.ui.table.ProbePropertyTableModel
-
Recursively find all Components in the provided container.
- getAllContexts() - Method in class repast.simphony.scenario.data.ContextData
-
Gets a list which includes this ContextData and all of its decendents.
- getAllObjects() - Method in class repast.simphony.space.gis.DefaultGeography
-
Gets all the objects that are in this geography.
- getAllObjects() - Method in interface repast.simphony.space.gis.Geography
-
Gets all the objects that are in this geography.
- getAllowedShapes() - Method in class repast.simphony.gis.visualization.engine.GIS3DVisualizationRegistryData
- getAllowedShapes() - Method in class repast.simphony.gis.visualization.engine.GISVisualizationRegistryData
-
Deprecated.
- getAllowedShapes() - Method in interface repast.simphony.visualization.engine.VisualizationRegistryData
- getAlsoAtEnd() - Method in class repast.simphony.ui.plugin.editor.ScheduleParamsPanel
- getAlwaysDropDown() - Method in class repast.simphony.ui.widget.DropDownButton
- getAncestors() - Method in class repast.simphony.statecharts.AbstractState
-
Returns a list with the highest node in front.
- getAngleFormat() - Method in class repast.simphony.visualization.gis3D.RepastStatusBar
- getAppearance() - Method in class repast.simphony.visualization.visualization3D.style.TaggedAppearance
- getAppearance(Object, TaggedAppearance, Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyle3D
- getAppearance(T, TaggedAppearance, Object) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyle3D
- getAppearance(T, TaggedAppearance, Object) - Method in class repast.simphony.visualization.visualization3D.style.DefaultEdgeStyle3D
- getAppearance(T, TaggedAppearance, Object) - Method in class repast.simphony.visualization.visualization3D.style.DefaultStyle3D
- getAppearance(T, TaggedAppearance, Object) - Method in interface repast.simphony.visualization.visualization3D.style.Style3D
- getArgCount() - Method in class repast.simphony.engine.watcher.ArgMatcher
- getArgMatcher() - Method in class repast.simphony.engine.watcher.SharedWatchParameters
- getArgMatcher() - Method in class repast.simphony.engine.watcher.WatchParameters
- getArgs() - Method in class repast.simphony.engine.schedule.CallBackAction
- getArrayType(String) - Method in class repast.simphony.freezedry.AbstractDataSource
- getArrayType(String) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- getArrayValue(String, Object) - Method in class repast.simphony.freezedry.AbstractDataSource
- getAttribute(int) - Method in class repast.simphony.space.gis.FeatureAgent
- getAttribute(String) - Method in class repast.simphony.space.gis.FeatureAgent
- getAttribute(Name) - Method in class repast.simphony.space.gis.FeatureAgent
- getAttribute(T) - Method in interface repast.simphony.space.gis.FeatureAttributeAdapter
-
Gets the value of the attribute.
- getAttributeCount() - Method in class repast.simphony.scenario.data.AttributeContainer
-
Gets the number of attributes contained by this container.
- getAttributeCount() - Method in class repast.simphony.space.gis.FeatureAgent
- getAttributeModel() - Method in class repast.simphony.gis.styleEditor.ByRangePanelMediator
- getAttributeName() - Method in interface repast.simphony.space.gis.FeatureAttributeAdapter
-
Gets the name of the attribute.
- getAttributes() - Method in class repast.simphony.space.gis.FeatureAgent
- getAttributeType() - Method in interface repast.simphony.space.gis.FeatureAttributeAdapter
-
Gets the attribute type.
- getAvailable2DValueLayerStyles(ContextData) - Static method in class repast.simphony.visualization.gui.StyleClassFinder
-
Gets a list of Class<?> names that are assignable from ValueLayerStyle3D
- getAvailable3DValueLayerStyles(ContextData) - Static method in class repast.simphony.visualization.gui.StyleClassFinder
-
Gets a list of Class<?> names that are assignable from ValueLayerStyle3D
- getAvailableStyles(ContextData, Class<?>) - Static method in class repast.simphony.visualization.gui.StyleClassFinder
-
Gets a list of Class<?> names that are assignable from the style class
- getAVertex(RepastEdge) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Utility method, gets a single vertex from this edge
- getBackground() - Method in class repast.simphony.chart2.engine.ChartDescriptor
- getBackground(boolean) - Method in class repast.simphony.gis.legend.LegendEntry
-
Deprecated.Get the background color for this node based on whether the node is selected or not.
- getBackground(boolean) - Method in class repast.simphony.gis.legend.LegendLayerEntry
-
Deprecated.
- getBackground(boolean) - Method in class repast.simphony.gis.legend.LegendRuleEntry
-
Deprecated.
- getBackgroundColor() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
- getBackgroundColor() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getBackgroundColor() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
Gets the background color of the display.
- getBackgroundColor() - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
Gets the background color of this display.
- getBarColor() - Method in class repast.simphony.chart2.engine.HistogramChartDescriptor
- getBaseKey() - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Returns a visualization-specific key, not currently used
- getBatchNumber() - Method in class repast.simphony.engine.environment.RunInfo
-
Retrieves the current batch number
- getBatchParamsFile() - Method in class repast.simphony.batch.ssh.Configuration
-
Gets the path to the batch parameter file to use in the batch runs.
- getBatchRunDataSource() - Method in class repast.simphony.data2.AbstractDataSetManager
-
Gets the BatchRunDataSource that this manager will auto update with the current run number.
- getBatchRunDataSource() - Method in interface repast.simphony.data2.DataSetManager
-
Gets the default data source for returning the current batch run number, or null if not currently in batch run mode.
- getBean() - Method in class repast.simphony.parameter.BeanParameters
-
Gets the bean object that this BeanParameters wraps.
- getBean() - Method in class repast.simphony.parameter.BoundParameters
-
Gets the bean that is bound the contained parameters.
- getBean() - Method in class repast.simphony.ui.probe.ProbeableBeanInfo
- getBeginColumn() - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
- getBeginLine() - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
- getBeta() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the default beta distribution.
- getBeta() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default beta distribution.
- getBeta() - Method in interface repast.simphony.random.RandomRegistry
-
Gets the default beta distribution.
- getBinCount() - Method in class repast.simphony.chart2.engine.HistogramChartDescriptor
- getBinomial() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the default binomial distribution.
- getBinomial() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default binomial distribution.
- getBinomial() - Method in interface repast.simphony.random.RandomRegistry
-
Gets the default binomial distribution.
- getBlue(double...) - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyle2D
- getBlue(double...) - Method in class repast.simphony.visualization.visualization2D.style.DefaultValueLayerStyle
-
Deprecated.Gets the blue component of the color for the specified coordinate.
- getBlue(double...) - Method in interface repast.simphony.visualization.visualization2D.style.ValueLayerStyle
-
Deprecated.
- getBlue(double...) - Method in class repast.simphony.visualization.visualization3D.style.DefaultValueLayerStyle3D
-
Gets the blue component of the color for the specified coordinate.
- getBlueMethod() - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- getBlueMethod() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- getBlueMethod() - Method in interface repast.simphony.visualization.editedStyle.PaintableStyleData
- getBoolean(String) - Method in class repast.simphony.parameter.BeanParameters
-
Gets the Boolean value associated with the specified parameter name.
- getBoolean(String) - Method in class repast.simphony.parameter.DefaultParameters
-
Gets the Boolean value associated with the specified parameter name.
- getBoolean(String) - Method in class repast.simphony.parameter.EmptyParameters
- getBoolean(String) - Method in interface repast.simphony.parameter.Parameters
-
Gets the Boolean value associated with the specified parameter name.
- getBorderColor(Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyleOGL2D
- getBorderColor(Object) - Method in class repast.simphony.visualizationOGL2D.DefaultStyleOGL2D
- getBorderColor(T) - Method in interface repast.simphony.visualizationOGL2D.StyleOGL2D
-
Gets the border color for the specified object.
- getBorderSize(Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyleOGL2D
- getBorderSize(Object) - Method in class repast.simphony.visualizationOGL2D.DefaultStyleOGL2D
- getBorderSize(T) - Method in interface repast.simphony.visualizationOGL2D.StyleOGL2D
-
Gets the size of the border for the specified object.
- getBoundingBox() - Method in class repast.simphony.visualization.cgd.CGDLayout
- getBoundingBox() - Method in class repast.simphony.visualization.cgd.graph.CGDNode
- getBoundingBox() - Method in class repast.simphony.visualization.continuous.Continuous2DLayout
- getBoundingBox() - Method in class repast.simphony.visualization.continuous.Continuous3DLayout
- getBoundingBox() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
Gets the Bounding Box for the display.
- getBoundingBox() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.Gets the Bounding Box for the display.
- getBoundingBox() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
Gets the Bounding Box for the display.
- getBoundingBox() - Method in class repast.simphony.visualization.grid.Grid2DLayout
- getBoundingBox() - Method in class repast.simphony.visualization.grid.Grid3DLayout
- getBoundingBox() - Method in interface repast.simphony.visualization.Layout
-
Gets a bounding box that describes the extent of this layout in location coordinates.
- getBoundingBox() - Method in class repast.simphony.visualization.NullLayout
- getBoundingBox() - Method in class repast.simphony.visualization.visualization2D.ArbitraryLayout
- getBoundingBox() - Method in class repast.simphony.visualization.visualization2D.layout.JungLayout
- getBoundingBox() - Method in class repast.simphony.visualization.visualization2D.layout.TreeLayout2D
- getBoundingBox() - Method in class repast.simphony.visualization.visualization2D.Random2DLayout
- getBoundingBox() - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
- getBoundingBox() - Method in class repast.simphony.visualization.visualization3D.layout.GEM3DLayout
- getBoundingBox() - Method in class repast.simphony.visualization.visualization3D.layout.Random3DLayout
- getBoundingBox() - Method in class repast.simphony.visualization.visualization3D.layout.SphericalLayout
- getBoundingSector() - Method in class repast.simphony.visualization.gis3D.CoverageLayer
- getBounds() - Method in class repast.simphony.space.gis.FeatureAgent
- getBounds(Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyle2D
- getBounds(Object) - Method in class repast.simphony.visualization.visualization2D.style.DefaultStyle2D
-
Deprecated.
- getBounds(T) - Method in interface repast.simphony.visualization.visualization2D.style.Style2D
-
Deprecated.
- getBranchGroup() - Method in class repast.simphony.visualization.visualization3D.style.TaggedBranchGroup
- getBranchGroup(Object, TaggedBranchGroup) - Method in class repast.simphony.visualization.editedStyle.EditedStyle3D
- getBranchGroup(Point3f, Group) - Method in class repast.simphony.visualization.visualization3D.AbstractLabel
- getBranchGroup(Point3f, Group) - Method in interface repast.simphony.visualization.visualization3D.Label
- getBranchGroup(Point3f, Group) - Method in class repast.simphony.visualization.visualization3D.NullLabel
- getBranchGroup(T, TaggedBranchGroup) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyle3D
- getBranchGroup(T, TaggedBranchGroup) - Method in class repast.simphony.visualization.visualization3D.style.DefaultEdgeStyle3D
- getBranchGroup(T, TaggedBranchGroup) - Method in class repast.simphony.visualization.visualization3D.style.DefaultStyle3D
- getBranchGroup(T, TaggedBranchGroup) - Method in interface repast.simphony.visualization.visualization3D.style.Style3D
- getBreitWigner() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the default BreitWigner distribution.
- getBreitWigner() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default BreitWigner distribution.
- getBreitWigner() - Method in interface repast.simphony.random.RandomRegistry
-
Gets the default BreitWigner distribution.
- getBreitWignerMeanSquare() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the default BreitWignerMeanSquare distribution.
- getBreitWignerMeanSquare() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default BreitWignerMeanSquare distribution.
- getBreitWignerMeanSquare() - Method in interface repast.simphony.random.RandomRegistry
-
Gets the default BreitWignerMeanSquare distribution.
- getBSFScript() - Method in class repast.simphony.parameter.optimizer.OptPropertiesParser
-
Gets the name of the BSF script file to use for this optimized sweep.
- getBufferedReader() - Method in class repast.simphony.relogo.FileInfo
- getBufferLength() - Method in class repast.simphony.util.RandomAccessScanner
- getBuilder() - Method in class repast.simphony.dataLoader.engine.DataLoaderControllerAction
- getBuilder() - Method in class repast.simphony.dataLoader.ui.wizard.DataLoaderWizardModel
- getBuilder() - Method in class repast.simphony.freezedry.wizard.FreezeDryWizardModel
- getBuilder(ProjectionData) - Method in class repast.simphony.dataLoader.engine.GridProjectionBuilder
-
Gets a ContextBuilder to build the specified Projection.
- getBuilder(ProjectionData) - Method in class repast.simphony.dataLoader.engine.NetworkProjectionBuilder
-
Gets a ContextBuilder to build the specified Projection.
- getBuilder(ProjectionData) - Method in interface repast.simphony.dataLoader.engine.ProjectionBuilderFactory
-
Gets a ContextBuilder to build the specified Projection.
- getBuilder(ProjectionData) - Method in class repast.simphony.dataLoader.engine.SpaceProjectionBuilder
-
Gets a ContextBuilder to build the specified Projection.
- getBuilder(ProjectionData) - Method in class repast.simphony.gis.dataLoader.GeographyProjectionBuilder
-
Gets a ContextBuilder to build the specified Projection.
- getButtonAction(JFrame, JComponent) - Static method in class repast.simphony.ui.widget.MovieMakerDialog
-
Gets an action that will show the movie maker dialog over the specified frame and set up frame capture of the specified component.
- getButtonGroup() - Method in class repast.simphony.visualization.editor.VizEditorForm
-
Deprecated.
- getButtonRegistry() - Method in class repast.simphony.statecharts.runtime.UICreatorFactory.WindowRegistry
- getCannotRunMessage() - Method in class repast.simphony.data.analysis.AnalysisPluginWizard
-
Message for when the plugin executable fails.
- getCanvas() - Method in class repast.simphony.gis.display.PiccoloMapPanel
-
Deprecated.
- getCanvas() - Method in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
- getCanvas() - Method in class repast.simphony.visualization.visualization3D.Display3D
- getCanvas() - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
- getCartesianSteps() - Method in class repast.simphony.visualization.gui.DisplayConfigurationWizard
-
Create the intermediate wizard steps for the 2D/3D displays.
- getCategory() - Method in class repast.simphony.visualization.editor.PropertyDescriptorAdapter
-
Deprecated.
- getCellAccessor() - Method in class repast.simphony.space.grid.AbstractGrid
-
Gets the cell accessor used to control access to individual grid cells.
- getCellAccessor() - Method in interface repast.simphony.space.grid.Grid
-
Gets the cell accessor used to control access to individual grid cells.
- getCellAccessor() - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
-
Gets the cell accessor used to control access to individual grid cells.
- getCellEditorValue() - Method in class repast.simphony.chart2.wizard.ColorEditor
- getCellEditorValue() - Method in class repast.simphony.ui.table.ComponentTableCellEditorRenderer
- getCellSize() - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyle2D
- getCellSize() - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
- getCellSize() - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleOGL2D
- getCellSize() - Method in class repast.simphony.visualization.visualization2D.style.DefaultValueLayerStyle
-
Deprecated.Gets the size of one size of the cell value layer cell.
- getCellSize() - Method in interface repast.simphony.visualization.visualization2D.style.ValueLayerStyle
-
Deprecated.Gets the size of one size of the cell value layer cell.
- getCellSize() - Method in class repast.simphony.visualization.visualization3D.style.DefaultValueLayerStyle3D
-
Gets the size of one size of the cell value layer cell.
- getCellSize() - Method in interface repast.simphony.visualizationOGL2D.ValueLayerStyleOGL
-
Gets the size of one size of the cell value layer cell.
- getCenter() - Method in class repast.simphony.visualization.Box
- getChangeListeners() - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Returns an array of change listener objects
- getChartLabel() - Method in class repast.simphony.chart2.AbstractXYChartCreator
- getChartTitle() - Method in class repast.simphony.chart2.engine.ChartDescriptor
- getChild() - Method in class repast.simphony.visualizationOGL2D.SpatialWrapper
-
Gets the VSpatial that this wraps.
- getChild(FreezeDryedParentChild) - Method in class repast.simphony.freezedry.AbstractFreezeDryer
- getChildClass() - Method in class repast.simphony.freezedry.FreezeDryedParentChild
- getChildConnection(Class, boolean) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- getChildConnection(FreezeDryedObject, boolean) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- getChildId() - Method in class repast.simphony.freezedry.FreezeDryedParentChild
- getChildren() - Method in class repast.simphony.freezedry.FreezeDryedObject
- getChildren() - Method in class repast.simphony.visualization.cgd.graph.CGDNode
- getChildren(Object...) - Method in class repast.simphony.gis.legend.DefaultLayerManager
-
Deprecated.
- getChildren(Object...) - Method in interface repast.simphony.gis.legend.LayerManager
-
Deprecated.Return the non-leaf objects at the specified path.
- getChildren(ParameterSetter) - Method in interface repast.simphony.parameter.ParameterSweeper
-
Retrieves the
ParameterSetter
s that are direct children of the specified setter. - getChildren(ParameterSetter) - Method in class repast.simphony.parameter.ParameterTreeSweeper
-
Retrieves the
ParameterSetter
s that are direct children of the specified setter. - getChildren(T) - Method in class repast.simphony.util.collections.NaryTree
-
Gets the direct children of the specified node.
- getChildren(T) - Method in interface repast.simphony.util.collections.Tree
-
Gets the direct children of the specified node.
- getChildrenColumnName(FreezeDryedObject) - Method in class repast.simphony.freezedry.AbstractDataSource
- getChildrenColumnName(FreezeDryedObject) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- getChildTableName(FreezeDryedObject) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- getChiSquare() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the default Zeta distribution.
- getChiSquare() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default Zeta distribution.
- getChiSquare() - Method in interface repast.simphony.random.RandomRegistry
-
Gets the default Zeta distribution.
- getChosenNetworks() - Method in class repast.simphony.data2.gui.NetworkChooserStep
- getChosenOption() - Method in class repast.simphony.util.wizard.DynamicWizardModel
- getChosenOutputters() - Method in class repast.simphony.data2.gui.FileSinkChooserStep
- getClassColumn(String) - Static method in class repast.simphony.freezedry.FreezeDryUtils
- getClasses() - Method in class repast.simphony.freezedry.datasource.DFClassLister
-
Gets the classes referenced in the zip file.
- getClasses() - Method in class repast.simphony.scenario.data.Classpath
-
Gets the classes in the currently added entries.
- getClasses() - Method in class repast.simphony.userpanel.ui.UserPanelWizardModel
- getClasses(String) - Static method in class repast.simphony.util.ClassUtilities
-
Gets a list of classes on the specified classpath.
- getClassesToLoad() - Method in class repast.simphony.dataLoader.engine.FreezeDryedContextBuilder
- getClassesToLoad() - Method in class repast.simphony.dataLoader.ui.wizard.FreezeDryerContextActionBuilder
- getClassFromString(String) - Method in class repast.simphony.freezedry.FieldUtilities
- getClassifcationTypeModel() - Method in class repast.simphony.gis.styleEditor.ByRangePanelMediator
- getClassLoader() - Method in class repast.simphony.chart2.engine.HistogramControllerActionIO.HistogramActionLoader
- getClassLoader() - Method in class repast.simphony.chart2.engine.TimeSeriesControllerActionIO.TimeSeriesActionLoader
- getClassLoader() - Method in class repast.simphony.data2.engine.ConsoleSinkControllerActionIO.ConsoleSinkActionLoader
- getClassLoader() - Method in class repast.simphony.data2.engine.DataSetControllerActionIO.DataSetActionLoader
- getClassLoader() - Method in class repast.simphony.data2.engine.FileSinkControllerActionIO.FileSinkActionLoader
- getClassLoader() - Method in class repast.simphony.scenario.DefaultActionLoader
- getClassLoader() - Method in class repast.simphony.scenario.ObjectActionLoader
- getClassLoader() - Method in class repast.simphony.userpanel.ui.UserPanelControllerActionIO.UserPanelActionLoader
- getClassLoader() - Method in class repast.simphony.visualization.engine.DisplayControllerActionIO.DisplayActionLoader
- getClassMapping(String) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- getClassName() - Method in class repast.simphony.dataLoader.engine.ClassNameContextBuilder
- getClassName() - Method in class repast.simphony.engine.watcher.SharedWatchParameters
- getClassName() - Method in class repast.simphony.engine.watcher.WatcheeDescriptor
- getClassName() - Method in class repast.simphony.engine.watcher.WatchParameters
- getClassName() - Method in class repast.simphony.scenario.data.AgentData
- getClassName(String) - Method in class repast.simphony.freezedry.datasource.DFClassLister
- getClassNames() - Method in class repast.simphony.util.ClassPathEntry
-
Gets the names of the classes on this path.
- getClasspath() - Method in class repast.simphony.scenario.data.ContextData
-
Gets the classpath associated with this ContextData heirarchy.
- getClasspathAdditions() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- getClassPaths() - Method in class repast.simphony.util.ClassPathEntry
-
Gets the paths to jars and / or classes that this ClassPathEntry contains.
- getClassStyleMap() - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
- getClazz() - Method in class repast.simphony.ui.editor.ClassListItem
- getColDelimiter(Queryable, Element) - Static method in class repast.simphony.integration.DataFileElements.ARRAY_ATTRS
- getColor() - Method in class repast.simphony.dataLoader.ui.wizard.builder.CheckNode.State
- getColor() - Method in class repast.simphony.gis.display.SquareIcon
-
Deprecated.
- getColor() - Method in class repast.simphony.relogo.AbstractLink
-
Returns the color of a link.
- getColor() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the color of a turtle.
- getColor() - Method in class repast.simphony.relogo.image.NLImagePrimitive
- getColor() - Method in class repast.simphony.relogo.Link
-
Returns the color of a link.
- getColor() - Method in class repast.simphony.relogo.styles.TurtleShapeComponent
- getColor() - Method in class repast.simphony.relogo.TrackingEdge
- getColor() - Method in interface repast.simphony.relogo.Turtle
-
Returns the color of a turtle.
- getColor() - Method in class repast.simphony.ui.plugin.editor.SquareIcon
-
Gets the color of this Icon.
- getColor() - Method in class repast.simphony.visualization.decorator.AbstractProjectionDecorator
-
Gets the color of the decoration.
- getColor() - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- getColor() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- getColor() - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
- getColor() - Method in interface repast.simphony.visualization.editedStyle.PaintableStyleData
- getColor() - Method in class repast.simphony.visualization.visualization3D.AbstractLabel
- getColor() - Method in interface repast.simphony.visualization.visualization3D.Label
- getColor() - Method in class repast.simphony.visualization.visualization3D.NullLabel
- getColor(double...) - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleOGL2D
- getColor(double...) - Method in interface repast.simphony.visualizationOGL2D.ValueLayerStyleOGL
-
Gets the color at the specified coordinates.
- getColor(int) - Method in class repast.simphony.gis.styleEditor.Palette
- getColor(int, int, Color3f) - Method in class repast.simphony.visualizationOGL2D.ColorMapStyleAdapter
- getColor(Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyleOGL2D
- getColor(Object) - Method in class repast.simphony.visualizationOGL2D.DefaultStyleOGL2D
- getColor(Object) - Method in class repast.simphony.ws.gis.ServerNetStyleGIS
- getColor(Object) - Method in class repast.simphony.ws.gis.ServerStyleGIS
- getColor(Rule) - Static method in class repast.simphony.gis.styleEditor.RuleCreator
-
Gets the color of the symbolizer in the specified rule.
- getColor(RepastEdge<?>) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleOGL2D
- getColor(RepastEdge<?>) - Method in class repast.simphony.visualizationOGL2D.DefaultEdgeStyleOGL2D
- getColor(RepastEdge<?>) - Method in interface repast.simphony.visualizationOGL2D.EdgeStyleOGL2D
-
Gets the color of the line used to represent the edge.
- getColor(PaintableStyleData, Object) - Static method in class repast.simphony.visualization.editedStyle.EditedStyleUtils
- getColor(T) - Method in interface repast.simphony.visualizationOGL2D.StyleOGL2D
-
Gets the color for the specified object.
- getColorAt(int) - Method in class repast.simphony.gis.styleEditor.ValueTableModel
- getColorAt(int, int) - Method in class repast.simphony.gis.styleEditor.PaletteIcon
- getColorCount() - Method in class repast.simphony.gis.styleEditor.Palette
- getColorIndexAt(int, int) - Method in class repast.simphony.gis.styleEditor.PaletteIcon
- getColorMax() - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- getColorMax() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- getColorMax() - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
- getColorMax() - Method in interface repast.simphony.visualization.editedStyle.PaintableStyleData
- getColorMin() - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- getColorMin() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- getColorMin() - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
- getColorMin() - Method in interface repast.simphony.visualization.editedStyle.PaintableStyleData
- getColors() - Method in class repast.simphony.gis.styleEditor.Palette
- getColorScale() - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- getColorScale() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- getColorScale() - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
- getColorScale() - Method in interface repast.simphony.visualization.editedStyle.PaintableStyleData
- getColorValue() - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
- getCols(Queryable, Element) - Static method in class repast.simphony.integration.DataFileElements.ARRAY_ATTRS
- getColumn() - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
-
Deprecated.
- getColumnClass(int) - Method in class repast.simphony.chart2.wizard.SeriesConfigTableModel
- getColumnClass(int) - Method in class repast.simphony.data2.wizard.AggMethodTableModel
- getColumnClass(int) - Method in class repast.simphony.data2.wizard.SimpleMethodTableModel
- getColumnClass(int) - Method in class repast.simphony.ui.table.ProbePropertyTableModel
- getColumnClass(int) - Method in class repast.simphony.visualization.gui.StyleTableModel
- getColumnCount() - Method in class repast.simphony.chart2.wizard.SeriesConfigTableModel
- getColumnCount() - Method in class repast.simphony.data2.wizard.AggMethodTableModel
- getColumnCount() - Method in class repast.simphony.data2.wizard.SimpleMethodTableModel
- getColumnCount() - Method in class repast.simphony.gis.styleEditor.SampleStyleTableModel
-
Returns the number of columns in the model.
- getColumnCount() - Method in class repast.simphony.gis.styleEditor.ValueTableModel
-
Returns the number of columns in the model.
- getColumnCount() - Method in class repast.simphony.visualization.gui.StyleTableModel
- getColumnKeysetPairs(FreezeDryedObject) - Method in class repast.simphony.freezedry.AbstractDataSource
- getColumnName(int) - Method in class repast.simphony.chart2.wizard.SeriesConfigTableModel
- getColumnName(int) - Method in class repast.simphony.data2.wizard.AggMethodTableModel
- getColumnName(int) - Method in class repast.simphony.data2.wizard.SimpleMethodTableModel
- getColumnName(int) - Method in class repast.simphony.gis.styleEditor.SampleStyleTableModel
-
Returns a default name for the column using spreadsheet conventions: A, B, C, ...
- getColumnName(int) - Method in class repast.simphony.gis.styleEditor.ValueTableModel
-
Returns a default name for the column using spreadsheet conventions: A, B, C, ...
- getColumnName(int) - Method in class repast.simphony.visualization.gui.StyleTableModel
- getColumnNames() - Method in class repast.simphony.data2.TabularFormatter
-
Gets a list of the column names.
- getColumnNames(Connection, String) - Static method in class repast.simphony.freezedry.datasource.DBUtils
-
Retrieves the names of the columns of the specified table.
- getColumns(Element) - Static method in class repast.simphony.integration.DataFileElements.TABLE_ATTRS
- getColumns(FreezeDryedObject) - Method in class repast.simphony.freezedry.AbstractDataSource
- getColumnType(FreezeDryedObject, String) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- getCommandLineArguments() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- getCommandPanel() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- getComponent() - Method in class repast.simphony.dataLoader.ui.wizard.builder.LegendLabel
- getComponent(PresentationModel<Object>) - Method in class repast.simphony.ui.probe.BooleanProbedProperty
- getComponent(PresentationModel<Object>) - Method in class repast.simphony.ui.probe.DefaultProbedPropertyUICreator
- getComponent(PresentationModel<Object>) - Method in class repast.simphony.ui.probe.NumericProbedProperty
- getComponent(PresentationModel<Object>) - Method in interface repast.simphony.ui.probe.ProbedPropertyUICreator
-
Gets the JComponent used to display or interact with this property.
- getComponent(PresentationModel<Object>) - Method in class repast.simphony.ui.probe.StringProbedProperty
- getComponent(Parameters) - Method in class repast.simphony.ui.parameters.BooleanParameterBinder
- getComponent(Parameters) - Method in class repast.simphony.ui.parameters.DefaultParameterBinder
- getComponent(Parameters) - Method in class repast.simphony.ui.parameters.FPRangeParameterBinder
- getComponent(Parameters) - Method in class repast.simphony.ui.parameters.ListParameterBinder
- getComponent(Parameters) - Method in interface repast.simphony.ui.parameters.ParameterBinder
-
Creates a JComponent for a parameter in the parameters.
- getComponent(Parameters) - Method in class repast.simphony.ui.parameters.RangeParameterBinder
- getComponent(Parameters) - Method in class repast.simphony.ui.parameters.ReadOnlyParameterBinder
- getComponents() - Method in class repast.simphony.relogo.styles.TurtleShape
- getCompositeEditorExts() - Method in class repast.simphony.ui.plugin.UIActionExtensions
- getConfiguration() - Method in class repast.simphony.ui.widget.MovieMakerDialog
- getConnection() - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- getConnection(Class, boolean) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- getConnection(FreezeDryedObject, boolean) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- getConstant() - Method in class repast.simphony.ui.sweep.ParameterSweepInput
- getConstantIndex() - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
-
Gets the index of the constant dimension.
- getConstantIndex() - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
- getConstrainingList() - Method in class repast.simphony.parameter.DefaultParameterSchema
-
Gets the list of values that constrain this parameter.
- getConstrainingList() - Method in interface repast.simphony.parameter.ParameterSchema
-
Gets the list of values that constrain this parameter.
- getConstrainingRange() - Method in class repast.simphony.parameter.DefaultParameterSchema
-
Gets the numeric range of values that constrain this parameter.
- getConstrainingRange() - Method in interface repast.simphony.parameter.ParameterSchema
-
Gets the numeric range of values that constrain this parameter.
- getConstraintString() - Method in class repast.simphony.parameter.DefaultParameterSchema
-
Gets the string representation of the values or range that constrain this parameter This will return an empty string if the parameter is not constrained (by a list or range)
- getConstraintString() - Method in interface repast.simphony.parameter.ParameterSchema
-
Gets the string representation of the values or range that constrain this parameter This will return an empty string if the parameter is not constrained (by a list or range)
- getContainer() - Method in class repast.simphony.visualization.DefaultDisplayData
-
Gets the container that contains the objects we want to display.
- getContainer() - Method in interface repast.simphony.visualization.DisplayData
-
Gets the container that contains the objects we want to display.
- getContainer() - Method in interface repast.simphony.visualization.editor.DisplayEditor
-
Deprecated.Gets the container of the visualized objects.
- getContainer() - Method in class repast.simphony.visualization.editor.DisplayEditor2D
-
Deprecated.Gets the container of the visualized objects.
- getContainer() - Method in class repast.simphony.visualization.editor.gis.DisplayEditorGIS
-
Deprecated.Gets the container of the visualized objects.
- getContainer() - Method in class repast.simphony.visualization.editor.SyntheticDisplayData
-
Deprecated.Gets the container that contains the objects we want to display.
- getContentDescriptor() - Method in class repast.simphony.ui.widget.BufferSourceStream
- getContentLength() - Method in class repast.simphony.ui.widget.BufferSourceStream
- getContentPanel() - Method in class repast.simphony.chart2.wizard.AggregateChartStep
- getContentPanel() - Method in class repast.simphony.chart2.wizard.ChartPropertiesStep
- getContentPanel() - Method in class repast.simphony.chart2.wizard.HistogramChartPropertiesStep
- getContentPanel() - Method in class repast.simphony.chart2.wizard.HistogramDataStep
- getContentPanel() - Method in class repast.simphony.chart2.wizard.HistogramPropertiesStep
- getContentPanel() - Method in class repast.simphony.chart2.wizard.NonAggregateChartStep
- getContentPanel() - Method in class repast.simphony.chart2.wizard.TimeSeriesGeneralStep
- getContentPanel() - Method in class repast.simphony.data.analysis.BrowseForHomeStep
- getContentPanel() - Method in class repast.simphony.data.analysis.CopyRightStep
- getContentPanel() - Method in class repast.simphony.data2.gui.FileChooserStep
- getContentPanel() - Method in class repast.simphony.data2.gui.FileSinkChooserStep
- getContentPanel() - Method in class repast.simphony.data2.gui.NetworkChooserStep
- getContentPanel() - Method in class repast.simphony.data2.wizard.AggregateSourceStep
- getContentPanel() - Method in class repast.simphony.data2.wizard.ConsoleSinkPropertiesStep
- getContentPanel() - Method in class repast.simphony.data2.wizard.DataSetGeneralStep
- getContentPanel() - Method in class repast.simphony.data2.wizard.NonAggregateSourceStep
- getContentPanel() - Method in class repast.simphony.data2.wizard.SinkDataStep
- getContentPanel() - Method in class repast.simphony.dataLoader.ui.wizard.ClassBuilderStep
- getContentPanel() - Method in class repast.simphony.dataLoader.ui.wizard.DataLoadingSetupFinish
- getContentPanel() - Method in class repast.simphony.dataLoader.ui.wizard.XMLFileChooserStep
- getContentPanel() - Method in class repast.simphony.freezedry.wizard.XMLFileChooserStep
- getContentPanel() - Method in class repast.simphony.ui.newscenario.FileSelectionPanel
- getContentPanel() - Method in class repast.simphony.ui.newscenario.ModelInitPanel
- getContentPanel() - Method in class repast.simphony.ui.newscenario.NewScenarioFinalPanel
- getContentPanel() - Method in class repast.simphony.ui.newscenario.ScenarioSelectionPanel
- getContentPanel() - Method in class repast.simphony.ui.plugin.editor.PluginWizardStep
-
Subclasses must provide a JPanel with the wizard contents.
- getContentPanel() - Method in class repast.simphony.util.wizard.ChooseOptionStep
- getContentPanel() - Method in class repast.simphony.util.wizard.DefaultFinishStep
- getContentPanel() - Method in class repast.simphony.visualization.gui.AgentSelectionStep
- getContentPanel() - Method in class repast.simphony.visualization.gui.ContinuousStyleStep
- getContentPanel() - Method in class repast.simphony.visualization.gui.CoverageStyleStep
- getContentPanel() - Method in class repast.simphony.visualization.gui.EdgeStyleStep
- getContentPanel() - Method in class repast.simphony.visualization.gui.GeneralStep
- getContentPanel() - Method in class repast.simphony.visualization.gui.GIS3DOptionStep
- getContentPanel() - Method in class repast.simphony.visualization.gui.GISStyleStep
-
Deprecated.
- getContentPanel() - Method in class repast.simphony.visualization.gui.LayerOrderStep
- getContentPanel() - Method in class repast.simphony.visualization.gui.NameOnlyGeneralStep
- getContentPanel() - Method in class repast.simphony.visualization.gui.NetLayoutStep
- getContentPanel() - Method in class repast.simphony.visualization.gui.ScheduleStep
- getContentPanel() - Method in class repast.simphony.visualization.gui.StyleStep
- getContentPanel() - Method in class repast.simphony.visualization.gui.ValueLayerStep
- getContents() - Method in class repast.simphony.space.delaunay.TriangulationPoint
-
Construct a new TriangulationPoint using an ILocation object.
- getContentType() - Method in class repast.simphony.ui.widget.BufferDataSource
- getContext() - Method in class repast.simphony.context.ContextEvent
-
Get the context to which the event occured.
- getContext() - Method in class repast.simphony.relogo.AbstractObserver
- getContext() - Method in class repast.simphony.relogo.factories.ReLogoWorldFactory
- getContext() - Method in interface repast.simphony.relogo.Observer
- getContext() - Method in class repast.simphony.scenario.Scenario
- getContext() - Method in class repast.simphony.visualization.gui.DisplayWizardModel
- getContext(Object) - Static method in class repast.simphony.util.ContextUtils
-
Retrieves the context a given object is in.
- getContext(JXPathContext, JXPathContext, String) - Static method in class repast.simphony.integration.JXPathUtils
-
If the path begins with a '/' then the root context is returned, otherwise curContext is.
- getContext(Context<?>, Object) - Static method in class repast.simphony.util.ContextUtils
-
Retrieves the context of the specified object starting with the specified Context.
- getContextClassName() - Method in class repast.simphony.scenario.data.ContextData
-
Gets the name of the class to use a Context, or null if the default should be used.
- getContextDescriptor() - Method in class repast.simphony.dataLoader.ui.wizard.builder.AdderPanel
- getContextFilter(Context, Predicate) - Method in class repast.simphony.engine.controller.DefaultContextSchedulableControllerAction
- getContextId() - Method in class repast.simphony.dataLoader.ui.wizard.FreezeDryedClassChooserStep
- getContextID() - Method in class repast.simphony.parameter.AbstractParameters
-
Gets the context id for the context that these parameters for.
- getContextID() - Method in interface repast.simphony.scenario.ScenarioEntry
-
Gets the context the action is associated with.
- getContextID() - Method in class repast.simphony.ui.tree.ScenarioNode
- getContextID() - Method in class repast.simphony.ui.tree.ScenarioTreeEvent
- getContextID() - Method in class repast.simphony.util.wizard.DynamicWizardModel
- getContextIdTree() - Method in class repast.simphony.engine.controller.DefaultControllerRegistry
- getContextIdTree() - Method in interface repast.simphony.engine.environment.ControllerRegistry
- getContextListener(ISchedule) - Method in class repast.simphony.engine.watcher.WatchAnnotationReader
- getContextListeners() - Method in class repast.simphony.context.AbstractContext
- getContextListeners() - Method in interface repast.simphony.context.Context
- getContextListeners() - Method in class repast.simphony.context.FormerDefaultContext
- getControl(String) - Method in class repast.simphony.ui.widget.BufferDataSource
- getControl(String) - Method in class repast.simphony.ui.widget.BufferSourceStream
- getController() - Method in class repast.simphony.ui.RSApplication
-
Returns the current controller.
- getController(StateChart) - Method in class repast.simphony.statecharts.runtime.UICreatorFactory.WindowRegistry
- getControllerActionIO(Class) - Method in class repast.simphony.plugin.ControllerActionIOExtensions
- getControllerActionIO(String) - Method in class repast.simphony.plugin.ControllerActionIOExtensions
- getControllerRegistry() - Method in interface repast.simphony.engine.controller.Controller
-
Retrieves the registry of
ControllerAction
s that the controller will run. - getControllerRegistry() - Method in class repast.simphony.engine.controller.DefaultController
-
Retrieves the registry of
ControllerAction
s that the controller will run. - getControllerRegistry() - Method in class repast.simphony.engine.environment.RunState
-
Retrieves the
ControllerRegistry
used to setup and teardown the simulation. - getControllerRegistry() - Method in class repast.simphony.scenario.Scenario
- getControlPanel() - Method in class repast.simphony.visualization.gui.LayerOrderStep
-
Provide a JPanel with controls for the layer list
- getControls() - Method in class repast.simphony.ui.widget.BufferDataSource
- getControls() - Method in class repast.simphony.ui.widget.BufferSourceStream
- getConverter() - Method in class repast.simphony.parameter.DefaultParameterSchema
-
Gets the StringConverter if any.
- getConverter() - Method in class repast.simphony.parameter.FileParameterType
-
Gets a StringConverter that can be used to convert objects of this ParameterType to and from strings.
- getConverter() - Method in interface repast.simphony.parameter.ParameterSchema
-
Gets the convertor, if any, for this ParameterSchema.
- getConverter() - Method in interface repast.simphony.parameter.ParameterType
-
Gets a StringConverter that can be used to convert objects of this ParameterType to and from strings.
- getConverter() - Method in interface repast.simphony.scenario.data.Attribute
-
Gets this attribute's StringConverter.
- getConverter() - Method in class repast.simphony.scenario.data.AttributeFactory.PType
- getConverter() - Method in class repast.simphony.ui.probe.ProbedPropertiesFinder.Property
- getConverter(Class<T>) - Method in class repast.simphony.parameter.StringConverterFactory
-
Get StringConverter appropriate for the specified class.
- getCoord(int) - Method in class repast.simphony.space.continuous.NdPoint
-
Gets the coordinate at the specified index.
- getCoord(int) - Method in class repast.simphony.space.grid.GridPoint
-
Gets the coordinate at the specified index.
- getCoordinateReferenceSystem() - Method in class repast.simphony.space.gis.WritableGridCoverage2D
- getCoordinates(Object) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Returns the coordinates (float[2]) that stores the vertex' x and y location.
- getCoordInt(int) - Method in class repast.simphony.space.continuous.NdPoint
- getCount(Queryable, Element) - Static method in class repast.simphony.integration.DataFileElements.RECORD_ATTRS
- getCoverage(String) - Method in class repast.simphony.space.gis.DefaultGeography
- getCoverage(String) - Method in interface repast.simphony.space.gis.Geography
-
Gets the named coverage layer
- getCoverageLayers() - Method in class repast.simphony.gis.visualization.engine.GISDisplayDescriptor
- getCoverageNames() - Method in class repast.simphony.space.gis.DefaultGeography
- getCoverageNames() - Method in interface repast.simphony.space.gis.Geography
- getCreator(String) - Method in class repast.simphony.ui.plugin.ActionEditorExtensions
- getCreator(ControllerAction) - Method in class repast.simphony.ui.plugin.ActionEditorExtensions
- getCrs() - Method in class repast.simphony.space.gis.DefaultFeatureAgentFactory
-
Gets the coordinate reference system for this factory.
- getCrs() - Method in class repast.simphony.space.gis.GeographyParameters
- getCrs() - Method in class repast.simphony.space.gis.ShapefileFeatureAgentFactory
-
Gets the coordinate reference system for this factory.
- getCRS() - Method in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
- getCRS() - Method in class repast.simphony.space.gis.DefaultGeography
-
Gets the current coordinate reference system for this geometry.
- getCRS() - Method in interface repast.simphony.space.gis.Geography
-
Gets the current coordinate reference system for this geometry.
- getCRS() - Method in class repast.simphony.space.gis.RasterLayer
- getCurrentDirectory() - Method in class repast.simphony.relogo.ReLogoModel
- getCurrentEventHandler() - Method in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
- getCurrentFileInfo() - Method in class repast.simphony.relogo.ReLogoModel
- getCurrentNode() - Method in class repast.simphony.engine.graph.GraphParams
-
Retrieves the current node in the graph execution.
- getCurrentRunState() - Method in interface repast.simphony.engine.controller.Controller
-
Retrieves the current RunState the controller is using.
- getCurrentRunState() - Method in class repast.simphony.engine.controller.DefaultController
-
Retrieves the current RunState the controller is using.
- getCurrentScenario() - Method in class repast.simphony.ui.RSApplication
- getCurrentSchedule() - Method in class repast.simphony.engine.environment.RunEnvironment
-
Gets the schedule on which the current run's events are scheduled for execution.
- getCurrentSimpleState() - Method in class repast.simphony.statecharts.DefaultStateChart
- getCurrentSimpleState() - Method in interface repast.simphony.statecharts.StateChart
-
Retrieve current state.
- getCurrentSize() - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
- getCurrentSize() - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Returns the current size of the visualization space, same as JUNG AbstractLayout.getCurrentSize()
- getCurrentStates() - Method in class repast.simphony.statecharts.DefaultStateChart
- getCurrentStates() - Method in interface repast.simphony.statecharts.StateChart
- getCurrentSVGDocument() - Method in class repast.simphony.statecharts.runtime.StateChartSVGModel
- getCursor() - Method in class repast.simphony.gis.tools.DistanceTool
- getCursor() - Method in interface repast.simphony.gis.tools.MapTool
- getCursor() - Method in class repast.simphony.gis.tools.PGISPanTool
- getCursor() - Method in class repast.simphony.gis.tools.PositionTool
- getData() - Method in class repast.simphony.engine.watcher.WatcheeDataNode
- getData() - Method in class repast.simphony.integration.DataContent
-
Retrieves the data to be used in the
DataContent.getValue()
method. - getData() - Method in class repast.simphony.ui.sparkline.SparklineJComponent
- getData(Object) - Method in interface repast.simphony.util.bytecode.DataSource
-
Gets some data value from the specified object
- getDataFile(String) - Static method in class repast.simphony.util.FileUtils
-
Gets a file based on a certain name.
- getDataFileName(String) - Static method in class repast.simphony.util.FileUtils
-
Gets a filename based on a certain name.
- getDataFor(String) - Static method in class repast.simphony.engine.environment.ProjectionRegistry
- getDataFor(String) - Static method in class repast.simphony.visualization.engine.VisualizationRegistry
- getDataLoader() - Method in class repast.simphony.dataLoader.engine.ClassNameContextBuilder
- getDataSet() - Method in class repast.simphony.chart2.engine.ChartDescriptor
- getDataSet() - Method in class repast.simphony.chart2.SingleHistogramDomainAxis
-
Retrieves the data set that will be used for determining bin edges.
- getDataSet() - Method in class repast.simphony.chart2.wizard.HistogramWizardModel
- getDataSet() - Method in class repast.simphony.chart2.wizard.TimeSeriesWizardModel
- getDataSet() - Method in class repast.simphony.data2.engine.AbstractTextSinkDescriptor
- getDataSetBuilder(String) - Method in class repast.simphony.data2.AbstractDataSetManager
- getDataSetBuilder(String) - Method in interface repast.simphony.data2.DataSetManager
-
Gets the named DataSetBuilder.
- getDataSetDescriptors(ControllerRegistry, Object) - Static method in class repast.simphony.data2.util.DataUtilities
-
Gets a list of the data set descriptors defined for the specified context.
- getDataSetManager(Object) - Method in class repast.simphony.data2.DataSetRegistry
-
Gets the DataSetManager associated with the specified context.
- getDataSets() - Method in class repast.simphony.chart2.wizard.HistogramWizardModel
- getDataSets() - Method in class repast.simphony.chart2.wizard.TimeSeriesWizardModel
- getDataSets() - Method in class repast.simphony.data2.wizard.ConsoleSinkWizardModel
- getDataSets() - Method in interface repast.simphony.data2.wizard.DataSetModel
-
Gets the datasets.
- getDataSets() - Method in class repast.simphony.data2.wizard.FileSinkWizardModel
- getDataSetType() - Method in class repast.simphony.chart2.wizard.HistogramWizardModel
- getDataSetType() - Method in class repast.simphony.chart2.wizard.TimeSeriesWizardModel
- getDataSource() - Method in class repast.simphony.freezedry.ContextFreezeDryingAction
- getDataSource() - Method in interface repast.simphony.freezedry.wizard.DataSourceBuilder
-
Gets an action that will create a freeze drying action.
- getDataSource() - Method in class repast.simphony.freezedry.wizard.DFDataSourceBuilder
- getDataSource() - Method in class repast.simphony.freezedry.wizard.FreezerControllerAction
- getDataSource() - Method in class repast.simphony.freezedry.wizard.JDBCDSBuilder
- getDataSource(String, String, String, String) - Static method in class repast.simphony.freezedry.datasource.DBUtils
- getDataSource(DBConnectionInfo) - Static method in class repast.simphony.freezedry.datasource.DBUtils
-
Gets a data source pointing to a database.
- getDataSourceClassName() - Method in class repast.simphony.data2.engine.CustomDataSourceDefinition
- getDataType() - Method in class repast.simphony.data2.BatchRunDataSource
- getDataType() - Method in class repast.simphony.data2.CountDataSource
- getDataType() - Method in interface repast.simphony.data2.DataSource
-
Gets the type of data produced by this DataSource.
- getDataType() - Method in class repast.simphony.data2.engine.AggregateDataSourceWrapper
- getDataType() - Method in class repast.simphony.data2.engine.NonAggregateDataSourceWrapper
- getDataType() - Method in class repast.simphony.data2.MethodDataSource
- getDataType() - Method in class repast.simphony.data2.ParameterDataSource
- getDataType() - Method in class repast.simphony.data2.RandomSeedDataSource
- getDataType() - Method in class repast.simphony.data2.TickCountDataSource
- getDataType(String) - Static method in enum class repast.simphony.integration.ArrayDataTypeHandler
- getDataType(String) - Static method in enum class repast.simphony.integration.DataTypeHandler
- getDataValueId() - Method in class repast.simphony.chart2.engine.TimeSeriesChartDescriptor
-
Gets the id of the data source used to provide the data for the time series.
- getDbURL() - Method in class repast.simphony.dataLoader.wizard.JDBCContextActionBuilder
- getDbURL() - Method in class repast.simphony.freezedry.datasource.JDBCContextBuilder
- getDbURL() - Method in class repast.simphony.freezedry.wizard.JDBCDSBuilder
- getDBURL() - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- getDDims() - Method in class repast.simphony.relogo.factories.RLWorldDimensions
- getDDims() - Method in class repast.simphony.relogo.RLDimensions
- getDecorated() - Method in interface repast.simphony.space.continuous.PointTranslatorDecorator
-
Retrieves the translator being decorated.
- getDecorated() - Method in interface repast.simphony.space.grid.GridPointTranslatorDecorator
-
Retrieves the translator being decorated.
- getDecorator() - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.Gets the decorator used to decorate selected gis features.
- getDefaultBackgroundColorForDisplay(DisplayDescriptor) - Method in class repast.simphony.visualization.gui.StyleClassStep
- getDefaultDelimiter(String) - Static method in class repast.simphony.integration.DataFileElements.DATA_ATTRS
- getDefaultDisplay() - Method in class repast.simphony.relogo.ReLogoModel
- getDefaultEdgeStyles() - Method in class repast.simphony.gis.visualization.engine.GIS3DVisualizationRegistryData
- getDefaultEdgeStyles() - Method in class repast.simphony.gis.visualization.engine.GISVisualizationRegistryData
-
Deprecated.
- getDefaultEdgeStyles() - Method in interface repast.simphony.visualization.engine.VisualizationRegistryData
-
The default edge style classes that are available in the display wizard.
- getDefaultEditedEdgeStyleDataClass() - Method in class repast.simphony.gis.visualization.engine.GIS3DVisualizationRegistryData
- getDefaultEditedEdgeStyleDataClass() - Method in class repast.simphony.gis.visualization.engine.GISVisualizationRegistryData
-
Deprecated.
- getDefaultEditedEdgeStyleDataClass() - Method in interface repast.simphony.visualization.engine.VisualizationRegistryData
- getDefaultEditedStyleDataClass() - Method in class repast.simphony.gis.visualization.engine.GIS3DVisualizationRegistryData
- getDefaultEditedStyleDataClass() - Method in class repast.simphony.gis.visualization.engine.GISVisualizationRegistryData
-
Deprecated.
- getDefaultEditedStyleDataClass() - Method in interface repast.simphony.visualization.engine.VisualizationRegistryData
- getDefaultFileExtension() - Method in class repast.simphony.data.analysis.NetworkAnalysisPluginWizard
- getDefaultFileExtension() - Method in class repast.simphony.data2.gui.FileChooserStep
- getDefaultGeometry() - Method in class repast.simphony.space.gis.FeatureAgent
- getDefaultGeometryProperty() - Method in class repast.simphony.space.gis.FeatureAgent
- getDefaultLocation() - Method in class repast.simphony.data.analysis.BrowseForHomeStep
- getDefaultNetStyles() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
- getDefaultNetStyles() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getDefaultNetStyles() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
- getDefaultNetStyles2D() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getDefaultNetStyles3D() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getDefaultPalette() - Static method in class repast.simphony.gis.styleEditor.Palette
- getDefaultRegistry() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default random registry.
- getDefaultRule() - Method in class repast.simphony.gis.styleEditor.ByRangePanelMediator
- getDefaultRule() - Method in class repast.simphony.gis.styleEditor.ValueTableModel
- getDefaultShapeMap() - Method in class repast.simphony.relogo.factories.TurtleFactory
- getDefaultStyle() - Method in class repast.simphony.visualization.gui.DisplayWizardModel
- getDefaultStyle(GeometryUtil.GeometryType) - Static method in class repast.simphony.gis.styleEditor.StylePreviewFactory
-
Provide a default style for the style editors.
- getDefaultStyle(DisplayDescriptor) - Method in class repast.simphony.visualization.gui.EdgeStyleStep
-
Provides the default style class name for the display defined in the descriptor.
- getDefaultStyle(DisplayDescriptor) - Method in class repast.simphony.visualization.gui.StyleClassStep
-
Provides the default style class name for the display defined in the descriptor.
- getDefaultStyles() - Method in class repast.simphony.gis.visualization.engine.GIS3DVisualizationRegistryData
- getDefaultStyles() - Method in class repast.simphony.gis.visualization.engine.GISVisualizationRegistryData
-
Deprecated.
- getDefaultStyles() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
- getDefaultStyles() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getDefaultStyles() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
- getDefaultStyles() - Method in interface repast.simphony.visualization.engine.VisualizationRegistryData
-
The default style classes that are available in the display wizard.
- getDefaultStyles2D() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getDefaultStyles3D() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getDefaultStylesGIS3D() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getDefaultValue() - Method in class repast.simphony.parameter.DefaultParameterSchema
-
Gets the default value of the parameter.
- getDefaultValue() - Method in interface repast.simphony.parameter.ParameterSchema
-
Gets the default value of the parameter.
- getDegree() - Method in class repast.simphony.context.space.graph.ContextJungNetwork
- getDegree() - Method in class repast.simphony.space.graph.JungNetwork
- getDegree() - Method in interface repast.simphony.space.graph.Network
-
Get the total degree (number of edges) for the graph.
- getDegree(T) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
- getDegree(T) - Method in class repast.simphony.space.graph.JungNetwork
- getDegree(T) - Method in interface repast.simphony.space.graph.Network
-
Gets the degree of the node associated with the specified object.
- getDegree(T) - Method in class repast.simphony.space.graph.UndirectedJungNetwork
- getDelegateDataLoader() - Method in class repast.simphony.dataLoader.engine.ClassNameContextBuilder
- getDelimiter() - Method in class repast.simphony.data2.AbstractFormatter
- getDelimiter() - Method in class repast.simphony.data2.engine.AbstractTextSinkDescriptor
- getDelimiter() - Method in interface repast.simphony.data2.Formatter
-
Gets the delimiter used by this Formatter.
- getDelimiter() - Method in class repast.simphony.dataLoader.engine.DelimitedFileContextBuilder
- getDelimiter() - Method in class repast.simphony.dataLoader.ui.wizard.DFDataLoaderContextActionBuilder
- getDelimiter() - Method in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
- getDelimiter() - Method in class repast.simphony.freezedry.gui.DFDirectoryChooserStep
- getDelimiter() - Method in class repast.simphony.freezedry.wizard.DFDataSourceBuilder
- getDelimiter(Queryable, Element, String) - Static method in class repast.simphony.integration.DataFileElements.DATA_ATTRS
- getDepth() - Method in class repast.simphony.space.Dimensions
-
Gets the size of the z dimension.
- getDepth() - Method in class repast.simphony.space.grid.GridDimensions
-
Gets the size of the z dimension.
- getDepth() - Method in class repast.simphony.visualization.Box
- getDepth() - Method in class repast.simphony.visualization.engine.BoundingBox
- getDescription() - Method in class repast.simphony.dataLoader.ui.wizard.SpecificClassOption
- getDescription() - Method in class repast.simphony.dataLoader.ui.wizard.XMLLoaderOption
- getDescription() - Method in class repast.simphony.gis.styleEditor.Palette
- getDescription() - Method in class repast.simphony.ui.filters.FileExtensionFilter
- getDescription() - Method in class repast.simphony.util.wizard.AbstractWizardOption
- getDescription() - Method in interface repast.simphony.util.wizard.WizardOption
-
The description of the option.
- getDescription() - Method in class repast.simphony.visualization.gui.styleBuilder.IconFile2DFilter
- getDescription() - Method in class repast.simphony.visualization.gui.styleBuilder.ModelFile3DFilter
- getDescriptor() - Method in class repast.simphony.chart2.engine.HistogramComponentControllerAction
- getDescriptor() - Method in class repast.simphony.chart2.engine.TimeSeriesComponentControllerAction
- getDescriptor() - Method in class repast.simphony.chart2.wizard.HistogramWizardModel
- getDescriptor() - Method in class repast.simphony.chart2.wizard.TimeSeriesWizardModel
- getDescriptor() - Method in class repast.simphony.data2.engine.ConsoleSinkComponentControllerAction
- getDescriptor() - Method in class repast.simphony.data2.engine.DataSetComponentControllerAction
- getDescriptor() - Method in class repast.simphony.data2.engine.FileSinkComponentControllerAction
- getDescriptor() - Method in class repast.simphony.data2.wizard.ConsoleSinkWizardModel
- getDescriptor() - Method in interface repast.simphony.data2.wizard.DataSetModel
-
Gets the descriptor.
- getDescriptor() - Method in class repast.simphony.data2.wizard.DataSetWizardModel
- getDescriptor() - Method in class repast.simphony.data2.wizard.FileSinkWizardModel
- getDescriptor() - Method in class repast.simphony.dataLoader.ui.wizard.builder.BuilderContextBuilder
- getDescriptor() - Method in class repast.simphony.engine.controller.DefaultContextSchedulableControllerAction
- getDescriptor() - Method in class repast.simphony.engine.controller.DefaultSchedulableAction
- getDescriptor() - Method in interface repast.simphony.engine.controller.DescriptorControllerAction
- getDescriptor() - Method in class repast.simphony.space.gis.FeatureAgent
- getDescriptor() - Method in class repast.simphony.userpanel.ui.DefaultUserPanelDescriptorAction
- getDescriptor() - Method in class repast.simphony.userpanel.ui.UserPanelWizardModel
- getDescriptor() - Method in class repast.simphony.visualization.editor.PropertyDescriptorAdapter
-
Deprecated.
- getDescriptor() - Method in class repast.simphony.visualization.engine.DisplayComponentControllerAction
- getDescriptor() - Method in class repast.simphony.visualization.gui.DisplayConfigurationWizard
- getDescriptor() - Method in class repast.simphony.visualization.gui.DisplayWizardModel
- getDescriptorFactory() - Method in class repast.simphony.gis.visualization.engine.GIS3DVisualizationRegistryData
- getDescriptorFactory() - Method in class repast.simphony.gis.visualization.engine.GISVisualizationRegistryData
-
Deprecated.
- getDescriptorFactory() - Method in interface repast.simphony.visualization.engine.VisualizationRegistryData
-
Get a factory for creating display descriptors for this display type.
- getDescriptorFileName() - Method in class repast.simphony.integration.DataFileReader
- getDescriptorFileName() - Method in class repast.simphony.integration.DataFileWriter
- getDest() - Method in class repast.simphony.space.delaunay.QuadEdge
- getDestFileName() - Method in class repast.simphony.integration.DataFileWriter
- getDestination() - Method in class repast.simphony.statecharts.HistoryState
- getDetails(String) - Method in class repast.simphony.parameter.DefaultSchema
-
Gets the schema for the specified parameter.
- getDetails(String) - Method in interface repast.simphony.parameter.Schema
-
Gets the schema for the specified parameter.
- getDialogTitle() - Method in class repast.simphony.dataLoader.ui.CNDataLoaderActionPanel
- getDialogTitle() - Method in class repast.simphony.dataLoader.ui.wizard.builder.AgentDescriptorFillerPanel
- getDialogTitle() - Method in class repast.simphony.dataLoader.ui.wizard.builder.RelationshipDescriptorFillerPanel
- getDialogTitle() - Method in class repast.simphony.ui.editor.SchedulableActionEditor
- getDialogTitle() - Method in class repast.simphony.ui.plugin.editor.UISaver
- getDiffusionConst() - Method in class repast.simphony.valueLayer.ValueLayerDiffuser
- getDimension(int) - Method in class repast.simphony.space.Dimensions
-
Gets the dimension size at the specified index.
- getDimension(int) - Method in class repast.simphony.space.grid.GridDimensions
-
Gets the dimension size at the specified index.
- getDimensions() - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
-
Gets the dimensions of the grid.
- getDimensions() - Method in interface repast.simphony.space.continuous.ContinuousSpace
-
Gets the dimensions of the space.
- getDimensions() - Method in class repast.simphony.space.grid.AbstractGrid
-
Gets the dimensions of the grid.
- getDimensions() - Method in interface repast.simphony.space.grid.Grid
-
Gets the dimensions of the space.
- getDimensions() - Method in class repast.simphony.space.grid.GridBuilderParameters
-
Gets the dimensions of the grid.
- getDimensions() - Method in class repast.simphony.valueLayer.BufferedGridValueLayer
- getDimensions() - Method in class repast.simphony.valueLayer.ContinuousValueLayer
-
Gets the dimensions of this value layer.
- getDimensions() - Method in class repast.simphony.valueLayer.GridValueLayer
-
Gets the dimensions of this GridValueLayer.
- getDimensions() - Method in interface repast.simphony.valueLayer.ValueLayer
-
Gets the dimensions of this ValueLayer.
- getDimensions() - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
-
Gets the dimensions of the space.
- getDimensions() - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
-
Gets the dimensions of the space.
- getDims() - Method in class repast.simphony.relogo.factories.RLWorldDimensions
- getDims() - Method in class repast.simphony.relogo.RLDimensions
- getDirectedNetworks(Observer) - Static method in class repast.simphony.relogo.Utility
- getDirectory() - Method in class repast.simphony.batch.ssh.OutputFinder.Instance
- getDirectoryName() - Method in class repast.simphony.dataLoader.ui.wizard.DFDataLoaderContextActionBuilder
- getDirectoryName() - Method in class repast.simphony.freezedry.wizard.DFDataSourceBuilder
- getDisplacement(int, double, double...) - Method in class repast.simphony.context.AbstractSpatialContext
- getDisplacement(int, int, double, double...) - Static method in class repast.simphony.space.SpatialMath
-
Returns the displacement
- getDisplacement(NdPoint, NdPoint) - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
-
Returns the displacement between the NdPoints point1 and point2.
- getDisplacement(NdPoint, NdPoint) - Method in interface repast.simphony.space.continuous.ContinuousSpace
-
Returns the displacement between the NdPoints point1 and point2.
- getDisplacement(NdPoint, NdPoint) - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
-
Returns the displacement between the NdPoints point1 and point2.
- getDisplacementFromHeadingAndDistance(double, double) - Static method in class repast.simphony.relogo.Utility
-
Returns the displacement double array corresponding to moving in the "heading" direction for distance "distance".
- getDisplacementInt(int, int, double, double...) - Static method in class repast.simphony.space.SpatialMath
-
Returns the displacement TODO: try and optimize this so taht
- getDisplayCreatorFactory() - Method in class repast.simphony.gis.visualization.engine.GIS3DVisualizationRegistryData
- getDisplayCreatorFactory() - Method in class repast.simphony.gis.visualization.engine.GISVisualizationRegistryData
-
Deprecated.
- getDisplayCreatorFactory() - Method in interface repast.simphony.visualization.engine.VisualizationRegistryData
-
Provide a DisplayCreator that will create the display.
- getDisplayForComponent(JComponent) - Method in class repast.simphony.engine.environment.DefaultGUIRegistry
-
Gets the IDisplay associated with the specified component.
- getDisplayForComponent(JComponent) - Method in interface repast.simphony.engine.environment.GUIRegistry
-
Gets the display associated with the specified component.
- getDisplayForName(String) - Method in class repast.simphony.engine.environment.DefaultGUIRegistry
-
Get the IDisplay associated with the specified display name;
- getDisplayForName(String) - Method in interface repast.simphony.engine.environment.GUIRegistry
-
Get the IDisplay associated with the specified display name;
- getDisplayInternalNameMap() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- getDisplayName() - Method in interface repast.simphony.scenario.data.Attribute
-
Gets the name of this attribute.
- getDisplayName() - Method in class repast.simphony.ui.probe.DefaultProbedPropertyUICreator
- getDisplayName() - Method in class repast.simphony.ui.probe.FieldPropertyDescriptor
-
Gets the display name for this field property.
- getDisplayName() - Method in class repast.simphony.ui.probe.ProbedPropertiesFinder.Property
- getDisplayName() - Method in interface repast.simphony.ui.probe.ProbedPropertyUICreator
-
Gets the display name to use a label the probe panel.
- getDisplayName() - Method in class repast.simphony.ui.sweep.ParameterSweepInput
- getDisplayName() - Method in class repast.simphony.visualization.editor.PropertyDescriptorAdapter
-
Deprecated.
- getDisplayName(String) - Method in class repast.simphony.parameter.BeanParameters
-
Gets the display name for the specified parameter name.
- getDisplayName(String) - Method in class repast.simphony.parameter.DefaultParameters
-
Gets the display name for the specified parameter name.
- getDisplayName(String) - Method in class repast.simphony.parameter.EmptyParameters
-
Gets the display name for the specified parameter name.
- getDisplayName(String) - Method in interface repast.simphony.parameter.Parameters
-
Gets the display name for the specified parameter name.
- getDisplayName(String) - Method in class repast.simphony.ui.probe.ProbeableBeanInfo
-
Gets the display name mapped to the specified property name.
- getDisplayOrder() - Method in class repast.simphony.ui.GUIParametersManager
-
Gets GUI display order of the current parameters.
- getDisplayOrder() - Method in class repast.simphony.ui.parameters.AbstractParameterBinder
- getDisplayOrder() - Method in interface repast.simphony.ui.parameters.ParameterBinder
-
Gets the order of the created component in the display.
- getDisplayOrder() - Method in class repast.simphony.ui.parameters.ParametersUI
-
Gets GUI display order of the current parameters.
- getDisplays() - Method in class repast.simphony.engine.environment.DefaultGUIRegistry
-
Gets the list of IDisplay-s registered with this GUIRegistry.
- getDisplays() - Method in interface repast.simphony.engine.environment.GUIRegistry
-
Gets the list of IDisplay-s registered with this GUIRegistry.
- getDisplayType() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
- getDisplayType() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getDisplayType() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
- getDisplayValidator() - Method in class repast.simphony.gis.visualization.engine.GIS3DVisualizationRegistryData
- getDisplayValidator() - Method in class repast.simphony.gis.visualization.engine.GISVisualizationRegistryData
-
Deprecated.
- getDisplayValidator() - Method in interface repast.simphony.visualization.engine.VisualizationRegistryData
-
Get a DisplayValidator instance associated with this display type.
- getDisplayWizardSteps() - Static method in class repast.simphony.gis.visualization.engine.GIS3DDisplayWizardStepCreator
- getDisplayWizardSteps() - Method in class repast.simphony.gis.visualization.engine.GIS3DVisualizationRegistryData
- getDisplayWizardSteps() - Static method in class repast.simphony.gis.visualization.engine.GISDisplayWizardStepCreator
-
Deprecated.
- getDisplayWizardSteps() - Method in class repast.simphony.gis.visualization.engine.GISVisualizationRegistryData
-
Deprecated.
- getDisplayWizardSteps() - Method in interface repast.simphony.visualization.engine.VisualizationRegistryData
-
Gets display wizard steps (style, etc) specific to this display type.
- getDistance() - Method in class repast.simphony.query.space.projection.Within
- getDistance(E, E) - Method in interface repast.simphony.space.graph.Traverser
-
Retrieves the distance between the current and previous node in the GraphParams object.
- getDistance(Element, Element) - Method in class repast.simphony.integration.DOMTraverser
-
Returns either 1 if the elements are connected, otherwise Double.POSITIVE_INFINITY.
- getDistance(Context, Context) - Method in class repast.simphony.engine.controller.ContextTraverser
-
Currently just returns 0.
- getDistance(NdPoint, NdPoint) - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
-
Calculates the euclidian distance between the NdPoints point1 and point2.
- getDistance(NdPoint, NdPoint) - Method in interface repast.simphony.space.continuous.ContinuousSpace
-
Returns the distance between the NdPoints point1 and point2, taking into account the space's topology.
- getDistance(NdPoint, NdPoint) - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
-
Gets the the euclidian distance between the NdPoints point1 and point2.
- getDistance(GridPoint, GridPoint) - Method in class repast.simphony.space.grid.AbstractGrid
-
Gets the the euclidian distance between the GridPoints point1 and point2.
- getDistance(GridPoint, GridPoint) - Method in interface repast.simphony.space.grid.Grid
-
Returns the distance between the GridPoints point1 and point2, taking into account the space's topology.
- getDistance(GridPoint, GridPoint) - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
-
Gets the the euclidian distance between the GridPoints point1 and point2.
- getDistance(T, T) - Method in class repast.simphony.engine.graph.IterableTraverser
-
Always returns the default distance of this instance.
- getDistance(T, T) - Method in class repast.simphony.engine.graph.NaryTreeTraverser
-
Returns 1 if the toNode is a child of the fromNode, otherwise Double.POSITIVE_INFINITY.
- getDistance(T, T) - Method in class repast.simphony.engine.graph.NetworkTraverser
-
Retrieves the distance between the nodes according to the topology.
- getDistanceSq() - Method in class repast.simphony.query.space.projection.Within
- getDistanceSq(NdPoint, NdPoint) - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
-
Calculates the square of the euclidian distance between the NdPoints point1 and point2.
- getDistanceSq(NdPoint, NdPoint) - Method in interface repast.simphony.space.continuous.ContinuousSpace
-
Returns the square of the distance between the NdPoints point1 and point2, taking into account the space's topology.
- getDistanceSq(NdPoint, NdPoint) - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
-
Gets the square of the euclidian distance between the NdPoints point1 and point2.
- getDistanceSq(GridPoint, GridPoint) - Method in class repast.simphony.space.grid.AbstractGrid
-
Gets the square of the euclidian distance between the GridPoints point1 and point2.
- getDistanceSq(GridPoint, GridPoint) - Method in interface repast.simphony.space.grid.Grid
-
Returns the square of the distance between the GridPoints point1 and point2, taking into account the space's topology.
- getDistanceSq(GridPoint, GridPoint) - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
-
Gets the square of the euclidian distance between the GridPoints point1 and point2.
- getDistribution(String) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the named previously registered distribution.
- getDistribution(String) - Static method in class repast.simphony.random.RandomHelper
-
Gets the named previously registered distribution.
- getDistribution(String) - Method in interface repast.simphony.random.RandomRegistry
-
Gets the named previously registered distribution.
- getDockable(String) - Method in class repast.simphony.ui.RSGui
- getDOrigin() - Method in class repast.simphony.relogo.factories.RLWorldDimensions
- getDOrigin() - Method in class repast.simphony.relogo.RLDimensions
- getDoSetLocationForAdded() - Method in class repast.simphony.visualization.AddedRemovedLayoutUpdater
- getDoSetLocationForAdded() - Method in class repast.simphony.visualization.IntervalLayoutUpdater
- getDoSetLocationForAdded() - Method in interface repast.simphony.visualization.LayoutUpdater
- getDoSetLocationForAdded() - Method in class repast.simphony.visualization.MovedLayoutUpdater
- getDoSetLocationForAdded() - Method in class repast.simphony.visualization.UpdateLayoutUpdater
- getDouble(String) - Method in class repast.simphony.parameter.BeanParameters
-
Gets the Double value associated with the specified parameter name.
- getDouble(String) - Method in class repast.simphony.parameter.DefaultParameters
-
Gets the Double value associated with the specified parameter name.
- getDouble(String) - Method in class repast.simphony.parameter.EmptyParameters
- getDouble(String) - Method in interface repast.simphony.parameter.Parameters
-
Gets the Double value associated with the specified parameter name.
- getDoubleGridValue(int, int) - Method in class repast.simphony.space.gis.RasterLayer
- getDoubleWorldValue(double, double) - Method in class repast.simphony.space.gis.RasterLayer
- getDPrev() - Method in class repast.simphony.space.delaunay.QuadEdge
- getDriverName() - Method in class repast.simphony.dataLoader.wizard.JDBCContextActionBuilder
- getDriverName() - Method in class repast.simphony.freezedry.datasource.JDBCConnectPanel
- getDriverName() - Method in class repast.simphony.freezedry.datasource.JDBCContextBuilder
- getDriverName() - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- getDriverName() - Method in class repast.simphony.freezedry.wizard.JDBCDSBuilder
- getDryer(Class<T>) - Static method in class repast.simphony.freezedry.freezedryers.proj.ProjectionDryer
-
Retrieves the last added dryer that handles the given type.
- getDuration() - Method in class repast.simphony.engine.schedule.ScheduleParameters
-
Gets the scheduled duration.
- getDuration() - Method in class repast.simphony.ui.widget.BufferDataSource
- getEdge() - Method in class repast.simphony.space.graph.NetworkEvent
-
Gets the edge that this event applies to.
- getEdge(double, double) - Method in interface repast.simphony.visualization.visualization3D.layout.JungGraphElementAccessor
-
Returns an
Edge
which is associated with the location(x,y)
. - getEdge(double, double) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Deprecated.
- getEdge(double, double) - Method in class repast.simphony.visualization.visualization3D.layout.JungRadiusGraphElementAccessor
-
Gets the edge nearest to the location of the (x,y) location selected.
- getEdge(double, double, double) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Deprecated.
- getEdge(double, double, double) - Method in class repast.simphony.visualization.visualization3D.layout.JungRadiusGraphElementAccessor
-
Gets the edge nearest to the location of the (x,y) location selected, within a distance of maxDistance, Iterates through all visible edges and checks their distance from the click.
- getEdge(int, int) - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
- getEdge(T, T) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
- getEdge(T, T) - Method in class repast.simphony.space.graph.JungNetwork
- getEdge(T, T) - Method in interface repast.simphony.space.graph.Network
-
Retrieves the edge between the specified source and target.
- getEdgeCreator() - Method in class repast.simphony.context.space.graph.ContextJungNetwork
-
Gets the EdgeCreator used to create edges for this Network.
- getEdgeCreator() - Method in class repast.simphony.space.graph.JungNetwork
-
Gets the EdgeCreator used to create edges for this Network.
- getEdgeCreator() - Method in interface repast.simphony.space.graph.Network
-
Gets the EdgeCreator used to create edges for this Network.
- getEdgeProps(RepastEdge) - Method in class repast.simphony.freezedry.freezedryers.proj.NetworkProjectionDryer
- getEdges() - Method in class repast.simphony.context.space.graph.ContextJungNetwork
- getEdges() - Method in class repast.simphony.space.graph.JungNetwork
- getEdges() - Method in interface repast.simphony.space.graph.Network
-
Gets all the edges in this Network.
- getEdges() - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
- getEdges(T) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
- getEdges(T) - Method in class repast.simphony.space.graph.JungNetwork
- getEdges(T) - Method in interface repast.simphony.space.graph.Network
-
Gets all the edges where the specified object is a source or a target.
- GetEdges(String, Object) - Static method in class repast.simphony.essentials.RepastEssentials
-
Gets the edges connected to the specified agent in the specified network.
- getEdgeStyle() - Method in class repast.simphony.visualization.network.NetworkDisplayLayer3D
- getEdgeStyle(String) - Static method in class repast.simphony.visualization.editedStyle.EditedStyleUtils
- getEdgeStyleInterface() - Method in class repast.simphony.gis.visualization.engine.GIS3DVisualizationRegistryData
- getEdgeStyleInterface() - Method in class repast.simphony.gis.visualization.engine.GISVisualizationRegistryData
-
Deprecated.
- getEdgeStyleInterface() - Method in interface repast.simphony.visualization.engine.VisualizationRegistryData
-
The edge style interface associated with the display.
- getEdgeType() - Method in class repast.simphony.relogo.factories.ReLogoEdgeCreator
-
Gets the edge type produced by this EdgeCreator.
- getEdgeType() - Method in class repast.simphony.relogo.TrackingEdgeCreator
-
Gets the edge type produced by this EdgeCreator.
- getEdgeType() - Method in class repast.simphony.space.graph.DefaultEdgeCreator
-
Gets the edge type produced by this EdgeCreator.
- getEdgeType() - Method in interface repast.simphony.space.graph.EdgeCreator
-
Gets the edge type produced by this EdgeCreator.
- getEdgeType() - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyle3D
- getEdgeType() - Method in class repast.simphony.visualization.visualization3D.style.DefaultEdgeStyle3D
- getEdgeType() - Method in interface repast.simphony.visualization.visualization3D.style.EdgeStyle3D
- getEdgeType() - Method in class repast.simphony.xml.DelegatingEdgeCreator
- GetEdgeWeight(String, Object, Object) - Static method in class repast.simphony.essentials.RepastEssentials
- getEditedEdgeStyleClass() - Method in class repast.simphony.gis.visualization.engine.GIS3DVisualizationRegistryData
- getEditedEdgeStyleClass() - Method in class repast.simphony.gis.visualization.engine.GISVisualizationRegistryData
-
Deprecated.
- getEditedEdgeStyleClass() - Method in interface repast.simphony.visualization.engine.VisualizationRegistryData
- getEditedStyleClass(EditedStyleData) - Method in class repast.simphony.gis.visualization.engine.GIS3DVisualizationRegistryData
- getEditedStyleClass(EditedStyleData) - Method in class repast.simphony.gis.visualization.engine.GISVisualizationRegistryData
-
Deprecated.
- getEditedStyleClass(EditedStyleData) - Method in interface repast.simphony.visualization.engine.VisualizationRegistryData
- getEditedStyleClassForDisplay(DisplayDescriptor) - Method in class repast.simphony.visualization.gui.EdgeStyleStep
-
Returns the class name for edited styles based on the display type in the descriptor.
- getEditedStyleClassForDisplay(DisplayDescriptor, EditedStyleData) - Method in class repast.simphony.visualization.gui.StyleClassStep
-
Returns the class name for edited styles based on the display type in the descriptor.
- getEditedStyleName(String) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
- getEditedStyleName(String) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getEditedStyleName(String) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
- getEditedStyles() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
- getEditedStyles() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getEditedStyles() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
- getEditor(ControllerAction) - Method in class repast.simphony.ui.plugin.UIActionExtensions
- getEditor(ScenarioTreeEvent) - Method in class repast.simphony.chart2.gui.HistogramActionUI
- getEditor(ScenarioTreeEvent) - Method in class repast.simphony.chart2.gui.TimeSeriesActionUI
- getEditor(ScenarioTreeEvent) - Method in class repast.simphony.data2.gui.ConsoleSinkActionUI
- getEditor(ScenarioTreeEvent) - Method in class repast.simphony.data2.gui.DataSetActionUI
- getEditor(ScenarioTreeEvent) - Method in class repast.simphony.data2.gui.FileSinkActionUI
- getEditor(ScenarioTreeEvent) - Method in class repast.simphony.dataLoader.ui.CNDataLoaderActionUI
- getEditor(ScenarioTreeEvent) - Method in class repast.simphony.dataLoader.ui.DataLoaderActionUI
- getEditor(ScenarioTreeEvent) - Method in class repast.simphony.freezedry.gui.FreezerActionUI
- getEditor(ScenarioTreeEvent) - Method in class repast.simphony.ui.DefaultActionUI
- getEditor(ScenarioTreeEvent) - Method in class repast.simphony.ui.DescriptorActionUI
-
Returns null indicating the this is not editable, or has nothing interesting to display.
- getEditor(ScenarioTreeEvent) - Method in class repast.simphony.ui.editor.SchedulableActionActionUI
- getEditor(ScenarioTreeEvent) - Method in interface repast.simphony.ui.plugin.ActionUI
-
Gets the Editor (an editor panel) for editing an action.
- getEditor(ScenarioTreeEvent) - Method in class repast.simphony.ui.plugin.editor.AbstractWizardActionUI
-
Creates and returns an
OptionsEditorDialog
whose content is the steps fromAbstractWizardActionUI.getPath()
whose model is fromAbstractWizardActionUI.getWizardModel(SimplePath, repast.simphony.scenario.Scenario, Object, ScenarioTreeEvent)
, and whose title is this wizard's title. - getEditor(ScenarioTreeEvent) - Method in class repast.simphony.ui.plugin.ParentActionUI
- getEditor(ScenarioTreeEvent) - Method in class repast.simphony.userpanel.ui.UserPanelActionUI
- getEditor(ScenarioTreeEvent) - Method in class repast.simphony.visualization.gui.DisplayActionUI
- getElementHandler(Element) - Static method in enum class repast.simphony.integration.DataFileElementReader
- getElementHandler(Element) - Static method in enum class repast.simphony.integration.DataFileElementWriter
- getElevation(Object) - Method in class repast.simphony.visualization.gis3D.style.EditedMarkStyle
- getElevation(T) - Method in class repast.simphony.visualization.gis3D.style.DefaultMarkStyle
- getElevation(T) - Method in interface repast.simphony.visualization.gis3D.style.MarkStyle
-
Get the mark elevation in meters.
- getElevationUnit() - Method in class repast.simphony.visualization.gis3D.RepastStatusBar
- getEmpirical() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the default ChiSquare distribution.
- getEmpirical() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default ChiSquare distribution.
- getEmpirical() - Method in interface repast.simphony.random.RandomRegistry
-
Gets the default ChiSquare distribution.
- getEmpiricalWalker() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the default EmpiricalWalker distribution.
- getEmpiricalWalker() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default EmpiricalWalker distribution.
- getEmpiricalWalker() - Method in interface repast.simphony.random.RandomRegistry
-
Gets the default EmpiricalWalker distribution.
- getEnd1() - Method in class repast.simphony.relogo.AbstractLink
-
Returns the first turtle of a link.
- getEnd1() - Method in class repast.simphony.relogo.Link
-
Returns the first turtle of a link.
- getEnd2() - Method in class repast.simphony.relogo.AbstractLink
-
Returns the second turtle of a link.
- getEnd2() - Method in class repast.simphony.relogo.Link
-
Returns the second turtle of a link.
- getEndColumn() - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
- getEndLine() - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
- getEntries() - Method in class repast.simphony.ui.sweep.ParameterSweepParameterPanel
- getEntryState() - Method in class repast.simphony.statecharts.CompositeState
- getEnvVars() - Method in class repast.simphony.data.analysis.AnalysisPluginWizard
- getErrorLog() - Method in class repast.simphony.ui.RSApplication
-
Gets the error log.
- getEvaporationConst() - Method in class repast.simphony.valueLayer.ValueLayerDiffuser
- getEventSource() - Method in class repast.simphony.visualization.gis3D.RepastStatusBar
- getExecutionCommand() - Method in class repast.simphony.data.analysis.AnalysisPluginWizard
-
Subclasses must specify the execution command including executable location and arguments required to run the external plugin.
- getExecutionPanel() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- getExecutor() - Method in class repast.simphony.integration.DefaultExtProgRunner
- getExecutor() - Method in interface repast.simphony.integration.ExternalProgramRunner
- getExponential() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the default Exponential distribution.
- getExponential() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default Exponential distribution.
- getExponential() - Method in interface repast.simphony.random.RandomRegistry
-
Gets the default Exponential distribution.
- getExponentialPower() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the default exponentialPower distribution.
- getExponentialPower() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default exponentialPower distribution.
- getExponentialPower() - Method in interface repast.simphony.random.RandomRegistry
-
Gets the default exponentialPower distribution.
- getExpression() - Method in class repast.simphony.engine.watcher.query.AndBooleanCondition
- getExpression() - Method in class repast.simphony.engine.watcher.query.AndBooleanExpression
- getExpression() - Method in class repast.simphony.engine.watcher.query.ColocatedBooleanExpression
- getExpression() - Method in class repast.simphony.engine.watcher.query.DefaultBooleanExpression
- getExpression() - Method in interface repast.simphony.engine.watcher.query.IBooleanExpression
- getExpression() - Method in class repast.simphony.engine.watcher.query.LinkedBooleanExpression
- getExpression() - Method in class repast.simphony.engine.watcher.query.LinkedFromBooleanExpression
- getExpression() - Method in class repast.simphony.engine.watcher.query.LinkedToBooleanExpression
- getExpression() - Method in class repast.simphony.engine.watcher.query.NamedLinkedBooleanExpression
- getExpression() - Method in class repast.simphony.engine.watcher.query.NamedLinkedFromBooleanExpression
- getExpression() - Method in class repast.simphony.engine.watcher.query.NamedLinkedToBooleanExpression
- getExpression() - Method in class repast.simphony.engine.watcher.query.NamedWithinBooleanExpression
- getExpression() - Method in class repast.simphony.engine.watcher.query.NamedWithinMooreBooleanExpression
- getExpression() - Method in class repast.simphony.engine.watcher.query.NamedWithinVNBooleanExpression
- getExpression() - Method in class repast.simphony.engine.watcher.query.NotBooleanExpression
- getExpression() - Method in class repast.simphony.engine.watcher.query.OrBooleanExpression
- getExpression() - Method in class repast.simphony.engine.watcher.query.WithinBooleanExpression
- getExpression() - Method in class repast.simphony.engine.watcher.query.WithinMooreBooleanExpression
- getExpression() - Method in class repast.simphony.engine.watcher.query.WithinVNBooleanExpression
- getFactor() - Method in class repast.simphony.visualization.visualization3D.MouseZoom
-
Return the y-axis movement multipler.
- getFactoryKeyForCapabilities(WMSCapabilities) - Static method in class repast.simphony.visualization.gis3D.WMSLayersPanel
- getFastMethod() - Method in class repast.simphony.engine.schedule.CallBackAction
- getFeature(T, Geography) - Method in class repast.simphony.space.gis.DefaultFeatureAgentFactory
-
Create a FeatureAgent instance from the provided agent.
- getFeature(T, Geography) - Method in class repast.simphony.space.gis.FeatureAgentFactory
- getFeature(T, Geography) - Method in class repast.simphony.space.gis.ShapefileFeatureAgentFactory
- getFeatureAgentFactory(Class<?>, Class<? extends Geometry>, CoordinateReferenceSystem) - Method in class repast.simphony.space.gis.FeatureAgentFactoryFinder
-
Gets a feature agent factory for the specified agent type.
- getFeatureType() - Method in class repast.simphony.space.gis.DefaultFeatureAgentFactory
-
Gets the created feature type.
- getFeatureType() - Method in class repast.simphony.space.gis.FeatureAgent
- getFeatureType() - Method in class repast.simphony.space.gis.ShapefileFeatureAgentFactory
-
Gets the created feature type.
- getFeatureType(Class, CoordinateReferenceSystem, Class<? extends Geometry>) - Method in class repast.simphony.space.gis.FeatureAgentFactory
- getFeatureType(Class, CoordinateReferenceSystem, Class<? extends Geometry>, List<FeatureAttributeAdapter>) - Method in class repast.simphony.space.gis.FeatureAgentFactory
- getFeatureTypeStyle() - Method in class repast.simphony.gis.styleEditor.ByRangePanelMediator
- getField() - Method in class repast.simphony.ui.probe.FieldPropertyDescriptor
-
Gets the field for this field property.
- getFieldName() - Method in class repast.simphony.engine.watcher.SharedWatchParameters
- getFieldName() - Method in class repast.simphony.engine.watcher.WatchParameters
- getFields() - Method in class repast.simphony.engine.watcher.WatcheeDescriptor
- getFields(String) - Method in class repast.simphony.freezedry.AbstractDataSource
-
Retrieves the fields for a specified type.
- getFields(String) - Method in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
- getFields(String) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- getFieldValue(ResultSet, String) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- getFieldValue(DFRowData, String) - Method in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
- getFieldValue(X, String) - Method in class repast.simphony.freezedry.AbstractDataSource
-
Retrieves the value of the specified field in the specified row of data.
- getFile() - Method in class repast.simphony.data2.FileDataSink
-
Gets the file this FileDataSink will write to.
- getFile() - Method in class repast.simphony.relogo.FileInfo
- getFileDef() - Method in class repast.simphony.integration.FileDef
-
Returns the given FileDef object.
- getFileInfoList() - Method in class repast.simphony.relogo.ReLogoModel
- getFilename() - Method in class repast.simphony.data2.builder.FileNameFormatter
-
Gets the formatted file name.
- getFilename(String) - Method in class repast.simphony.data2.builder.FileNameFormatter
-
Gets the file name with the suffix append to it.
- getFileName() - Method in class repast.simphony.batch.ssh.BaseOutputNamesFinder.FinderOutput
- getFileName() - Method in class repast.simphony.data.analysis.NetworkAnalysisPluginWizard
- getFileName() - Method in class repast.simphony.data2.engine.FileSinkDescriptor
- getFileName() - Method in class repast.simphony.data2.gui.FileChooserStep
- getFileName() - Method in class repast.simphony.freezedry.gui.DFDirectoryChooserStep
- getFileName() - Method in interface repast.simphony.scenario.ScenarioEntry
-
Gets the file name of the serialized action.
- getFiles() - Method in class repast.simphony.batch.ssh.MatchedFiles
-
Gets a List of the matched files.
- getFiles() - Method in class repast.simphony.batch.ssh.OutputFinder.Instance
- getFileSinkOutputPattern() - Method in class repast.simphony.batch.ssh.DefaultOutputPatternCreator
-
Gets the OutputPattern for the file sink output.
- getFileToParseName() - Method in class repast.simphony.integration.DataFileReader
- getFillColor(Object) - Method in class repast.simphony.visualization.gis3D.style.EditedSurfaceShapeStyle
- getFillColor(T) - Method in class repast.simphony.visualization.gis3D.style.DefaultSurfaceShapeStyle
- getFillColor(T) - Method in interface repast.simphony.visualization.gis3D.style.SurfaceShapeStyle
- getFillOpacity(Object) - Method in class repast.simphony.visualization.gis3D.style.EditedSurfaceShapeStyle
- getFillOpacity(T) - Method in class repast.simphony.visualization.gis3D.style.DefaultSurfaceShapeStyle
- getFillOpacity(T) - Method in interface repast.simphony.visualization.gis3D.style.SurfaceShapeStyle
- getFilter() - Method in class repast.simphony.engine.schedule.DefaultContextSchedulableDescriptor
-
Retrieves the filter to use on the context to pull agents out and execute them.
- getFilter() - Method in class repast.simphony.util.ClassPathEntry
-
Gets the filter associated with this ClassPathEntry.
- getFilter() - Method in interface repast.simphony.util.PredicateFiltered
-
Retrieves the predicate used for filtering.
- getFinalEdges() - Method in class repast.simphony.visualization.cgd.CGDProcessor
- getFinalNodes() - Method in class repast.simphony.visualization.cgd.CGDProcessor
- getFirst() - Method in class repast.simphony.util.collections.Pair
-
Retrieves the first element in the tuple (first, second).
- getFloat(String) - Method in class repast.simphony.parameter.BeanParameters
-
Gets the Float value associated with the specified parameter name.
- getFloat(String) - Method in class repast.simphony.parameter.DefaultParameters
-
Gets the Float value associated with the specified parameter name.
- getFloat(String) - Method in class repast.simphony.parameter.EmptyParameters
- getFloat(String) - Method in interface repast.simphony.parameter.Parameters
-
Gets the Float value associated with the specified parameter name.
- getFloatGridValue(int, int) - Method in class repast.simphony.space.gis.RasterLayer
- getFloatWorldValue(double, double) - Method in class repast.simphony.space.gis.RasterLayer
- getFont() - Method in class repast.simphony.visualization.visualization3D.AbstractLabel
- getFont() - Method in interface repast.simphony.visualization.visualization3D.Label
- getFont() - Method in class repast.simphony.visualization.visualization3D.NullLabel
- getForegroundColor() - Method in class repast.simphony.ui.sparkline.SparklineJComponent
- getFormat() - Method in class repast.simphony.data2.engine.AbstractTextSinkDescriptor
- getFormat() - Method in class repast.simphony.data2.FileDataSink
-
Gets the format type for this FileDataSink.
- getFormat() - Method in class repast.simphony.ui.widget.BufferSourceStream
- getFormatter() - Method in class repast.simphony.data2.FileDataSink
-
Gets the formatter used to format the data written using this FileDataSink.
- getFormatType() - Method in interface repast.simphony.data2.Formatter
-
Gets the type associated with this Formatter.
- getFormatType() - Method in class repast.simphony.data2.LineFormatter
- getFormatType() - Method in class repast.simphony.data2.TabularFormatter
- getFrame() - Method in class repast.simphony.ui.RSGui
-
Gets the main application frame.
- getFRData(Object) - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
- getFreezeDryedContextId() - Method in class repast.simphony.dataLoader.engine.FreezeDryedContextBuilder
- getFreezeDryedContextId() - Method in class repast.simphony.dataLoader.ui.wizard.FreezeDryerContextActionBuilder
- getFreezeDryedContextId() - Method in class repast.simphony.freezedry.wizard.FreezeDryWizardModel
- getFreezeDryer(Class<T>) - Method in class repast.simphony.freezedry.FreezeDryedRegistry
- getFreezeDryers() - Method in interface repast.simphony.engine.environment.ProjectionRegistryData
- getFreezeDryers() - Method in class repast.simphony.gis.engine.GeographyProjectionRegistryData
- getFrequency() - Method in class repast.simphony.engine.schedule.ScheduleParameters
-
Gets the scheduled Frequency of execution.
- getFrom() - Method in class repast.simphony.ui.sweep.ParameterSweepInput
- getFromRegistry(Object) - Method in class repast.simphony.engine.environment.RunState
-
Gets the item identified by the specified key from the general registry.
- getFullName() - Method in class repast.simphony.ui.editor.ClassListItem
- getGamma() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the default gamma distribution.
- getGamma() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default gamma distribution.
- getGamma() - Method in interface repast.simphony.random.RandomRegistry
-
Gets the default gamma distribution.
- getGenerator() - Static method in class repast.simphony.random.RandomHelper
-
Gets the random number generator used by the default distributions.
- getGenerator(String) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets a previously registered random number generator.
- getGenerator(String) - Static method in class repast.simphony.random.RandomHelper
-
Gets a previously registered random number generator.
- getGenerator(String) - Method in interface repast.simphony.random.RandomRegistry
-
Gets a previously registered random number generator.
- getGeography() - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.Gets the geography this display displays.
- getGeometry(Object) - Method in class repast.simphony.space.gis.DefaultGeography
-
Gets the geometric location of the specified object.
- getGeometry(Object) - Method in interface repast.simphony.space.gis.Geography
-
Gets the geometric location of the specified object.
- getGeometry(ValueLayerStyle3D) - Method in interface repast.simphony.visualization.visualization3D.DataGeometry
- getGeometry(ValueLayerStyle3D) - Method in class repast.simphony.visualization.visualization3D.MeshGridGeometry
- getGeomType() - Method in class repast.simphony.space.gis.Layer
- getGlobeLayers() - Method in class repast.simphony.gis.visualization.engine.GISDisplayData
- getGlobeLayersMap() - Method in class repast.simphony.gis.visualization.engine.GISDisplayDescriptor
- getGraph() - Method in class repast.simphony.context.space.graph.ContextJungNetwork
- getGraph() - Method in class repast.simphony.space.graph.JungNetwork
- getGraph() - Method in class repast.simphony.visualization.AbstractNetworkLayout
- getGraph() - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Accessor for the graph that represets all vertices.
- getGraphUtil() - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
- getGravity() - Method in class repast.simphony.space.physics.DefaultPhysicsSpace
- getGravity() - Method in interface repast.simphony.space.physics.PhysicsSpace
- getGreen(double...) - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyle2D
- getGreen(double...) - Method in class repast.simphony.visualization.visualization2D.style.DefaultValueLayerStyle
-
Deprecated.Gets the green component of the color for the specified coordinate.
- getGreen(double...) - Method in interface repast.simphony.visualization.visualization2D.style.ValueLayerStyle
-
Deprecated.
- getGreen(double...) - Method in class repast.simphony.visualization.visualization3D.style.DefaultValueLayerStyle3D
-
Gets the green component of the color for the specified coordinate.
- getGreenMethod() - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- getGreenMethod() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- getGreenMethod() - Method in interface repast.simphony.visualization.editedStyle.PaintableStyleData
- getGrid() - Method in class repast.simphony.relogo.AbstractObserver
- getGrid() - Method in interface repast.simphony.relogo.Observer
- getGridButton() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- getGridCoverage() - Method in class repast.simphony.space.gis.RasterLayer
- getGridExecutionPanel() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- getGridLineColor() - Method in class repast.simphony.chart2.engine.ChartDescriptor
- getGridLocation() - Method in class repast.simphony.relogo.AbstractPatch
- getGridLocation() - Method in interface repast.simphony.relogo.Patch
- getGridLocationAsNdPoint() - Method in class repast.simphony.relogo.AbstractPatch
- getGridLocationAsNdPoint() - Method in interface repast.simphony.relogo.Patch
- getGridPointAtDisplacement(NdPoint, double[], Observer) - Static method in class repast.simphony.relogo.Utility
-
Returns the GridPoint object of the grid location corresponding to the displacement from the NdPoint currentLocation.
- getGridPointTranslator() - Method in class repast.simphony.space.grid.AbstractGrid
-
Retrieves the rule being used for controlling what happens at or beyond the borders of the space.
- getGridPointTranslator() - Method in interface repast.simphony.space.grid.Grid
-
Retrieves the rule being used for controlling what happens at or beyond the borders of the space.
- getGridPointTranslator() - Method in class repast.simphony.space.grid.GridBuilderParameters
-
Gets the grid point translator used to calculate points when moving by displacement.
- getGridPointTranslator() - Method in class repast.simphony.valueLayer.GridValueLayer
-
Retrieves the rule being used for controlling what happens at or beyond the borders of the value layer.
- getGridPointTranslator() - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
-
Retrieves the rule being used for controlling what happens at or beyond the borders of the space.
- getGui() - Method in class repast.simphony.ui.RSApplication
-
Returns the application gui
- getGUIRegistry() - Method in class repast.simphony.engine.environment.RunState
-
Retrieves the GUI registry
- getHandler(int, int) - Method in enum class repast.simphony.integration.ArrayDataTypeHandler
- getHandler(int, int, Object) - Method in enum class repast.simphony.integration.ArrayDataTypeHandler
- getHandler(String) - Static method in enum class repast.simphony.freezedry.ArrayValueHandler
-
Retrieves a handler for the specified array type.
- getHDistance() - Method in class repast.simphony.visualization.cgd.graph.GraphUtil
- getHeader() - Method in interface repast.simphony.data2.Formatter
-
Gets the header, if any, approriate to this formatter.
- getHeader() - Method in class repast.simphony.data2.LineFormatter
- getHeader() - Method in class repast.simphony.data2.TabularFormatter
-
Gets the ids of the formatted data sources, quoted and separated by the delimiter.
- getHeading() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the heading of the turtle.
- getHeading() - Method in interface repast.simphony.relogo.Turtle
-
Returns the heading of the turtle.
- getHeading(Object) - Method in class repast.simphony.visualization.gis3D.style.EditedMarkStyle
- getHeading(T) - Method in class repast.simphony.visualization.gis3D.style.DefaultMarkStyle
- getHeading(T) - Method in interface repast.simphony.visualization.gis3D.style.MarkStyle
- getHeadingInRads() - Method in class repast.simphony.relogo.AbstractTurtle
- getHeadingInRads() - Method in interface repast.simphony.relogo.Turtle
- getHeight() - Method in class repast.simphony.space.Dimensions
-
Gets the size of the y dimension.
- getHeight() - Method in class repast.simphony.space.grid.GridDimensions
-
Gets the size of the y dimension.
- getHeight() - Method in class repast.simphony.visualization.Box
- getHieght() - Method in class repast.simphony.visualization.engine.BoundingBox
- getHighlightColor() - Method in class repast.simphony.ui.sparkline.SparklineJComponent
- getHistoryStates() - Method in class repast.simphony.statecharts.CompositeState
- getHistType() - Method in class repast.simphony.chart2.engine.HistogramChartDescriptor
- getHost() - Method in class repast.simphony.batch.ssh.LocalSession
- getHost() - Method in class repast.simphony.batch.ssh.RemoteSession
- getHost() - Method in interface repast.simphony.batch.ssh.Session
-
Gets the name or ip address of the remote host.
- getHyperbolic() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the default hyperbolic distribution.
- getHyperbolic() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default hyperbolic distribution.
- getHyperbolic() - Method in interface repast.simphony.random.RandomRegistry
-
Gets the default hyperbolic distribution.
- getHyperGeometric() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the default hyperGeometric distribution.
- getHyperGeometric() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default hyperGeometric distribution.
- getHyperGeometric() - Method in interface repast.simphony.random.RandomRegistry
-
Gets the default hyperGeometric distribution.
- getIcon() - Method in class repast.simphony.dataLoader.ui.wizard.builder.AgentLayerCheckNode
- getIcon() - Method in class repast.simphony.dataLoader.ui.wizard.builder.CheckNode
- getIcon() - Method in class repast.simphony.dataLoader.ui.wizard.builder.NetworkCheckNode
- getIcon() - Method in class repast.simphony.gis.legend.LegendRuleEntry
-
Deprecated.
- getIcon(boolean) - Method in class repast.simphony.gis.legend.LegendEntry
-
Deprecated.Get the icon for this entry.
- getIcon(boolean) - Method in class repast.simphony.gis.legend.LegendLayerEntry
-
Deprecated.
- getIconFile() - Method in class repast.simphony.ws.gis.ServerStyleGIS
- getIconFile2D() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- getIconHeight() - Method in class repast.simphony.dataLoader.ui.wizard.builder.SquareIcon
- getIconHeight() - Method in class repast.simphony.gis.display.SquareIcon
-
Deprecated.
- getIconHeight() - Method in class repast.simphony.gis.styleEditor.PaletteIcon
-
Returns the icon's height.
- getIconHeight() - Method in class repast.simphony.relogo.factories.RegularButtonIcon
- getIconHeight() - Method in class repast.simphony.relogo.factories.ToggleButtonIcon
- getIconHeight() - Method in class repast.simphony.ui.plugin.editor.SquareIcon
-
Returns the icon's height.
- getIconOffset(Object) - Method in class repast.simphony.visualization.gis3D.style.EditedMarkStyle
- getIconOffset(T) - Method in class repast.simphony.visualization.gis3D.style.DefaultMarkStyle
- getIconOffset(T) - Method in interface repast.simphony.visualization.gis3D.style.MarkStyle
-
Return an Offset that determines the icon position relative to the mark position.
- getIconWidth() - Method in class repast.simphony.dataLoader.ui.wizard.builder.SquareIcon
- getIconWidth() - Method in class repast.simphony.gis.display.SquareIcon
-
Deprecated.
- getIconWidth() - Method in class repast.simphony.gis.styleEditor.PaletteIcon
-
Returns the icon's width.
- getIconWidth() - Method in class repast.simphony.relogo.factories.RegularButtonIcon
- getIconWidth() - Method in class repast.simphony.relogo.factories.ToggleButtonIcon
- getIconWidth() - Method in class repast.simphony.ui.plugin.editor.SquareIcon
-
Returns the icon's width.
- getId() - Method in class repast.simphony.batch.ssh.LocalSession
- getId() - Method in class repast.simphony.batch.ssh.RemoteSession
- getId() - Method in interface repast.simphony.batch.ssh.Session
-
Gets the id (user@host) of this Remote.
- getId() - Method in class repast.simphony.context.AbstractContext
- getId() - Method in class repast.simphony.context.FormerDefaultContext
- getId() - Method in interface repast.simphony.context.RepastElement
- getId() - Method in class repast.simphony.data2.AbstractDataSet
- getId() - Method in class repast.simphony.data2.BatchRunDataSource
- getId() - Method in class repast.simphony.data2.builder.AbstractDataSetBuilder
- getId() - Method in interface repast.simphony.data2.builder.DataSetBuilder
-
Gets the id of the DataSet that this will build.
- getId() - Method in class repast.simphony.data2.CountDataSource
- getId() - Method in interface repast.simphony.data2.DataSet
-
Gets the id of this DataSet.
- getId() - Method in interface repast.simphony.data2.DataSource
-
Gets the unique id of this DataSource.
- getId() - Method in class repast.simphony.data2.engine.AggregateDataSourceWrapper
- getId() - Method in class repast.simphony.data2.engine.CountSourceDefinition
- getId() - Method in class repast.simphony.data2.engine.CustomDataSourceDefinition
- getId() - Method in class repast.simphony.data2.engine.MethodDataSourceDefinition
- getId() - Method in class repast.simphony.data2.engine.NonAggregateDataSourceWrapper
- getId() - Method in class repast.simphony.data2.MethodDataSource
- getId() - Method in class repast.simphony.data2.ParameterDataSource
- getId() - Method in class repast.simphony.data2.RandomSeedDataSource
- getId() - Method in class repast.simphony.data2.TickCountDataSource
- getId() - Method in class repast.simphony.freezedry.FreezeDryedObject
- getId() - Method in interface repast.simphony.scenario.data.Attribute
-
Gets this attribute's id.
- getId() - Method in class repast.simphony.scenario.data.AttributeContainer
-
Gets the id of this attribute container.
- getId() - Method in class repast.simphony.statecharts.AbstractState
- getId() - Method in class repast.simphony.statecharts.old.State
- getId() - Method in class repast.simphony.statecharts.Transition
- getId() - Method in class repast.simphony.ws.DisplayServer
- getId(Object) - Method in class repast.simphony.freezedry.FreezeDryedRegistry
- getID() - Method in class repast.simphony.chart2.engine.ChartActionCreator
- getID() - Method in class repast.simphony.data2.engine.DataInitActionCreator
- getID() - Method in class repast.simphony.data2.engine.DataSetsActionCreator
- getID() - Method in class repast.simphony.data2.engine.TextSinkActionCreator
- getID() - Method in class repast.simphony.dataLoader.engine.DataLoaderCompositeActionCreator
- getID() - Method in class repast.simphony.dataLoader.ui.wizard.builder.ContextDescriptor
- getID() - Method in class repast.simphony.engine.watcher.AnnotatedWatchData
-
Gets the id string for the Watch this is associated with.
- getID() - Method in class repast.simphony.engine.watcher.DefaultWatchData
-
Gets the id string for the Watch this is associated with.
- getID() - Method in interface repast.simphony.engine.watcher.WatchData
-
Gets the id string for the Watch this is associated with.
- getID() - Method in class repast.simphony.gis.engine.GISCompositeControllerActionCreator
- getID() - Method in class repast.simphony.gis.visualization.engine.GISVizCompositeControllerActionCreator
- getID() - Method in interface repast.simphony.plugin.CompositeControllerActionCreator
-
Gets the unique id for this action.
- getID() - Method in class repast.simphony.relogo.styles.NLImageSpatialSource
- getID() - Method in class repast.simphony.space.gis.FeatureAgent
- getID() - Method in class repast.simphony.userpanel.ui.UserPanelCompositeControllerActionCreator
- getID() - Method in class repast.simphony.visualization.engine.DisplayCompositeActionCreator
- getID() - Method in class repast.simphony.visualizationOGL2D.ImageSpatialSource
- getID() - Method in class repast.simphony.visualizationOGL2D.NamedSpatialSoure
- getID() - Method in interface repast.simphony.visualizationOGL2D.SpatialSource
-
Gets the unique name for this source.
- getID() - Method in class repast.simphony.visualizationOGL2D.SVGSpatialSource
- getIDColumn(String) - Static method in class repast.simphony.freezedry.FreezeDryUtils
- getIdentifier() - Method in class repast.simphony.space.gis.FeatureAgent
- getIdentifier() - Method in class repast.simphony.visualization.cgd.graph.CGDEdge
- getIdentifier() - Method in class repast.simphony.visualization.cgd.graph.CGDNode
- getIDProperty() - Method in interface repast.simphony.ui.probe.ProbeInfo
-
Gets the PropertyDescriptor for the ID property for the class.
- getImage() - Method in interface repast.simphony.ui.Imageable
-
Gets a BufferedImage.
- getImage() - Method in class repast.simphony.ui.ImageableJComponentAdapter
-
Gets a BufferedImage that displays the contents of the JComponent.
- GetImage() - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
- getImpliedLayout2D() - Method in class repast.simphony.visualization.continuous.ContinuousProjectionDescriptor
-
Gets the implied 2d layout of the projection, if any.
- getImpliedLayout2D() - Method in class repast.simphony.visualization.engine.DefaultProjectionDescriptor
-
Deprecated.Gets the implied 2d layout of the projection, if any.
- getImpliedLayout2D() - Method in interface repast.simphony.visualization.engine.ProjectionDescriptor
-
Gets the implied 2d layout of the projection, if any.
- getImpliedLayout2D() - Method in class repast.simphony.visualization.gis.GisProjectionDescriptor
- getImpliedLayout2D() - Method in class repast.simphony.visualization.grid.GridProjectionDescriptor
-
Gets the implied 2d layout of the projection, if any.
- getImpliedLayout3D() - Method in class repast.simphony.visualization.continuous.ContinuousProjectionDescriptor
-
Gets the implied 3d layout of the projection, if any.
- getImpliedLayout3D() - Method in class repast.simphony.visualization.engine.DefaultProjectionDescriptor
-
Deprecated.Gets the implied 3d layout of the projection, if any.
- getImpliedLayout3D() - Method in interface repast.simphony.visualization.engine.ProjectionDescriptor
-
Gets the implied 3d layout of the projection, if any.
- getImpliedLayout3D() - Method in class repast.simphony.visualization.gis.GisProjectionDescriptor
- getImpliedLayout3D() - Method in class repast.simphony.visualization.grid.GridProjectionDescriptor
-
Gets the implied 3d layout of the projection, if any.
- getInDegree(T) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
- getInDegree(T) - Method in class repast.simphony.space.graph.JungNetwork
- getInDegree(T) - Method in interface repast.simphony.space.graph.Network
-
Gets the in degree of the node associated with the specified object.
- getInDegree(T) - Method in class repast.simphony.space.graph.UndirectedJungNetwork
- getIndex() - Method in class repast.simphony.freezedry.FreezeDryedParentChild
- getIndex() - Method in class repast.simphony.visualization.cgd.graph.CGDEdge
- getIndex() - Method in class repast.simphony.visualization.cgd.graph.CGDNode
- getIndex1() - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
- getIndex1() - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
- getIndex2() - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
- getIndex2() - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
- getInEdges(T) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
- getInEdges(T) - Method in class repast.simphony.space.graph.JungNetwork
- getInEdges(T) - Method in interface repast.simphony.space.graph.Network
-
Gets all the in-edges for the specified object.
- GetInEdges(String, Object) - Static method in class repast.simphony.essentials.RepastEssentials
-
Gets the edges for which the specified agent is the target in the specified network.
- getInitData() - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.Gets the data used to initialize this display.
- getInitData() - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.Gets the data used to initialize this display.
- getInitData() - Method in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
-
Get the data used to initialize this display.
- getInitialValue() - Method in class repast.simphony.ui.DefaultTickCountFormatter
-
Gets the initial text to display before the simulation clock has started.
- getInitialValue() - Method in interface repast.simphony.ui.plugin.TickCountFormatter
-
Gets the initial text to display before the simulation clock has started.
- getInput() - Method in class repast.simphony.batch.ssh.LocalSession
- getInput() - Method in class repast.simphony.batch.ssh.RemoteSession
- getInput() - Method in interface repast.simphony.batch.ssh.Session
-
Gets the file that contains parameter input for this Session.
- getInputStream() - Method in class repast.simphony.essentials.DevNull
- getInstallHome() - Method in class repast.simphony.data.analysis.AnalysisPluginWizard
-
Gets the home directory of the application.
- getInstallHome() - Method in class repast.simphony.data.analysis.BrowseForHomeStep
- getInstance() - Static method in class repast.simphony.batch.ssh.SSHSessionFactory
- getInstance() - Static method in class repast.simphony.dataLoader.engine.ContextBuilderFactory
-
Gets the singleton instance of the ContextBuilderFactory.
- getInstance() - Static method in class repast.simphony.engine.environment.RunEnvironment
-
Gets the current RunEnvironment.
- getInstance() - Static method in class repast.simphony.engine.environment.RunState
- getInstance() - Static method in class repast.simphony.engine.watcher.WatcherTrigger
-
Gets the instance of the WatcherTrigger.
- getInstance() - Static method in class repast.simphony.relogo.ReLogoModel
- getInstance() - Static method in class repast.simphony.space.gis.FeatureAgentFactoryFinder
-
Returns the singleton instance of this finder.
- getInstance() - Static method in class repast.simphony.statecharts.runtime.UICreatorFactory.WindowRegistry
- getInstance() - Static method in class repast.simphony.ui.probe.BindableBeanCreator
- getInstance() - Static method in class repast.simphony.ui.probe.ProbeableBeanCreator
- getInstance() - Static method in class repast.simphony.ui.probe.ProbeIntrospector
-
Gets the instance of the ProbeIntrospector.
- getInstance() - Static method in class repast.simphony.util.bytecode.ByteCodeUtilities
-
Gets the singleton instance of ByteCodeUtilities.
- getInstance() - Static method in class repast.simphony.visualization.editor.EditorFactory
-
Deprecated.
- getInstances() - Method in class repast.simphony.batch.ssh.LocalSession
- getInstances() - Method in class repast.simphony.batch.ssh.RemoteSession
- getInstances() - Method in interface repast.simphony.batch.ssh.Session
-
Gets the number of model instances to run on this Remote.
- getInstrumented() - Static method in class repast.simphony.engine.watcher.WatcheeInstrumentor
- getInt(Queryable, Element, String) - Static method in enum class repast.simphony.integration.DataFileElements
- getInteger(String) - Method in class repast.simphony.parameter.BeanParameters
-
Gets the Integer value associated with the specified parameter name.
- getInteger(String) - Method in class repast.simphony.parameter.DefaultParameters
-
Gets the Integer value associated with the specified parameter name.
- getInteger(String) - Method in class repast.simphony.parameter.EmptyParameters
- getInteger(String) - Method in interface repast.simphony.parameter.Parameters
-
Gets the Integer value associated with the specified parameter name.
- getIntegerGridValue(int, int) - Method in class repast.simphony.space.gis.RasterLayer
- getIntegerWorldValue(double, double) - Method in class repast.simphony.space.gis.RasterLayer
- getInterface() - Method in interface repast.simphony.engine.environment.ProjectionRegistryData
-
The projection class that this registry data represents.
- getInterface() - Method in class repast.simphony.gis.engine.GeographyProjectionRegistryData
- getInterface() - Method in enum class repast.simphony.scenario.data.ProjectionType_old
- getInterval() - Method in class repast.simphony.engine.schedule.ScheduleParameters
-
Gets the interval at which to repeat the execution of an action.
- getInterval() - Method in class repast.simphony.statecharts.AlwaysTrigger
- getInterval() - Method in class repast.simphony.statecharts.ConditionTrigger
- getInterval() - Method in class repast.simphony.statecharts.ExponentialDecayRateTrigger
- getInterval() - Method in class repast.simphony.statecharts.MessageTrigger
- getInterval() - Method in class repast.simphony.statecharts.ProbabilityTrigger
- getInterval() - Method in class repast.simphony.statecharts.TimedTrigger
- getInterval() - Method in interface repast.simphony.statecharts.Trigger
- getIoExts() - Method in class repast.simphony.plugin.ActionExtensions
- getIOExts() - Method in class repast.simphony.batch.BatchScenarioLoader
- getIOExts() - Method in class repast.simphony.scenario.ScenarioLoader
- getIterable(FreezeDryedObject, String) - Method in class repast.simphony.freezedry.freezedryers.ContextFreezeDryer
- getJavaClass() - Method in class repast.simphony.parameter.FileParameterType
-
Gets the Java class associated with this type, i.e.
- getJavaClass() - Method in interface repast.simphony.parameter.ParameterType
-
Gets the Java class associated with this type.
- getJavaClass() - Method in class repast.simphony.scenario.data.AttributeFactory.PType
- getJavaExecutable() - Static method in class repast.simphony.util.Launcher
- getKey() - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
-
Returns a visualization-specific key (that is, specific both to this instance and AbstractLayout that can be used to access
- getKeyFile() - Method in class repast.simphony.batch.ssh.RemoteSession
- getKeys() - Method in class repast.simphony.visualization.UnitSizeLayoutProperties
-
Gets an iterable over all the valid keys for these properties.
- getKeys() - Method in interface repast.simphony.visualization.VisualizationProperties
-
Gets an iterable over all the valid keys for these properties.
- getLabel() - Method in class repast.simphony.dataLoader.ui.CNDataLoaderActionUI
- getLabel() - Method in class repast.simphony.dataLoader.ui.wizard.DummyContextActionBuilder
- getLabel() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the label.
- getLabel() - Method in interface repast.simphony.relogo.Turtle
-
Returns the label.
- getLabel() - Method in class repast.simphony.ui.DefaultActionUI
- getLabel() - Method in class repast.simphony.ui.DescriptorActionUI
- getLabel() - Method in class repast.simphony.ui.parameters.AbstractParameterBinder
-
Gets the label for the component created by this CompCreator.
- getLabel() - Method in interface repast.simphony.ui.parameters.ParameterBinder
-
Gets the label for the component created by this CompCreator.
- getLabel() - Method in class repast.simphony.ui.plugin.AbstractEditorMenuItem
-
Gets the label for this menu item.
- getLabel() - Method in interface repast.simphony.ui.plugin.ActionUI
- getLabel() - Method in class repast.simphony.ui.plugin.editor.AbstractWizardActionUI
-
Returns the label specified in the construction.
- getLabel() - Method in interface repast.simphony.ui.plugin.EditorMenuItem
-
Gets the label for this menu item.
- getLabel() - Method in class repast.simphony.ui.plugin.ParentActionUI
- getLabel() - Method in class repast.simphony.userpanel.ui.UserPanelActionUI
- getLabel() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- getLabel() - Method in class repast.simphony.visualization.gui.DisplayActionUI
- getLabel() - Method in class repast.simphony.visualization.visualization3D.AbstractLabel
- getLabel() - Method in interface repast.simphony.visualization.visualization3D.Label
- getLabel() - Method in class repast.simphony.visualization.visualization3D.NullLabel
- getLabel() - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
- getLabel(Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyle2D
- getLabel(Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyleOGL2D
- getLabel(Object) - Method in class repast.simphony.visualization.gis3D.style.EditedMarkStyle
- getLabel(Object) - Method in class repast.simphony.visualization.visualization2D.style.DefaultStyle2D
-
Deprecated.
- getLabel(Object) - Method in class repast.simphony.visualizationOGL2D.DefaultStyleOGL2D
- getLabel(Object) - Method in class repast.simphony.ws.gis.ServerStyleGIS
- getLabel(Object, String) - Method in class repast.simphony.visualization.editedStyle.EditedStyle3D
- getLabel(EditedStyleData, Object) - Static method in class repast.simphony.visualization.editedStyle.EditedStyleUtils
- getLabel(T) - Method in class repast.simphony.visualization.gis3D.style.DefaultMarkStyle
- getLabel(T) - Method in interface repast.simphony.visualization.gis3D.style.MarkStyle
-
The agent on-screen label.
- getLabel(T) - Method in interface repast.simphony.visualization.visualization2D.style.Style2D
-
Deprecated.
- getLabel(T) - Method in interface repast.simphony.visualizationOGL2D.StyleOGL2D
-
Gets a label for the specified object.
- getLabel(T, String) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyle3D
- getLabel(T, String) - Method in class repast.simphony.visualization.visualization3D.style.DefaultEdgeStyle3D
- getLabel(T, String) - Method in class repast.simphony.visualization.visualization3D.style.DefaultStyle3D
- getLabel(T, String) - Method in interface repast.simphony.visualization.visualization3D.style.Style3D
- getLabelColor() - Method in class repast.simphony.relogo.AbstractLink
-
Returns the label color for a turtle or link.
- getLabelColor() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the label color for a turtle or link.
- getLabelColor() - Method in class repast.simphony.relogo.Link
-
Returns the label color for a turtle or link.
- getLabelColor() - Method in interface repast.simphony.relogo.Turtle
-
Returns the label color for a turtle or link.
- getLabelColor() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- getLabelColor() - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
- getLabelColor(Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyleOGL2D
- getLabelColor(Object) - Method in class repast.simphony.visualization.gis3D.style.EditedMarkStyle
- getLabelColor(Object) - Method in class repast.simphony.visualizationOGL2D.DefaultStyleOGL2D
- getLabelColor(Object, Color) - Method in class repast.simphony.visualization.editedStyle.EditedStyle3D
- getLabelColor(Object, Color) - Method in class repast.simphony.ws.gis.ServerStyleGIS
- getLabelColor(T) - Method in class repast.simphony.visualization.gis3D.style.DefaultMarkStyle
- getLabelColor(T) - Method in interface repast.simphony.visualization.gis3D.style.MarkStyle
-
The mark label color.
- getLabelColor(T) - Method in interface repast.simphony.visualizationOGL2D.StyleOGL2D
-
Gets the label color.
- getLabelColor(T, Color) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyle3D
- getLabelColor(T, Color) - Method in class repast.simphony.visualization.visualization3D.style.DefaultEdgeStyle3D
- getLabelColor(T, Color) - Method in class repast.simphony.visualization.visualization3D.style.DefaultStyle3D
- getLabelColor(T, Color) - Method in interface repast.simphony.visualization.visualization3D.style.Style3D
- getLabelFont() - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
- getLabelFont(Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyleOGL2D
- getLabelFont(Object) - Method in class repast.simphony.visualization.gis3D.style.EditedMarkStyle
- getLabelFont(Object) - Method in class repast.simphony.visualizationOGL2D.DefaultStyleOGL2D
- getLabelFont(Object, Font) - Method in class repast.simphony.visualization.editedStyle.EditedStyle3D
- getLabelFont(T) - Method in class repast.simphony.visualization.gis3D.style.DefaultMarkStyle
- getLabelFont(T) - Method in interface repast.simphony.visualization.gis3D.style.MarkStyle
-
The mark label font.
- getLabelFont(T) - Method in interface repast.simphony.visualizationOGL2D.StyleOGL2D
-
Gets the font for this objects label.
- getLabelFont(T, Font) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyle3D
- getLabelFont(T, Font) - Method in class repast.simphony.visualization.visualization3D.style.DefaultEdgeStyle3D
- getLabelFont(T, Font) - Method in class repast.simphony.visualization.visualization3D.style.DefaultStyle3D
- getLabelFont(T, Font) - Method in interface repast.simphony.visualization.visualization3D.style.Style3D
- getLabelFontFamily() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- getLabelFontSize() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- getLabelFontType() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- getLabelMethod() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- getLabelOffset() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- getLabelOffset(Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyle3D
- getLabelOffset(Object) - Method in class repast.simphony.visualization.gis3D.style.EditedMarkStyle
- getLabelOffset(T) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyle3D
- getLabelOffset(T) - Method in class repast.simphony.visualization.gis3D.style.DefaultMarkStyle
- getLabelOffset(T) - Method in interface repast.simphony.visualization.gis3D.style.MarkStyle
-
Return an Offset that determines the label position relative to the mark position.
- getLabelOffset(T) - Method in class repast.simphony.visualization.visualization3D.style.DefaultEdgeStyle3D
- getLabelOffset(T) - Method in class repast.simphony.visualization.visualization3D.style.DefaultStyle3D
- getLabelOffset(T) - Method in interface repast.simphony.visualization.visualization3D.style.Style3D
- getLabelPosition() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- getLabelPosition() - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
- getLabelPosition(Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyleOGL2D
- getLabelPosition(Object) - Method in class repast.simphony.visualizationOGL2D.DefaultStyleOGL2D
- getLabelPosition(Object, Style3D.LabelPosition) - Method in class repast.simphony.visualization.editedStyle.EditedStyle3D
- getLabelPosition(T) - Method in interface repast.simphony.visualizationOGL2D.StyleOGL2D
-
Gets the position of the label relative the VSpatial.
- getLabelPosition(T, Style3D.LabelPosition) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyle3D
- getLabelPosition(T, Style3D.LabelPosition) - Method in class repast.simphony.visualization.visualization3D.style.DefaultEdgeStyle3D
- getLabelPosition(T, Style3D.LabelPosition) - Method in class repast.simphony.visualization.visualization3D.style.DefaultStyle3D
- getLabelPosition(T, Style3D.LabelPosition) - Method in interface repast.simphony.visualization.visualization3D.style.Style3D
- getLabelPrecision() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- getLabels() - Method in class repast.simphony.context.space.graph.AdjacencyDoubleMatrix
-
Gets the node labels, if any, for this matrix.
- getLabels() - Method in interface repast.simphony.context.space.graph.AdjacencyMatrix
-
Gets the node labels, if any, for this matrix.
- getLabelXOffset(Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyleOGL2D
- getLabelXOffset(Object) - Method in class repast.simphony.visualizationOGL2D.DefaultStyleOGL2D
- getLabelXOffset(T) - Method in interface repast.simphony.visualizationOGL2D.StyleOGL2D
-
Gets an optional X offset for the label location.
- getLabelYOffset(Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyleOGL2D
- getLabelYOffset(Object) - Method in class repast.simphony.visualizationOGL2D.DefaultStyleOGL2D
- getLabelYOffset(T) - Method in interface repast.simphony.visualizationOGL2D.StyleOGL2D
-
Gets an optional Y offset for the label location.
- getLastColor() - Method in class repast.simphony.ui.sparkline.SparklineJComponent
- getLastTimer() - Method in class repast.simphony.relogo.ReLogoModel
- getLayer() - Method in class repast.simphony.dataLoader.ui.wizard.builder.CheckNode
- getLayer() - Method in class repast.simphony.gis.display.PGisLayer
-
Deprecated.Gets the FeatureLayer that this PGisLayer displays.
- getLayer() - Method in class repast.simphony.gis.legend.LegendLayerEntry
-
Deprecated.
- getLayer(Class) - Method in class repast.simphony.space.gis.DefaultGeography
-
Gets the layer for the specified type.
- getLayer(Class) - Method in interface repast.simphony.space.gis.Geography
-
Gets the layer for the specified type.
- getLayer(String) - Method in class repast.simphony.space.gis.DefaultGeography
-
Gets the named layer.
- getLayer(String) - Method in interface repast.simphony.space.gis.Geography
-
Gets the named layer.
- getLayerId() - Method in class repast.simphony.ws.gis.StyledLayerGIS
- getLayerId() - Method in class repast.simphony.ws.gis.StyledNetLayerGIS
- getLayerId() - Method in class repast.simphony.ws.StyledLayer
- getLayerName() - Method in class repast.simphony.ui.probe.ValueLayerProbeObject2D
- getLayerName() - Method in class repast.simphony.visualization.gis3D.CoverageProbeObject
- getLayerNames() - Method in class repast.simphony.space.gis.DefaultGeography
-
Gets the names of the layers in this geography.
- getLayerNames() - Method in interface repast.simphony.space.gis.Geography
-
Gets the names of the layers in this geography.
- getLayerOrder(String) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
- getLayerOrder(String) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getLayerOrder(String) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
- getLayerOrders() - Method in class repast.simphony.gis.visualization.engine.GISDisplayData
- getLayerOrders() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
- getLayerOrders() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getLayerOrders() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
- getLayerPanel() - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
- getLayers(Object...) - Method in class repast.simphony.gis.legend.DefaultLayerManager
-
Deprecated.
- getLayers(Object...) - Method in interface repast.simphony.gis.legend.LayerManager
-
Deprecated.Get the layers that exist exactly at the path specified.
- getLayout() - Method in class repast.simphony.visualization.AbstractLayoutUpdater
-
Gets the layout whose updates this updater manages.
- getLayout() - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- getLayout() - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
- getLayout() - Method in interface repast.simphony.visualization.IDisplay
-
Gets the layout the display uses
- getLayout() - Method in interface repast.simphony.visualization.LayoutUpdater
-
Gets the layout whose updates this updater manages.
- getLayout() - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.Gets the layout.
- getLayout() - Method in class repast.simphony.visualization.visualization3D.Display3D
- getLayout() - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
- getLayoutClassName() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
- getLayoutClassName() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getLayoutClassName() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
- getLayoutFrqeuency() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
- getLayoutFrqeuency() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getLayoutFrqeuency() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
- getLayoutInterval() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
- getLayoutInterval() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getLayoutInterval() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
- getLayoutProjection() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
- getLayoutProjection() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getLayoutProjection() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
Gets the name of the projection associated with the layout.
- getLayoutProperties() - Method in class repast.simphony.visualization.AbstractNetworkLayout
- getLayoutProperties() - Method in class repast.simphony.visualization.cgd.CGDLayout
- getLayoutProperties() - Method in class repast.simphony.visualization.continuous.Continuous2DLayout
-
Gets the layout properties for this layout.
- getLayoutProperties() - Method in class repast.simphony.visualization.continuous.Continuous3DLayout
-
Gets the layout properties for this layout.
- getLayoutProperties() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
- getLayoutProperties() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getLayoutProperties() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
- getLayoutProperties() - Method in class repast.simphony.visualization.grid.Grid2DLayout
-
Gets the layout properties for this layout.
- getLayoutProperties() - Method in class repast.simphony.visualization.grid.Grid3DLayout
-
Gets the layout properties for this layout.
- getLayoutProperties() - Method in interface repast.simphony.visualization.Layout
-
Gets the layout properties for this layout.
- getLayoutProperties() - Method in class repast.simphony.visualization.NullLayout
-
Gets the layout properties for this layout.
- getLayoutProperties() - Method in class repast.simphony.visualization.visualization2D.ArbitraryLayout
-
Gets the layout properties for this layout.
- getLayoutProperties() - Method in class repast.simphony.visualization.visualization2D.Random2DLayout
-
Gets the layout properties for this layout.
- getLayoutProperties() - Method in class repast.simphony.visualization.visualization3D.layout.GEM3DLayout
-
Gets the layout properties for this layout.
- getLayoutProperties() - Method in class repast.simphony.visualization.visualization3D.layout.Random3DLayout
-
Gets the layout properties for this layout.
- getLayoutProperties() - Method in class repast.simphony.visualization.visualization3D.layout.SphericalLayout
-
Gets the layout properties for this layout.
- getLength(Queryable, Element) - Static method in class repast.simphony.integration.DataFileElements.DATA_ATTRS
- getLine() - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
-
Deprecated.
- getLinearVelocity(T) - Method in class repast.simphony.space.physics.DefaultPhysicsSpace
- getLinearVelocity(T) - Method in interface repast.simphony.space.physics.PhysicsSpace
- getLineColor(Object) - Method in class repast.simphony.visualization.gis3D.style.EditedSurfaceShapeStyle
- getLineColor(RepastEdge) - Method in class repast.simphony.visualization.gis3D.style.DefaultNetworkStyleGIS
- getLineColor(RepastEdge) - Method in class repast.simphony.visualization.gis3D.style.EditedNetworkStyleGIS
- getLineColor(RepastEdge) - Method in interface repast.simphony.visualization.gis3D.style.NetworkStyleGIS
- getLineColor(T) - Method in class repast.simphony.visualization.gis3D.style.DefaultSurfaceShapeStyle
- getLineColor(T) - Method in interface repast.simphony.visualization.gis3D.style.SurfaceShapeStyle
- getLineMaterial(Object, Material) - Method in class repast.simphony.visualization.gis3D.style.EditedMarkStyle
- getLineMaterial(T, Material) - Method in class repast.simphony.visualization.gis3D.style.DefaultMarkStyle
- getLineMaterial(T, Material) - Method in interface repast.simphony.visualization.gis3D.style.MarkStyle
-
The material (color) of the line.
- getLineOpacity(Object) - Method in class repast.simphony.visualization.gis3D.style.EditedSurfaceShapeStyle
- getLineOpacity(RepastEdge) - Method in class repast.simphony.visualization.gis3D.style.DefaultNetworkStyleGIS
- getLineOpacity(RepastEdge) - Method in class repast.simphony.visualization.gis3D.style.EditedNetworkStyleGIS
- getLineOpacity(RepastEdge) - Method in interface repast.simphony.visualization.gis3D.style.NetworkStyleGIS
- getLineOpacity(T) - Method in class repast.simphony.visualization.gis3D.style.DefaultSurfaceShapeStyle
- getLineOpacity(T) - Method in interface repast.simphony.visualization.gis3D.style.SurfaceShapeStyle
- getLineStyle() - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- getLineSymbolizerFactory(Color, Stroke) - Static method in class repast.simphony.gis.styleEditor.SymbolizerFactoryBuilder
- getLineType() - Method in class repast.simphony.visualization.network.PEdge
-
Deprecated.
- getLineWidth(Object) - Method in class repast.simphony.visualization.gis3D.style.EditedMarkStyle
- getLineWidth(Object) - Method in class repast.simphony.visualization.gis3D.style.EditedSurfaceShapeStyle
- getLineWidth(RepastEdge) - Method in class repast.simphony.visualization.gis3D.style.DefaultNetworkStyleGIS
- getLineWidth(RepastEdge) - Method in class repast.simphony.visualization.gis3D.style.EditedNetworkStyleGIS
- getLineWidth(RepastEdge) - Method in interface repast.simphony.visualization.gis3D.style.NetworkStyleGIS
- getLineWidth(RepastEdge<?>) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleOGL2D
- getLineWidth(RepastEdge<?>) - Method in class repast.simphony.visualizationOGL2D.DefaultEdgeStyleOGL2D
- getLineWidth(RepastEdge<?>) - Method in interface repast.simphony.visualizationOGL2D.EdgeStyleOGL2D
-
Gets the width of the line used to represent the edge.
- getLineWidth(T) - Method in class repast.simphony.visualization.gis3D.style.DefaultMarkStyle
- getLineWidth(T) - Method in class repast.simphony.visualization.gis3D.style.DefaultSurfaceShapeStyle
- getLineWidth(T) - Method in interface repast.simphony.visualization.gis3D.style.MarkStyle
-
Width of the line that connects an elevated mark with the surface.
- getLineWidth(T) - Method in interface repast.simphony.visualization.gis3D.style.SurfaceShapeStyle
- getLinkFactory() - Method in class repast.simphony.relogo.AbstractObserver
- getLinkFactory() - Method in class repast.simphony.relogo.factories.ReLogoWorldFactory
- getLinkType() - Method in class repast.simphony.relogo.AbstractLink
- getLinkType() - Method in class repast.simphony.relogo.Link
- getLinkTypeClass(String) - Method in class repast.simphony.relogo.factories.LinkFactory
- getList() - Method in class repast.simphony.ui.sweep.ParameterSweepInput
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class repast.simphony.chart2.wizard.DataSetRenderer
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class repast.simphony.visualization.gui.AgentSelectionStep.AgentDataRenderer
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class repast.simphony.visualization.gui.LayerOrderStep.ListDataRenderer
- getListeners() - Method in class repast.simphony.ui.table.ProbePropertyTableModel
- getListModel() - Method in class repast.simphony.visualization.gui.AgentSelectionStep
- getLNext() - Method in class repast.simphony.space.delaunay.QuadEdge
- getLoaderForFile(String) - Static method in class repast.simphony.visualization.editedStyle.ModelLoaderUtils
- getLoc() - Method in class repast.simphony.ui.probe.ValueLayerProbeObject2D
- getLocalBoundingSphere() - Method in class repast.simphony.visualizationOGL2D.SpatialWrapper
- getLocalButton() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- getLocalExecutionPanel() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- getLocalScale() - Method in class repast.simphony.visualizationOGL2D.SpatialWrapper
- getLocation() - Method in class repast.simphony.gis.ui.probe.CoverageLocationProbe
- getLocation() - Method in class repast.simphony.gis.ui.probe.GeographyLocationProbe
-
Gets the objects location as a String.
- getLocation() - Method in class repast.simphony.ui.probe.GridLocationProbe
-
Gets the objects location as a String.
- getLocation() - Method in class repast.simphony.ui.probe.SpaceLocationProbe
-
Gets the objects location as a String.
- getLocation() - Method in class repast.simphony.ui.probe.ValueLayerLocationProbe
-
Gets the objects location as a String.
- getLocation() - Method in class repast.simphony.valueLayer.GridCell
- getLocation() - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
- getLocation(double...) - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
- getLocation(double...) - Method in class repast.simphony.valueLayer.ContinuousValueLayer
- getLocation(Object) - Method in class repast.simphony.context.AbstractSpatialContext
- getLocation(Object) - Method in interface repast.simphony.context.SpatialContext
- getLocation(Object) - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
-
Gets the location of the specified object.
- getLocation(Object) - Method in interface repast.simphony.space.continuous.ContinuousSpace
-
Gets the location of the specified object.
- getLocation(Object) - Method in class repast.simphony.space.grid.AbstractGrid
-
Gets the location of the specified object.
- getLocation(Object) - Method in interface repast.simphony.space.grid.Grid
-
Gets the location of the specified object.
- getLocation(Object) - Method in class repast.simphony.visualization.continuous.Continuous2DLayout
- getLocation(Object) - Method in class repast.simphony.visualization.continuous.Continuous3DLayout
- getLocation(Object) - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
-
Gets the location of the specified object.
- getLocation(Object) - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
-
Gets the location of the specified object.
- getLocation(Object) - Method in class repast.simphony.visualization.grid.Grid2DLayout
- getLocation(Object) - Method in class repast.simphony.visualization.grid.Grid3DLayout
- getLocation(Object) - Method in class repast.simphony.visualization.NullLayout
- getLocation(Object) - Method in class repast.simphony.visualization.visualization2D.ArbitraryLayout
- getLocation(Object) - Method in class repast.simphony.visualization.visualization2D.Random2DLayout
- getLocation(Object) - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
- getLocation(Object) - Method in class repast.simphony.visualization.visualization3D.layout.GEM3DLayout
- getLocation(Object) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Finds the location of the object
- getLocation(Object) - Method in class repast.simphony.visualization.visualization3D.layout.JungRandomVertexLocationDecorator
- getLocation(Object) - Method in interface repast.simphony.visualization.visualization3D.layout.JungVertexLocationFunction
- getLocation(Object) - Method in class repast.simphony.visualization.visualization3D.layout.Random3DLayout
- getLocation(Object) - Method in class repast.simphony.visualization.visualization3D.layout.SphericalLayout
- getLocation(Object, boolean) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
- getLocation(Object, boolean) - Method in class repast.simphony.visualization.visualization3D.layout.JungRandomVertexLocationDecorator
- getLocation(Object, boolean) - Method in interface repast.simphony.visualization.visualization3D.layout.JungVertexLocationFunction
- getLocation(T) - Method in class repast.simphony.visualization.cgd.CGDLayout
- getLocation(T) - Method in interface repast.simphony.visualization.Layout
-
Gets the location of the specified object as determined by this layout.
- getLocation(T) - Method in class repast.simphony.visualization.visualization2D.layout.JungLayout
- getLocation(T) - Method in class repast.simphony.visualization.visualization2D.layout.TreeLayout2D
- getLocationData() - Method in class repast.simphony.visualization.AbstractNetworkLayout
- getLocationData() - Method in class repast.simphony.visualization.NullLayout
- getLocationDescriptor() - Method in class repast.simphony.gis.ui.probe.CoverageLocationProbe
-
Gets the property descriptor for the location property of this probe.
- getLocationDescriptor() - Method in class repast.simphony.gis.ui.probe.GeographyLocationProbe
-
Gets the property descriptor for the location property of this probe.
- getLocationDescriptor() - Method in class repast.simphony.ui.probe.GridLocationProbe
-
Gets the property descriptor for the location property of this probe.
- getLocationDescriptor() - Method in interface repast.simphony.ui.probe.LocationProbe
- getLocationDescriptor() - Method in class repast.simphony.ui.probe.SpaceLocationProbe
-
Gets the property descriptor for the location property of this probe.
- getLocationDescriptor() - Method in class repast.simphony.ui.probe.ValueLayerLocationProbe
-
Gets the property descriptor for the location property of this probe.
- getLocations(Object) - Method in class repast.simphony.gis.ui.probe.GeographyLocationProbeProvider
- getLocations(Object) - Method in interface repast.simphony.ui.probe.LocationProbeProvider
- getLocator() - Method in class repast.simphony.ui.widget.BufferDataSource
- getLogarithmic() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the default logarithmic distribution.
- getLogarithmic() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default logarithmic distribution.
- getLogarithmic() - Method in interface repast.simphony.random.RandomRegistry
-
Gets the default logarithmic distribution.
- getLong(String) - Method in class repast.simphony.parameter.BeanParameters
-
Gets the Boolean value associated with the specified parameter name.
- getLong(String) - Method in class repast.simphony.parameter.DefaultParameters
-
Gets the Boolean value associated with the specified parameter name.
- getLong(String) - Method in class repast.simphony.parameter.EmptyParameters
- getLong(String) - Method in interface repast.simphony.parameter.Parameters
-
Gets the Long value associated with the specified parameter name.
- getLower() - Method in class repast.simphony.visualization.Box
- getLPrev() - Method in class repast.simphony.space.delaunay.QuadEdge
- getManager() - Method in class repast.simphony.plugin.ModelPluginLoader
-
Gets the PluginManger.
- getMapLayer() - Method in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.Gets the layer that contains the individual map layers.
- getMark(String) - Method in class repast.simphony.gis.styleEditor.SimpleMarkFactory
-
Creates a Shape using the well-known text (WKT) for the mark based on the SLD 1.0 specification
- getMarkModel() - Method in class repast.simphony.gis.styleEditor.ByRangePanelMediator
- getMasterContext() - Method in class repast.simphony.engine.environment.RunState
-
Retrieves the master context for the simulation.
- getMasterContextId() - Method in class repast.simphony.engine.controller.DefaultControllerRegistry
- getMasterContextId() - Method in interface repast.simphony.engine.environment.ControllerRegistry
- getMasterControllerActions() - Method in class repast.simphony.scenario.Scenario
-
Gets all the user added master controller actions.
- getMatrices() - Method in class repast.simphony.context.space.graph.DLMatrixReader
-
Returns a list of the read AdjacencyMatrices.
- getMatrices() - Method in class repast.simphony.context.space.graph.ExcelMatrixReader
-
Returns a list of the read AdjacencyMatrices.
- getMatrices() - Method in interface repast.simphony.context.space.graph.NetworkMatrixReader
-
Returns a list of the read AdjacencyMatrices.
- getMatrixLabel() - Method in class repast.simphony.context.space.graph.AdjacencyDoubleMatrix
-
Gets the label for this matrix.
- getMatrixLabel() - Method in interface repast.simphony.context.space.graph.AdjacencyMatrix
-
Gets the label for this matrix.
- getMatrixReader(InputStream) - Method in class repast.simphony.context.space.graph.DLNetworkLoader
- getMatrixReader(InputStream) - Method in class repast.simphony.context.space.graph.ExcelNetworkLoader
- getMatrixReader(InputStream) - Method in class repast.simphony.context.space.graph.MatrixNetworkLoader
- getMax() - Method in class repast.simphony.chart2.engine.HistogramChartDescriptor
- getMax() - Method in class repast.simphony.gis.styleEditor.ByRangePanelMediator
- getMax() - Method in class repast.simphony.parameter.SteppedRange
- getMaxEIndex() - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
- getMaxNIndex() - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
- getMaxPxcor() - Method in class repast.simphony.relogo.AbstractLink
-
Returns the maximum x coordinate for all patches.
- getMaxPxcor() - Method in class repast.simphony.relogo.AbstractObserver
-
Returns the maximum x coordinate for all patches.
- getMaxPxcor() - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the maximum x coordinate for all patches.
- getMaxPxcor() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the maximum x coordinate for all patches.
- getMaxPxcor() - Method in class repast.simphony.relogo.factories.RLWorldDimensions
- getMaxPxcor() - Method in class repast.simphony.relogo.Link
-
Returns the maximum x coordinate for all patches.
- getMaxPxcor() - Method in interface repast.simphony.relogo.Observer
-
Returns the maximum x coordinate for all patches.
- getMaxPxcor() - Method in interface repast.simphony.relogo.Patch
-
Returns the maximum x coordinate for all patches.
- getMaxPxcor() - Method in class repast.simphony.relogo.RLDimensions
- getMaxPxcor() - Method in interface repast.simphony.relogo.Turtle
-
Returns the maximum x coordinate for all patches.
- getMaxPxcorU(Observer) - Static method in class repast.simphony.relogo.Utility
-
Returns the maximum x coordinate for all patches.
- getMaxPycor() - Method in class repast.simphony.relogo.AbstractLink
-
Returns the maximum y coordinate for all patches.
- getMaxPycor() - Method in class repast.simphony.relogo.AbstractObserver
-
Returns the maximum y coordinate for all patches.
- getMaxPycor() - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the maximum y coordinate for all patches.
- getMaxPycor() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the maximum y coordinate for all patches.
- getMaxPycor() - Method in class repast.simphony.relogo.factories.RLWorldDimensions
- getMaxPycor() - Method in class repast.simphony.relogo.Link
-
Returns the maximum y coordinate for all patches.
- getMaxPycor() - Method in interface repast.simphony.relogo.Observer
-
Returns the maximum y coordinate for all patches.
- getMaxPycor() - Method in interface repast.simphony.relogo.Patch
-
Returns the maximum y coordinate for all patches.
- getMaxPycor() - Method in class repast.simphony.relogo.RLDimensions
- getMaxPycor() - Method in interface repast.simphony.relogo.Turtle
-
Returns the maximum y coordinate for all patches.
- getMaxPycorU(Observer) - Static method in class repast.simphony.relogo.Utility
-
Returns the maximum y coordinate for all patches.
- getMaxSubSteps() - Method in class repast.simphony.space.physics.DefaultPhysicsSpace
- getMaxSubSteps() - Method in interface repast.simphony.space.physics.PhysicsSpace
- getMaxValue() - Method in class repast.simphony.valueLayer.ValueLayerDiffuser
- getMaxX() - Method in class repast.simphony.visualization.engine.BoundingBox
- getMaxY() - Method in class repast.simphony.visualization.engine.BoundingBox
- getMaxZ() - Method in class repast.simphony.visualization.engine.BoundingBox
- getMessage() - Method in exception repast.simphony.engine.watcher.query.ParseException
-
This method has the standard behavior when this object has been created using the standard constructors.
- getMessage() - Method in error repast.simphony.engine.watcher.query.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMessage() - Method in class repast.simphony.engine.watcher.WatcheeDataFinder.FinderResult
- getMethod() - Element in annotation interface repast.simphony.annotate.PropertyAnnot
- getMethod() - Method in class repast.simphony.data2.MethodDataSource
-
Gets the FastMethod that this MethodDataSource will invoke on a "get".
- getMethod() - Method in class repast.simphony.engine.schedule.CallBackAction
-
Gets the method that this callback action will call.
- getMethodFloat(String, Object) - Static method in class repast.simphony.visualization.editedStyle.EditedStyleUtils
- getMethodName() - Method in class repast.simphony.data2.engine.MethodDataSourceDefinition
- getMethodName() - Method in class repast.simphony.engine.schedule.CallBackAction
- getMethodName() - Method in interface repast.simphony.engine.schedule.ContextSchedulableDescriptor
-
Retrieves the name of the method to call on the filtered objects.
- getMethodName() - Method in class repast.simphony.engine.schedule.DefaultContextSchedulableDescriptor
-
Retrieves the name of the method to call on the filtered objects.
- getMethodName() - Method in class repast.simphony.engine.schedule.DynamicTargetAction
- getMin() - Method in class repast.simphony.chart2.engine.HistogramChartDescriptor
- getMin() - Method in class repast.simphony.gis.styleEditor.ByRangePanelMediator
- getMin() - Method in class repast.simphony.parameter.SteppedRange
- getMinPxcor() - Method in class repast.simphony.relogo.AbstractLink
-
Returns the minimum x coordinate for all patches.
- getMinPxcor() - Method in class repast.simphony.relogo.AbstractObserver
-
Returns the minimum x coordinate for all patches.
- getMinPxcor() - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the minimum x coordinate for all patches.
- getMinPxcor() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the minimum x coordinate for all patches.
- getMinPxcor() - Method in class repast.simphony.relogo.factories.RLWorldDimensions
- getMinPxcor() - Method in class repast.simphony.relogo.Link
-
Returns the minimum x coordinate for all patches.
- getMinPxcor() - Method in interface repast.simphony.relogo.Observer
-
Returns the minimum x coordinate for all patches.
- getMinPxcor() - Method in interface repast.simphony.relogo.Patch
-
Returns the minimum x coordinate for all patches.
- getMinPxcor() - Method in class repast.simphony.relogo.RLDimensions
- getMinPxcor() - Method in interface repast.simphony.relogo.Turtle
-
Returns the minimum x coordinate for all patches.
- getMinPxcorU(Observer) - Static method in class repast.simphony.relogo.Utility
-
Returns the minimum x coordinate for all patches.
- getMinPycor() - Method in class repast.simphony.relogo.AbstractLink
-
Returns the minimum y coordinate for all patches.
- getMinPycor() - Method in class repast.simphony.relogo.AbstractObserver
-
Returns the minimum y coordinate for all patches.
- getMinPycor() - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the minimum y coordinate for all patches.
- getMinPycor() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the minimum y coordinate for all patches.
- getMinPycor() - Method in class repast.simphony.relogo.factories.RLWorldDimensions
- getMinPycor() - Method in class repast.simphony.relogo.Link
-
Returns the minimum y coordinate for all patches.
- getMinPycor() - Method in interface repast.simphony.relogo.Observer
-
Returns the minimum y coordinate for all patches.
- getMinPycor() - Method in interface repast.simphony.relogo.Patch
-
Returns the minimum y coordinate for all patches.
- getMinPycor() - Method in class repast.simphony.relogo.RLDimensions
- getMinPycor() - Method in interface repast.simphony.relogo.Turtle
-
Returns the minimum y coordinate for all patches.
- getMinPycorU(Observer) - Static method in class repast.simphony.relogo.Utility
-
Returns the minimum y coordinate for all patches.
- getMinValue() - Method in class repast.simphony.valueLayer.ValueLayerDiffuser
- getMinX() - Method in class repast.simphony.visualization.engine.BoundingBox
- getMinY() - Method in class repast.simphony.visualization.engine.BoundingBox
- getMinZ() - Method in class repast.simphony.visualization.engine.BoundingBox
- getMode() - Method in class repast.simphony.visualization.editor.VizEditorForm
-
Deprecated.
- getModel() - Method in class repast.simphony.chart2.wizard.HistogramEditorWizard
- getModel() - Method in class repast.simphony.chart2.wizard.TimeSeriesEditorWizard
- getModel() - Method in class repast.simphony.data2.wizard.ConsoleSinkEditorWizard
- getModel() - Method in class repast.simphony.data2.wizard.DataSetEditorWizard
- getModel() - Method in class repast.simphony.data2.wizard.FileSinkEditorWizard
- getModel() - Method in class repast.simphony.dataLoader.ui.wizard.FreezeDryedClassChooserStep
- getModel() - Method in class repast.simphony.ui.sparkline.PropertySourcedSparklineJComponent
- getModel() - Method in class repast.simphony.userpanel.ui.UserPanelEditorWizard
- getModel() - Method in class repast.simphony.util.wizard.DynamicWizard
- getModel() - Method in class repast.simphony.visualization.gui.DisplayConfigurationWizard
- getModelActionCount() - Method in class repast.simphony.engine.schedule.ActionQueue
-
Retrieves the number of actions whose
ISchedulableAction.isNonModelAction()
method returns false. - getModelActionCount() - Method in interface repast.simphony.engine.schedule.ISchedule
-
Returns the number of actions that do not have a
NonModelAction
annotation, attached to them along with the number ofISchedulableAction
s whoseISchedulableAction.isNonModelAction()
method returns false. - getModelActionCount() - Method in class repast.simphony.engine.schedule.Schedule
-
Returns the number of actions that do not have a
NonModelAction
annotation, attached to them along with the number ofISchedulableAction
s whoseISchedulableAction.isNonModelAction()
method returns false. - getModelArchive() - Method in class repast.simphony.batch.ssh.Configuration
-
Gets the path to the model archive.
- getModelData() - Method in class repast.simphony.scenario.Scenario
- getModelFile3D() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- getModelInit() - Method in class repast.simphony.ui.newscenario.NewWizardModel
-
Gets the name of an optional model initializer class.
- getModelInitializer() - Method in class repast.simphony.batch.BatchScenario
-
Gets a custom ModelInitializer, if any, supplied by the user.
- getModelInitializer() - Method in class repast.simphony.scenario.Scenario
-
Instantiates and returns the first ModelInitializer found in the user's model classpath.
- getModelInitName() - Method in class repast.simphony.scenario.Scenario
- getModelName() - Method in class repast.simphony.engine.environment.RunInfo
-
Retrieves the name of the rootContext the logging is running for
- getModelParam(String) - Method in class repast.simphony.relogo.ReLogoModel
- getModelParams() - Method in class repast.simphony.relogo.ReLogoModel
- getModelPluginPath() - Method in class repast.simphony.scenario.Scenario
- getModelSchedule() - Method in class repast.simphony.engine.environment.DefaultScheduleRegistry
-
Retrieves the schedule that models should use to schedule their actions.
- getModelSchedule() - Method in interface repast.simphony.engine.environment.ScheduleRegistry
-
Retrieves the schedule that models should use to schedule their actions.
- getMonitor(String) - Method in class repast.simphony.relogo.ReLogoModel
- getMyLinkFactory() - Method in class repast.simphony.relogo.AbstractLink
- getMyObserver() - Method in class repast.simphony.relogo.AbstractLink
- getMyObserver() - Method in class repast.simphony.relogo.AbstractPatch
- getMyObserver() - Method in class repast.simphony.relogo.AbstractTurtle
- getMyPatchFactory() - Method in class repast.simphony.relogo.AbstractPatch
- getMyTurtleFactory() - Method in class repast.simphony.relogo.AbstractTurtle
- getName() - Method in class repast.simphony.chart2.wizard.HistogramWizardModel
- getName() - Method in class repast.simphony.chart2.wizard.TimeSeriesWizardModel
- getName() - Method in class repast.simphony.context.space.graph.ContextJungNetwork
- getName() - Method in class repast.simphony.data2.FileDataSink
-
Gets the name of this FileDataSink.
- getName() - Method in class repast.simphony.data2.wizard.ConsoleSinkWizardModel
- getName() - Method in class repast.simphony.data2.wizard.DataSetWizardModel
- getName() - Method in class repast.simphony.data2.wizard.FileSinkWizardModel
- getName() - Method in class repast.simphony.dataLoader.ui.wizard.builder.AgentDescriptor
- getName() - Method in class repast.simphony.dataLoader.ui.wizard.builder.ContextDescriptor
- getName() - Method in class repast.simphony.dataLoader.ui.wizard.builder.NetworkDescriptor
- getName() - Method in class repast.simphony.engine.controller.DefaultControllerRegistry
- getName() - Method in interface repast.simphony.engine.environment.ControllerRegistry
- getName() - Method in class repast.simphony.engine.schedule.DefaultDescriptor
-
Retrieves the name of this descriptor.
- getName() - Method in interface repast.simphony.engine.schedule.Descriptor
-
Retrieves the name of the descriptor.
- getName() - Method in class repast.simphony.engine.watcher.FieldDescriptor
- getName() - Method in class repast.simphony.engine.watcher.query.ASTName
- getName() - Method in class repast.simphony.gis.legend.LegendEntry
-
Deprecated.Get the name of this Legend Entry
- getName() - Method in enum class repast.simphony.gis.visualization.engine.GISDisplayDescriptor.VIEW_TYPE
- getName() - Method in class repast.simphony.integration.ObjectHolder
-
The name that value was stored under.
- getName() - Method in class repast.simphony.parameter.DefaultParameterSchema
-
Gets the name of the parameter that this is the schema for.
- getName() - Method in class repast.simphony.parameter.groovy.CustomParameterSetter
-
Gets the name of the parameter this setter will set.
- getName() - Method in interface repast.simphony.parameter.ParameterSchema
-
Gets the name of the parameter that this is the schema for.
- getName() - Method in class repast.simphony.relogo.image.NLImage
-
Getter method for preferred name for this drawing.
- getName() - Method in class repast.simphony.scenario.AbstractDescriptor
-
Retrieves the name of this descriptor.
- getName() - Method in enum class repast.simphony.scenario.data.ProjectionType_old
- getName() - Method in class repast.simphony.scenario.data.UserPathData
-
Gets the name the model.
- getName() - Method in class repast.simphony.space.gis.FeatureAgent
- getName() - Method in class repast.simphony.space.gis.Layer
-
Gets the name of this layer.
- getName() - Method in class repast.simphony.space.gis.RasterLayer
- getName() - Method in class repast.simphony.space.projection.DefaultProjection
-
Gets the name of this projection.
- getName() - Method in interface repast.simphony.space.projection.Projection
- getName() - Method in class repast.simphony.ui.parameters.AbstractParameterBinder
- getName() - Method in interface repast.simphony.ui.parameters.ParameterBinder
-
Gets the name of the parameter for which this is the binder.
- getName() - Method in class repast.simphony.ui.probe.DefaultProbedPropertyUICreator
- getName() - Method in class repast.simphony.ui.probe.FieldPropertyDescriptor
-
Gets the name of this field property.
- getName() - Method in class repast.simphony.ui.probe.ProbedPropertiesFinder.Property
- getName() - Method in class repast.simphony.valueLayer.BufferedGridValueLayer
- getName() - Method in class repast.simphony.valueLayer.ContinuousValueLayer
-
Gets the name of this value layer.
- getName() - Method in class repast.simphony.valueLayer.GridValueLayer
-
Gets the name of this ValueLayer.
- getName() - Method in interface repast.simphony.valueLayer.ValueLayer
-
Gets the name of this ValueLayer.
- getName() - Method in class repast.simphony.visualization.AbstractNetworkLayout
- getName() - Method in class repast.simphony.visualization.continuous.Continuous2DLayout
- getName() - Method in class repast.simphony.visualization.continuous.Continuous3DLayout
- getName() - Method in class repast.simphony.visualization.editor.PropertyDescriptorAdapter
-
Deprecated.
- getName() - Method in class repast.simphony.visualization.gis3D.WMSLayersPanel.LayerInfo
- getName() - Method in class repast.simphony.visualization.grid.Grid2DLayout
- getName() - Method in class repast.simphony.visualization.grid.Grid3DLayout
- getName() - Method in class repast.simphony.visualization.gui.CoverageStyleStep.CoverageLayerElement
- getName() - Method in class repast.simphony.visualization.gui.LayerOrderStep.ListModelElement
- getName() - Method in interface repast.simphony.visualization.Layout
-
Gets the name of the layout
- getName() - Method in class repast.simphony.visualization.NullLayout
- getName() - Method in class repast.simphony.visualization.visualization2D.ArbitraryLayout
- getName() - Method in class repast.simphony.visualization.visualization2D.Random2DLayout
- getName() - Method in class repast.simphony.visualization.visualization3D.layout.GEM3DLayout
- getName() - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
- getName() - Method in class repast.simphony.visualization.visualization3D.layout.Random3DLayout
- getName() - Method in class repast.simphony.visualization.visualization3D.layout.SphericalLayout
- getName() - Method in class repast.simphony.ws.gis.StyledLayerGIS
- getName() - Method in class repast.simphony.ws.gis.StyledNetLayerGIS
- getName() - Method in class repast.simphony.ws.StyledLayer
- getName(String) - Static method in class repast.simphony.integration.DataFileUtils
- getName(JComponent) - Method in class repast.simphony.engine.environment.DefaultGUIRegistry
-
Retrieves the name of a given component.
- getName(JComponent) - Method in interface repast.simphony.engine.environment.GUIRegistry
-
Retrieves the name of a given component.
- getNegativeBinomial() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the default negativeBinomial distribution.
- getNegativeBinomial() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default negativeBinomial distribution.
- getNegativeBinomial() - Method in interface repast.simphony.random.RandomRegistry
-
Gets the default negativeBinomial distribution.
- getNeighborhood(boolean) - Method in class repast.simphony.query.space.grid.GridCellNgh
-
Gets the neighborhood of GridCells.
- getNetNghIterable(Network<T>) - Method in class repast.simphony.query.space.graph.AbstractNetworkQuery
-
Implementor should return the iterator appropriate to their query.
- getNetNghIterable(Network<T>) - Method in class repast.simphony.query.space.graph.NetworkAdjacent
-
Returns an iterator over nodes in the network that are adjacent to the node specified in the constructor.
- getNetNghIterable(Network<T>) - Method in class repast.simphony.query.space.graph.NetworkPredecessor
-
Returns an iterator over nodes in the network that are predecessor of the node specified in the constructor.
- getNetNghIterable(Network<T>) - Method in class repast.simphony.query.space.graph.NetworkSuccessor
-
Returns an iterator over nodes in the network that are successors of the node specified in the constructor.
- getNetwork() - Method in class repast.simphony.space.graph.NetworkEvent
-
Gets the network that was the source of this event.
- getNetwork(String) - Method in class repast.simphony.relogo.AbstractObserver
- getNetwork(String) - Method in interface repast.simphony.relogo.Observer
- getNetworkDescriptors() - Method in class repast.simphony.dataLoader.ui.wizard.builder.ContextDescriptor
- getNetworkEditedStyleName(Object) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
- getNetworkEditedStyleName(Object) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getNetworkEditedStyleName(Object) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
- getNetworkLayer(NetworkDescriptor) - Method in class repast.simphony.dataLoader.ui.wizard.builder.ContextCreatorCanvas
- getNetworks() - Method in class repast.simphony.data2.gui.NetworkChooserStep
- getNetworkStyleClassName(Object) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
- getNetworkStyleClassName(Object) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getNetworkStyleClassName(Object) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
- getNewCoord(int, double) - Method in class repast.simphony.space.continuous.StickyBorders
- getNewCoord(int, double) - Method in class repast.simphony.space.continuous.WrapAroundBorders
- getNewCoord(int, int) - Method in class repast.simphony.space.grid.StickyBorders
- getNewCoord(int, int) - Method in class repast.simphony.space.grid.WrapAroundBorders
- getNewLineConverter() - Method in class repast.simphony.integration.DataFileReader
- getNewLineConverter() - Method in class repast.simphony.integration.DataFileWriter
- getNewLineConverter(String) - Static method in enum class repast.simphony.integration.EscapeConverter
- getNewLineConverter(String) - Static method in enum class repast.simphony.integration.NewLinePatternConverter
-
Returns the converter that has the specified type as it type.
- getNewLineType(Element) - Static method in class repast.simphony.integration.DataFileElements.FILE_DEF_ATTRS
- getNext() - Method in class repast.simphony.util.collections.IteratorOverIterables
-
Gets the next Iterable from which to retrieve the next object.
- getNextBatchNumber() - Method in interface repast.simphony.engine.controller.Controller
-
Gets the next batch number.
- getNextBatchNumber() - Method in class repast.simphony.engine.controller.DefaultController
-
Gets the next batch number.
- getNextDelimited() - Method in class repast.simphony.util.Scanner
-
Fetches the next String of characters up to the current delimiter.
- getNextLength(int) - Method in class repast.simphony.util.Scanner
-
Retrieves the next n characters from the stream, where n is the specified length.
- getNextObj() - Method in class repast.simphony.util.collections.IteratorOverIterables
- getNextPattern(String) - Method in class repast.simphony.util.Scanner
-
Retrieves a sequence of characters that matches the specified pattern.
- getNextRunNumber() - Method in interface repast.simphony.engine.controller.Controller
-
Gets the next run number.
- getNextRunNumber() - Method in class repast.simphony.engine.controller.DefaultController
-
Gets the next run number.
- getNextTime() - Method in class repast.simphony.engine.schedule.AbstractAction
-
Returns the next time this AbstractAction should be executed.
- getNextTime() - Method in interface repast.simphony.engine.schedule.ISchedulableAction
-
Gets the next time this ScheduledAction is to execute.
- getNextTime() - Method in interface repast.simphony.engine.schedule.PriorityQueueAction
-
Gets the next time this PriorityQueueAction should be executed.
- getNextTime() - Method in class repast.simphony.statecharts.AlwaysTrigger
- getNextTime() - Method in class repast.simphony.statecharts.ConditionTrigger
- getNextTime() - Method in class repast.simphony.statecharts.ExponentialDecayRateTrigger
- getNextTime() - Method in class repast.simphony.statecharts.MessageTrigger
- getNextTime() - Method in class repast.simphony.statecharts.ProbabilityTrigger
- getNextTime() - Method in class repast.simphony.statecharts.TimedTrigger
- getNextTime() - Method in interface repast.simphony.statecharts.Trigger
- getNextTime(GraphParams<E>, E) - Method in class repast.simphony.engine.graph.AbstractGraphExecutor
- getNextToken() - Method in class repast.simphony.engine.watcher.query.QueryParser
- getNextToken() - Method in class repast.simphony.engine.watcher.query.QueryParserTokenManager
- getNLAngle(double) - Static method in class repast.simphony.relogo.Utility
-
Returns the Logo appropriate angle, i.e., between 0 to <360, given an angle in degrees.
- getNode() - Method in class repast.simphony.visualization.visualization2D.ValueDisplayLayer2D
-
Deprecated.
- getNode(int) - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
- getNodeColor() - Method in class repast.simphony.dataLoader.ui.wizard.builder.AgentLayer
- getNodes() - Method in class repast.simphony.context.space.graph.ContextJungNetwork
- getNodes() - Method in class repast.simphony.space.graph.JungNetwork
- getNodes() - Method in interface repast.simphony.space.graph.Network
-
Gets an iterator over all the agent nodes in this network.
- getNodes() - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
- getNodes(PStack, boolean) - Method in class repast.simphony.visualization.editor.PNodeSelector
-
Deprecated.Gets the non-camera, layer, etc.
- getNonParamMapFile(List<File>) - Method in class repast.simphony.batch.ssh.OutputAggregator
- getNormal() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the default normal distribution.
- getNormal() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default normal distribution.
- getNormal() - Method in interface repast.simphony.random.RandomRegistry
-
Gets the default normal distribution.
- getNotEqualsFilter(Class<?>...) - Static method in class repast.simphony.engine.controller.ClassFilter
-
Gets a ClassFilter that filters based on whether or not the class passed to the filter is equal to one of the specified classes.
- getNumBands() - Method in class repast.simphony.space.gis.RasterLayer
- getNumber() - Method in class repast.simphony.engine.watcher.query.ASTNumber
- getNumberFormatInstance() - Static method in class repast.simphony.ui.probe.Utils
- getNumberOfRuns() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- getNumOfNodes() - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
- getObj1() - Method in class repast.simphony.query.space.projection.Within
- getObj2() - Method in class repast.simphony.query.space.projection.Within
- getObject(String, Class<T>) - Method in class repast.simphony.freezedry.FreezeDryedRegistry
- getObjectAt(double...) - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
-
Gets the object at the specified location.
- getObjectAt(double...) - Method in interface repast.simphony.space.continuous.ContinuousSpace
-
Gets the object at the specified location.
- getObjectAt(double...) - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
-
Gets the object at the specified location.
- getObjectAt(int...) - Method in class repast.simphony.space.grid.AbstractGrid
-
Gets the object at the specified location.
- getObjectAt(int...) - Method in interface repast.simphony.space.grid.Grid
-
Gets the object at the specified location.
- getObjectAt(int...) - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
-
Gets the object at the specified location.
- getObjectData() - Method in class repast.simphony.visualization.cgd.CGDProcessor
- getObjects() - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
-
Gets all the object currently in the space.
- getObjects() - Method in interface repast.simphony.space.continuous.ContinuousSpace
-
Gets all the object currently in the space.
- getObjects() - Method in class repast.simphony.space.grid.AbstractGrid
-
Gets all the object currently in the space.
- getObjects() - Method in interface repast.simphony.space.grid.Grid
-
Gets all the object currently in the space.
- getObjects() - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
-
Gets all the object currently in the space.
- getObjects() - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
-
Gets all the object currently in the space.
- getObjects(Class<?>) - Method in interface repast.simphony.context.Context
-
Gets a IndexedIterable over all the objects in this context (and thus in the sub contexts) that are of the specified type.
- getObjects(Class<?>) - Method in class repast.simphony.context.FormerDefaultContext
-
Gets a IndexedIterable over the all the objects in this context (and thus in the sub contexts) that are of the specified type.
- getObjects(Class<?>) - Method in class repast.simphony.context.SmallDefaultContext
-
Gets a IndexedIterable over all the objects in this context (and thus in the sub contexts) that are of the specified type.
- getObjects(Class<?>) - Method in interface repast.simphony.data2.ObjectListMap
-
Gets the collection of objects in this map of the specified type.
- GetObjects(String, String) - Static method in class repast.simphony.essentials.RepastEssentials
- getObjectsAsStream(Class<?>) - Method in interface repast.simphony.context.Context
-
Gets a sequential Stream over all the objects in this context (and thus in the sub contexts) that are of the specified type.
- getObjectsAsStream(Class<?>) - Method in class repast.simphony.context.FormerDefaultContext
-
Gets a sequential Stream over the all the objects in this context (and thus in the sub contexts) that are of the specified type.
- getObjectsAsStream(Class<?>) - Method in class repast.simphony.context.SmallDefaultContext
-
Gets a sequential Stream over all the objects in this context (and thus in the sub contexts) that are of the specified type.
- getObjectsAt(double...) - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
-
Gets all the objects at the specified location.
- getObjectsAt(double...) - Method in interface repast.simphony.space.continuous.ContinuousSpace
-
Gets all the objects at the specified location.
- getObjectsAt(double...) - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
-
Gets all the objects at the specified location.
- getObjectsAt(int...) - Method in class repast.simphony.space.grid.AbstractGrid
-
Gets all the objects at the specified location.
- getObjectsAt(int...) - Method in interface repast.simphony.space.grid.Grid
-
Gets all the objects at the specified location.
- getObjectsAt(int...) - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
-
Gets all the objects at the specified location.
- getObjectsAt(V) - Method in interface repast.simphony.context.SpatialContext
- getObjectsWithin(Envelope) - Method in class repast.simphony.space.gis.DefaultGeography
-
Gets an iterable over all the objects within the specified envelope.
- getObjectsWithin(Envelope) - Method in interface repast.simphony.space.gis.Geography
-
Gets an iterable over all the objects within the specified envelope.
- getObjectsWithin(Envelope, Class<X>) - Method in class repast.simphony.space.gis.DefaultGeography
-
Gets an iterable over all the objects within the specified envelope that are of the specified type and only the specified type.
- getObjectsWithin(Envelope, Class<X>) - Method in interface repast.simphony.space.gis.Geography
-
Gets an iterable over all the objects within the specified envelope that are of the specified type and only the specified type.
- getObjTargetClass() - Method in class repast.simphony.data2.engine.MethodDataSourceDefinition
- getObserverByID(String) - Static method in class repast.simphony.relogo.Utility
- getObserverID() - Method in class repast.simphony.relogo.AbstractObserver
- getOffset() - Method in class repast.simphony.relogo.styles.NLImageSpatialSource
- getOffset() - Method in class repast.simphony.relogo.styles.ReLogoImageSpatialSource
- getOffset() - Method in interface repast.simphony.relogo.styles.ReLogoSpatialSource
-
Gets a default offset for spatials produced from this source.
- getOffset() - Method in class repast.simphony.relogo.styles.ReLogoSVGSpatialSource
- getOffset() - Method in class repast.simphony.visualization.visualization3D.AbstractLabel
- getOffset() - Method in interface repast.simphony.visualization.visualization3D.Label
- getOffset() - Method in class repast.simphony.visualization.visualization3D.NullLabel
- getONext() - Method in class repast.simphony.space.delaunay.QuadEdge
- getOpacity() - Method in interface repast.simphony.visualization.gis3D.style.CoverageStyle
- getOpacity() - Method in class repast.simphony.visualization.gis3D.style.DefaultCoverageStyle
- getOPrev() - Method in class repast.simphony.space.delaunay.QuadEdge
- getOptimizedButton() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- getOrderedAgentCollection(DisplayDescriptor) - Method in class repast.simphony.visualization.engine.StyleRegistrar
- getOrderIndex() - Method in class repast.simphony.engine.schedule.AbstractAction
-
Gets an index indicating where this IAction was added to a schedule w/r to all other actions added to a schedule.
- getOrderIndex() - Method in interface repast.simphony.engine.schedule.ISchedulableAction
-
Gets an index indicating where this IAction was added to a schedule w/r to all other actions added to a schedule.
- getOrg() - Method in class repast.simphony.space.delaunay.QuadEdge
- getOrigin() - Method in class repast.simphony.relogo.factories.RLWorldDimensions
- getOrigin() - Method in class repast.simphony.relogo.RLDimensions
- getOrigin() - Method in class repast.simphony.space.grid.GridBuilderParameters
-
Gets the origin of the grid.
- getOrigin(int) - Method in class repast.simphony.space.Dimensions
- getOrigin(int) - Method in class repast.simphony.space.grid.GridDimensions
-
Gets the origin at the specified index.
- getOutDegree(T) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
- getOutDegree(T) - Method in class repast.simphony.space.graph.JungNetwork
- getOutDegree(T) - Method in interface repast.simphony.space.graph.Network
-
Gets the out degree of the node associated with the specified object.
- getOutDegree(T) - Method in class repast.simphony.space.graph.UndirectedJungNetwork
- getOutEdges(T) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
- getOutEdges(T) - Method in class repast.simphony.space.graph.JungNetwork
- getOutEdges(T) - Method in interface repast.simphony.space.graph.Network
-
Gets all the out-edges for the specified object.
- GetOutEdges(String, Object) - Static method in class repast.simphony.essentials.RepastEssentials
-
Gets the edges for which the specified agent is the source in the specified network.
- getOutOfRangeHandling() - Method in class repast.simphony.chart2.engine.HistogramChartDescriptor
- getoutputBuilder() - Method in class repast.simphony.integration.DataFileReader
- getOutputDir() - Method in class repast.simphony.batch.ssh.Configuration
-
Gets the directory into which the aggregated session output will be written.
- getOutputPatterns() - Method in class repast.simphony.batch.ssh.Configuration
-
Gets the output patterns for this configuration.
- getOutputStream() - Method in class repast.simphony.data2.engine.ConsoleSinkDescriptor
- getOverflow() - Method in class repast.simphony.chart2.StaticHistogramDataset
- getPaint(double...) - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyle2D
- getPaint(double...) - Method in class repast.simphony.visualization.visualization2D.style.DefaultValueLayerStyle
-
Deprecated.
- getPaint(double...) - Method in interface repast.simphony.visualization.visualization2D.style.ValueLayerStyle
-
Deprecated.
- getPaint(double...) - Method in class repast.simphony.visualization.visualization3D.style.DefaultValueLayerStyle3D
- getPaint(Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyle2D
- getPaint(Object) - Method in class repast.simphony.visualization.visualization2D.style.DefaultStyle2D
-
Deprecated.
- getPaint(RepastEdge) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyle2D
- getPaint(RepastEdge) - Method in class repast.simphony.visualization.visualization2D.style.DefaultEdgeStyle2D
-
Deprecated.
- getPaint(RepastEdge) - Method in interface repast.simphony.visualization.visualization2D.style.EdgeStyle2D
-
Deprecated.
- getPaint(T) - Method in interface repast.simphony.visualization.visualization2D.style.Style2D
-
Deprecated.
- getPaletteModel() - Method in class repast.simphony.gis.styleEditor.ByRangePanelMediator
- getPanel() - Method in class repast.simphony.freezedry.datasource.JDBCConnectDialog
- getPanel() - Method in class repast.simphony.ui.plugin.editor.ListSelector
-
Gets the panel containing the widget.
- getPanel() - Method in class repast.simphony.ui.plugin.editor.OptionsContentWizardStepAdapter
-
Gets the panel to be shown in the dialog.
- getPanel() - Method in interface repast.simphony.ui.plugin.editor.OptionsDialogContent
-
Gets the panel to be shown in the dialog.
- getPanel() - Method in class repast.simphony.ui.probe.Probe
-
Gets the panel that displays the gui widgets for this probe.
- getPanel() - Method in class repast.simphony.ui.table.TableFilterDialog
- getPanel() - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.Gets a panel that contains the actual gui for visualization.
- getPanel() - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
- getPanel() - Method in interface repast.simphony.visualization.IDisplay
-
Gets a panel that contains the actual gui for visualization.
- getPanel() - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- getPanel() - Method in class repast.simphony.visualization.visualization3D.Display3D
- getPanel() - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
- getParameter() - Method in class repast.simphony.ui.sweep.ParameterSweepInput
- GetParameter(String) - Static method in class repast.simphony.essentials.RepastEssentials
-
Gets the named parameter's value.
- getParameterCount() - Method in class repast.simphony.parameter.ParametersCreator
-
Gets number of currently added parameters.
- getParameterName() - Method in class repast.simphony.parameter.AbstractSweepParameterSetter
-
Gets the name of the parameter that this setter is responsible for setting.
- getParameterName() - Method in class repast.simphony.parameter.ConstantSetter
-
Gets the name of the parameter that this setter should set.
- getParameterName() - Method in class repast.simphony.parameter.DoubleSteppedSetter
-
Gets the name of the parameter that this setter is responsible for setting.
- getParameterName() - Method in class repast.simphony.parameter.FloatSteppedSetter
-
Gets the name of the parameter that this setter is responsible for setting.
- getParameterName() - Method in class repast.simphony.ui.sweep.ParameterSweepInput
- getParameters() - Method in class repast.simphony.engine.environment.DefaultRunEnvironmentBuilder
-
Gets the parameters to be used in the next simulation run.
- getParameters() - Method in class repast.simphony.engine.environment.RunEnvironment
-
Gets the parameters for the current run.
- getParameters() - Method in interface repast.simphony.engine.environment.RunEnvironmentBuilder
-
Gets the parameters to be used in the next simulation run.
- getParameters() - Method in class repast.simphony.parameter.bsf.ScriptRunner
-
Gets the Parameters created by the script via the ParameterSweeperBuilder.
- getParameters() - Method in class repast.simphony.parameter.groovy.GroovyRunner
-
Gets the Parameters produced by this SweeperProducer.
- getParameters() - Method in class repast.simphony.parameter.ParametersParser
- getParameters() - Method in class repast.simphony.parameter.ParameterSweeperBuilder
-
Gets the Parameters built from the added setters.
- getParameters() - Method in interface repast.simphony.parameter.SweeperProducer
-
Gets the Parameters produced by this SweeperProducer.
- getParameters() - Method in class repast.simphony.parameter.xml.AbstractXMLSweeperProducer
-
Gets the Parameters produced by this SweeperProducer.
- getParameters() - Method in class repast.simphony.scenario.ScenarioLoader
-
Gets the parameters that were last loaded.
- getParameters() - Method in class repast.simphony.ui.GUIParametersManager
-
Gets the parameters object managed by this GUIParametersManager.
- getParameterSetters() - Method in class repast.simphony.engine.controller.DefaultControllerRegistry
- getParameterSetters() - Method in interface repast.simphony.engine.environment.ControllerRegistry
- getParameterSetters() - Method in class repast.simphony.scenario.Scenario
- getParametersFile() - Method in class repast.simphony.parameter.optimizer.OptPropertiesParser
-
Gets the name of the parameters file to use for this optimized sweep.
- getParameterSweeper() - Method in class repast.simphony.batch.BatchScenario
- getParameterSweeper() - Method in class repast.simphony.parameter.bsf.ScriptRunner
-
Gets the ParameterTreeSweeper reated by the script via the ParameterSweeperBuilder.
- getParameterSweeper() - Method in class repast.simphony.parameter.groovy.GroovyRunner
-
Gets the ParameterTreeSweeper produced by this SweeperProducer.
- getParameterSweeper() - Method in interface repast.simphony.parameter.SweeperProducer
-
Gets the ParameterTreeSweeper produced by this SweeperProducer.
- getParameterSweeper() - Method in class repast.simphony.parameter.xml.AbstractXMLSweeperProducer
-
Gets the ParameterTreeSweeper produced by this SweeperProducer.
- getParameterSweepPanel() - Method in class repast.simphony.ui.sweep.ParameterSweepInput
- getParameterType() - Method in class repast.simphony.parameter.groovy.CustomParameterSetter
-
Gets the class of the parameter this setter will set.
- getParameterType(Class<T>) - Method in class repast.simphony.parameter.ParameterTypeFactory
-
Gets a ParameterType for the specified class.
- getParameterTypeComboBox() - Method in class repast.simphony.ui.sweep.ParameterSweepInput
- getParamMapPattern() - Method in class repast.simphony.batch.ssh.DefaultOutputPatternCreator
-
Gets the OutputPattern for the parameter map file.
- getParamPanels() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- getParams() - Method in class repast.simphony.engine.schedule.IActionParameterPair
-
Gets the ScheduleParameters part of this pair.
- getParams() - Method in class repast.simphony.statecharts.AbstractState
- getParams() - Method in class repast.simphony.statecharts.ConditionTrigger
- getParams() - Method in class repast.simphony.statecharts.DefaultStateChart
- getParams() - Method in class repast.simphony.statecharts.ExponentialDecayRateTrigger
- getParams() - Method in class repast.simphony.statecharts.MessageConditionMessageChecker
- getParams() - Method in class repast.simphony.statecharts.MessageEqualsMessageChecker
- getParams() - Method in class repast.simphony.statecharts.ProbabilityTrigger
- getParams() - Method in class repast.simphony.statecharts.TimedTrigger
- getParams() - Method in class repast.simphony.statecharts.Transition
- getParams() - Method in class repast.simphony.ui.sweep.ParameterSweepInput
- getParams() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- getParent() - Method in class repast.simphony.integration.ObjectHolder
-
The object in which the value was stored (or added under)
- getParent() - Method in class repast.simphony.statecharts.AbstractState
- getParent() - Method in class repast.simphony.statecharts.old.CompositeState
- getParent() - Method in class repast.simphony.statecharts.old.SimpleState
- getParent() - Method in class repast.simphony.statecharts.old.State
- getParentClass() - Method in class repast.simphony.freezedry.FreezeDryedParentChild
- getParentContext(Context) - Static method in class repast.simphony.util.ContextUtils
-
Starting with the master context, search for and return the parent context of the specified context.
- getParentContext(Context, Context) - Static method in class repast.simphony.util.ContextUtils
-
Starting with the specified starting context, search for and return the parent context of the specified context.
- getParentId() - Method in class repast.simphony.freezedry.FreezeDryedParentChild
- getParentID() - Method in class repast.simphony.dataLoader.ui.wizard.builder.ContextDescriptor
- getParser() - Method in class repast.simphony.parameter.xml.XMLSweeperProducer
- getParseResult() - Method in class repast.simphony.integration.DataFileReader
- getPassphrase() - Method in class repast.simphony.batch.ssh.ConsoleUserInfo
- getPassword() - Method in class repast.simphony.batch.ssh.ConsoleUserInfo
- getPassword() - Method in class repast.simphony.dataLoader.wizard.JDBCContextActionBuilder
- getPassword() - Method in class repast.simphony.freezedry.datasource.JDBCConnectPanel
- getPassword() - Method in class repast.simphony.freezedry.datasource.JDBCContextBuilder
- getPassword() - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- getPassword() - Method in class repast.simphony.freezedry.wizard.JDBCDSBuilder
- getPatchAtLocation(GridPoint, Observer) - Static method in class repast.simphony.relogo.Utility
-
Returns the Patch object at the gridPoint location.
- getPatchFactory() - Method in class repast.simphony.relogo.factories.ReLogoWorldFactory
- getPatchVarMatrix(String) - Method in class repast.simphony.relogo.AbstractObserver
- getPath() - Method in class repast.simphony.batch.ssh.OutputPattern
-
Gets the path where the found output will be written to.
- getPath() - Method in class repast.simphony.dataLoader.ui.DataLoaderEditor
- getPath() - Static method in class repast.simphony.dataLoader.ui.wizard.ContextXMLDataLoaderOption
- getPath() - Static method in class repast.simphony.dataLoader.ui.wizard.DelimitedFileDataLoaderOption
- getPath() - Static method in class repast.simphony.dataLoader.ui.wizard.MIContextXMLDataLoaderOption
- getPath() - Method in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
- getPath() - Method in class repast.simphony.freezedry.gui.FreezerEditor
- getPath() - Static method in class repast.simphony.freezedry.wizard.DelimitedFileOption
- getPath() - Static method in class repast.simphony.freezedry.wizard.XMLFileOption
- getPath() - Method in class repast.simphony.ui.plugin.editor.AbstractWizardActionUI
-
Retrieves the path that contains steps that will be the content for the dialog.
- getPath() - Method in class repast.simphony.ui.plugin.editor.AbstractWizardEditor
-
Retrieves the path that contains steps that will be the content for the dialog.
- getPath() - Method in class repast.simphony.util.ClassPathEntry
-
Gets the path.
- getPath() - Method in class repast.simphony.ws.ModelClasspathBuilder
- getPath(T, T) - Method in class repast.simphony.space.graph.ShortestPath
-
Returns a list of RepastEdges in the shortest path from source to target.
- getPathLength(T) - Method in class repast.simphony.space.graph.ShortestPath
-
Deprecated.As of release 1.2, replaced by
ShortestPath.getPathLength(T source, T target)
- getPathLength(T, T) - Method in class repast.simphony.space.graph.ShortestPath
-
Gets the path length from the source node to the target node.
- getPathName() - Method in class repast.simphony.dataLoader.engine.DelimitedFileContextBuilder
- getPattern() - Method in class repast.simphony.batch.ssh.MatchedFiles
-
Gets the OutputPattern associated with this MatchedFiles.
- getPattern() - Method in class repast.simphony.batch.ssh.OutputPattern
-
Gets file matching pattern.
- getPattern() - Method in class repast.simphony.filter.RegExStringFilter
-
Gets the regular expression pattern for this RegExFilter.
- getPattern(Queryable, Element) - Static method in class repast.simphony.integration.DataFileElements.DATA_ATTRS
- getPauseAt() - Method in class repast.simphony.ui.RunOptionsModel
-
Gets the pause at tick.
- getPcolor() - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the color of a patch.
- getPcolor() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the color of patch here.
- getPcolor() - Method in interface repast.simphony.relogo.Patch
-
Returns the color of a patch.
- getPcolor() - Method in interface repast.simphony.relogo.Turtle
-
Returns the color of patch here.
- getPenMode() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the pen setting of a turtle.
- getPenMode() - Method in interface repast.simphony.relogo.Turtle
-
Returns the pen setting of a turtle.
- getPenSize() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the pen width of a turtle.
- getPenSize() - Method in interface repast.simphony.relogo.Turtle
-
Returns the pen width of a turtle.
- getPgt() - Method in class repast.simphony.relogo.factories.RLWorldDimensions
- getPlabel() - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the patch label.
- getPlabel() - Method in interface repast.simphony.relogo.Patch
-
Returns the patch label.
- getPlabelColor() - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the patch label color.
- getPlabelColor() - Method in interface repast.simphony.relogo.Patch
-
Returns the patch label color.
- getPlaceMark(Object, PlaceMark) - Method in class repast.simphony.visualization.gis3D.style.EditedMarkStyle
- getPlaceMark(T, PlaceMark) - Method in class repast.simphony.visualization.gis3D.style.DefaultMarkStyle
- getPlaceMark(T, PlaceMark) - Method in interface repast.simphony.visualization.gis3D.style.MarkStyle
-
The PlaceMark is a WWJ PointPlacemark implementation with a different texture handling mechanism.
- getPlotRangeLength() - Method in class repast.simphony.chart2.engine.TimeSeriesChartDescriptor
- getPluginSteps() - Method in class repast.simphony.visualization.gui.DisplayConfigurationWizard
-
Create the intermediate wiard steps for displays defined in the registry
- getPNode(Object, PNode) - Method in class repast.simphony.visualization.editedStyle.EditedStyle2D
- getPNode(Object, PNode) - Method in class repast.simphony.visualization.visualization2D.style.DefaultStyle2D
-
Deprecated.
- getPNode(T, PNode) - Method in interface repast.simphony.visualization.visualization2D.style.Style2D
-
Deprecated.
- getPoint() - Method in class repast.simphony.query.space.grid.GridCell
-
Gets the location of this GridCell.
- getPoint(Object) - Method in class repast.simphony.space.delaunay.DelaunayGraph
- getPointFromHeadingAndDistance(int, int) - Static method in class repast.simphony.util.SimUtilities
-
Gets an x, y coordinate as a double[] of length 2, given a heading (0-359) and a distance.
- getPoints() - Method in class repast.simphony.visualization.cgd.graph.CGDEdge
- getPointSymbolizerFactory(Color, Graphic) - Static method in class repast.simphony.gis.styleEditor.SymbolizerFactoryBuilder
- getPointTranslator() - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
-
Retrieves the rule being used for controlling what happens at or beyond the borders of the space.
- getPointTranslator() - Method in interface repast.simphony.space.continuous.ContinuousSpace
-
Retrieves the rule being used for controlling what happens at or beyond the borders of the space.
- getPointTranslator() - Method in class repast.simphony.valueLayer.ContinuousValueLayer
-
Retrieves the rule being used for controlling what happens at or beyond the borders of the value layer.
- getPointTranslator() - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
-
Retrieves the rule being used for controlling what happens at or beyond the borders of the space.
- getPoisson() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the default poisson distribution.
- getPoisson() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default poisson distribution.
- getPoisson() - Method in interface repast.simphony.random.RandomRegistry
-
Gets the default poisson distribution.
- getPoissonSlow() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the default slow poisson distribution.
- getPoissonSlow() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default slow poisson distribution.
- getPoissonSlow() - Method in interface repast.simphony.random.RandomRegistry
-
Gets the default slow poisson distribution.
- getPollFrequency() - Method in class repast.simphony.batch.ssh.Configuration
-
Gets how often, in seconds, to poll remotes to see if they are done.
- getPollingTime() - Method in class repast.simphony.statecharts.Transition
-
Get the polling time or interval for this transition.
- getPolygonSymbolizerFactory(Color) - Static method in class repast.simphony.gis.styleEditor.SymbolizerFactoryBuilder
- getPopupMenu() - Method in class repast.simphony.ui.widget.DropDownButton
-
Gets the pop-up menu that will be show as a drop-down.
- getPopupMenu(ScenarioTreeEvent) - Method in class repast.simphony.dataLoader.ui.CNDataLoaderActionUI
- getPopupMenu(ScenarioTreeEvent) - Method in class repast.simphony.ui.DefaultActionUI
- getPopupMenu(ScenarioTreeEvent) - Method in class repast.simphony.ui.DescriptorActionUI
- getPopupMenu(ScenarioTreeEvent) - Method in interface repast.simphony.ui.plugin.ActionUI
-
Gets JPopupMenu to attach to the tree entry for an action.
- getPopupMenu(ScenarioTreeEvent) - Method in class repast.simphony.ui.plugin.editor.AbstractWizardActionUI
-
Always returns null.
- getPopupMenu(ScenarioTreeEvent) - Method in class repast.simphony.ui.plugin.ParentActionUI
- getPopupMenu(ScenarioTreeEvent) - Method in class repast.simphony.userpanel.ui.UserPanelActionUI
- getPopupMenu(ScenarioTreeEvent) - Method in class repast.simphony.visualization.gui.DisplayActionUI
- getPosition() - Method in class repast.simphony.util.RandomAccessScanner
-
Returns the current position of the channel.
- getPosition() - Method in class repast.simphony.visualization.cgd.graph.CGDNode
- getPosition() - Method in class repast.simphony.visualization.gis3D.CoverageProbeObject
- getPosition() - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D.GlobePositionListener
- getPosition() - Method in class repast.simphony.visualization.visualization3D.AbstractLabel
- getPosition() - Method in interface repast.simphony.visualization.visualization3D.Label
- getPosition() - Method in class repast.simphony.visualization.visualization3D.NullLabel
- getPostRunActions() - Method in class repast.simphony.engine.environment.DefaultScheduleRegistry
-
Retrieves the actions that are to occur after a run of the model schedule.
- getPostRunActions() - Method in interface repast.simphony.engine.environment.ScheduleRegistry
-
Retrieves the actions that are to occur after a run of the model schedule.
- getPPathFromString(String) - Static method in class repast.simphony.relogo.styles.PPathBuilder
- getPredecessors(T) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
- getPredecessors(T) - Method in class repast.simphony.space.graph.JungNetwork
- getPredecessors(T) - Method in interface repast.simphony.space.graph.Network
-
Gets the predecessors of the specified object.
- GetPredecessors(String, Object) - Static method in class repast.simphony.essentials.RepastEssentials
-
Gets the predecessors of the specified agent in the specified network.
- getPreferredSize() - Method in class repast.simphony.dataLoader.ui.wizard.builder.CheckNodeRenderer
- getPreRunActions() - Method in class repast.simphony.engine.environment.DefaultScheduleRegistry
-
Retrieves the actions that are to occur before a run of the model schedule.
- getPreRunActions() - Method in interface repast.simphony.engine.environment.ScheduleRegistry
-
Retrieves the actions that are to occur before a run of the model schedule.
- getPreviewTableModel() - Method in class repast.simphony.gis.styleEditor.ByRangePanelMediator
- getPreviousDistance() - Method in class repast.simphony.engine.graph.GraphParams
-
Retrieves the sum of the previous distances in the graph execution.
- getPreviousNode() - Method in class repast.simphony.engine.graph.GraphParams
-
Retrieves the previous node in the graph execution.
- getPrimitiveCategories() - Method in class repast.simphony.relogo.util.SheetInfo
- getPrimitives() - Method in class repast.simphony.relogo.image.NLImage
- getPriority() - Method in class repast.simphony.engine.schedule.AbstractAction
-
Gets the priority of this action.
- getPriority() - Method in interface repast.simphony.engine.schedule.ISchedulableAction
-
Gets the priority of this action.
- getPriority() - Method in class repast.simphony.engine.schedule.ScheduleParameters
-
Gets the priority to schedule an action with.
- getPriority() - Method in class repast.simphony.statecharts.DefaultStateChart
- getPriority() - Method in interface repast.simphony.statecharts.StateChart
- getPriority() - Method in class repast.simphony.statecharts.Transition
- getPriorityType() - Method in class repast.simphony.engine.schedule.AbstractAction
- getPriorityType() - Method in interface repast.simphony.engine.schedule.ISchedulableAction
-
Gets the PriorityType of this action.
- getPriorityType() - Method in class repast.simphony.engine.schedule.ScheduleParameters
-
Gets the priority type of this ScheduleParameter.
- getProbe(String, boolean) - Method in class repast.simphony.ui.probe.ProbePanelCreator
- getProbe(Map<Class<?>, PPUICreatorFactory>, Map<Class<?>, LocationProbeProvider>, boolean) - Method in class repast.simphony.ui.probe.ProbePanelCreator2
- getProbedClass() - Method in interface repast.simphony.ui.probe.ProbeInfo
-
Gets the class that this is the ProbeInfo for.
- getProbedObject(Position) - Method in class repast.simphony.visualization.gis3D.CoverageLayer
-
Create a probe object that represents the value of the coverage at the probed location, which is provided via argument rather than referenced from a projection as is usually dont with the other probe object classes.
- getprobedObjects(PPickPath, Point2D) - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.Returns a list of agents at the probe location
- getProbedObjects() - Method in class repast.simphony.visualization.ProbeEvent
-
Gets the list of objects that have been probed.
- getProbedProperties() - Method in class repast.simphony.ui.probe.ProbePanelCreator
-
Creates a Map containing the names and values for properties in a probed object.
- getProbeId(Object) - Method in class repast.simphony.ui.probe.ProbeIntrospector
-
Gets the probe id for the specified object.
- getProbeInfo(Class<?>) - Method in class repast.simphony.ui.probe.ProbeIntrospector
-
Gets the ProbeInfo for the specified class.
- getProbeManager() - Method in class repast.simphony.ui.RSApplication
- getProbeSupport() - Method in class repast.simphony.visualization.AbstractDisplay
- getProcess() - Method in class repast.simphony.ui.sweep.ConsoleWindowDialog
- getProjection() - Method in class repast.simphony.context.ContextEvent
-
Gets the project that was the target of the event.
- getProjection() - Method in class repast.simphony.space.projection.ProjectionEvent
-
Gets the projection associated with this event.
- getProjection() - Method in class repast.simphony.visualization.decorator.AbstractProjectionDecorator
-
Gets the projection that this decorator decorates.
- getProjection() - Method in interface repast.simphony.visualization.decorator.ProjectionDecorator2D
-
Gets the projection that this decorator decorates.
- getProjection() - Method in interface repast.simphony.visualization.decorator.ProjectionDecorator3D
-
Gets the projection that this decorator decorates.
- getProjection(int) - Method in class repast.simphony.scenario.data.ContextData
- getProjection(Class<X>, String) - Method in class repast.simphony.context.AbstractContext
- getProjection(Class<X>, String) - Method in interface repast.simphony.context.Context
-
Gets the named projection.
- getProjection(Class<X>, String) - Method in class repast.simphony.context.FormerDefaultContext
- getProjection(Object, String) - Method in class repast.simphony.freezedry.freezedryers.ContextFreezeDryer
- getProjection(String) - Method in class repast.simphony.context.AbstractContext
- getProjection(String) - Method in interface repast.simphony.context.Context
-
Gets the named projection.
- getProjection(String) - Method in class repast.simphony.context.FormerDefaultContext
- getProjectionBuilderFactory() - Method in interface repast.simphony.dataLoader.engine.DataLoaderProjectionRegistryData
-
Provide a projection builder factory that can be used by the context data loader to create the projection type directly from the context XML file.
- getProjectionBuilderFactory() - Method in class repast.simphony.gis.engine.GeographyProjectionRegistryData
- getProjectionCount() - Method in class repast.simphony.scenario.data.ContextData
- getProjectionCount() - Method in class repast.simphony.visualization.AbstractDisplayData
-
Gets the number of projections to display.
- getProjectionCount() - Method in interface repast.simphony.visualization.DisplayData
-
Gets the number of projections to display.
- getProjectionCount() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
- getProjectionCount() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getProjectionCount() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
Gets the number of projections in this display descriptor.
- getProjectionDescriptor(String) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
Gets the ProjectionDescriptor for the named projection.
- getProjectionDescriptor(String) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.Gets the ProjectionDescriptor for the named projection.
- getProjectionDescriptor(String) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
Gets the ProjectionDescriptor for the named projection.
- getProjectionDescriptorFactory() - Method in class repast.simphony.gis.visualization.engine.GIS3DVisualizationRegistryData
- getProjectionDescriptorFactory() - Method in class repast.simphony.gis.visualization.engine.GISVisualizationRegistryData
-
Deprecated.
- getProjectionDescriptorFactory() - Method in interface repast.simphony.visualization.engine.VisualizationRegistryData
-
Get a factory for creation projection discritprs used by displays.
- getProjectionDescriptors() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
- getProjectionDescriptors() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getProjectionDescriptors() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
- getProjectionDryer() - Method in interface repast.simphony.engine.environment.ProjectionRegistryData
-
Provides an optional projection drier.
- getProjectionDryer() - Method in class repast.simphony.gis.engine.GeographyProjectionRegistryData
- getProjectionListeners() - Method in class repast.simphony.context.space.graph.ContextJungNetwork
- getProjectionListeners() - Method in class repast.simphony.space.projection.DefaultProjection
-
Gets all the listeners for this projection.
- getProjectionListeners() - Method in interface repast.simphony.space.projection.Projection
-
Gets all the listeners for this projection.
- getProjectionName() - Method in class repast.simphony.visualization.engine.AbstractProjectionDescriptor
-
Gets the name of the projection.
- getProjectionName() - Method in interface repast.simphony.visualization.engine.ProjectionDescriptor
-
Gets the name of the projection.
- getProjections() - Method in class repast.simphony.context.AbstractContext
-
Gets an iterable over all the projections contained by this Context.
- getProjections() - Method in interface repast.simphony.context.Context
-
Gets an iterable over all the projections contained by this Context.
- getProjections() - Method in class repast.simphony.context.FormerDefaultContext
- getProjections() - Method in class repast.simphony.visualization.AbstractDisplayData
-
Gets an iterable over the projections to be displayed.
- getProjections() - Method in interface repast.simphony.visualization.DisplayData
-
Gets an iterable over the projections to be displayed.
- getProjections() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
Gets the data for all the projections for which this is the display info.
- getProjections() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.Gets the data for all the projections for which this is the display info.
- getProjections() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
Gets the data for all the projections for which this is the display info.
- getProjections(Class<X>) - Method in class repast.simphony.context.AbstractContext
- getProjections(Class<X>) - Method in interface repast.simphony.context.Context
-
Gets all the projections in this Context of the specified type.
- getProjections(Class<X>) - Method in class repast.simphony.context.FormerDefaultContext
- getProjectionXMLConverter() - Method in interface repast.simphony.engine.environment.ProjectionRegistryData
-
Provides an optional converter for XML (de-)serialization.
- getProjectionXMLConverter() - Method in class repast.simphony.gis.engine.GeographyProjectionRegistryData
- getProperties() - Method in class repast.simphony.dataLoader.ui.wizard.builder.AgentDescriptor
- getProperties() - Method in class repast.simphony.freezedry.FreezeDryedObject
- getProperties() - Method in class repast.simphony.space.gis.FeatureAgent
- getProperties(String) - Method in class repast.simphony.space.gis.FeatureAgent
- getProperties(Name) - Method in class repast.simphony.space.gis.FeatureAgent
- getProperties(Context<?>, T) - Method in class repast.simphony.freezedry.freezedryers.proj.ProjectionDryer
-
Retrieves the serializable properties for a given projection that is a member of the given context.
- getProperty() - Method in class repast.simphony.scenario.ScenarioChangedEvent
-
Gets the name of the scenario property that has changed.
- getProperty() - Method in class repast.simphony.ui.sparkline.PropertySourcedSparklineJComponent
- getProperty(Object) - Method in class repast.simphony.annotate.FieldPropertyManipulator
- getProperty(Object) - Method in interface repast.simphony.annotate.PropertyManipulator
- getProperty(String) - Method in class repast.simphony.space.gis.FeatureAgent
- getProperty(String) - Method in class repast.simphony.visualization.DisplayEvent
-
Gets the named property
- getProperty(String) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
Gets the named property.
- getProperty(String) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.Gets the named property.
- getProperty(String) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
Gets the named property.
- getProperty(String) - Method in class repast.simphony.visualization.UnitSizeLayoutProperties
- getProperty(String) - Method in interface repast.simphony.visualization.VisualizationProperties
-
Gets the property associated with the specified key.
- getProperty(String, String) - Method in class repast.simphony.visualization.engine.AbstractProjectionDescriptor
-
Gets the named property in the specified property group.
- getProperty(String, String) - Method in interface repast.simphony.visualization.engine.ProjectionDescriptor
-
Gets the named property in the specified property group.
- getProperty(Name) - Method in class repast.simphony.space.gis.FeatureAgent
- getPropertyName(String) - Static method in class repast.simphony.util.ClassUtilities
- getPt() - Method in class repast.simphony.relogo.factories.RLWorldDimensions
- getPxcor() - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the x coordinate of patch.
- getPxcor() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the x coordinate of patch here.
- getPxcor() - Method in interface repast.simphony.relogo.Patch
-
Returns the x coordinate of patch.
- getPxcor() - Method in interface repast.simphony.relogo.Turtle
-
Returns the x coordinate of patch here.
- getPycor() - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the y coordinate of patch.
- getPycor() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the y coordinate of patch here.
- getPycor() - Method in interface repast.simphony.relogo.Patch
-
Returns the y coordinate of patch.
- getPycor() - Method in interface repast.simphony.relogo.Turtle
-
Returns the y coordinate of patch here.
- getQueryCondition() - Method in class repast.simphony.engine.watcher.SharedWatchParameters
- getQueryCondition() - Method in class repast.simphony.engine.watcher.WatchParameters
- getQueryPredicate() - Method in class repast.simphony.query.AbstractPropertyQuery
-
Deprecated.Gets the Predicate that will be used in this Predicate's next call to query().
- getQueryPredicate() - Method in interface repast.simphony.query.PredicateQuery
-
Deprecated.Gets the Predicate that will be used in this Predicate's next call to query().
- getQueue() - Method in class repast.simphony.statecharts.DefaultStateChart
- getQueue() - Method in class repast.simphony.statecharts.MessageTrigger
- getQueue() - Method in class repast.simphony.statecharts.Transition
- getRadioButtonPanel() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- getRandom() - Method in class repast.simphony.parameter.optimizer.AnnealingAdvancementChooser
- getRandom(Uniform, Map<NdPoint, Object>, NdPoint) - Method in class repast.simphony.space.continuous.MultiOccupancyCoordinateAccessor
-
Gets a random item from those at the specified location in the map.
- getRandom(Uniform, Map<NdPoint, Object>, NdPoint) - Method in class repast.simphony.space.continuous.SingleOccupancyCoordinateAccessor
-
Gets a random item from those at the specified location in the map.
- getRandom(Uniform, U, NdPoint) - Method in interface repast.simphony.space.continuous.CoordinateAccessor
-
Gets a random item from those at the specified location in the map.
- getRandom(Object[], GridPoint) - Method in class repast.simphony.space.grid.FastDenseSingleOccuGrid.FastDenseAccessor
- getRandom(Map<GridPoint, Object>, GridPoint) - Method in class repast.simphony.space.grid.MultiOccupancyCellAccessor
-
Gets a random item from those at the specified location in the map.
- getRandom(Map<GridPoint, Object>, GridPoint) - Method in class repast.simphony.space.grid.SingleOccupancyCellAccessor
-
Gets a random item from those at the specified location in the map.
- getRandom(U, GridPoint) - Method in interface repast.simphony.space.grid.CellAccessor
-
Gets a random item from those at the specified location in the map.
- getRandomAdjacent(T) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
- getRandomAdjacent(T) - Method in class repast.simphony.space.graph.JungNetwork
- getRandomAdjacent(T) - Method in interface repast.simphony.space.graph.Network
-
Gets a random object that is adjacent to the specified object.
- getRandomObject() - Method in interface repast.simphony.context.Context
-
Gets an object in this context chosen at random from a uniform distribution.
- getRandomObject() - Method in class repast.simphony.context.FormerDefaultContext
-
Gets an object in this context chosen at random from a uniform distribution.
- getRandomObject() - Method in class repast.simphony.context.SmallDefaultContext
-
Gets an object in this context chosen at random from a uniform distribution.
- getRandomObjectAt(double...) - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
-
Gets a random object from among those at the specified location.
- getRandomObjectAt(double...) - Method in interface repast.simphony.space.continuous.ContinuousSpace
-
Gets a random object from among those at the specified location.
- getRandomObjectAt(double...) - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
-
Gets a random object from among those at the specified location.
- getRandomObjectAt(int...) - Method in class repast.simphony.space.grid.AbstractGrid
-
Gets a random object from among those at the specified location.
- getRandomObjectAt(int...) - Method in interface repast.simphony.space.grid.Grid
-
Gets a random object from among those at the specified location.
- getRandomObjectAt(int...) - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
-
Gets a random object from among those at the specified location.
- getRandomObjects(Class<? extends T>, long) - Method in interface repast.simphony.context.Context
-
Gets an iterable over a collection of objects chosen at random.
- getRandomObjects(Class<? extends T>, long) - Method in class repast.simphony.context.FormerDefaultContext
-
Gets an iterable over a collection of objects chosen at random.
- getRandomObjects(Class<? extends T>, long) - Method in class repast.simphony.context.SmallDefaultContext
-
Gets an iterable over a collection of objects chosen at random.
- GetRandomObjects(String, String, long) - Static method in class repast.simphony.essentials.RepastEssentials
- getRandomObjectsAsStream(Class<? extends T>, long) - Method in interface repast.simphony.context.Context
-
Gets a sequential Stream over a collection of objects chosen at random.
- getRandomObjectsAsStream(Class<? extends T>, long) - Method in class repast.simphony.context.FormerDefaultContext
-
Gets a sequential Stream over a collection of objects chosen at random.
- getRandomObjectsAsStream(Class<? extends T>, long) - Method in class repast.simphony.context.SmallDefaultContext
-
Gets a sequential Stream over a collection of objects chosen at random.
- getRandomPredecessor(T) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
- getRandomPredecessor(T) - Method in class repast.simphony.space.graph.JungNetwork
- getRandomPredecessor(T) - Method in interface repast.simphony.space.graph.Network
-
Get a random predecessor of the specified object.
- getRandomRegistry() - Method in class repast.simphony.engine.environment.RunState
- getRandomSeedDataSource() - Method in class repast.simphony.data2.AbstractDataSetManager
- getRandomSeedDataSource() - Method in interface repast.simphony.data2.DataSetManager
-
Gets the default data source for returning the current random seed.
- getRandomSuccessor(T) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
- getRandomSuccessor(T) - Method in class repast.simphony.space.graph.JungNetwork
- getRandomSuccessor(T) - Method in interface repast.simphony.space.graph.Network
-
Gets a random successor of the specified object.
- getReadDescriptorFileName() - Method in interface repast.simphony.integration.DataFile
- getReadDescriptorFileName() - Method in class repast.simphony.integration.DefaultDataFile
- getReader() - Method in class repast.simphony.integration.DefaultDataFile
- getReader() - Method in interface repast.simphony.integration.IntegrationSource
-
Retrieves the reader that will be used to perform reads.
- getReader(String) - Method in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
- getReadObject() - Method in interface repast.simphony.integration.DataFile
- getReadObject() - Method in class repast.simphony.integration.DefaultDataFile
- getRectangle() - Method in class repast.simphony.visualization.engine.BoundingBox
- getRed(double...) - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyle2D
- getRed(double...) - Method in class repast.simphony.visualization.visualization2D.style.DefaultValueLayerStyle
-
Deprecated.Gets the red component of the color for the specified coordinate.
- getRed(double...) - Method in interface repast.simphony.visualization.visualization2D.style.ValueLayerStyle
-
Deprecated.
- getRed(double...) - Method in class repast.simphony.visualization.visualization3D.style.DefaultValueLayerStyle3D
-
Gets the red component of the color for the specified coordinate.
- getRedMethod() - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- getRedMethod() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- getRedMethod() - Method in interface repast.simphony.visualization.editedStyle.PaintableStyleData
- getRegisteredAgents() - Method in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
- getRegisteredClasses() - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.Gets a list of the agent classes registered with this display.
- getRegisteredClasses() - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
- getRegisteredClasses() - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.Gets the classes for which styles have been registered.
- getRegistry() - Method in class repast.simphony.ui.tree.ScenarioTreeEvent
- getRegistry() - Static method in class repast.simphony.util.Settings
- getRegistryData() - Static method in class repast.simphony.engine.environment.ProjectionRegistry
- getRegistryData() - Static method in class repast.simphony.visualization.engine.VisualizationRegistry
- getRegistryID() - Method in interface repast.simphony.scenario.ScenarioEntry
-
Gets the id associated with the action itself.
- getRelationships() - Method in class repast.simphony.dataLoader.ui.wizard.builder.NetworkDescriptor
- getRemoteCount() - Method in class repast.simphony.batch.ssh.Configuration
-
Gets the numer of specified remote locations to run the model.
- getRenderableImage(int, int) - Method in class repast.simphony.space.gis.WritableGridCoverage2D
- getRenderedImage() - Method in class repast.simphony.space.gis.WritableGridCoverage2D
- getRenderQuality() - Method in class repast.simphony.gis.visualization.engine.GISDisplayDescriptor
- getRenderQuality() - Method in class repast.simphony.visualization.gis3D.RepastStereoOptionSceneController
- getRequiredLibraryClassName() - Method in class repast.simphony.gis.visualization.engine.GIS3DVisualizationRegistryData
- getRequiredLibraryClassName() - Method in class repast.simphony.gis.visualization.engine.GISVisualizationRegistryData
-
Deprecated.
- getRequiredLibraryClassName() - Method in interface repast.simphony.visualization.engine.VisualizationRegistryData
-
Return an optional (can be null or emptystring) name of a class that is required for this visualization type to work propely.
- getResultProducer() - Method in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
- getResults() - Method in class repast.simphony.valueLayer.AbstractGridFunction
-
Gets the grid cell(s) with the maximum value of those passed to the apply method.
- getRetainFilesCheckBox() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- getRLDimensions() - Method in class repast.simphony.relogo.AbstractObserver
- getRLDimensions() - Method in interface repast.simphony.relogo.Observer
- getrLWorldDimensions() - Method in class repast.simphony.relogo.factories.ReLogoWorldFactory
- getRNext() - Method in class repast.simphony.space.delaunay.QuadEdge
- getRoot() - Method in class repast.simphony.integration.BeanBuilder
- getRoot() - Method in class repast.simphony.integration.BeanQueryer
-
Returns the root object for this queryer.
- getRoot() - Method in class repast.simphony.integration.DataFileWriter
- getRoot() - Method in class repast.simphony.integration.JDOMBuilder
- getRoot() - Method in class repast.simphony.integration.JDOMQueryer
-
The root element of the document specified in the construction.
- getRoot() - Method in interface repast.simphony.integration.Queryable
-
Retrieves the root object.
- getRoot() - Method in class repast.simphony.util.collections.NaryTree
-
Gets the root of the tree.
- getRoot() - Method in interface repast.simphony.util.collections.Tree
-
Gets the root of the tree.
- getRootBeanClass() - Method in class repast.simphony.integration.BeanBuilder
-
Retrieves the class that will act as the base for setting values.
- getRootParameterSetter() - Method in interface repast.simphony.parameter.ParameterSweeper
-
Retrieves the root
ParameterSetter
, that all other setters are a child of. - getRootParameterSetter() - Method in class repast.simphony.parameter.ParameterTreeSweeper
-
Retrieves the root
ParameterSetter
, that all other setters are a child of. - getRootSetter() - Method in class repast.simphony.parameter.ParameterSweeperBuilder
-
Gets the root parameter setter.
- getRootTime() - Method in class repast.simphony.engine.graph.AbstractGraphExecutor
- getRot() - Method in class repast.simphony.space.delaunay.QuadEdge
- getRot3() - Method in class repast.simphony.space.delaunay.QuadEdge
- getRotation(Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyle2D
- getRotation(Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyle3D
- getRotation(Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyleOGL2D
- getRotation(Object) - Method in class repast.simphony.visualization.visualization2D.style.DefaultStyle2D
-
Deprecated.
- getRotation(Object) - Method in class repast.simphony.visualizationOGL2D.DefaultStyleOGL2D
- getRotation(T) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyle3D
- getRotation(T) - Method in interface repast.simphony.visualization.visualization2D.style.Style2D
-
Deprecated.
- getRotation(T) - Method in class repast.simphony.visualization.visualization3D.style.DefaultEdgeStyle3D
- getRotation(T) - Method in class repast.simphony.visualization.visualization3D.style.DefaultStyle3D
- getRotation(T) - Method in interface repast.simphony.visualization.visualization3D.style.Style3D
- getRotation(T) - Method in interface repast.simphony.visualizationOGL2D.StyleOGL2D
-
Gets the rotation, in degrees, of the VSpatial for the specified object.
- getRow(int) - Method in class repast.simphony.context.space.graph.AdjacencyDoubleMatrix
-
Gets the specified row of data for this matrix.
- getRow(int) - Method in interface repast.simphony.context.space.graph.AdjacencyMatrix
-
Gets the specified row of data for this matrix.
- getRowCol() - Method in class repast.simphony.relogo.AbstractPatch
- getRowCol() - Method in interface repast.simphony.relogo.Patch
- getRowCount() - Method in class repast.simphony.chart2.wizard.SeriesConfigTableModel
- getRowCount() - Method in class repast.simphony.data2.wizard.AggMethodTableModel
- getRowCount() - Method in class repast.simphony.data2.wizard.SimpleMethodTableModel
- getRowCount() - Method in class repast.simphony.gis.styleEditor.SampleStyleTableModel
-
Returns the number of rows in the model.
- getRowCount() - Method in class repast.simphony.gis.styleEditor.ValueTableModel
-
Returns the number of rows in the model.
- getRowCount() - Method in interface repast.simphony.integration.ArrayDataTypeHandler.ArrayHandler
- getRowCount() - Method in class repast.simphony.visualization.gui.StyleTableModel
- getRowDelimiter(Queryable, Element) - Static method in class repast.simphony.integration.DataFileElements.ARRAY_ATTRS
- getRowFilterList() - Method in class repast.simphony.ui.table.TablePanel
- getRowFilterSet() - Method in class repast.simphony.ui.table.TableFilterDialog
- getRows(Queryable, Element) - Static method in class repast.simphony.integration.DataFileElements.ARRAY_ATTRS
- getRows(Queryable, Element) - Static method in class repast.simphony.integration.DataFileElements.TABLE_ATTRS
- getRSApplicationInstance() - Static method in class repast.simphony.ui.RSApplication
- getRule() - Method in class repast.simphony.gis.legend.LegendRuleEntry
-
Deprecated.
- getRule() - Method in class repast.simphony.gis.styleEditor.RuleEditPanel
- getRule(int) - Method in class repast.simphony.gis.styleEditor.SampleStyleTableModel
-
Gets the rule at the specified row.
- getRule(int) - Method in class repast.simphony.gis.styleEditor.ValueTableModel
-
Gets the rule at the specified row.
- getRules(boolean) - Method in class repast.simphony.gis.styleEditor.ValueTableModel
-
Gets the rules that this model holds.
- getRunCount() - Method in class repast.simphony.parameter.ParameterTreeSweeper
- getRunInfo() - Method in class repast.simphony.engine.environment.RunState
-
Retrieves the run info.
- getRunNumber() - Method in class repast.simphony.engine.environment.RunInfo
-
Retrieves the current run number.
- getRunResultProducer() - Method in class repast.simphony.parameter.optimizer.OptPropertiesParser
-
Gets the RunResultProducer from the class name in the properties file.
- getRunValue(RunState) - Method in interface repast.simphony.parameter.RunResultProducer
- getSafeMasterContext() - Static method in class repast.simphony.engine.environment.RunState
- getScale() - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
- getScale(Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyle3D
- getScale(Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyleOGL2D
- getScale(Object) - Method in class repast.simphony.visualization.gis3D.style.EditedMarkStyle
- getScale(Object) - Method in class repast.simphony.visualizationOGL2D.DefaultStyleOGL2D
- getScale(T) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyle3D
- getScale(T) - Method in class repast.simphony.visualization.gis3D.style.DefaultMarkStyle
- getScale(T) - Method in interface repast.simphony.visualization.gis3D.style.MarkStyle
-
Scale factor for the mark size.
- getScale(T) - Method in class repast.simphony.visualization.visualization3D.style.DefaultEdgeStyle3D
- getScale(T) - Method in class repast.simphony.visualization.visualization3D.style.DefaultStyle3D
- getScale(T) - Method in interface repast.simphony.visualization.visualization3D.style.Style3D
- getScale(T) - Method in interface repast.simphony.visualizationOGL2D.StyleOGL2D
-
Gets the scale for the specified object.
- getScaleDenominator() - Method in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
- getScenario() - Method in class repast.simphony.scenario.ScenarioLoader
- getScenario() - Method in class repast.simphony.ui.tree.ScenarioTreeEvent
- getScenario() - Method in class repast.simphony.util.wizard.DynamicWizardModel
- getScenarioDir() - Static method in class repast.simphony.scenario.ScenarioUtils
- getScenarioDirectory() - Method in class repast.simphony.scenario.Scenario
-
Gets the scenario directory.
- getScenarioPath() - Method in class repast.simphony.ui.newscenario.NewScenarioWizard
-
Gets the path to the scenario directory.
- getScenarioPath() - Method in class repast.simphony.ui.newscenario.NewWizardModel
-
Gets the path to the scenario dir.
- getSceneRoot() - Method in class repast.simphony.visualization.visualization3D.Display3D
- getSchedParams() - Method in class repast.simphony.data2.wizard.DataSetWizardModel
- getSchedule(RunState) - Method in class repast.simphony.batch.InteractivBatchRunner
- getSchedule(RunState) - Method in class repast.simphony.engine.environment.DefaultScheduleRunner
- getSchedule(RunState) - Method in class repast.simphony.ui.GUIScheduleRunner
- getSchedule(RunState) - Method in class repast.simphony.ws.ScheduleRunner
- getScheduleDelta() - Method in class repast.simphony.engine.watcher.SharedWatchParameters
- getScheduleDelta() - Method in class repast.simphony.engine.watcher.WatchParameters
- getScheduleFactory() - Method in class repast.simphony.engine.environment.DefaultRunEnvironmentBuilder
-
Gets the schedule factory used to create the schedule for simulation runs.
- getScheduleFactory() - Method in interface repast.simphony.engine.environment.RunEnvironmentBuilder
-
Gets the schedule factory used to create the schedule for simulation runs.
- getScheduleParameters() - Method in class repast.simphony.data2.builder.AbstractDataSetBuilder
- getScheduleParameters() - Method in interface repast.simphony.data2.builder.DataSetBuilder
-
Gets the schedule parameters that determine with the data set will record its data.
- getScheduleParameters() - Method in class repast.simphony.data2.engine.DataSetDescriptor
- getScheduleParameters() - Method in interface repast.simphony.engine.schedule.ContextSchedulableDescriptor
-
Retrieves the parameters for when the action should occur.
- getScheduleParameters() - Method in class repast.simphony.engine.schedule.DefaultContextSchedulableDescriptor
-
Retrieves the parameters for when the action should occur.
- getScheduleParameters() - Method in class repast.simphony.engine.schedule.DefaultSchedulableDescriptor
-
Retrieves the parameters for when the action should occur.
- getScheduleParameters() - Method in interface repast.simphony.engine.schedule.SchedulableDescriptor
-
Retrieves the parameters for when the action should occur.
- getScheduleParameters() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
- getScheduleParameters() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getScheduleParameters() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
Retrieves the parameters for when to activate the display update.
- getScheduleParameters(double) - Method in class repast.simphony.engine.graph.AbstractGraphExecutor
- getScheduleParams() - Method in class repast.simphony.freezedry.wizard.FreezeDryWizardModel
- getSchedulePriority() - Method in class repast.simphony.engine.watcher.SharedWatchParameters
- getSchedulePriority() - Method in class repast.simphony.engine.watcher.WatchParameters
- getScheduleRegistry() - Method in class repast.simphony.engine.environment.RunState
-
Retrieves the schedule registry.
- getScheduleRunner() - Method in interface repast.simphony.engine.controller.Controller
-
Gets the ScheduleRunner that will be used to execute the model's schedule found through the RunState.
- getScheduleRunner() - Method in class repast.simphony.engine.controller.DefaultController
- getScheduleRunner() - Method in class repast.simphony.engine.environment.DefaultRunEnvironmentBuilder
-
Gets the schedule runner used to run each run of the simulation.
- getScheduleRunner() - Method in class repast.simphony.engine.environment.DefaultScheduleRegistry
-
Retrieves the runner used for executing the schedule.
- getScheduleRunner() - Method in interface repast.simphony.engine.environment.RunEnvironmentBuilder
-
Gets the schedule runner used to run each run of the simulation.
- getScheduleRunner() - Method in interface repast.simphony.engine.environment.ScheduleRegistry
-
Retrieves the runner used for executing the schedule.
- getScheduleTickDelay() - Method in class repast.simphony.engine.environment.RunEnvironment
- getScheduleTickDelay() - Method in class repast.simphony.ui.RunOptionsModel
-
The schedule tick delay.
- getSchema() - Method in class repast.simphony.parameter.BeanParameters
-
Gets the Schema for this Parameters object.
- getSchema() - Method in class repast.simphony.parameter.DefaultParameters
-
Gets the Schema for this Parameters object.
- getSchema() - Method in class repast.simphony.parameter.EmptyParameters
-
Gets the Schema for this Parameters object.
- getSchema() - Method in interface repast.simphony.parameter.Parameters
-
Gets the Schema for this Parameters object.
- getScorePath() - Method in class repast.simphony.ui.newscenario.NewWizardModel
-
Gets the path to the score dir.
- getSecond() - Method in class repast.simphony.util.collections.Pair
-
Retrieves the second element in the tuple (first, second).
- getSeed() - Static method in class repast.simphony.random.RandomHelper
-
Gets the seed used by the default random number generator.
- getSeed(String) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the seed of the named generator.
- getSeed(String) - Static method in class repast.simphony.random.RandomHelper
-
Gets the seed of the named generator.
- getSeed(String) - Method in interface repast.simphony.random.RandomRegistry
-
Gets the seed of the named generator.
- getSelectedItems() - Method in class repast.simphony.ui.plugin.editor.ListSelector
-
Gets the list of items the user has selected.
- getSelectedItems() - Method in class repast.simphony.visualization.editor.FloatingList
-
Deprecated.
- getSelectedLayer() - Method in class repast.simphony.gis.legend.MapLegend
-
Deprecated.
- getSelectedNodes() - Method in class repast.simphony.visualization.editor.PNodeSelector
-
Deprecated.Gets a list of the currently selected nodes.
- getSelectedOption() - Method in class repast.simphony.util.wizard.ChooseOptionStep
- getSelectedType() - Method in class repast.simphony.ui.sweep.ParameterSweepInput
- getSerializationID() - Method in class repast.simphony.chart2.engine.HistogramControllerActionIO
- getSerializationID() - Method in class repast.simphony.chart2.engine.TimeSeriesControllerActionIO
- getSerializationID() - Method in class repast.simphony.data2.engine.ConsoleSinkControllerActionIO
- getSerializationID() - Method in class repast.simphony.data2.engine.DataSetControllerActionIO
- getSerializationID() - Method in class repast.simphony.data2.engine.FileSinkControllerActionIO
- getSerializationID() - Method in class repast.simphony.scenario.AbstractControllerActionIO
- getSerializationID() - Method in interface repast.simphony.scenario.ControllerActionIO
-
Gets the id for this ControllerActionIO to be used in loading and saving a ControllerAction.
- getSerializationID() - Method in class repast.simphony.visualization.engine.DisplayControllerActionIO
- getSerialversionuid() - Static method in class repast.simphony.gis.visualization.engine.GISDisplayDescriptor
- getSeriesColor(String) - Method in class repast.simphony.chart2.engine.TimeSeriesChartDescriptor
-
Gets the color of the specified series.
- getSeriesIds() - Method in class repast.simphony.chart2.engine.TimeSeriesChartDescriptor
-
Gets a list of the data source ids to use as series in the chart.
- getSeriesLabel(String) - Method in class repast.simphony.chart2.engine.TimeSeriesChartDescriptor
-
Gets the label for the specified series.
- getServerDisplayString() - Method in class repast.simphony.visualization.gis3D.WMSLayersPanel
- getSessions() - Method in class repast.simphony.batch.ssh.SessionBuilder
- getSetter(String) - Method in class repast.simphony.parameter.ParameterSweeperBuilder
-
Gets the added ParameterSetter for the named parameter
- getSettingsRegistry() - Method in class repast.simphony.ui.RSApplication
-
Gets the settings registry.
- getShape() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the shape of a turtle.
- getShape() - Method in class repast.simphony.relogo.styles.TurtleShapeComponent
- getShape() - Method in interface repast.simphony.relogo.Turtle
-
Returns the shape of a turtle.
- getShape(String) - Static method in class repast.simphony.visualization.gui.styleBuilder.IconFactory2D
- getShapeAppearance(Shape3D) - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
- getShapefileFeatureAgentFactory(Class<?>, Class<? extends Geometry>, CoordinateReferenceSystem) - Method in class repast.simphony.space.gis.FeatureAgentFactoryFinder
-
Gets a shapefile feature agent factory for the specified agent type.
- getShapefileFeatureType(Class, CoordinateReferenceSystem, Class<? extends Geometry>) - Method in class repast.simphony.space.gis.FeatureAgentFactory
-
Gets a feature type appropriate for writing to shapefile.
- getShapefileFeatureType(Class, CoordinateReferenceSystem, Class<? extends Geometry>, List<FeatureAttributeAdapter>) - Method in class repast.simphony.space.gis.FeatureAgentFactory
-
Gets a feature type appropriate for writing to shapefile.
- getShapeWkt() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- getSheetName() - Method in class repast.simphony.relogo.util.SheetInfo
- getShortDescription() - Method in class repast.simphony.visualization.editor.PropertyDescriptorAdapter
-
Deprecated.
- getShortName() - Method in class repast.simphony.scenario.data.AgentData
- getShortName() - Method in class repast.simphony.ui.editor.ClassListItem
- getShuffle() - Method in interface repast.simphony.engine.schedule.ContextSchedulableDescriptor
-
Retrieves whether or not to shuffle the list of objects before executing them or not.
- getShuffle() - Method in class repast.simphony.engine.schedule.DefaultContextSchedulableDescriptor
-
Retrieves whether or not to shuffle the list of objects before executing them or not.
- getSiblings(T) - Method in class repast.simphony.util.collections.NaryTree
-
Retrieves the siblings of the specified object in the tree.
- getSimilarOneTimeParams(ScheduleParameters, double) - Static method in class repast.simphony.engine.graph.GraphScheduleUtilities
-
Creates a similar ScheduleParameters object with the same properties as the given base, but with a different time.
- getSimilarParams(ScheduleParameters, double) - Static method in class repast.simphony.engine.graph.GraphScheduleUtilities
-
Creates a similar ScheduleParameters object with the same properties as the given base, but with a different time.
- getSimilarParams(ScheduleParameters, double, Frequency, double) - Static method in class repast.simphony.engine.graph.GraphScheduleUtilities
-
Creates a similar ScheduleParameters object with the same properties as the given base, but with a different time.
- getSize() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the size of a turtle.
- getSize() - Method in class repast.simphony.relogo.TrackingEdge
- getSize() - Method in interface repast.simphony.relogo.Turtle
-
Returns the size of a turtle.
- getSize() - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- getSize() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- getSize() - Method in interface repast.simphony.visualization.editedStyle.SizeableStyleData
- getSize(Object) - Method in class repast.simphony.ws.gis.ServerNetStyleGIS
- getSize(Object) - Method in class repast.simphony.ws.gis.ServerStyleGIS
- getSize(SizeableStyleData, Object) - Static method in class repast.simphony.visualization.editedStyle.EditedStyleUtils
- getSizeInBytes() - Method in class repast.simphony.ws.StyledLayer
- getSizeMax() - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- getSizeMax() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- getSizeMax() - Method in interface repast.simphony.visualization.editedStyle.SizeableStyleData
- getSizeMaxMethodName() - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- getSizeMaxMethodName() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- getSizeMaxMethodName() - Method in interface repast.simphony.visualization.editedStyle.SizeableStyleData
- getSizeMethodName() - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- getSizeMethodName() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- getSizeMethodName() - Method in interface repast.simphony.visualization.editedStyle.SizeableStyleData
- getSizeMin() - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- getSizeMin() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- getSizeMin() - Method in interface repast.simphony.visualization.editedStyle.SizeableStyleData
- getSizeMinMethodName() - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- getSizeMinMethodName() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- getSizeMinMethodName() - Method in interface repast.simphony.visualization.editedStyle.SizeableStyleData
- getSizeScale() - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- getSizeScale() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- getSizeScale() - Method in interface repast.simphony.visualization.editedStyle.SizeableStyleData
- getSizeScaleMethodName() - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- getSizeScaleMethodName() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- getSizeScaleMethodName() - Method in interface repast.simphony.visualization.editedStyle.SizeableStyleData
- getSmallIcon() - Method in class repast.simphony.gis.styleEditor.PreviewLabel
-
Provide a small icon for table cells or other locations where just the small icon is needed.
- getSource() - Method in class repast.simphony.dataLoader.ui.wizard.builder.RelationshipDescriptor
- getSource() - Method in class repast.simphony.render.RenderEvent
- getSource() - Method in class repast.simphony.scenario.ScenarioChangedEvent
-
Gets the source of the scenario change.
- getSource() - Method in class repast.simphony.space.graph.RepastEdge
-
Get the source of this edge.
- getSource() - Method in class repast.simphony.statecharts.Transition
- getSource() - Method in class repast.simphony.visualization.cgd.graph.CGDEdge
- getSource() - Method in class repast.simphony.visualization.DisplayEvent
-
Gets the source of the event.
- getSource() - Method in class repast.simphony.visualization.editor.EditorEvent
-
Deprecated.
- getSource() - Method in class repast.simphony.visualization.ProbeEvent
-
Gets the source of the probe.
- getSourceEndPaint(RepastEdge) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyle2D
- getSourceEndPaint(RepastEdge) - Method in class repast.simphony.visualization.visualization2D.style.DefaultEdgeStyle2D
-
Deprecated.
- getSourceEndPaint(RepastEdge) - Method in interface repast.simphony.visualization.visualization2D.style.EdgeStyle2D
-
Deprecated.
- getSourceEndStyle(RepastEdge) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyle2D
- getSourceEndStyle(RepastEdge) - Method in class repast.simphony.visualization.visualization2D.style.DefaultEdgeStyle2D
-
Deprecated.
- getSourceEndStyle(RepastEdge) - Method in interface repast.simphony.visualization.visualization2D.style.EdgeStyle2D
-
Deprecated.
- getSourceId() - Method in class repast.simphony.chart2.engine.HistogramChartDescriptor
- getSourceIds() - Method in class repast.simphony.data2.AbstractDataSet
- getSourceIds() - Method in class repast.simphony.data2.AggregateDataSet
- getSourceIds() - Method in class repast.simphony.data2.engine.AbstractTextSinkDescriptor
-
Gets a list of the source ids this sink will record.
- getSourceIds() - Method in class repast.simphony.data2.NonAggregateDataSet
- getSourceListModel() - Method in class repast.simphony.ui.plugin.editor.ListSelector
- getSources() - Method in class repast.simphony.integration.DefaultExtProgRunner
- getSources() - Method in interface repast.simphony.integration.ExternalProgramRunner
- getSourceType() - Method in class repast.simphony.data2.BatchRunDataSource
- getSourceType() - Method in class repast.simphony.data2.CountDataSource
- getSourceType() - Method in interface repast.simphony.data2.DataSource
-
Gets the type of the object that this DataSource can retreive data from.
- getSourceType() - Method in class repast.simphony.data2.engine.AggregateDataSourceWrapper
- getSourceType() - Method in class repast.simphony.data2.engine.DataSetDescriptor
- getSourceType() - Method in class repast.simphony.data2.engine.NonAggregateDataSourceWrapper
- getSourceType() - Method in class repast.simphony.data2.MethodDataSource
- getSourceType() - Method in class repast.simphony.data2.ParameterDataSource
- getSourceType() - Method in class repast.simphony.data2.RandomSeedDataSource
- getSourceType() - Method in class repast.simphony.data2.TickCountDataSource
- getSourceTypes() - Method in class repast.simphony.data2.AggregateDataSet
- getSourceTypes() - Method in interface repast.simphony.data2.DataSet
-
Gets the type of object that this dataset will collect data from.
- getSourceTypes() - Method in class repast.simphony.data2.NonAggregateDataSet
- getSpace() - Method in class repast.simphony.relogo.AbstractObserver
- getSpace() - Method in interface repast.simphony.relogo.Observer
- getSparklineLength() - Method in class repast.simphony.engine.environment.RunEnvironment
- getSparklineLength() - Method in class repast.simphony.ui.RunOptionsModel
-
The sparkline length.
- getSparklineType() - Method in class repast.simphony.engine.environment.RunEnvironment
- getSparklineType() - Method in class repast.simphony.ui.RunOptionsModel
-
The sparkline type.
- getSpecPath() - Method in class repast.simphony.ui.newscenario.NewWizardModel
-
Gets the path to the model spec file.
- getSplitScale() - Method in enum class repast.simphony.visualization.gis3D.RepastStereoOptionSceneController.RenderQuality
- getSSHKeyDir() - Method in class repast.simphony.batch.ssh.Configuration
-
Gets the directory where the ssh keys for the user are located.
- getStart() - Method in class repast.simphony.engine.schedule.ScheduleParameters
-
Gets the scheduled starting time for an action.
- getStateForUuid(String) - Method in class repast.simphony.statecharts.DefaultStateChart
- getStateForUuid(String) - Method in interface repast.simphony.statecharts.StateChart
-
Returns the state associated with the uuid or null if not found.
- getStateUuidMap() - Method in class repast.simphony.statecharts.CompositeState
- getStaticCoverageMap() - Method in class repast.simphony.gis.visualization.engine.GISDisplayData
- getStaticCoverageMap() - Method in class repast.simphony.gis.visualization.engine.GISDisplayDescriptor
- getStatus() - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
-
Returns the current temperature and number of iterations elapsed, as a string.
- getStatus() - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
By default, an AbstractLayout returns null for its status.
- getStatus(int) - Method in class repast.simphony.batch.ssh.LocalSession
- getStatus(int) - Method in class repast.simphony.batch.ssh.RemoteSession
- getStatus(int) - Method in interface repast.simphony.batch.ssh.Session
-
Gets the status of the specified instance.
- getStep() - Method in class repast.simphony.parameter.FloatSteppedSetter
- getStep() - Method in class repast.simphony.parameter.SteppedRange
- getStep() - Method in class repast.simphony.ui.sweep.ParameterSweepInput
- getSteps() - Method in class repast.simphony.userpanel.ui.UserPanelEditorWizard
- getStepsForEditor() - Method in class repast.simphony.chart2.wizard.HistogramEditorWizard
- getStepsForEditor() - Method in class repast.simphony.chart2.wizard.TimeSeriesEditorWizard
- getStepsForEditor() - Method in class repast.simphony.data2.wizard.ConsoleSinkEditorWizard
- getStepsForEditor() - Method in class repast.simphony.data2.wizard.DataSetEditorWizard
- getStepsForEditor() - Method in class repast.simphony.data2.wizard.FileSinkEditorWizard
- getStepSize() - Method in class repast.simphony.space.physics.DefaultPhysicsSpace
- getStepSize() - Method in interface repast.simphony.space.physics.PhysicsSpace
- getStopAt() - Method in class repast.simphony.ui.RunOptionsModel
-
Gets the tick to stop at.
- getStorageType() - Method in class repast.simphony.integration.ObjectHolder
-
How the object was stored.
- getStoreLogin() - Method in class repast.simphony.dataLoader.wizard.JDBCContextActionBuilder
- getStoreLogin() - Method in class repast.simphony.freezedry.datasource.JDBCContextBuilder
- getStoreLogin() - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- getStoreLogin() - Method in class repast.simphony.freezedry.wizard.JDBCDSBuilder
- getStreams() - Method in class repast.simphony.ui.widget.BufferDataSource
- getStrength() - Method in class repast.simphony.dataLoader.ui.wizard.builder.RelationshipDescriptor
- getString(String) - Method in class repast.simphony.parameter.BeanParameters
-
Gets the String value associated with the specified parameter name.
- getString(String) - Method in class repast.simphony.parameter.DefaultParameters
-
Gets the String value associated with the specified parameter name.
- getString(String) - Method in class repast.simphony.parameter.EmptyParameters
- getString(String) - Method in interface repast.simphony.parameter.Parameters
-
Gets the String value associated with the specified parameter name.
- getString(FreezeDryedObject, String) - Method in class repast.simphony.freezedry.AbstractFreezeDryer
- getStringConverter() - Method in class repast.simphony.ui.probe.FieldPropertyDescriptor
-
Gets the StringConverter, if any.
- getStringConverter() - Method in class repast.simphony.ui.probe.MethodPropertyDescriptor
-
Gets the StringConverter, if any.
- getStringValue(Class, StringConverter, List) - Static method in class repast.simphony.parameter.ParameterUtils
-
Converts a list of object values to the string list representation
- getStroke() - Method in class repast.simphony.dataLoader.ui.wizard.builder.NetworkLayer
- getStroke(Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyle2D
- getStroke(Object) - Method in class repast.simphony.visualization.visualization2D.style.DefaultStyle2D
-
Deprecated.
- getStroke(RepastEdge) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyle2D
- getStroke(RepastEdge) - Method in class repast.simphony.visualization.visualization2D.style.DefaultEdgeStyle2D
-
Deprecated.
- getStroke(RepastEdge) - Method in interface repast.simphony.visualization.visualization2D.style.EdgeStyle2D
-
Deprecated.
- getStroke(T) - Method in interface repast.simphony.visualization.visualization2D.style.Style2D
-
Deprecated.
- getStrokePaint(Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyle2D
- getStrokePaint(Object) - Method in class repast.simphony.visualization.visualization2D.style.DefaultStyle2D
-
Deprecated.
- getStrokePaint(T) - Method in interface repast.simphony.visualization.visualization2D.style.Style2D
-
Deprecated.
- getStudentT() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the default studentT distribution.
- getStudentT() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default studentT distribution.
- getStudentT() - Method in interface repast.simphony.random.RandomRegistry
-
Gets the default studentT distribution.
- getStyle() - Method in class repast.simphony.gis.styleEditor.ByRangePanel
- getStyle() - Method in class repast.simphony.gis.styleEditor.ByValuePanel
- getStyle() - Method in interface repast.simphony.gis.styleEditor.IStyleEditor
- getStyle() - Method in class repast.simphony.gis.styleEditor.RuleEditPanel
- getStyle() - Method in class repast.simphony.gis.styleEditor.StyleDialog
- getStyle() - Method in class repast.simphony.gis.styleEditor.StyleEditorPanel
- getStyle() - Method in class repast.simphony.visualization.gis3D.AbstractAirspaceLayer
-
Gets the style used by this display layer.
- getStyle() - Method in class repast.simphony.visualization.gis3D.AbstractRenderableLayer
-
Gets the style used by this display layer.
- getStyle() - Method in class repast.simphony.visualization.gis3D.CoverageLayer
-
Gets the style used by this display layer.
- getStyle() - Method in class repast.simphony.visualization.visualization2D.ValueDisplayLayer2D
-
Deprecated.
- getStyle() - Method in class repast.simphony.visualizationOGL2D.AbstractDisplayLayerOGL2D
-
Gets the style used by this display layer.
- getStyle(String) - Static method in class repast.simphony.visualization.editedStyle.EditedStyleUtils
- getStyle(String) - Method in class repast.simphony.visualization.gis.Styler
-
Deprecated.Gets a style for the specified layerName.
- getStyle(String, Class<? extends Geometry>) - Method in class repast.simphony.visualization.gis.Styler
-
Deprecated.Gets a style for the specified layerName.
- getStyleClassName(String) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
- getStyleClassName(String) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getStyleClassName(String) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
- getStyleDirName() - Static method in class repast.simphony.visualization.editedStyle.EditedStyleUtils
- getStyleFor(String) - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.Gets the style for the specified agent type.
- getStyleInterface() - Method in class repast.simphony.gis.visualization.engine.GIS3DVisualizationRegistryData
- getStyleInterface() - Method in class repast.simphony.gis.visualization.engine.GISVisualizationRegistryData
-
Deprecated.
- getStyleInterface() - Method in interface repast.simphony.visualization.engine.VisualizationRegistryData
-
The style interface associated with the display.
- getStylePanel() - Method in class repast.simphony.visualization.gui.CoverageStyleClassStep
- getStylePanel() - Method in class repast.simphony.visualization.gui.CoverageStyleStep
-
Provide a JPanel with style editing capabilities.
- getStylePanel() - Method in class repast.simphony.visualization.gui.StyleClassStep
- getStylePanel() - Method in class repast.simphony.visualization.gui.StyleStep
-
Provide a JPanel with style editing capabilities.
- getStyles() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
- getStyles() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getStyles() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
- getSubContext() - Method in class repast.simphony.context.ContextEvent
-
Gets the subcontext that was the target of the event, assuming this was a subcontext event.
- getSubContext(int) - Method in class repast.simphony.scenario.data.ContextData
- getSubContext(Object) - Method in class repast.simphony.context.AbstractContext
- getSubContext(Object) - Method in interface repast.simphony.context.Context
- getSubContext(Object) - Method in class repast.simphony.context.FormerDefaultContext
- getSubContextCount() - Method in class repast.simphony.scenario.data.ContextData
- getSubContexts() - Method in class repast.simphony.context.AbstractContext
- getSubContexts() - Method in interface repast.simphony.context.Context
- getSubContexts() - Method in class repast.simphony.context.FormerDefaultContext
- getSubject() - Method in class repast.simphony.space.projection.ProjectionEvent
-
Gets the subject of this event.
- getSubject() - Method in class repast.simphony.visualization.DisplayEvent
-
Gets the subject of the event.
- getSubject() - Method in class repast.simphony.visualization.editor.EditorEvent
-
Deprecated.
- getSubmit() - Method in class repast.simphony.ui.sweep.ParameterSweepSubmitPanel
- getSuccessors(E, E) - Method in interface repast.simphony.space.graph.Traverser
-
Retrieves the next set of nodes in the graph based on the given GraphParams.
- getSuccessors(Element, Element) - Method in class repast.simphony.integration.DOMTraverser
-
Returns the current node's children.
- getSuccessors(Context, Context) - Method in class repast.simphony.engine.controller.ContextTraverser
-
Returns the subContexts of the currentContext.
- getSuccessors(T) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
- getSuccessors(T) - Method in class repast.simphony.space.graph.JungNetwork
- getSuccessors(T) - Method in interface repast.simphony.space.graph.Network
-
Gets the successors of the specified object.
- getSuccessors(T, T) - Method in class repast.simphony.engine.graph.IterableTraverser
-
Retrieves an iterator that will return the next object in the iterator.
- getSuccessors(T, T) - Method in class repast.simphony.engine.graph.NaryTreeTraverser
-
Returns the currentNode's children.
- getSuccessors(T, T) - Method in class repast.simphony.engine.graph.NetworkTraverser
-
Retrieves what the current node's nearest neighbors excluding the previous node.
- GetSuccessors(String, Object) - Static method in class repast.simphony.essentials.RepastEssentials
-
Gets the successors of the specified agent in the specified network.
- GetSuffix(int) - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
- getSurfaceImage() - Method in class repast.simphony.visualization.gis3D.CoverageLayer
- getSurfaceShape(Object, SurfaceShape) - Method in class repast.simphony.visualization.gis3D.style.EditedSurfaceShapeStyle
- getSurfaceShape(RepastEdge, SurfacePolyline) - Method in class repast.simphony.visualization.gis3D.style.DefaultNetworkStyleGIS
- getSurfaceShape(RepastEdge, SurfacePolyline) - Method in class repast.simphony.visualization.gis3D.style.EditedNetworkStyleGIS
- getSurfaceShape(RepastEdge, SurfacePolyline) - Method in interface repast.simphony.visualization.gis3D.style.NetworkStyleGIS
- getSurfaceShape(T, SurfaceShape) - Method in class repast.simphony.visualization.gis3D.style.DefaultSurfaceShapeStyle
- getSurfaceShape(T, SurfaceShape) - Method in interface repast.simphony.visualization.gis3D.style.SurfaceShapeStyle
- getSweeper() - Method in class repast.simphony.parameter.ParameterSweeperBuilder
-
Gets the ParameterTreeSweeper containing the added parameter setters.
- getSweeperProducer() - Method in class repast.simphony.batch.BatchRunner
- getSym() - Method in class repast.simphony.space.delaunay.QuadEdge
- getSymbolizer() - Method in interface repast.simphony.visualization.gis3D.style.CoverageStyle
- getSymbolizer() - Method in class repast.simphony.visualization.gis3D.style.DefaultCoverageStyle
- getSymbolizerFactory(Color, Symbolizer) - Static method in class repast.simphony.gis.styleEditor.SymbolizerFactoryBuilder
- getSymbolType() - Method in class repast.simphony.ws.gis.StyledLayerGIS
- getTable() - Method in class repast.simphony.ui.table.TablePanel
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class repast.simphony.chart2.wizard.ColorEditor
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class repast.simphony.ui.table.ComponentTableCellEditorRenderer
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class repast.simphony.chart2.wizard.ColorRenderer
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class repast.simphony.ui.table.ComponentTableCellEditorRenderer
- getTableName(String) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- getTableName(FreezeDryedObject) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- getTabSize(int) - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
- getTag() - Method in enum class repast.simphony.integration.DataFileElements
-
Retrieves the tag for this type of element.
- getTag() - Method in class repast.simphony.visualization.visualization3D.style.TaggedAppearance
- getTag() - Method in class repast.simphony.visualization.visualization3D.style.TaggedBranchGroup
- getTaggedBranchGroup() - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
- getTarget() - Method in class repast.simphony.context.ContextEvent
-
Get the target of the event.
- getTarget() - Method in class repast.simphony.dataLoader.ui.wizard.builder.RelationshipDescriptor
- getTarget() - Method in class repast.simphony.engine.schedule.CallBackAction
- getTarget() - Method in class repast.simphony.engine.schedule.DynamicTargetAction
- getTarget() - Method in class repast.simphony.space.graph.RepastEdge
-
Gets the target of this edge.
- getTarget() - Method in class repast.simphony.statecharts.Transition
- getTarget() - Method in class repast.simphony.visualization.cgd.graph.CGDEdge
- getTarget(Queryable, Element) - Static method in class repast.simphony.integration.DataFileElements.ARRAY_ATTRS
- getTarget(Queryable, Element) - Static method in class repast.simphony.integration.DataFileElements.DATA_ATTRS
- getTarget(Queryable, Element) - Static method in class repast.simphony.integration.DataFileElements.RECORD_ATTRS
- getTargetAgentList(DisplayDescriptor) - Method in class repast.simphony.gis.visualization.engine.GISAgentSelectionStep
-
Deprecated.
- getTargetAgentList(DisplayDescriptor) - Method in class repast.simphony.visualization.gui.AgentSelectionStep
-
Check if there are existing styles in the display.
- getTargetEndPaint(RepastEdge) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyle2D
- getTargetEndPaint(RepastEdge) - Method in class repast.simphony.visualization.visualization2D.style.DefaultEdgeStyle2D
-
Deprecated.
- getTargetEndPaint(RepastEdge) - Method in interface repast.simphony.visualization.visualization2D.style.EdgeStyle2D
-
Deprecated.
- getTargetEndStyle(RepastEdge) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyle2D
- getTargetEndStyle(RepastEdge) - Method in class repast.simphony.visualization.visualization2D.style.DefaultEdgeStyle2D
-
Deprecated.
- getTargetEndStyle(RepastEdge) - Method in interface repast.simphony.visualization.visualization2D.style.EdgeStyle2D
-
Deprecated.
- getTargetListModel() - Method in class repast.simphony.ui.plugin.editor.ListSelector
- getTemplateVarNames(String) - Static method in class repast.simphony.util.VelocityUtils
-
Retrieves the names of the variables contained in the toParse string.
- getterName - Variable in class repast.simphony.ui.probe.DefaultProbedPropertyUICreator
- getText() - Method in class repast.simphony.gis.legend.LegendTreeLayerCellRenderer
-
Deprecated.
- getTextField1() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- getTextField2() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- getTextField3() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- getTextField4() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- getTextField5() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- getTexture() - Method in class repast.simphony.visualization.gis3D.PlaceMark
- getTexture(Object, WWTexture) - Method in class repast.simphony.visualization.gis3D.style.EditedMarkStyle
- getTexture(T, WWTexture) - Method in class repast.simphony.visualization.gis3D.style.DefaultMarkStyle
- getTexture(T, WWTexture) - Method in interface repast.simphony.visualization.gis3D.style.MarkStyle
-
Get the WWTexture that will be applied to the PlaceMark.
- getTextureData() - Method in class repast.simphony.visualizationOGL2D.SpatialWrapper
- getTextureFile3D() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- getTf1Grid() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- getTf1Local() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- getTf1Optimized() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- getTf2Grid() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- getTf2Local() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- getTf2Optimized() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- getTf3Grid() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- getTf3Local() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- getTf3Optimized() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- getTf4Grid() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- getTf4Local() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- getTf4Optimized() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- getTf5Grid() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- getTf5Local() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- getTf5Optimized() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- getTickCount() - Method in interface repast.simphony.engine.schedule.ISchedule
-
Gets the current tick count.
- getTickCount() - Method in class repast.simphony.engine.schedule.Schedule
-
Gets the current tick count.
- GetTickCount() - Static method in class repast.simphony.essentials.RepastEssentials
- getTickCountDataSource() - Method in class repast.simphony.data2.AbstractDataSetManager
- getTickCountDataSource() - Method in interface repast.simphony.data2.DataSetManager
-
Gets the default data source for returning the tick count.
- getTickCountFormatter() - Method in class repast.simphony.ui.RSGui
-
Gets the current TickCountFormatter that is used to format the text in the tick label.
- getTickCountInTimeQuantity() - Method in interface repast.simphony.engine.schedule.ISchedule
-
Gets the current tick count in user time units.
- getTickCountInTimeQuantity() - Method in class repast.simphony.engine.schedule.Schedule
-
Gets the current tick count in user time units.
- GetTickCountInTimeUnits() - Static method in class repast.simphony.essentials.RepastEssentials
- getTickListener() - Method in class repast.simphony.batch.InteractivBatchRunner
- getTickListener() - Method in class repast.simphony.ui.GUIScheduleRunner
- getTickListener() - Method in class repast.simphony.ws.ScheduleRunner
- getTicks() - Method in class repast.simphony.relogo.ReLogoModel
- getTimeQuantity() - Method in interface repast.simphony.engine.schedule.ISchedule
-
Gets the current user time units.
- getTimeQuantity() - Method in class repast.simphony.engine.schedule.Schedule
-
Gets the current user time units.
- getTitle() - Method in class repast.simphony.dataLoader.engine.DataLoaderControllerAction
- getTitle() - Method in class repast.simphony.dataLoader.ui.wizard.SpecificClassOption
- getTitle() - Method in class repast.simphony.dataLoader.ui.wizard.XMLLoaderOption
- getTitle() - Method in class repast.simphony.ui.probe.Probe
-
Gets the title of this Probe.
- getTitle() - Method in class repast.simphony.util.wizard.AbstractWizardOption
- getTitle() - Method in interface repast.simphony.util.wizard.WizardOption
-
The text to be shown in the option select's list (or equivalent)
- getTitle() - Method in class repast.simphony.visualization.gis3D.WMSLayersPanel.LayerInfo
- getTo() - Method in class repast.simphony.ui.sweep.ParameterSweepInput
- getToken(int) - Method in class repast.simphony.engine.watcher.query.QueryParser
- getToolBar() - Method in class repast.simphony.gis.display.PiccoloMapPanel
-
Deprecated.
- getToolBar() - Method in class repast.simphony.gis.tools.ToolManager
- getToolBar() - Method in class repast.simphony.ui.table.TablePanel
- getToolBar(JComponent) - Method in class repast.simphony.ui.RSGui
- getToolbarItems() - Method in class repast.simphony.ui.table.AgentTablePanel
- getToolLayer() - Method in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.Gets the layer on which tools should draw.
- getToolManager() - Method in class repast.simphony.gis.display.PiccoloMapPanel
-
Deprecated.
- getToolManager() - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- getToolTipText(MouseEvent) - Method in class repast.simphony.visualization.gui.AgentSelectionPanel.AgentList
- getTopLevelActiveState() - Method in class repast.simphony.statecharts.old.StateChart
- getTotalRuns() - Method in class repast.simphony.parameter.RunParameterSetter
- getTrackAgents() - Method in class repast.simphony.gis.visualization.engine.GISDisplayDescriptor
- getTransformedLocation(int...) - Method in class repast.simphony.space.grid.AbstractGrid
- getTransformedLocation(int...) - Method in class repast.simphony.valueLayer.GridValueLayer
- getTransformForObject(T) - Method in class repast.simphony.space.physics.DefaultPhysicsSpace
- getTransformForObject(T) - Method in interface repast.simphony.space.physics.PhysicsSpace
- getTransitionForUuid(String) - Method in class repast.simphony.statecharts.DefaultStateChart
- getTransitionForUuid(String) - Method in interface repast.simphony.statecharts.StateChart
-
Returns the transition associated with the uuid or null if not found.
- getTransitionResolutionStrategy() - Method in class repast.simphony.statecharts.DefaultStateChart
- getTranslation(Point3f, float) - Method in class repast.simphony.visualization.network.EdgeLabel
- getTranslation(Point3f, float) - Method in class repast.simphony.visualization.visualization3D.AbstractLabel
- getTranslation(Point3f, float) - Method in class repast.simphony.visualization.visualization3D.AgentLabel
- getTree() - Method in class repast.simphony.ui.tree.ScenarioTreeEvent
- getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class repast.simphony.dataLoader.ui.wizard.builder.CheckNodeRenderer
- getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class repast.simphony.gis.legend.LegendCellRenderer
-
Deprecated.Render the Cell in the Legend tree.
- getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class repast.simphony.gis.legend.LegendDefaultCellRenderer
-
Deprecated.
- getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class repast.simphony.gis.legend.LegendTreeLayerCellRenderer
-
Deprecated.
- getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class repast.simphony.gis.legend.LegendTreeRuleCellRenderer
-
Deprecated.
- getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class repast.simphony.ui.tree.ScenarioTreeCellRenderer
- getTreeState() - Method in class repast.simphony.dataLoader.ui.wizard.builder.CheckNode
- getTrigger() - Method in class repast.simphony.statecharts.Transition
- getTriggerSchedule() - Method in class repast.simphony.engine.watcher.SharedWatchParameters
- getTriggerSchedule() - Method in class repast.simphony.engine.watcher.WatchParameters
- getTrueFieldName(String, String) - Method in class repast.simphony.freezedry.AbstractDataSource
- getTrueOffset() - Method in class repast.simphony.integration.RandomAccessWriter
-
Retrieves the actual offset of the file, disregarding any buffering.
- getTurtleAgentSetOfType(String, Observer) - Static method in class repast.simphony.relogo.Utility
- getTurtleFactory() - Method in class repast.simphony.relogo.AbstractObserver
- getTurtleFactory() - Method in class repast.simphony.relogo.factories.ReLogoWorldFactory
- getTurtleFactory() - Method in interface repast.simphony.relogo.Observer
- getTurtleLocation() - Method in class repast.simphony.relogo.AbstractTurtle
- getTurtleLocation() - Method in interface repast.simphony.relogo.Turtle
- getTurtlesOnGridPoint(GridPoint, Observer) - Static method in class repast.simphony.relogo.Utility
-
Returns the turtles on the patch corresponding to the patchLocation GridPoint.
- getTurtlesOnGridPoint(GridPoint, Observer, Class) - Static method in class repast.simphony.relogo.Utility
-
Returns the turtles of this type on the patch corresponding to the patchLocation GridPoint.
- getTurtlesOnGridPoint(GridPoint, Observer, String) - Static method in class repast.simphony.relogo.Utility
-
Returns the turtles of this typeName on the patch corresponding to the patchLocation GridPoint.
- getTurtleType() - Method in class repast.simphony.relogo.AbstractTurtle
- getTurtleTypeClass(String) - Method in class repast.simphony.relogo.factories.TurtleFactory
- getType() - Method in class repast.simphony.context.ContextEvent
-
Get the type of event this represents.
- getType() - Method in class repast.simphony.data2.engine.DataSetDescriptor
- getType() - Method in class repast.simphony.engine.watcher.FieldDescriptor
- getType() - Method in class repast.simphony.freezedry.FreezeDryedObject
- getType() - Method in enum class repast.simphony.integration.NewLinePatternConverter
- getType() - Method in class repast.simphony.parameter.DefaultParameterSchema
-
Gets the type of the parameter.
- getType() - Method in interface repast.simphony.parameter.ParameterSchema
-
Gets the type of the parameter.
- getType() - Method in interface repast.simphony.scenario.data.Attribute
-
Gets the type of this attribute.
- getType() - Method in class repast.simphony.scenario.data.ProjectionData
-
Gets the projection's type.
- getType() - Method in class repast.simphony.space.gis.FeatureAgent
- getType() - Method in class repast.simphony.space.graph.NetworkEvent
-
Gets the type of this event.
- getType() - Method in class repast.simphony.space.projection.ProjectionEvent
-
Gets the type of this event.
- getType() - Method in class repast.simphony.ui.probe.ProbedPropertiesFinder.Property
- getType() - Method in class repast.simphony.visualization.editor.PropertyDescriptorAdapter
-
Deprecated.
- getType() - Method in class repast.simphony.visualization.ProbeEvent
-
Gets the type of this probe.
- getType(Class) - Method in class repast.simphony.freezedry.AbstractDataSource
- getType(Class) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- getType(String) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- getType(String) - Static method in enum class repast.simphony.scenario.data.ProjectionType_old
- getType(FreezeDryedObject) - Method in class repast.simphony.freezedry.AbstractDataSource
- getType(Queryable, Element) - Static method in class repast.simphony.integration.DataFileElements.ARRAY_ATTRS
- getType(Queryable, Element) - Static method in class repast.simphony.integration.DataFileElements.DATA_ATTRS
- getTypeAsString(Object) - Method in class repast.simphony.freezedry.FieldUtilities
- getTypeDescriptor(String) - Method in class repast.simphony.visualization.gui.DisplayWizardModel
- getTypeID() - Method in class repast.simphony.context.AbstractContext
-
Gets an id that indentifies the user-defined type of this context.
- getTypeID() - Method in interface repast.simphony.context.Context
-
Gets an id that indentifies the user-defined type of this context.
- getTypeID() - Method in class repast.simphony.context.FormerDefaultContext
-
Gets an id that indentifies the user-defined type of this context.
- getTypeName() - Method in class repast.simphony.data2.engine.CountSourceDefinition
- getTypeName() - Method in interface repast.simphony.engine.environment.ProjectionRegistryData
-
The projection type Name, e.g.
- getTypeName() - Method in class repast.simphony.gis.engine.GeographyProjectionRegistryData
- getTypeName() - Method in enum class repast.simphony.integration.DataTypeHandler
- getTypeName(Class<?>) - Static method in class repast.simphony.scenario.data.AttributeFactory
- getTypesAndComponents() - Method in class repast.simphony.engine.environment.DefaultGUIRegistry
-
Retrieves the (type, components) pairs that were registered with this registry.
- getTypesAndComponents() - Method in interface repast.simphony.engine.environment.GUIRegistry
-
Retrieves the (type, components) pairs that were registered with this registry.
- getUI(ControllerAction) - Method in class repast.simphony.ui.plugin.ComponentActionEditorExtensions
- getUI(ControllerAction) - Method in class repast.simphony.ui.plugin.CompositeActionEditorExtensions
- getUiCreator() - Method in class repast.simphony.ui.probe.ProbedPropertiesFinder.Property
- getUiCreatorMap() - Method in class repast.simphony.ui.probe.ProbeManager
- getUIRepresentation() - Method in class repast.simphony.ui.tree.ScenarioNode
- getUnderflow() - Method in class repast.simphony.chart2.StaticHistogramDataset
- getUndirectedNetworks(Observer) - Static method in class repast.simphony.relogo.Utility
- getUniform() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the default uniform distribution.
- getUniform() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default uniform distribution.
- getUniform() - Method in interface repast.simphony.random.RandomRegistry
-
Gets the default uniform distribution.
- getUnits(int) - Method in class repast.simphony.space.gis.DefaultGeography
-
Gets the coordinate reference system's axis units.
- getUnits(int) - Method in interface repast.simphony.space.gis.Geography
-
Gets the coordinate reference system's axis units.
- getUnitSize() - Method in class repast.simphony.visualization.decorator.AbstractProjectionDecorator
-
Gets the unit size of the decoration.
- getUnitSize() - Method in class repast.simphony.visualization.UnitSizeLayoutProperties
- getUpdateItemsLocation() - Method in class repast.simphony.visualization.AddedRemovedLayoutUpdater
- getUpdateItemsLocation() - Method in class repast.simphony.visualization.IntervalLayoutUpdater
- getUpdateItemsLocation() - Method in interface repast.simphony.visualization.LayoutUpdater
- getUpdateItemsLocation() - Method in class repast.simphony.visualization.MovedLayoutUpdater
- getUpdateItemsLocation() - Method in class repast.simphony.visualization.UpdateLayoutUpdater
- getUpper() - Method in class repast.simphony.visualization.Box
- getURL() - Method in class repast.simphony.freezedry.datasource.JDBCConnectPanel
- getUser() - Method in class repast.simphony.batch.ssh.LocalSession
- getUser() - Method in class repast.simphony.batch.ssh.RemoteSession
- getUser() - Method in interface repast.simphony.batch.ssh.Session
-
Gets the user account used to log into the remote host.
- getUserData() - Method in class repast.simphony.space.gis.FeatureAgent
- getUsername() - Method in class repast.simphony.freezedry.datasource.JDBCConnectPanel
- getUserName() - Method in class repast.simphony.dataLoader.wizard.JDBCContextActionBuilder
- getUserName() - Method in class repast.simphony.freezedry.datasource.JDBCContextBuilder
- getUserName() - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- getUserName() - Method in class repast.simphony.freezedry.wizard.JDBCDSBuilder
- getUserPanelCreatorClass() - Method in class repast.simphony.userpanel.ui.DefaultUserPanelDescriptor
- getUserPanelCreatorClass() - Method in interface repast.simphony.userpanel.ui.UserPanelDescriptor
- getUserPanelCreatorClass() - Method in class repast.simphony.userpanel.ui.UserPanelWizardModel
- getUserStyleData() - Method in class repast.simphony.visualization.gui.styleBuilder.EditedStyleDialog
- getUserStyleName() - Method in class repast.simphony.visualization.gui.styleBuilder.AbstractStyleDialog
- getUserStyleName() - Method in class repast.simphony.visualization.gui.styleBuilder.EditedStyleDialog
- getUserStyleName() - Method in class repast.simphony.visualization.gui.styleBuilder.EditedValueLayerStyleDialog
- getUTMfor(double, double) - Static method in class repast.simphony.space.gis.UTMFinder
-
Gets the UTM CRS for the specified lat and lon.
- getUTMfor(short) - Static method in class repast.simphony.space.gis.UTMFinder
- getUTMFor(Geometry, CoordinateReferenceSystem) - Static method in class repast.simphony.space.gis.UTMFinder
-
Gets the UTM appropriate for the specified geometry in the specified CoordinateReferenceSystem.
- getUuidForState(AbstractState<T>) - Method in class repast.simphony.statecharts.DefaultStateChart
- getUuidForState(AbstractState<T>) - Method in interface repast.simphony.statecharts.StateChart
- getVal() - Method in class repast.simphony.ui.probe.ValueLayerProbeObject2D
- getVal(Object, Class<T>, String) - Method in class repast.simphony.freezedry.AbstractFreezeDryer
- getVal(FreezeDryedObject, String, Class<T>) - Method in class repast.simphony.freezedry.AbstractFreezeDryer
- getValue() - Method in interface repast.simphony.integration.ArrayDataTypeHandler.ArrayHandler
- getValue() - Method in class repast.simphony.integration.DataContent
-
Retrieves the string value of the data.
- getValue() - Method in class repast.simphony.integration.ObjectHolder
-
The value that was stored.
- getValue() - Method in class repast.simphony.parameter.DoubleSteppedSetter
- getValue() - Method in class repast.simphony.parameter.FloatSteppedSetter
- getValue() - Method in interface repast.simphony.scenario.data.Attribute
-
Gets the attribute's value as a String.
- getValue() - Method in class repast.simphony.space.gis.FeatureAgent
- getValue() - Method in class repast.simphony.ui.parameters.ParameterValueModel
- getValue() - Method in class repast.simphony.ui.probe.ProbedPropertiesFinder.Property
- getValue() - Method in class repast.simphony.util.IntRange
- getValue() - Method in class repast.simphony.valueLayer.GridCell
- getValue() - Method in class repast.simphony.visualization.gis3D.CoverageProbeObject
- getValue(char[]) - Method in class repast.simphony.freezedry.AbstractDataSource
- getValue(double...) - Method in class repast.simphony.valueLayer.ValueLayerDiffuser
-
Retrieves a value from the layer, taking into account the toroidal'ness.
- getValue(double, double) - Method in class repast.simphony.space.gis.RasterLayer
- getValue(Class, String) - Method in class repast.simphony.dataLoader.ui.wizard.builder.AgentDescriptorFillerPanel
- getValue(Number) - Method in class repast.simphony.freezedry.AbstractDataSource
- getValue(Object) - Method in class repast.simphony.integration.BeanBuilder
- getValue(Object) - Method in class repast.simphony.integration.BeanQueryer
-
Just returns the passed in object since JXPath doesn't have a concept of nodes.
- getValue(Object) - Method in class repast.simphony.integration.DataFileWriter
- getValue(Object) - Method in class repast.simphony.integration.JDOMBuilder
- getValue(Object) - Method in class repast.simphony.integration.JDOMQueryer
- getValue(Object) - Static method in class repast.simphony.integration.JDOMXPathUtils
-
Retrieves the value of an object.
- getValue(Object) - Method in interface repast.simphony.integration.Queryable
-
Extracts a value from a Node and returns it.
- getValue(Object, String) - Static method in class repast.simphony.util.ClassUtilities
- getValue(String) - Method in class repast.simphony.freezedry.AbstractDataSource
- getValue(String) - Method in enum class repast.simphony.freezedry.ArrayValueHandler
-
Converts the string value to a value for the type of array.
- getValue(String) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- getValue(String) - Method in class repast.simphony.parameter.BeanParameters
-
Gets the value associated with the specified parameter name.
- getValue(String) - Method in class repast.simphony.parameter.DefaultParameters
-
Gets the value associated with the specified parameter name.
- getValue(String) - Method in class repast.simphony.parameter.EmptyParameters
-
Gets the value associated with the specified parameter name.
- getValue(String) - Method in class repast.simphony.parameter.FileParameterType
-
Creates a File from a path string.
- getValue(String) - Method in interface repast.simphony.parameter.Parameters
-
Gets the value associated with the specified parameter name.
- getValue(String) - Method in interface repast.simphony.parameter.ParameterType
-
Gets an initial or default value for a parameter of this type from the string.
- getValue(String) - Method in class repast.simphony.parameter.xml.AbstractParameterSetterCreator.AttributesValueGetter
- getValue(String) - Method in class repast.simphony.parameter.xml.AbstractParameterSetterCreator.MapValueGetter
- getValue(String) - Method in interface repast.simphony.parameter.xml.AbstractParameterSetterCreator.ValueGetter
- getValue(String) - Method in class repast.simphony.scenario.data.AttributeFactory.PType
- getValue(String) - Method in class repast.simphony.visualization.gui.CoverageStyleStep.CoverageLayerElement
- getValue(String) - Method in class repast.simphony.visualization.gui.LayerOrderStep.ListModelElement
- getValue(String) - Method in class repast.simphony.visualization.gui.StyleStep.AgentTypeElement
- getValueArray(Object) - Method in class repast.simphony.freezedry.AbstractDataSource
- getValueAsString(String) - Method in class repast.simphony.parameter.BeanParameters
-
Gets a String representation of the specified parameter's value.
- getValueAsString(String) - Method in class repast.simphony.parameter.DefaultParameters
-
Gets a String representation of the specified parameter's value.
- getValueAsString(String) - Method in class repast.simphony.parameter.EmptyParameters
-
Gets a String representation of the specified parameter's value.
- getValueAsString(String) - Method in interface repast.simphony.parameter.Parameters
-
Gets a String representation of the specified parameter's value.
- getValueAt(int, int) - Method in class repast.simphony.chart2.wizard.SeriesConfigTableModel
- getValueAt(int, int) - Method in class repast.simphony.data2.wizard.AggMethodTableModel
- getValueAt(int, int) - Method in class repast.simphony.data2.wizard.SimpleMethodTableModel
- getValueAt(int, int) - Method in class repast.simphony.gis.styleEditor.SampleStyleTableModel
-
Returns the value for the cell at
columnIndex
androwIndex
. - getValueAt(int, int) - Method in class repast.simphony.gis.styleEditor.ValueTableModel
-
Returns the value for the cell at
columnIndex
androwIndex
. - getValueAt(int, int) - Method in class repast.simphony.visualization.gui.StyleTableModel
- getValueLayer() - Method in class repast.simphony.valueLayer.ValueLayerDiffuser
- getValueLayer(String) - Method in class repast.simphony.context.AbstractContext
-
Gets the named ValueLayer.
- getValueLayer(String) - Method in interface repast.simphony.context.Context
-
Gets the named ValueLayer.
- getValueLayer(String) - Method in class repast.simphony.context.FormerDefaultContext
-
Gets the named ValueLayer.
- getValueLayerColor(EditedValueLayerStyleData, double) - Static method in class repast.simphony.visualization.editedStyle.EditedStyleUtils
- getValueLayerCount() - Method in class repast.simphony.visualization.AbstractDisplayData
-
Gets the number of ValueLayers to display.
- getValueLayerCount() - Method in interface repast.simphony.visualization.DisplayData
-
Gets the number of ValueLayers to display.
- getValueLayerCount() - Method in class repast.simphony.visualization.engine.CartesianDisplayDescriptor
- getValueLayerCount() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getValueLayerCount() - Method in interface repast.simphony.visualization.engine.ValueLayerDescriptor
-
Gets the number of Value Layers in this display descriptor.
- getValueLayerEditedStyleName() - Method in class repast.simphony.visualization.engine.CartesianDisplayDescriptor
-
Gets the name of the value layer edited style.
- getValueLayerEditedStyleName() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.Gets the name of the value layer edited style.
- getValueLayerEditedStyleName() - Method in interface repast.simphony.visualization.engine.ValueLayerDescriptor
-
Gets the name of the edited value layer style.
- getValueLayerNames() - Method in class repast.simphony.visualization.engine.CartesianDisplayDescriptor
-
Gets a List of all the names of the value layers to display.
- getValueLayerNames() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.Gets a List of all the names of the value layers to display.
- getValueLayerNames() - Method in interface repast.simphony.visualization.engine.ValueLayerDescriptor
-
Gets a List of all the names of the value layers to display.
- getValueLayers() - Method in class repast.simphony.context.AbstractContext
-
Gets an iterable over the ValueLayer-s contained by this Context.
- getValueLayers() - Method in interface repast.simphony.context.Context
-
Gets an iterable over the ValueLayer-s contained by this Context.
- getValueLayers() - Method in class repast.simphony.context.FormerDefaultContext
-
Gets an iterable over the ValueLayer-s contained by this Context.
- getValueLayers() - Method in class repast.simphony.visualization.AbstractDisplayData
-
Gets an iterable over the ValueLayers to be displayed.
- getValueLayers() - Method in interface repast.simphony.visualization.DisplayData
-
Gets an iterable over the ValueLayers to be displayed.
- getValueLayerStyle(String) - Static method in class repast.simphony.visualization.editedStyle.EditedStyleUtils
- getValueLayerStyleName() - Method in class repast.simphony.visualization.engine.CartesianDisplayDescriptor
-
Gets the name of the value layer style.
- getValueLayerStyleName() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.Gets the name of the value layer style.
- getValueLayerStyleName() - Method in interface repast.simphony.visualization.engine.ValueLayerDescriptor
-
Gets the name of the value layer style.
- getValues() - Method in class repast.simphony.ui.sweep.ParameterSweepInput
- getValueString(int, int) - Method in interface repast.simphony.integration.ArrayDataTypeHandler.ArrayHandler
- getVDistance() - Method in class repast.simphony.visualization.cgd.graph.GraphUtil
- getVertex(double, double) - Method in interface repast.simphony.visualization.visualization3D.layout.JungGraphElementAccessor
-
Returns a
Vertex
which is associated with the location(x,y)
. - getVertex(double, double) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Deprecated.
- getVertex(double, double) - Method in class repast.simphony.visualization.visualization3D.layout.JungRadiusGraphElementAccessor
-
Gets the vertex nearest to the location of the (x,y) location selected, within a distance of maxDistance.
- getVertex(double, double, double) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Deprecated.
- getVertex(double, double, double) - Method in class repast.simphony.visualization.visualization3D.layout.JungRadiusGraphElementAccessor
-
Gets the vertex nearest to the location of the (x,y) location selected, within a distance of maxDistance.
- getVertexIterator() - Method in class repast.simphony.visualization.visualization3D.layout.JungRandomVertexLocationDecorator
- getVertexIterator() - Method in interface repast.simphony.visualization.visualization3D.layout.JungVertexLocationFunction
- getViewType() - Method in class repast.simphony.gis.visualization.engine.GISDisplayData
- getViewType() - Method in class repast.simphony.gis.visualization.engine.GISDisplayDescriptor
- getVisibleEdges() - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Gets edges that are equivalent to the ones passed in from the argument to applyFilter().
- getVisibleGraph() - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Accessor for the graph that represets all visible vertices
- getVisibleVertices() - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Gets vertices that are equivalent to the ones passed in from the argument to applyFilter().
- getVisualItem(Object) - Method in class repast.simphony.visualization.gis3D.AbstractAirspaceLayer
- getVisualItem(Object) - Method in class repast.simphony.visualization.gis3D.AbstractRenderableLayer
- getVisualItem(Object) - Method in interface repast.simphony.visualization.IDisplayLayer
-
Gets the visual representation of this object.
- getVisualItem(Object) - Method in class repast.simphony.visualization.network.NetworkDisplayLayer2D
- getVisualItem(Object) - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- getVisualItem(Object) - Method in class repast.simphony.visualization.visualization2D.StyledDisplayLayer2D
-
Deprecated.
- getVisualItem(Object) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplayLayer3D
- getVisualItem(Object) - Method in class repast.simphony.visualizationOGL2D.AbstractDisplayLayerOGL2D
-
Gets the visual item that represents the specified object in the display.
- getVisualizationType() - Method in class repast.simphony.gis.visualization.engine.GIS3DVisualizationRegistryData
- getVisualizationType() - Method in class repast.simphony.gis.visualization.engine.GISVisualizationRegistryData
-
Deprecated.
- getVisualizationType() - Method in interface repast.simphony.visualization.engine.VisualizationRegistryData
-
The visualization type Name, e.g.
- getVisualizedObject() - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
- getVisualObject(Object) - Method in class repast.simphony.visualization.visualization3D.Display3D
- getVMArguments() - Method in class repast.simphony.batch.ssh.Configuration
-
Gets any arguments to pass the VM that runs the model.
- getVonMises() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the default vonMises distribution.
- getVonMises() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default vonMises distribution.
- getVonMises() - Method in interface repast.simphony.random.RandomRegistry
-
Gets the default vonMises distribution.
- getVoronoiDiagram() - Method in class repast.simphony.space.delaunay.DelaunayGraph
- getVSpatial(Object, VSpatial) - Method in class repast.simphony.visualization.editedStyle.EditedStyleOGL2D
- getVSpatial(Object, VSpatial) - Method in class repast.simphony.visualizationOGL2D.DefaultStyleOGL2D
- getVSpatial(T, VSpatial) - Method in interface repast.simphony.visualizationOGL2D.StyleOGL2D
-
Gets the VSpatial visual representation of the object.
- getWatcheeClass() - Method in class repast.simphony.engine.watcher.SharedWatchParameters
- getWatcheeClass() - Method in class repast.simphony.engine.watcher.WatchParameters
- getWatcheeCondition() - Method in class repast.simphony.engine.watcher.SharedWatchParameters
- getWatcheeCondition() - Method in class repast.simphony.engine.watcher.WatchParameters
- getWatcher() - Method in class repast.simphony.engine.watcher.WatchParameters
- getWatcherCount() - Method in class repast.simphony.engine.watcher.Notifier2
-
Gets the number watchers managed by this Notifier.
- getWatcherCount() - Method in class repast.simphony.engine.watcher.SharedWatchParameters
-
Gets the amount of watchers to trigger.
- getWatcherCount() - Method in class repast.simphony.engine.watcher.WatchParameters
-
Gets the amount of watchers to trigger.
- getWatcherMethodName() - Method in class repast.simphony.engine.watcher.WatchParameters
- getWatchID() - Method in class repast.simphony.engine.watcher.SharedWatchParameters
- getWatchID() - Method in class repast.simphony.engine.watcher.WatchParameters
- getWayPoints(Observer) - Static method in class repast.simphony.relogo.Utility
- getWeight() - Method in class repast.simphony.space.graph.RepastEdge
-
Gets the weight of this edge.
- getWellKnownText() - Method in class repast.simphony.ws.gis.ServerStyleGIS
- getWho() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the id number of a turtle.
- getWho() - Method in interface repast.simphony.relogo.Turtle
-
Returns the id number of a turtle.
- getWhoCounter() - Static method in class repast.simphony.relogo.AbstractTurtle
- getWidth() - Method in class repast.simphony.space.Dimensions
-
Gets the size of the x dimension.
- getWidth() - Method in class repast.simphony.space.grid.GridDimensions
-
Gets the size of the x dimension.
- getWidth() - Method in class repast.simphony.visualization.Box
- getWidth() - Method in class repast.simphony.visualization.engine.BoundingBox
- getWindowRegistry() - Method in class repast.simphony.statecharts.runtime.UICreatorFactory.WindowRegistry
- getWizard() - Method in class repast.simphony.chart2.wizard.HistogramEditorWizard
- getWizard() - Method in class repast.simphony.chart2.wizard.TimeSeriesEditorWizard
- getWizard() - Method in class repast.simphony.data2.wizard.ConsoleSinkEditorWizard
- getWizard() - Method in class repast.simphony.data2.wizard.DataSetEditorWizard
- getWizard() - Method in class repast.simphony.data2.wizard.FileSinkEditorWizard
- getWizard() - Method in class repast.simphony.userpanel.ui.UserPanelEditorWizard
- getWizard() - Method in class repast.simphony.visualization.gui.DisplayConfigurationWizard
- getWizardModel(SimplePath, Scenario, Object) - Method in class repast.simphony.dataLoader.ui.DataLoaderEditor
- getWizardModel(SimplePath, Scenario, Object) - Method in class repast.simphony.freezedry.gui.FreezerEditor
- getWizardModel(SimplePath, Scenario, Object) - Method in class repast.simphony.ui.plugin.editor.AbstractWizardEditor
-
Retrieves the
WizardModel
to be used when creating the wizard used when adding steps to the created dialog. - getWizardModel(SimplePath, Scenario, Object, ScenarioTreeEvent) - Method in class repast.simphony.ui.plugin.editor.AbstractWizardActionUI
-
Retrieves the
WizardModel
to be used when creating the wizard used when adding steps to the created dialog. - getWizardOptions() - Static method in class repast.simphony.dataLoader.ui.wizard.DataLoaderWizardPluginUtil
- getWizardOptions() - Static method in class repast.simphony.freezedry.wizard.FreezeDryWizardPluginUtil
- getWizardOptions(String) - Static method in class repast.simphony.util.wizard.DynamicWizard
- getWizardPath() - Method in class repast.simphony.dataLoader.ui.wizard.builder.GraphicalBuilderOption
- getWizardPath() - Method in class repast.simphony.dataLoader.ui.wizard.ContextXMLDataLoaderOption
- getWizardPath() - Method in class repast.simphony.dataLoader.ui.wizard.DelimitedFileDataLoaderOption
- getWizardPath() - Method in class repast.simphony.dataLoader.ui.wizard.MIContextXMLDataLoaderOption
- getWizardPath() - Method in class repast.simphony.dataLoader.ui.wizard.SpecificClassOption
- getWizardPath() - Method in class repast.simphony.dataLoader.ui.wizard.XMLLoaderOption
- getWizardPath() - Method in class repast.simphony.dataLoader.wizard.JDBCDataLoaderOption
- getWizardPath() - Method in class repast.simphony.freezedry.wizard.DelimitedFileOption
- getWizardPath() - Method in class repast.simphony.freezedry.wizard.JDBCFreezerOption
- getWizardPath() - Method in class repast.simphony.freezedry.wizard.XMLFileOption
- getWizardPath() - Method in interface repast.simphony.util.wizard.WizardOption
-
The path this wizard option represents.
- getWKT_List() - Static method in class repast.simphony.gis.styleEditor.SimpleMarkFactory
-
Provide a list of all well-know text strings for mark shapes.
- getWrappedObject() - Method in class repast.simphony.util.collections.SimpleWrapper
-
Same as
Pair.getSecond()
. - getWriteDescriptorFileName() - Method in interface repast.simphony.integration.DataFile
- getWriteDescriptorFileName() - Method in class repast.simphony.integration.DefaultDataFile
- getWriter() - Method in class repast.simphony.integration.DefaultDataFile
- getWriter() - Method in interface repast.simphony.integration.IntegrationSource
-
Retrieves the writer that will be used to perform writes.
- getWrittenObject() - Method in class repast.simphony.integration.BeanBuilder
-
Retrieves the object (an instance of the root bean class) that was written to by this instance.
- getWrittenObject() - Method in class repast.simphony.integration.JDOMBuilder
-
Returns the
Document
that holds the Element tree of values. - getWrittenObject() - Method in interface repast.simphony.integration.OutputBuilder
-
Retrieves the object (or tree) that has been built with this outputter.
- getWwglCanvas() - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
- getX() - Method in class repast.simphony.space.continuous.NdPoint
-
Gets the x coordinate.
- getX() - Method in class repast.simphony.space.delaunay.TriangulationPoint
- getX() - Method in class repast.simphony.space.grid.GridPoint
-
Gets the x coordinate.
- getX() - Method in class repast.simphony.visualization.cgd.graph.CGDNode
- getX() - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
- getX(Object) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Returns the x coordinate of the vertex from the Coordinates object.
- getXAxisLabel() - Method in class repast.simphony.chart2.AbstractXYChartCreator
- getXAxisLabel() - Method in class repast.simphony.chart2.engine.ChartDescriptor
- getXcor() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the x coordinate of a turtle.
- getXcor() - Method in interface repast.simphony.relogo.Turtle
-
Returns the x coordinate of a turtle.
- getXdim() - Method in class repast.simphony.relogo.factories.RLWorldDimensions
- getXdim() - Method in class repast.simphony.relogo.RLDimensions
- getXDisp() - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout.FRVertexData
- getXFactor() - Method in class repast.simphony.visualization.visualization3D.MouseRotate
-
Return the x-axis movement multipler.
- getXFactor() - Method in class repast.simphony.visualization.visualization3D.MouseTranslate
-
Return the x-axis movement multipler.
- getXmlFile() - Method in class repast.simphony.xml.AbstractConverter
- getXMLFile() - Method in class repast.simphony.dataLoader.engine.XMLContextBuilder
-
Gets the serialized xml file from which this builder loads a context.
- getXMLFile() - Method in class repast.simphony.freezedry.wizard.FreezeDryWizardModel
- getXPathNode(JXPathContext, JXPathContext, String) - Static method in class repast.simphony.integration.JXPathUtils
-
Retrieves a value from a context (which depends on the path) based on the xpath expression and returns it.
- getXPathNodes(JXPathContext, JXPathContext, String) - Static method in class repast.simphony.integration.JXPathUtils
-
Retrieves a set of nodes from a context (which depends on the path) based on the xpath expression and returns it.
- getXSize() - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
- getXSourceId() - Method in class repast.simphony.chart2.AbstractXYSeriesDataSink
-
Gets the id of the data source that produces the x value.
- getXY() - Method in class repast.simphony.relogo.AbstractPatch
- getXY(Point2D) - Method in class repast.simphony.visualization.grid.GridShape
-
Gets the x,y location that corresponds to the specified mouse pixel point.
- getY() - Method in class repast.simphony.space.continuous.NdPoint
-
Gets the y coordinate.
- getY() - Method in class repast.simphony.space.delaunay.TriangulationPoint
- getY() - Method in class repast.simphony.space.grid.GridPoint
-
Gets the y coordinate.
- getY() - Method in class repast.simphony.visualization.cgd.graph.CGDNode
- getY() - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
- getY() - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
- getY(double...) - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyle3D
- getY(double...) - Method in class repast.simphony.visualization.visualization3D.style.DefaultValueLayerStyle3D
-
Gets the Y (height) value for the specified coordinates.
- getY(double...) - Method in interface repast.simphony.visualization.visualization3D.style.ValueLayerStyle3D
-
Gets the Y (height) value for the specified coordinates.
- getY(int, int) - Method in class repast.simphony.chart2.StaticHistogramDataset
- getY(Object) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Returns the y coordinate of the vertex from the Coordinates object.
- getYAxisLabel() - Method in class repast.simphony.chart2.AbstractXYChartCreator
- getYAxisLabel() - Method in class repast.simphony.chart2.engine.ChartDescriptor
- getYcor() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the y coordinate of a turtle.
- getYcor() - Method in interface repast.simphony.relogo.Turtle
-
Returns the y coordinate of a turtle.
- getYdim() - Method in class repast.simphony.relogo.factories.RLWorldDimensions
- getYdim() - Method in class repast.simphony.relogo.RLDimensions
- getYDisp() - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout.FRVertexData
- getYFactor() - Method in class repast.simphony.visualization.visualization3D.MouseRotate
-
Return the y-axis movement multipler.
- getYFactor() - Method in class repast.simphony.visualization.visualization3D.MouseTranslate
-
Return the y-axis movement multipler.
- getYMax() - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
- getYMin() - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
- getYScale() - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
- getYSize() - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
- getYValue(int, int) - Method in class repast.simphony.chart2.StaticHistogramDataset
- getZ() - Method in class repast.simphony.space.continuous.NdPoint
-
Gets the z coordinate.
- getZ() - Method in class repast.simphony.space.grid.GridPoint
-
Gets the z coordinate.
- getZ() - Method in class repast.simphony.visualization.visualization3D.layout.DimensionLocal
- getZ() - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
- getZDisp() - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout.FRVertexData
- getZeta() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the default Zeta distribution.
- getZeta() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default Zeta distribution.
- getZeta() - Method in interface repast.simphony.random.RandomRegistry
-
Gets the default Zeta distribution.
- GIS - Enum constant in enum class repast.simphony.engine.environment.GUIRegistryType
- GIS_FRAME_UPDATE_INTERVAL - Static variable in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- GIS3DDisplayWizardStepCreator - Class in repast.simphony.gis.visualization.engine
-
Adds wizard step panels to the Display editor for GIS3D displays.
- GIS3DDisplayWizardStepCreator() - Constructor for class repast.simphony.gis.visualization.engine.GIS3DDisplayWizardStepCreator
- GIS3DOptionsPanel - Class in repast.simphony.visualization.gui
-
Panel for GIS options step
- GIS3DOptionsPanel() - Constructor for class repast.simphony.visualization.gui.GIS3DOptionsPanel
- GIS3DOptionStep - Class in repast.simphony.visualization.gui
-
Display wizard step for setting GIS 3D options
- GIS3DOptionStep() - Constructor for class repast.simphony.visualization.gui.GIS3DOptionStep
- GIS3DVisualizationRegistryData - Class in repast.simphony.gis.visualization.engine
- GIS3DVisualizationRegistryData() - Constructor for class repast.simphony.gis.visualization.engine.GIS3DVisualizationRegistryData
- GISAdder<T> - Interface in repast.simphony.space.gis
-
Interface for classes that wish to add objects to a real, geographic space.
- GISAddHandler - Class in repast.simphony.visualization.editor.gis
-
Deprecated.2D piccolo based code is being removed
- GISAddHandler(PGISCanvas, DisplayEditorGIS) - Constructor for class repast.simphony.visualization.editor.gis.GISAddHandler
-
Deprecated.
- GISAddListener - Class in repast.simphony.visualization.editor.gis
-
Deprecated.2D piccolo based code is being removed
- GISAddListener(DisplayGIS, GISAddHandler) - Constructor for class repast.simphony.visualization.editor.gis.GISAddListener
-
Deprecated.
- GISAgentSelectionStep - Class in repast.simphony.gis.visualization.engine
-
Deprecated.2D piccolo based code is being removed
- GISAgentSelectionStep() - Constructor for class repast.simphony.gis.visualization.engine.GISAgentSelectionStep
-
Deprecated.
- GISCompositeControllerActionCreator - Class in repast.simphony.gis.engine
- GISCompositeControllerActionCreator() - Constructor for class repast.simphony.gis.engine.GISCompositeControllerActionCreator
- GISConstants - Interface in repast.simphony.space.gis
-
GIS constant values.
- GISDisplayData<T> - Class in repast.simphony.gis.visualization.engine
-
Provides GIS Display used for initialization of the display.
- GISDisplayData(Context<T>) - Constructor for class repast.simphony.gis.visualization.engine.GISDisplayData
- GISDisplayDescriptor - Class in repast.simphony.gis.visualization.engine
-
Display descriptor for GIS displays.
- GISDisplayDescriptor(String) - Constructor for class repast.simphony.gis.visualization.engine.GISDisplayDescriptor
- GISDisplayDescriptor(DisplayDescriptor) - Constructor for class repast.simphony.gis.visualization.engine.GISDisplayDescriptor
- GISDisplayDescriptor.VIEW_TYPE - Enum Class in repast.simphony.gis.visualization.engine
- GISDisplayDescriptorFactory - Class in repast.simphony.gis.visualization.engine
- GISDisplayDescriptorFactory() - Constructor for class repast.simphony.gis.visualization.engine.GISDisplayDescriptorFactory
- GisDisplayMediator - Class in repast.simphony.gis.display
-
Deprecated.2D piccolo based code is being removed
- GisDisplayMediator() - Constructor for class repast.simphony.gis.display.GisDisplayMediator
-
Deprecated.
- GISDisplayValidator - Class in repast.simphony.gis.visualization.engine
-
Validates GIS displays against the provided list of projection types.
- GISDisplayValidator() - Constructor for class repast.simphony.gis.visualization.engine.GISDisplayValidator
- GISDisplayWizardStepCreator - Class in repast.simphony.gis.visualization.engine
-
Deprecated.Use 3D GIS display instead
- GISDisplayWizardStepCreator() - Constructor for class repast.simphony.gis.visualization.engine.GISDisplayWizardStepCreator
-
Deprecated.
- GISEditorUtilities - Class in repast.simphony.visualization.editor.gis
-
Deprecated.2D piccolo based code is being removed
- GISEditorUtilities() - Constructor for class repast.simphony.visualization.editor.gis.GISEditorUtilities
-
Deprecated.
- GISMoveHandler - Class in repast.simphony.visualization.editor.gis
-
Deprecated.2D piccolo based code is being removed
- GISMoveHandler(PGISCanvas, DisplayGIS, EditorNotifier) - Constructor for class repast.simphony.visualization.editor.gis.GISMoveHandler
-
Deprecated.
- GISNetAddEdgeHandler - Class in repast.simphony.visualization.editor.gis
-
Deprecated.2D piccolo based code is being removed
- GISNetAddEdgeHandler(DisplayEditorGIS, PGISCanvas, DisplayGIS) - Constructor for class repast.simphony.visualization.editor.gis.GISNetAddEdgeHandler
-
Deprecated.
- GISNetworkListener - Class in repast.simphony.space.gis
-
A ProjectionListener implementation for managing Repast network edges in a Repast geography projection.
- GISNetworkListener(Context, Geography, Network) - Constructor for class repast.simphony.space.gis.GISNetworkListener
- GISProbeHandler - Class in repast.simphony.gis.ui.probe
-
Deprecated.2D piccolo based code is being removed
- GISProbeHandler(DisplayGIS) - Constructor for class repast.simphony.gis.ui.probe.GISProbeHandler
-
Deprecated.
- GisProjectionDescriptor - Class in repast.simphony.visualization.gis
-
Projection descriptor for grids.
- GisProjectionDescriptor(ProjectionData) - Constructor for class repast.simphony.visualization.gis.GisProjectionDescriptor
- GISProjectionDescriptorFactory - Class in repast.simphony.gis.visualization.engine
-
ProjectionDescritorFactory for that creates ProjectionDescriptors for GIS displays.
- GISProjectionDescriptorFactory() - Constructor for class repast.simphony.gis.visualization.engine.GISProjectionDescriptorFactory
- GISSelectionHandler - Class in repast.simphony.visualization.editor.gis
-
Deprecated.2D piccolo based code is being removed
- GISSelectionHandler(DisplayGIS, PGISCanvas) - Constructor for class repast.simphony.visualization.editor.gis.GISSelectionHandler
-
Deprecated.
- GISStylePanel - Class in repast.simphony.visualization.gui
-
Deprecated.2D piccolo based code is being removed
- GISStylePanel() - Constructor for class repast.simphony.visualization.gui.GISStylePanel
-
Deprecated.
- GISStyleRegistrar - Class in repast.simphony.gis.visualization.engine
-
Creates GIS3D styles from a style classname.
- GISStyleRegistrar(DisplayGIS3D) - Constructor for class repast.simphony.gis.visualization.engine.GISStyleRegistrar
- GISStyleStep - Class in repast.simphony.visualization.gui
-
Deprecated.2D piccolo based code is being removed
- GISStyleStep() - Constructor for class repast.simphony.visualization.gui.GISStyleStep
-
Deprecated.
- GISVisualizationRegistryData - Class in repast.simphony.gis.visualization.engine
-
Deprecated.Use 3D GIS display instead
- GISVisualizationRegistryData() - Constructor for class repast.simphony.gis.visualization.engine.GISVisualizationRegistryData
-
Deprecated.
- GISVizCompositeControllerActionCreator - Class in repast.simphony.gis.visualization.engine
-
Provides the GIS visualization registry data creator.
- GISVizCompositeControllerActionCreator() - Constructor for class repast.simphony.gis.visualization.engine.GISVizCompositeControllerActionCreator
- glInitialized - Variable in class repast.simphony.visualizationOGL2D.DisplayOGL2D
- GLOBE - Enum constant in enum class repast.simphony.gis.visualization.engine.GISDisplayDescriptor.VIEW_TYPE
- globeLayers - Variable in class repast.simphony.gis.visualization.engine.GISDisplayData
-
Globe layers are the default WWJ layers like the WMS background, stars, etc that can be optionally added to displays.
- globeLayers - Variable in class repast.simphony.gis.visualization.engine.GISDisplayDescriptor
-
Globe layers are the default WWJ layers like the WMS background, stars, etc that can be optionally added to displays.
- globeLayers - Variable in class repast.simphony.visualization.gis3D.DisplayGIS3D
- GlobePositionListener() - Constructor for class repast.simphony.visualization.gis3D.DisplayGIS3D.GlobePositionListener
- go() - Method in class repast.simphony.batch.InteractivBatchRunner
- go() - Method in class repast.simphony.engine.environment.AbstractRunner
- go() - Method in interface repast.simphony.engine.environment.Runner
-
Specifies if the simulation should continue to run (returns true) or if it should stop (returns false).
- go() - Method in class repast.simphony.ui.GUIScheduleRunner
- go() - Method in class repast.simphony.ws.ScheduleRunner
- goRoot() - Method in class repast.simphony.integration.BeanBuilder
-
Sets the current object to be the root object.
- goRoot() - Method in class repast.simphony.integration.JDOMBuilder
-
Goes to the root of the DOM tree.
- goRoot() - Method in interface repast.simphony.integration.OutputBuilder
-
Goes to the root in the hierarchy.
- goUp() - Method in class repast.simphony.integration.BeanBuilder
-
Sets the current object up a level in the hierarchy.
- goUp() - Method in class repast.simphony.integration.JDOMBuilder
-
Goes up a level in the DOM tree.
- goUp() - Method in interface repast.simphony.integration.OutputBuilder
-
Goes up a level in the hierarchy.
- graph - Variable in class repast.simphony.space.graph.JungNetwork
- GraphExecutor<E> - Interface in repast.simphony.engine.graph
-
Interface for objects that will perform execution on a graph.
- GraphicalBuilderOption - Class in repast.simphony.dataLoader.ui.wizard.builder
- GraphicalBuilderOption() - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.GraphicalBuilderOption
- GraphParams<E> - Class in repast.simphony.engine.graph
-
An object used to hold parameters for use when executing graphs.
- GraphParams(E, E, double) - Constructor for class repast.simphony.engine.graph.GraphParams
-
Constructs this GraphParams object holding the specified values.
- GraphScheduleUtilities - Class in repast.simphony.engine.graph
-
Utilities for working with the schedule.
- GraphScheduleUtilities() - Constructor for class repast.simphony.engine.graph.GraphScheduleUtilities
- GraphUtil - Class in repast.simphony.visualization.cgd.graph
- GraphUtil() - Constructor for class repast.simphony.visualization.cgd.graph.GraphUtil
- gray() - Static method in class repast.simphony.relogo.Utility
-
Returns the numerical value corresponding to the color gray.
- GREATER_THAN - Enum constant in enum class repast.simphony.ui.table.NamedRowFilter.Operator
- GREATER_THAN_OR_EQUALS - Enum constant in enum class repast.simphony.ui.table.NamedRowFilter.Operator
- green() - Static method in class repast.simphony.relogo.Utility
-
Returns the numerical value corresponding to the color green.
- greenMethodName - Variable in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- greenMethodName - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
- grid - Variable in class repast.simphony.query.space.grid.AbstractGridQuery
- grid - Variable in class repast.simphony.query.space.grid.GridCellNgh
- Grid<T> - Interface in repast.simphony.space.grid
-
Interface for classes implementing grid type projection space.
- GRID - Enum constant in enum class repast.simphony.scenario.data.ProjectionType_old
- GRID_3D_DECORATOR - Static variable in class repast.simphony.visualization.grid.Grid3DProjectionDecorator
- GRID_DECORATOR - Static variable in interface repast.simphony.visualization.grid.GridDecorator
- GRID_TYPE - Static variable in class repast.simphony.scenario.data.ProjectionData
- Grid2DLayout - Class in repast.simphony.visualization.grid
-
Layout for a 2D single occupancy grid.
- Grid2DLayout() - Constructor for class repast.simphony.visualization.grid.Grid2DLayout
- Grid2DLayout(Grid) - Constructor for class repast.simphony.visualization.grid.Grid2DLayout
- Grid2DProjectionDecorator - Class in repast.simphony.visualization.grid
-
2D grid decorator that decorates a grid projection with a 2D grid.
- Grid2DProjectionDecorator() - Constructor for class repast.simphony.visualization.grid.Grid2DProjectionDecorator
- Grid3DLayout - Class in repast.simphony.visualization.grid
-
3D Layout for a 2D or 3D single occupancy grid.
- Grid3DLayout() - Constructor for class repast.simphony.visualization.grid.Grid3DLayout
- Grid3DProjectionDecorator - Class in repast.simphony.visualization.grid
-
Decorator for 2D and 3D grids when displayed in 3D.
- Grid3DProjectionDecorator() - Constructor for class repast.simphony.visualization.grid.Grid3DProjectionDecorator
- GridAdder<T> - Interface in repast.simphony.space.grid
- GridAddHandler - Class in repast.simphony.visualization.editor
-
Deprecated.2D piccolo based code is being removed
- GridAddHandler(PCanvas, DisplayEditor2D, Grid) - Constructor for class repast.simphony.visualization.editor.GridAddHandler
-
Deprecated.
- GridAddListener - Class in repast.simphony.visualization.editor
-
Deprecated.2D piccolo based code is being removed
- GridAddListener(Grid, GridAddHandler) - Constructor for class repast.simphony.visualization.editor.GridAddListener
-
Deprecated.
- GridBuilderParameters<T> - Class in repast.simphony.space.grid
-
Parameters for creating grids.
- GridBuilderParameters(GridPointTranslator, GridAdder<T>, boolean, int...) - Constructor for class repast.simphony.space.grid.GridBuilderParameters
-
Creates parameters with the specified border rule, adder, multi occupancy and dimensions.
- GridBuilderParameters(GridPointTranslator, GridAdder<T>, boolean, int[], int[]) - Constructor for class repast.simphony.space.grid.GridBuilderParameters
-
Creates parameters with the specified border rule, adder, multi occupancy, dimensions and origin.
- GridCell<T> - Class in repast.simphony.query.space.grid
-
Encapsulates a Grid point location and the objects at that point.
- GridCell - Class in repast.simphony.valueLayer
-
Encapsulates a grid location and value.
- GridCell(double, int...) - Constructor for class repast.simphony.valueLayer.GridCell
- GridCell(GridPoint, Class<T>) - Constructor for class repast.simphony.query.space.grid.GridCell
-
Creates a GridCell for the specified point.
- GridCellNgh<T> - Class in repast.simphony.query.space.grid
-
Retrieves the MooreNeighborhood around a particular GridPoint.
- GridCellNgh(Grid<? extends Object>, GridPoint, Class<T>, int...) - Constructor for class repast.simphony.query.space.grid.GridCellNgh
-
Creates a GridCellNgh using the specified grid, point, type and extent.
- GridConverter - Class in repast.simphony.xml
-
XStream converter for ContextGrids, the default grid type in simphony.
- GridConverter() - Constructor for class repast.simphony.xml.GridConverter
- gridCoverage - Variable in class repast.simphony.space.gis.RasterLayer
- GridDecorator - Interface in repast.simphony.visualization.grid
-
Constants for grid decoration.
- GridDimensions - Class in repast.simphony.space.grid
-
Encapsulates the dimensions of a space in N dimensions.
- GridDimensions(double...) - Constructor for class repast.simphony.space.grid.GridDimensions
-
Creates a Dimensions from the specified array.
- GridDimensions(double[], double[]) - Constructor for class repast.simphony.space.grid.GridDimensions
-
Creates a Dimensions from the specified array.
- GridDimensions(int...) - Constructor for class repast.simphony.space.grid.GridDimensions
-
Creates a Dimensions from the specified array.
- GridDimensions(int[], int[]) - Constructor for class repast.simphony.space.grid.GridDimensions
-
Creates a Dimensions from the specified array.
- GridFactory - Interface in repast.simphony.context.space.grid
- GridFactoryFinder - Class in repast.simphony.context.space.grid
- GridFactoryFinder() - Constructor for class repast.simphony.context.space.grid.GridFactoryFinder
- GridFunction - Interface in repast.simphony.valueLayer
-
Callback type function interface for classes that can be passed to a GridValueLayer for each method.
- gridLineColor - Variable in class repast.simphony.chart2.engine.ChartDescriptor
- GridLocationProbe - Class in repast.simphony.ui.probe
-
Probe of an objects location in a grid.
- GridLocationProbe(Object, Grid<?>) - Constructor for class repast.simphony.ui.probe.GridLocationProbe
- GridLocationToolTip - Class in repast.simphony.visualization.editor
-
Deprecated.2D piccolo based code is being removed
- GridLocationToolTip(PCamera) - Constructor for class repast.simphony.visualization.editor.GridLocationToolTip
-
Deprecated.
- GridMoveHandler - Class in repast.simphony.visualization.editor
-
Deprecated.2D piccolo based code is being removed
- GridMoveHandler(PCanvas, Display2D, Grid, List<Network>, EditorNotifier) - Constructor for class repast.simphony.visualization.editor.GridMoveHandler
-
Deprecated.
- GridPoint - Class in repast.simphony.space.grid
-
Represents an n-dimensional discrete point in a grid.
- GridPoint(int...) - Constructor for class repast.simphony.space.grid.GridPoint
-
Creates a GridPoint from the passed in array of points.
- GridPointTranslator - Interface in repast.simphony.space.grid
-
Interface for classes that will translate a point by some specified amount.
- GridPointTranslatorDecorator - Interface in repast.simphony.space.grid
-
This represents a
PointTranslator
that performs an operation using its methods, and then after it has finished doing its translations will pass its result to anotherPointTranslator
. - GridProjectionBuilder - Class in repast.simphony.dataLoader.engine
-
Builds a grid projection based on SGrid data.
- GridProjectionBuilder() - Constructor for class repast.simphony.dataLoader.engine.GridProjectionBuilder
- GridProjectionDescriptor - Class in repast.simphony.visualization.grid
-
Projection descriptor for grids.
- GridProjectionDescriptor(ProjectionData) - Constructor for class repast.simphony.visualization.grid.GridProjectionDescriptor
- GridProjectionDryer2 - Class in repast.simphony.freezedry.freezedryers.proj
-
A projection layer that builds a
ContinuousSpace
. - GridProjectionDryer2() - Constructor for class repast.simphony.freezedry.freezedryers.proj.GridProjectionDryer2
- GridShape - Class in repast.simphony.visualization.grid
-
Grid shaped PNode that can convert a point to row, column coordinates.
- GridShape(float, Color, int, int) - Constructor for class repast.simphony.visualization.grid.GridShape
- GridStyleStep - Class in repast.simphony.visualization.gui
- GridStyleStep() - Constructor for class repast.simphony.visualization.gui.GridStyleStep
- GridValueLayer - Class in repast.simphony.valueLayer
-
A grid value layer.
- GridValueLayer(String, boolean, int...) - Constructor for class repast.simphony.valueLayer.GridValueLayer
-
Creates a GridValueLayer with the specified name, density, and dimensions.
- GridValueLayer(String, boolean, GridPointTranslator, int...) - Constructor for class repast.simphony.valueLayer.GridValueLayer
-
Creates a GridValueLayer with the specified name, density, translator, and dimensions.
- GridValueLayer(String, double, boolean, int...) - Constructor for class repast.simphony.valueLayer.GridValueLayer
-
Creates a GridValueLayer with the specified name, density, defaultValue and dimensions.
- GridValueLayer(String, double, boolean, GridPointTranslator, int...) - Constructor for class repast.simphony.valueLayer.GridValueLayer
-
Creates a GridValueLayer with the specified name, defaultValue, density, translator and dimensions.
- GridValueLayer(String, double, boolean, GridPointTranslator, int[], int[]) - Constructor for class repast.simphony.valueLayer.GridValueLayer
-
Creates a GridValueLayer with the specified name, defaultValue, density, translator and dimensions.
- GridValueLayerConverter - Class in repast.simphony.xml
-
XStream converter for GridValueLayers.
- GridValueLayerConverter() - Constructor for class repast.simphony.xml.GridValueLayerConverter
- GridWithin<T> - Class in repast.simphony.query.space.grid
-
A within type query over a grid space.
- GridWithin(Context<T>, T, double) - Constructor for class repast.simphony.query.space.grid.GridWithin
-
Creates a GridWithin query that will find all the objects within the specified distance of the specified object in all the grid spaces in the specified context.
- GridWithin(Grid<T>, T, double) - Constructor for class repast.simphony.query.space.grid.GridWithin
-
Creates a GridWithin query that will find all the objects within the specified distance of the specified object in the specified space.
- GroovyRunner - Class in repast.simphony.parameter.groovy
-
Runs a groovy file to setup a parameter sweep.
- GroovyRunner(File) - Constructor for class repast.simphony.parameter.groovy.GroovyRunner
- group - Variable in class repast.simphony.visualization.visualization3D.AbstractLabel
- groupToExecute - Variable in class repast.simphony.engine.schedule.Schedule
- GuardCondition<T> - Interface in repast.simphony.statecharts
- GUI_PLUGIN_ID - Static variable in class repast.simphony.ui.RSGUIConstants
- GUIContextActionBuilder - Class in repast.simphony.dataLoader.ui.wizard.builder
- GUIContextActionBuilder() - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.GUIContextActionBuilder
- GUIParametersManager - Class in repast.simphony.ui
-
Manages gui parameters such that parameters can be changed in the gui and then reset back to some set of default parameters.
- GUIParametersManager(Parameters, ParametersUI) - Constructor for class repast.simphony.ui.GUIParametersManager
- GUIRegistry - Interface in repast.simphony.engine.environment
-
This interface represents an object that contains GUI elements generated for a simulation and that are to be displayed to the user.
- GUIRegistryType - Enum Class in repast.simphony.engine.environment
-
Enumeration of types that can be displayed in the visualization area of the GUI.
- GUIScheduleRunner - Class in repast.simphony.ui
-
This class executes the model schedule found in the RunState's ScheduleRegistry.
- GUIScheduleRunner() - Constructor for class repast.simphony.ui.GUIScheduleRunner
H
- handle(DataFileReader, OutputBuilder<?, ?>, Element) - Method in enum class repast.simphony.integration.DataFileElementReader
-
Handles the specified node.
- handle(DataFileWriter, Object, Element) - Method in enum class repast.simphony.integration.DataFileElementWriter
-
Handles the specified nodeToParse.
- handleCursorPositionChange(PositionEvent) - Method in class repast.simphony.visualization.gis3D.RepastStatusBar
- handleIOException(IOException) - Method in class repast.simphony.util.Scanner
- handleRemove(Object) - Method in class repast.simphony.context.AbstractContext
- handles(Class) - Method in class repast.simphony.freezedry.freezedryers.ArrayFreezeDryer
- handles(Class) - Method in class repast.simphony.freezedry.freezedryers.BinaryFreezeDryer
- handles(Class) - Method in class repast.simphony.freezedry.freezedryers.PrimitiveFreezeDryer
- handles(Class) - Method in class repast.simphony.freezedry.PrimitiveArrayFreezeDryer
- handles(Class<?>) - Method in interface repast.simphony.freezedry.FreezeDryer
- handles(Class<?>) - Method in class repast.simphony.freezedry.freezedryers.BigDecimalFreezeDryer
- handles(Class<?>) - Method in class repast.simphony.freezedry.freezedryers.ClassFreezeDryer
- handles(Class<?>) - Method in class repast.simphony.freezedry.freezedryers.CollectionFreezeDryer
- handles(Class<?>) - Method in class repast.simphony.freezedry.freezedryers.ContextFreezeDryer
- handles(Class<?>) - Method in class repast.simphony.freezedry.freezedryers.DefaultFreezeDryer
- handles(Class<?>) - Method in class repast.simphony.freezedry.freezedryers.MapFreezeDryer
- handles(Class<?>) - Method in class repast.simphony.freezedry.freezedryers.proj.ContinuousProjectionDryer
-
Returns true for
ContinuousSpace
s. - handles(Class<?>) - Method in class repast.simphony.freezedry.freezedryers.proj.GridProjectionDryer2
-
Returns true for
ContinuousSpace
s. - handles(Class<?>) - Method in class repast.simphony.freezedry.freezedryers.proj.NetworkProjectionDryer
-
Returns true when the type could be casted to
Network
. - handles(Class<?>) - Method in class repast.simphony.freezedry.freezedryers.proj.ProjectionDryer
-
This should return true if the implementation handles projections of the given type.
- handles(Class<?>) - Method in class repast.simphony.freezedry.freezedryers.QuantityFreezeDryer
- handles(Class<?>) - Method in class repast.simphony.gis.freezedry.GeographyProjectionDryer
-
Returns true for
ContinuousSpace
s. - handles(Class<?>) - Method in class repast.simphony.gis.freezedry.GeometryFreezeDryer
- handles(String) - Method in enum class repast.simphony.freezedry.ArrayValueHandler
-
Retrieves if this handler handles the specified type of array.
- handlesProjectionType(String) - Method in class repast.simphony.gis.visualization.engine.GIS3DVisualizationRegistryData
- handlesProjectionType(String) - Method in class repast.simphony.gis.visualization.engine.GISVisualizationRegistryData
-
Deprecated.
- handlesProjectionType(String) - Method in interface repast.simphony.visualization.engine.VisualizationRegistryData
-
Returns true if this visualization is able to handle the projection type.
- hasChildren() - Method in class repast.simphony.freezedry.FreezeDryedObject
- hasCondition(LayoutUpdater.Condition...) - Method in class repast.simphony.visualization.AbstractLayoutUpdater
- hasCustomUserPanelDefined() - Method in class repast.simphony.ui.RSApplication
- hasCustomUserPanelDefined() - Method in class repast.simphony.ui.RSGui
- hash(int, boolean) - Static method in class repast.simphony.util.HashCodeUtil
-
booleans.
- hash(int, char) - Static method in class repast.simphony.util.HashCodeUtil
-
chars.
- hash(int, double) - Static method in class repast.simphony.util.HashCodeUtil
-
doubles.
- hash(int, float) - Static method in class repast.simphony.util.HashCodeUtil
-
floats.
- hash(int, int) - Static method in class repast.simphony.util.HashCodeUtil
-
ints.
- hash(int, long) - Static method in class repast.simphony.util.HashCodeUtil
-
longs.
- hash(int, Object) - Static method in class repast.simphony.util.HashCodeUtil
-
aObject
is a possibly-null object field, and possibly an array. - hashCode() - Method in class repast.simphony.batch.ssh.OutputPattern
- hashCode() - Method in class repast.simphony.context.space.graph.ContextJungNetwork
- hashCode() - Method in class repast.simphony.data2.engine.CustomDataSourceDefinition
- hashCode() - Method in class repast.simphony.data2.engine.MethodDataSourceDefinition
- hashCode() - Method in class repast.simphony.data2.MethodDataSource
- hashCode() - Method in class repast.simphony.engine.environment.RunInfo
-
Returns a hashcode of the rootContext's properties.
- hashCode() - Method in class repast.simphony.engine.schedule.ScheduleParameters
-
Gets the hash code for this schedule parameters.
- hashCode() - Method in class repast.simphony.engine.watcher.NotifierID
- hashCode() - Method in class repast.simphony.parameter.SteppedRange
- hashCode() - Method in class repast.simphony.scenario.data.AgentData
- hashCode() - Method in class repast.simphony.space.continuous.NdPoint
- hashCode() - Method in class repast.simphony.space.Dimensions
- hashCode() - Method in class repast.simphony.space.graph.NetworkEvent
- hashCode() - Method in class repast.simphony.space.grid.GridDimensions
- hashCode() - Method in class repast.simphony.space.grid.GridPoint
- hashCode() - Method in class repast.simphony.ui.probe.ValueLayerProbeObject2D
- hashCode() - Method in class repast.simphony.util.collections.DelegatedIterable
-
Returns a hash code based on the object the method is to be called on and the method to call.
- hashCode() - Method in class repast.simphony.util.collections.Pair
-
Returns a hashCode of this objects first and second elements xor'd.
- hashCode() - Method in class repast.simphony.visualization.gis3D.CoverageProbeObject
- HashCodeUtil - Class in repast.simphony.util
- HashCodeUtil() - Constructor for class repast.simphony.util.HashCodeUtil
- hasListeners() - Method in class repast.simphony.statecharts.StateChartBeginAction
- hasListeners() - Method in class repast.simphony.statecharts.StateChartResolveAction
- hasLocationProbeProvider(Class<?>) - Method in class repast.simphony.ui.probe.ProbeManager
-
Gets whether or no this ProbeManager has an ProbeLocationProivder registered for the specified projection.
- hasMoreToExecute() - Method in class repast.simphony.engine.schedule.ScheduleGroup
- hasMoved() - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
- hasNext() - Method in class repast.simphony.filter.FilteredIterator
- hasNext() - Method in class repast.simphony.space.gis.ShapefileLoader
-
Returns true if there are more features left to process, otherwise false.
- hasNext() - Method in class repast.simphony.util.collections.DelegatedIterator
-
Returns true if the iteration has more elements.
- hasNext() - Method in class repast.simphony.util.collections.FilteredIterator
-
Returns true if the iteration has more elements.
- hasNext() - Method in class repast.simphony.util.collections.IteratorOverIterables
-
Returns true if the iteration has more elements.
- hasNext() - Method in class repast.simphony.util.collections.NaryTree.ChildIterator
-
Returns true if the iteration has more elements.
- hasNext() - Method in class repast.simphony.util.collections.OpenLongToDoubleHashMap.Iterator
-
Check if there is a next element in the map.
- hasNext() - Method in class repast.simphony.util.collections.RandomIterable
-
Returns true if the iteration has more elements.
- hasNext() - Method in class repast.simphony.util.collections.UnremoveableIterator
-
Returns true if the iteration has more elements.
- hasNext() - Method in class repast.simphony.util.IntRange
- hasNext() - Method in class repast.simphony.util.RangeCombination
- hasNext() - Method in class repast.simphony.util.Scanner
-
Returns true if there are some characters left to be returned, otherwise false.
- hasParent() - Method in class repast.simphony.statecharts.old.SimpleState
- hasParent() - Method in class repast.simphony.statecharts.old.State
- hasSubContext() - Method in class repast.simphony.context.AbstractContext
- hasSubContext() - Method in interface repast.simphony.context.Context
-
Method to check if subcontext(s) are present in the context
- hasSubContext() - Method in class repast.simphony.context.FormerDefaultContext
- hasTimestamp() - Method in class repast.simphony.batch.ssh.BaseOutputNamesFinder.FinderOutput
- hasUICreatorFactory(Class<?>) - Method in class repast.simphony.ui.probe.ProbeManager
-
Gets whether or no this ProbeManager has an PPUICreatorFactory registered for the specified class.
- hatch(Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Makes a number of new turtles.
- hatch(Number) - Method in interface repast.simphony.relogo.Turtle
-
Makes a number of new turtles.
- hatch(Number, Closure) - Method in class repast.simphony.relogo.AbstractTurtle
-
Makes a number of new turtles and then executes a set of commands on the created turtles.
- hatch(Number, Closure) - Method in interface repast.simphony.relogo.Turtle
-
Makes a number of new turtles and then executes a set of commands on the created turtles.
- hatch(Number, Closure, Class) - Method in class repast.simphony.relogo.AbstractTurtle
-
Makes a number of new turtles of a specific type and then executes a set of commands on the created turtles.
- hatch(Number, Closure, Class) - Method in interface repast.simphony.relogo.Turtle
-
Makes a number of new turtles of a specific type and then executes a set of commands on the created turtles.
- hatch(Number, Closure, String) - Method in class repast.simphony.relogo.AbstractTurtle
-
Makes a number of new turtles of a specific type and then executes a set of commands on the created turtles.
- hatch(Number, Closure, String) - Method in interface repast.simphony.relogo.Turtle
-
Makes a number of new turtles of a specific type and then executes a set of commands on the created turtles.
- HEADER - Static variable in class repast.simphony.batch.ssh.Configuration
- height - Variable in class repast.simphony.visualization.cgd.graph.CGDNode
- height - Variable in class repast.simphony.visualization.network.EdgeVisualItem
- heightInTree - Variable in class repast.simphony.visualization.cgd.util.ParseClanTree
- hiddenQ - Variable in class repast.simphony.relogo.AbstractLink
- hiddenQ - Variable in class repast.simphony.relogo.AbstractTurtle
- hide() - Method in class repast.simphony.ui.widget.ErrorLog
-
Hides the error log.
- hideLink() - Method in class repast.simphony.relogo.AbstractLink
-
Link appears hidden.
- hideLink() - Method in class repast.simphony.relogo.Link
-
Link appears hidden.
- hideTurtle() - Method in class repast.simphony.relogo.AbstractTurtle
-
Turtle appears hidden.
- hideTurtle() - Method in interface repast.simphony.relogo.Turtle
-
Turtle appears hidden.
- HIGH - Enum constant in enum class repast.simphony.visualization.gis3D.RepastStereoOptionSceneController.RenderQuality
- highlight() - Method in class repast.simphony.statecharts.runtime.UICreatorFactory.StateChartButton
- highlightColor - Variable in class repast.simphony.ui.sparkline.SparklineJComponent
- HillClimber - Class in repast.simphony.parameter.optimizer
-
This is a simple advancement algorithm that will perform a Hill Climbing traversal of the space.
- HillClimber() - Constructor for class repast.simphony.parameter.optimizer.HillClimber
-
Constructs the climber.
- hint - Variable in class repast.simphony.context.FormerDefaultContext
- histogram() - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- HISTOGRAM - Enum constant in enum class repast.simphony.chart2.engine.ChartDescriptor.ChartType
- HistogramActionLoader(File, Object) - Constructor for class repast.simphony.chart2.engine.HistogramControllerActionIO.HistogramActionLoader
- HistogramActionUI - Class in repast.simphony.chart2.gui
-
Provides the scenario tree user inteface for console sink editing.
- HistogramActionUI(HistogramComponentControllerAction) - Constructor for class repast.simphony.chart2.gui.HistogramActionUI
- HistogramChartActionEditorCreator - Class in repast.simphony.chart2.gui
- HistogramChartActionEditorCreator() - Constructor for class repast.simphony.chart2.gui.HistogramChartActionEditorCreator
- HistogramChartCreator - Class in repast.simphony.chart2
-
ChartCreator for creating histogram charts.
- HistogramChartCreator(AbstractHistogramDataset) - Constructor for class repast.simphony.chart2.HistogramChartCreator
- HistogramChartDescriptor - Class in repast.simphony.chart2.engine
-
ChartDescriptor for histogram type charts.
- HistogramChartDescriptor(String) - Constructor for class repast.simphony.chart2.engine.HistogramChartDescriptor
- HistogramChartDescriptor.HistogramType - Enum Class in repast.simphony.chart2.engine
- HistogramChartPropertiesStep - Class in repast.simphony.chart2.wizard
-
Step for configuring non-aggregate data to be displayed by a chart.
- HistogramChartPropertiesStep() - Constructor for class repast.simphony.chart2.wizard.HistogramChartPropertiesStep
- HistogramComponentControllerAction - Class in repast.simphony.chart2.engine
-
ControllerAction responsible for creating DataSets from DataSetDescriptors.
- HistogramComponentControllerAction(HistogramChartDescriptor) - Constructor for class repast.simphony.chart2.engine.HistogramComponentControllerAction
- HistogramControllerActionIO - Class in repast.simphony.chart2.engine
- HistogramControllerActionIO() - Constructor for class repast.simphony.chart2.engine.HistogramControllerActionIO
- HistogramControllerActionIO.HistogramActionLoader - Class in repast.simphony.chart2.engine
- HistogramDataSink - Class in repast.simphony.chart2
-
DataSink that passes data on to a HistogramDataSet.
- HistogramDataSink(String, AbstractHistogramDataset) - Constructor for class repast.simphony.chart2.HistogramDataSink
-
Creates a HistogramDataSink that will update the specified histogram dataset with data from the specified source id.
- HistogramDataStep - Class in repast.simphony.chart2.wizard
-
General Step for creating time series.
- HistogramDataStep() - Constructor for class repast.simphony.chart2.wizard.HistogramDataStep
- HistogramEditorWizard - Class in repast.simphony.chart2.wizard
- HistogramEditorWizard(List<DataSetDescriptor>) - Constructor for class repast.simphony.chart2.wizard.HistogramEditorWizard
- HistogramEditorWizard(List<DataSetDescriptor>, HistogramChartDescriptor) - Constructor for class repast.simphony.chart2.wizard.HistogramEditorWizard
- HistogramMenuItem - Class in repast.simphony.chart2.gui
-
Implements the "Add Time Series Chart" menu item.
- HistogramMenuItem() - Constructor for class repast.simphony.chart2.gui.HistogramMenuItem
- HistogramPropertiesStep - Class in repast.simphony.chart2.wizard
-
Step for configuring histogram properties.
- HistogramPropertiesStep() - Constructor for class repast.simphony.chart2.wizard.HistogramPropertiesStep
- HistogramUpdateListener - Interface in repast.simphony.chart2
- HistogramWizardModel - Class in repast.simphony.chart2.wizard
- HistogramWizardModel(List<DataSetDescriptor>) - Constructor for class repast.simphony.chart2.wizard.HistogramWizardModel
- HistogramWizardModel(List<DataSetDescriptor>, HistogramChartDescriptor) - Constructor for class repast.simphony.chart2.wizard.HistogramWizardModel
- HistoryState<T> - Class in repast.simphony.statecharts
- HistoryState(String, boolean) - Constructor for class repast.simphony.statecharts.HistoryState
- HistoryStateBuilder<T> - Class in repast.simphony.statecharts
- HistoryStateBuilder(String) - Constructor for class repast.simphony.statecharts.HistoryStateBuilder
- HistoryStateBuilder(String, boolean) - Constructor for class repast.simphony.statecharts.HistoryStateBuilder
- home() - Method in class repast.simphony.relogo.AbstractTurtle
-
Turtle goes to (0,0).
- home() - Method in interface repast.simphony.relogo.Turtle
-
Turtle goes to (0,0).
- homeDirField - Variable in class repast.simphony.data.analysis.BrowseForHomeStep
- homeStep - Variable in class repast.simphony.data.analysis.AnalysisPluginWizard
- HORIZONTAL - Enum constant in enum class repast.simphony.gis.styleEditor.PaletteIcon.Orientation
- hoverProbe - Variable in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- hoverProbeBox - Variable in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- hsb(Number, Number, Number) - Static method in class repast.simphony.relogo.Utility
-
Returns a rgb color list.
- hSpacer1 - Variable in class repast.simphony.visualization.gui.AgentSelectionPanel
- ht() - Method in class repast.simphony.relogo.AbstractTurtle
-
Turtle appears hidden.
- ht() - Method in interface repast.simphony.relogo.Turtle
-
Turtle appears hidden.
I
- IAction - Interface in repast.simphony.engine.schedule
-
Interface for executable object.
- IActionFactory - Interface in repast.simphony.engine.schedule
-
Factory for producing IActions to be executed by a Schedule.
- IActionParameterPair - Class in repast.simphony.engine.schedule
-
A simple pair object containing an IAction and ScheduleParameters.
- IActionParameterPair(IAction, ScheduleParameters) - Constructor for class repast.simphony.engine.schedule.IActionParameterPair
-
Creates an IActionParameterPair from the specified IAction and parameters.
- IBooleanExpression - Interface in repast.simphony.engine.watcher.query
- icon - Variable in class repast.simphony.ws.DisplayProperties
- IconFactory2D - Class in repast.simphony.visualization.gui.styleBuilder
-
Simple 2D icon factory based adapted from the Geotools WellKnownMarkFactory.
- IconFactory2D() - Constructor for class repast.simphony.visualization.gui.styleBuilder.IconFactory2D
- iconFile2D - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
- IconFile2DFilter - Class in repast.simphony.visualization.gui.styleBuilder
- IconFile2DFilter() - Constructor for class repast.simphony.visualization.gui.styleBuilder.IconFile2DFilter
- iconified - Variable in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- iconified - Variable in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
- iconified - Variable in class repast.simphony.visualizationOGL2D.DisplayOGL2D
- iconified() - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- iconified() - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
- iconified() - Method in interface repast.simphony.visualization.IDisplay
-
Notifies this IDisplay that its associated gui widget has been iconified.
- iconified() - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.Notifies this IDisplay that its associated gui widget has been iconified.
- iconified() - Method in class repast.simphony.visualization.visualization3D.Display3D
-
Notifies this IDisplay that its associated gui widget has been iconified.
- iconified() - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
- IconRotator - Class in repast.simphony.ui.widget
-
Rotates an icon on a JButton.
- IconRotator(JButton, ImageIcon) - Constructor for class repast.simphony.ui.widget.IconRotator
- IControllerRegistryBuilder - Interface in repast.simphony.ui
- IconUtils - Class in repast.simphony.ui.widget
- IconUtils() - Constructor for class repast.simphony.ui.widget.IconUtils
- iconWidth - Variable in class repast.simphony.gis.legend.LegendModel
-
Deprecated.
- id - Variable in class repast.simphony.data2.AbstractDataSet
- id - Variable in class repast.simphony.data2.builder.AbstractDataSetBuilder
- id - Variable in class repast.simphony.engine.watcher.query.SimpleNode
- id - Variable in class repast.simphony.scenario.data.AttributeContainer
- id - Variable in class repast.simphony.space.gis.FeatureAgent
- id - Variable in class repast.simphony.statecharts.AbstractStateBuilder
- id - Variable in class repast.simphony.visualization.cgd.util.Clan
- id - Variable in class repast.simphony.visualizationOGL2D.NamedSpatialSoure
- id - Variable in class repast.simphony.ws.DisplayProperties
- id - Variable in class repast.simphony.ws.DisplayServer
- id() - Element in annotation interface repast.simphony.engine.watcher.Watch
-
Identifier for this Watch.
- ID - Static variable in class repast.simphony.data2.BatchRunDataSource
- ID - Static variable in class repast.simphony.data2.RandomSeedDataSource
- ID - Static variable in class repast.simphony.data2.TickCountDataSource
- ID_A - Static variable in interface repast.simphony.scenario.data.ContextFileIOConstants
- ID_COL - Static variable in class repast.simphony.freezedry.AbstractDataSource
-
Name of the column used to identify objects.
- ID_MARKER - Static variable in interface repast.simphony.freezedry.FreezeDryer
- idCounter - Variable in class repast.simphony.ws.DisplayServer
- IDisplay - Interface in repast.simphony.visualization
-
Interface for displays used in repast simphony.
- IDisplay.LayoutFrequency - Enum Class in repast.simphony.visualization
-
Enum values for specifying the frequency of laying out a display.
- IDisplayLayer<T> - Interface in repast.simphony.visualization
-
Interface for display layers.
- IDisplayLayer2D - Interface in repast.simphony.visualization.visualization2D
-
Deprecated.replaced by ogl 2D
- IDisplayLayer3D - Interface in repast.simphony.visualization.visualization3D
- IGNORE - Enum constant in enum class repast.simphony.chart2.OutOfRangeHandling
- IGNORE_DATA_TARGET - Static variable in class repast.simphony.integration.DataFileUtils
- IGraphSchedule - Interface in repast.simphony.engine.graph
-
A schedule that will schedule graphs.
- IGridValueLayer - Interface in repast.simphony.valueLayer
-
Interface for grid style value layers.
- IllegalParameterException - Exception in repast.simphony.parameter
-
Exception thrown when illegally setting a parameter via Parameters.
- IllegalParameterException() - Constructor for exception repast.simphony.parameter.IllegalParameterException
- IllegalParameterException(String) - Constructor for exception repast.simphony.parameter.IllegalParameterException
- IllegalParameterException(String, Throwable) - Constructor for exception repast.simphony.parameter.IllegalParameterException
- IllegalParameterException(Throwable) - Constructor for exception repast.simphony.parameter.IllegalParameterException
- image - Variable in class repast.simphony.engine.watcher.query.Token
-
The string image of the token.
- image - Variable in class repast.simphony.gis.display.PGisLayer
-
Deprecated.
- image - Variable in class repast.simphony.gis.styleEditor.PreviewLabel
- image - Variable in class repast.simphony.ui.sparkline.SparklineJComponent
- Imageable - Interface in repast.simphony.ui
-
Interface for classes that can produce a BufferedImage.
- ImageableJComponentAdapter - Class in repast.simphony.ui
-
Adapts a JComponent to an Imageable.
- ImageableJComponentAdapter(JComponent) - Constructor for class repast.simphony.ui.ImageableJComponentAdapter
-
Constructs a ImageableJComponentAdapter that adapts the specified JComponent.
- ImageSpatialSource - Class in repast.simphony.visualizationOGL2D
-
Registers Spatials using an image (jpg, png, gif) as the source.
- ImageSpatialSource(String, String) - Constructor for class repast.simphony.visualizationOGL2D.ImageSpatialSource
- IMMEDIATE - Enum constant in enum class repast.simphony.engine.watcher.WatcherTriggerSchedule
- ImmediateExecutor - Class in repast.simphony.engine.watcher
-
A trigger scheduler that executes the trigger immediately.
- ImmediateExecutor(NotifierTrigger, IBooleanExpression, int, boolean) - Constructor for class repast.simphony.engine.watcher.ImmediateExecutor
- ImplementingClassesFinder - Class in repast.simphony.userpanel.ui
-
Utility class to find all subclasses of superClass on the classpath entries specified in a scenario's model data.
- ImplementingClassesFinder(Scenario, Class) - Constructor for class repast.simphony.userpanel.ui.ImplementingClassesFinder
- inBounds(double...) - Method in class repast.simphony.valueLayer.ValueLayerDiffuser
-
Returns 1 if the coordinates are in the layer's bounds, otherwise returns 0.0.
- inBuf - Variable in class repast.simphony.engine.watcher.query.SimpleCharStream
- include(RowFilter.Entry<? extends M, ? extends I>) - Method in class repast.simphony.ui.table.BooleanFilter
- include(RowFilter.Entry<? extends M, ? extends I>) - Method in class repast.simphony.ui.table.ComponentFilter
- include(RowFilter.Entry<? extends M, ? extends I>) - Method in class repast.simphony.ui.table.NamedRowFilter
- include(RowFilter.Entry<? extends M, ? extends I>) - Method in class repast.simphony.ui.table.NumberFilter
- include(RowFilter.Entry<? extends M, ? extends I>) - Method in class repast.simphony.ui.table.ObjectFilter
- include(RowFilter.Entry<? extends M, ? extends I>) - Method in class repast.simphony.ui.table.StringFilter
- INCLUDE_COL - Static variable in class repast.simphony.chart2.wizard.SeriesConfigTableModel
- includeBatchRun() - Method in class repast.simphony.data2.engine.DataSetDescriptor
- includeRandomSeed() - Method in class repast.simphony.data2.engine.DataSetDescriptor
- includeTick() - Method in class repast.simphony.data2.engine.DataSetDescriptor
- inCone(Collection, Number, Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns an agentset within a distance and heading cone of the caller.
- inCone(Collection, Number, Number) - Method in interface repast.simphony.relogo.Turtle
-
Returns an agentset within a distance and heading cone of the caller.
- incrementActiveButtons() - Method in class repast.simphony.relogo.ReLogoModel
- incrementDisp(double, double, double) - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout.FRVertexData
- incrementsAreDone() - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
-
Returns true once the current iteration has passed the maximum count, MAX_ITERATIONS.
- INDEPENDENT - Static variable in class repast.simphony.visualization.cgd.util.Clan
- index - Variable in class repast.simphony.data2.AbstractFormatter.ItemFormatter
- index - Variable in class repast.simphony.freezedry.datasource.DFRowData
- index - Variable in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
- index - Variable in class repast.simphony.util.collections.RandomIterable
- IndexedIterable<T> - Interface in repast.simphony.util.collections
-
An iterable that also provides indexed access to the underlying collection.
- indexUnion(TreeSet[], TreeSet) - Method in class repast.simphony.visualization.cgd.util.CGDTreeSet
- InfiniteBorders<T> - Class in repast.simphony.space.continuous
-
This represents an infinite space.
- InfiniteBorders<T> - Class in repast.simphony.space.grid
-
This represents an infinite space.
- InfiniteBorders() - Constructor for class repast.simphony.space.continuous.InfiniteBorders
- InfiniteBorders() - Constructor for class repast.simphony.space.grid.InfiniteBorders
- INFO_CURSOR - Static variable in class repast.simphony.visualization.AbstractDisplay
- init() - Method in class repast.simphony.data2.AbstractDataSet
- init() - Method in interface repast.simphony.data2.DataSet
-
Initializes this DataSet.
- init() - Method in class repast.simphony.engine.environment.AbstractRunner
- init() - Method in interface repast.simphony.engine.environment.Runner
- init() - Static method in class repast.simphony.engine.environment.RunState
- init() - Static method in class repast.simphony.random.RandomHelper
-
Initializes the random helper.
- init() - Static method in class repast.simphony.relogo.styles.PPathBuilder
- init() - Method in class repast.simphony.space.delaunay.DelaunayGraph
- init() - Method in class repast.simphony.ui.table.TableFilterDialog
- init() - Method in class repast.simphony.util.collections.IteratorOverIterables
-
Initializes the iterator.
- init() - Method in class repast.simphony.visualization.editor.ContSpaceMoveHandler
-
Deprecated.Initializes this listener.
- init() - Method in class repast.simphony.visualization.editor.gis.GISAddHandler
-
Deprecated.
- init() - Method in class repast.simphony.visualization.editor.gis.GISMoveHandler
-
Deprecated.Initializes this listener.
- init() - Method in class repast.simphony.visualization.editor.gis.GISNetAddEdgeHandler
-
Deprecated.Initializes this listener.
- init() - Method in class repast.simphony.visualization.editor.gis.GISSelectionHandler
-
Deprecated.Initializes this listener.
- init() - Method in class repast.simphony.visualization.editor.GridAddHandler
-
Deprecated.
- init() - Method in class repast.simphony.visualization.editor.GridLocationToolTip
-
Deprecated.
- init() - Method in class repast.simphony.visualization.editor.GridMoveHandler
-
Deprecated.Initializes this listener.
- init() - Method in class repast.simphony.visualization.editor.NetAddEdgeHandler
-
Deprecated.Initializes this listener.
- init() - Method in class repast.simphony.visualization.editor.NetMoveHandler
-
Deprecated.Initializes this listener.
- init() - Method in interface repast.simphony.visualization.editor.PEditorEventListener
-
Deprecated.Initializes this listener.
- init() - Method in class repast.simphony.visualization.editor.SelectionHandler
-
Deprecated.Initializes this listener.
- init() - Method in class repast.simphony.visualization.editor.SpaceAddHandler
-
Deprecated.
- init() - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.Initializes the display.
- init() - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
- init() - Method in interface repast.simphony.visualization.IDisplay
-
Initializes the display.
- init() - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- init() - Method in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
- init() - Method in class repast.simphony.visualization.visualization3D.Display3D
- init() - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
- init() - Method in class repast.simphony.ws.DisplayServer
- init() - Method in class repast.simphony.ws.DisplayServer2D
- init() - Method in class repast.simphony.ws.gis.DisplayServerGIS
- init() - Method in class repast.simphony.ws.ScheduleRunner
- init(double) - Method in interface repast.simphony.parameter.optimizer.CoolingSchedule
- init(double) - Method in class repast.simphony.parameter.optimizer.DefaultExponentialCoolingSchedule
- init(GLAutoDrawable, VRoot) - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
- init(Class) - Method in class repast.simphony.gis.styleEditor.ValueTableModel
- init(Class, String, DisplayDescriptor) - Method in class repast.simphony.visualization.gui.styleBuilder.EditedStyleDialog
- init(Class, List<Rule>) - Method in class repast.simphony.gis.styleEditor.ValueTableModel
- init(String) - Static method in class repast.simphony.batch.ssh.SSHSessionFactory
- init(String, String, CartesianDisplayDescriptor) - Method in class repast.simphony.visualization.gui.styleBuilder.EditedValueLayerStyleDialog
- init(List<Rule>) - Method in class repast.simphony.gis.styleEditor.SampleStyleTableModel
- init(List<Rule>, String) - Method in class repast.simphony.gis.styleEditor.ByRangePanelMediator
- init(List<AgentData>, List<AgentData>) - Method in class repast.simphony.visualization.gui.AgentSelectionPanel
- init(Map<String, String>) - Method in class repast.simphony.parameter.xml.AbstractParameterSetterCreator
-
Initializes this ParameterSetterCreator with the specified attributes.
- init(Map<String, String>) - Method in class repast.simphony.parameter.xml.ConstantNumberSetterCreator
-
Initializes this ParameterSetterCreator with the specified attributes.
- init(Map<String, String>) - Method in class repast.simphony.parameter.xml.ListSetterCreator
-
Initializes this ParameterSetterCreator with the specified attributes.
- init(Map<String, String>) - Method in class repast.simphony.parameter.xml.NumberSetterCreator
-
Initializes this ParameterSetterCreator with the specified attributes.
- init(Map<String, String>) - Method in class repast.simphony.parameter.xml.ObjectListSetterCreator
-
Initializes this ParameterSetterCreator with the specified attributes.
- init(PluginManager) - Method in class repast.simphony.dataLoader.ui.DefaultDataLoaderMenuItem
- init(PluginManager) - Method in class repast.simphony.dataLoader.ui.wizard.SpecificClassOption
- init(PluginManager) - Method in class repast.simphony.dataLoader.ui.wizard.XMLLoaderOption
- init(PluginManager) - Method in class repast.simphony.freezedry.gui.FreezerMenuItem
- init(PluginManager) - Method in class repast.simphony.ui.plugin.AbstractEditorMenuItem
-
A null implementation of this method.
- init(PluginManager) - Method in interface repast.simphony.ui.plugin.EditorMenuItem
-
Called when the menu item is being initialized.
- init(PluginManager) - Method in class repast.simphony.util.wizard.AbstractWizardOption
- init(PluginManager) - Method in interface repast.simphony.util.wizard.WizardOption
-
Called when the option is first loaded.
- init(Behavior) - Method in class repast.simphony.visualization.visualization3D.DefaultValueDisplayLayer3D
- init(Behavior) - Method in interface repast.simphony.visualization.visualization3D.ValueDisplayLayer3D
- init(SimpleFeatureType, Rule) - Method in class repast.simphony.gis.styleEditor.RuleEditPanel
- init(SimpleFeatureType, Rule) - Method in class repast.simphony.gis.styleEditor.SymbolEditorDialog
- init(FeatureType, Style) - Method in class repast.simphony.gis.styleEditor.ByRangePanel
- init(FeatureType, Style, FeatureSource<SimpleFeatureType, SimpleFeature>) - Method in class repast.simphony.gis.styleEditor.ByValuePanel
- init(WizardModel) - Method in class repast.simphony.chart2.wizard.AggregateChartStep
- init(WizardModel) - Method in class repast.simphony.chart2.wizard.ChartPropertiesStep
- init(WizardModel) - Method in class repast.simphony.chart2.wizard.HistogramChartPropertiesStep
- init(WizardModel) - Method in class repast.simphony.chart2.wizard.HistogramDataStep
- init(WizardModel) - Method in class repast.simphony.chart2.wizard.HistogramPropertiesStep
- init(WizardModel) - Method in class repast.simphony.chart2.wizard.NonAggregateChartStep
- init(WizardModel) - Method in class repast.simphony.chart2.wizard.TimeSeriesGeneralStep
- init(WizardModel) - Method in class repast.simphony.data2.gui.FileChooserStep
- init(WizardModel) - Method in class repast.simphony.data2.wizard.AggregateSourceStep
- init(WizardModel) - Method in class repast.simphony.data2.wizard.ConsoleSinkPropertiesStep
- init(WizardModel) - Method in class repast.simphony.data2.wizard.DataSetGeneralStep
- init(WizardModel) - Method in class repast.simphony.data2.wizard.FileSinkPropertiesStep
- init(WizardModel) - Method in class repast.simphony.data2.wizard.NonAggregateSourceStep
- init(WizardModel) - Method in class repast.simphony.data2.wizard.SinkDataStep
- init(WizardModel) - Method in class repast.simphony.dataLoader.ui.wizard.builder.ContextBuilderWizardStep
- init(WizardModel) - Method in class repast.simphony.dataLoader.ui.wizard.ClassBuilderStep
- init(WizardModel) - Method in class repast.simphony.dataLoader.ui.wizard.DataLoadingSetupFinish
- init(WizardModel) - Method in class repast.simphony.dataLoader.ui.wizard.XMLFileChooserStep
- init(WizardModel) - Method in class repast.simphony.freezedry.wizard.XMLFileChooserStep
- init(WizardModel) - Method in class repast.simphony.ui.newscenario.FileSelectionPanel
- init(WizardModel) - Method in class repast.simphony.ui.newscenario.ModelInitPanel
- init(WizardModel) - Method in class repast.simphony.ui.newscenario.NewScenarioFinalPanel
- init(WizardModel) - Method in class repast.simphony.ui.newscenario.ScenarioSelectionPanel
- init(WizardModel) - Method in class repast.simphony.util.wizard.ChooseOptionStep
- init(WizardModel) - Method in class repast.simphony.util.wizard.ModelAwarePanelStep
- init(WizardModel) - Method in class repast.simphony.visualization.gui.AgentSelectionStep
- init(WizardModel) - Method in class repast.simphony.visualization.gui.ContinuousStyleStep
- init(WizardModel) - Method in class repast.simphony.visualization.gui.CoverageStyleStep
- init(WizardModel) - Method in class repast.simphony.visualization.gui.EdgeStyleStep
- init(WizardModel) - Method in class repast.simphony.visualization.gui.GeneralStep
- init(WizardModel) - Method in class repast.simphony.visualization.gui.GIS3DOptionStep
- init(WizardModel) - Method in class repast.simphony.visualization.gui.GISStyleStep
-
Deprecated.
- init(WizardModel) - Method in class repast.simphony.visualization.gui.LayerOrderStep
- init(WizardModel) - Method in class repast.simphony.visualization.gui.NameOnlyGeneralStep
- init(WizardModel) - Method in class repast.simphony.visualization.gui.NetLayoutStep
- init(WizardModel) - Method in class repast.simphony.visualization.gui.ScheduleStep
- init(WizardModel) - Method in class repast.simphony.visualization.gui.StyleStep
- init(WizardModel) - Method in class repast.simphony.visualization.gui.ValueLayerStep
- init(Attributes) - Method in class repast.simphony.parameter.xml.AbstractParameterSetterCreator
-
Initializes this ParameterSetterCreator with the specified attributes.
- init(Attributes) - Method in class repast.simphony.parameter.xml.ConstantBooleanSetterCreator
-
Initializes this ParameterSetterCreator with the specified attributes.
- init(Attributes) - Method in class repast.simphony.parameter.xml.ConstantNumberSetterCreator
-
Initializes this ParameterSetterCreator with the specified attributes.
- init(Attributes) - Method in class repast.simphony.parameter.xml.ConstantObjectSetterCreator
-
Initializes this ParameterSetterCreator with the specified attributes.
- init(Attributes) - Method in class repast.simphony.parameter.xml.ConstantStringSetterCreator
-
Initializes this ParameterSetterCreator with the specified attributes.
- init(Attributes) - Method in class repast.simphony.parameter.xml.ListSetterCreator
-
Initializes this ParameterSetterCreator with the specified attributes.
- init(Attributes) - Method in class repast.simphony.parameter.xml.NumberSetterCreator
-
Initializes this ParameterSetterCreator with the specified attributes.
- init(Attributes) - Method in class repast.simphony.parameter.xml.ObjectListSetterCreator
-
Initializes this ParameterSetterCreator with the specified attributes.
- init(Attributes) - Method in interface repast.simphony.parameter.xml.ParameterSetterCreator
-
Initializes this ParameterSetterCreator with the specified attributes.
- init(P) - Method in class repast.simphony.ui.ParameterSelectionDialog
-
Initialize the list for the Parameters object.
- init(P, boolean, boolean) - Method in class repast.simphony.ui.ParameterSelectionDialog
- init(Context) - Method in class repast.simphony.gis.ui.GeographyExportDialog
- init(Context<? extends Object>) - Method in class repast.simphony.ui.widget.NetworkExportDialog
-
Initializes the dialog with any networks contained in the specified Context including all sub-contexts.
- init(DataSetRegistry, boolean, boolean, String, String, String, String) - Method in class repast.simphony.data.analysis.AnalysisPluginWizard
- init(DataSetDescriptor) - Method in class repast.simphony.data2.wizard.CommonSourcePanel
- init(CompletableStep, DataSetDescriptor) - Method in class repast.simphony.data2.wizard.CustomDataSourcePanel
- init(CompletableStep, DataSetWizardModel) - Method in class repast.simphony.data2.wizard.AggMethodSourcePanel
- init(CompletableStep, DataSetWizardModel) - Method in class repast.simphony.data2.wizard.MethodSourcePanel
- init(ControllerRegistry, Object) - Method in class repast.simphony.parameter.bsf.ScriptRunner
-
Initializes the producer with the controller registry and master context id.
- init(ControllerRegistry, Object) - Method in class repast.simphony.parameter.groovy.GroovyRunner
-
Initializes the producer with the controller registry and master context id.
- init(ControllerRegistry, Object) - Method in interface repast.simphony.parameter.SweeperProducer
-
Initializes the producer with the controller registry and master context id.
- init(ControllerRegistry, Object) - Method in class repast.simphony.parameter.xml.AbstractXMLSweeperProducer
-
Initializes the producer with the controller registry and master context id.
- init(ControllerRegistry, Object) - Method in class repast.simphony.parameter.xml.OptimizedXMLSweeperProducer
-
Initializes the producer with the controller registry and master context id.
- init(RunInfo, ScheduleRegistry, GUIRegistry) - Static method in class repast.simphony.engine.environment.RunState
- init(RunState) - Method in class repast.simphony.parameter.groovy.CustomParameterSetter
-
Initializes this CustomParameterSetter with the RunState for the next run.
- init(ISchedule, Runner, Parameters, boolean) - Static method in class repast.simphony.engine.environment.RunEnvironment
-
Initializes a RunEnvironment.
- init(MutableParameters) - Method in class repast.simphony.ui.AddParameterDialog
- init(MutableParameters) - Method in class repast.simphony.ui.RemoveParametersDialog
- init(MutableParameters) - Method in class repast.simphony.ui.sweep.ConsoleWindowDialog
- init(MutableParameters) - Method in class repast.simphony.ui.sweep.ParameterSweepDialog
- init(Parameters) - Method in class repast.simphony.ui.DefaultParamsDialog
- init(Observer) - Method in class repast.simphony.relogo.factories.LinkFactory
- init(Observer) - Method in class repast.simphony.relogo.factories.PatchFactory
- init(Observer) - Method in class repast.simphony.relogo.factories.TurtleFactory
- init(ContextData, String, String, DisplayDescriptor) - Method in class repast.simphony.visualization.gui.styleBuilder.AbstractStyleDialog
- init(ContextData, String, String, DisplayDescriptor) - Method in class repast.simphony.visualization.gui.styleBuilder.SimpleEditedEdgeStyleDialog
- init(ContextData, GISDisplayDescriptor) - Method in class repast.simphony.visualization.gui.GIS3DOptionsPanel
- init(ContextData, DisplayDescriptor) - Method in class repast.simphony.visualization.gui.GISStylePanel
-
Deprecated.Initialize the panel.
- init(Dimensions) - Method in class repast.simphony.space.continuous.AbstractPointTranslator
-
Initializes this with the given dimensions.
- init(Dimensions) - Method in class repast.simphony.space.continuous.BouncyBorders
- init(Dimensions) - Method in class repast.simphony.space.continuous.InfiniteBorders
-
This calls the super's
StickyBorders.init(repast.simphony.space.Dimensions)
method with aDimensions
object that has its dimensions set toDouble.POSITIVE_INFINITY
. - init(Dimensions) - Method in interface repast.simphony.space.continuous.PointTranslator
-
Initializes this with the given dimensions.
- init(Dimensions) - Method in class repast.simphony.space.continuous.StickyBorders
-
Initializes this with the given dimensions.
- init(Dimensions) - Method in class repast.simphony.space.continuous.WrapAroundBorders
-
Initializes this with the given dimensions.
- init(GridDimensions) - Method in class repast.simphony.space.grid.AbstractGridPointTranslator
-
Initializes this with the given dimensions.
- init(GridDimensions) - Method in class repast.simphony.space.grid.BouncyBorders
- init(GridDimensions) - Method in interface repast.simphony.space.grid.GridPointTranslator
-
Initializes this with the given dimensions.
- init(GridDimensions) - Method in class repast.simphony.space.grid.InfiniteBorders
-
This calls the super's
StickyBorders.init(GridDimensions)
method with aGridDimensions
object that has its dimensions set toDouble.POSITIVE_INFINITY
. - init(GridDimensions) - Method in class repast.simphony.space.grid.StickyBorders
-
Initializes this with the given dimensions.
- init(GridDimensions) - Method in class repast.simphony.space.grid.WrapAroundBorders
-
Initializes this with the given dimensions.
- init(RSApplication) - Method in class repast.simphony.statecharts.runtime.UICreatorFactory
- init(RSApplication) - Method in interface repast.simphony.ui.probe.PPUICreatorFactory
-
Initialize this PPUICreatorFactory.
- init(RunOptionsModel) - Method in class repast.simphony.ui.RunOptionsPanel
- init(ErrorLog) - Method in class repast.simphony.ui.RSGui
- init(ValueLayer) - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleOGL2D
- init(ValueLayer) - Method in class repast.simphony.visualization.visualization2D.ValueDisplayLayer2D
-
Deprecated.
- init(ValueLayer) - Method in interface repast.simphony.visualizationOGL2D.ValueLayerStyleOGL
-
Initializes this style with the specified ValueLayer.
- init(DisplayEditor, List<Class>, List<RepastEdge>, int) - Method in class repast.simphony.visualization.editor.AgentEditor
-
Deprecated.
- init(DisplayEditor, List<Network>) - Method in class repast.simphony.visualization.editor.VizEditorForm
-
Deprecated.
- init(Display3D, Group) - Method in class repast.simphony.visualization.continuous.Continuous3DProjectionDecorator
- init(Display3D, Group) - Method in interface repast.simphony.visualization.decorator.ProjectionDecorator3D
-
Initializes the decorator.
- init(Display3D, Group) - Method in class repast.simphony.visualization.grid.Grid3DProjectionDecorator
-
Initializes the decorator by adding a 2 or 3D grid to the parent.
- init(VisualizationProperties, TransformGroup, BranchGroup, Display3D, U) - Method in interface repast.simphony.visualization.visualization3D.ProjectionStyle3D
- init(DisplayOGL2D, VComposite) - Method in class repast.simphony.visualization.continuous.Continuous2DProjectionDecorator
- init(DisplayOGL2D, VComposite) - Method in interface repast.simphony.visualization.decorator.ProjectionDecorator2D
-
Initializes the decorator.
- init(DisplayOGL2D, VComposite) - Method in class repast.simphony.visualization.grid.Grid2DProjectionDecorator
-
Initializes the decorator by adding a grid shape of the appropriate size to the parent.
- init(GUIBarManager) - Method in class repast.simphony.ui.ButtonCoordinator
- init(ShapeFactory2D) - Method in class repast.simphony.visualization.editedStyle.EditedStyleOGL2D
- init(ShapeFactory2D) - Method in class repast.simphony.visualizationOGL2D.DefaultStyleOGL2D
- init(ShapeFactory2D) - Method in interface repast.simphony.visualizationOGL2D.StyleOGL2D
-
Initializes this style with the ShapeFactory2D that should be used to create any VSpatials produced by this style.
- INIT_ID - Static variable in class repast.simphony.ui.RSGUIConstants
- initAddListener(GISAddListener) - Method in class repast.simphony.visualization.editor.gis.DisplayEditorGIS
-
Deprecated.
- initBatch(String, String[]) - Method in class repast.simphony.batch.BatchClassLoader
- initButtons() - Method in class repast.simphony.visualization.gui.AgentSelectionPanel
- initClass(Class) - Method in class repast.simphony.visualization.editor.gis.SelectionDecorator
-
Deprecated.Sets up the artificial selected attribute for the specified object type.
- initColors() - Static method in class repast.simphony.relogo.util.ReLogoSupport
- initColumnData(List<List<ProbedPropertiesFinder.Property>>) - Method in class repast.simphony.ui.table.ProbePropertyTableModel
-
Sets the cell values in each row, column from data in the agent properties list.
- initColumns(List<List<ProbedPropertiesFinder.Property>>) - Method in class repast.simphony.ui.table.ProbePropertyTableModel
-
Configure the columns from data in the agent properties list.
- initComponents() - Method in class repast.simphony.visualization.gui.AgentSelectionPanel
- initData - Variable in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- initData - Variable in class repast.simphony.visualization.gis3D.DisplayGIS3D
- initData - Variable in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- initData - Variable in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
- initDelegate(EdgeCreator) - Method in class repast.simphony.xml.DelegatingEdgeCreator
-
Sets the delegate to the specified EdgeCreator.
- initDistributed() - Static method in class repast.simphony.engine.environment.RunState
- initGlobes(GISDisplayDescriptor.VIEW_TYPE) - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
Initialize the WWJ globe (flat/globe)
- initialize() - Method in class repast.simphony.integration.BeanBuilder
-
Instantiates an instance of the root bean class and starts using it.
- initialize() - Method in class repast.simphony.integration.JDOMBuilder
-
Creates the document to return and it's root element
- initialize() - Method in interface repast.simphony.integration.OutputBuilder
-
Initializes the writer for writing.
- initialize() - Method in class repast.simphony.statecharts.AlwaysTrigger
- initialize() - Method in class repast.simphony.statecharts.ConditionTrigger
- initialize() - Method in class repast.simphony.statecharts.ExponentialDecayRateTrigger
- initialize() - Method in class repast.simphony.statecharts.MessageTrigger
- initialize() - Method in class repast.simphony.statecharts.ProbabilityTrigger
- initialize() - Method in class repast.simphony.statecharts.runtime.StateChartSVGDisplay
- initialize() - Method in enum class repast.simphony.statecharts.StateChartScheduler
-
Initializes the scheduler.
- initialize() - Method in class repast.simphony.statecharts.TimedTrigger
- initialize() - Method in interface repast.simphony.statecharts.Trigger
- initialize() - Method in class repast.simphony.visualization.gui.CoverageStyleClassStep
- initialize() - Method in class repast.simphony.visualization.gui.CoverageStyleStep
-
Initialize sub classes.
- initialize() - Method in class repast.simphony.visualization.gui.LayerOrderStep
- initialize() - Method in class repast.simphony.visualization.gui.StyleClassStep
- initialize() - Method in class repast.simphony.visualization.gui.StyleStep
-
Initialize sub classes.
- initialize() - Method in class repast.simphony.visualization.visualization3D.DataUpdateBehavior
- initialize() - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout.FRVertexData
- initialize() - Method in class repast.simphony.visualization.visualization3D.MouseRotate
- initialize() - Method in class repast.simphony.visualization.visualization3D.MouseTranslate
- initialize() - Method in class repast.simphony.visualization.visualization3D.MouseZoom
- initialize(Dimension) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
- initialize(Dimension, JungVertexLocationFunction) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
- initialize(Scenario, RunEnvironmentBuilder) - Method in class repast.simphony.relogo.ReLogoInitializer
- initialize(Scenario, RunEnvironmentBuilder) - Method in interface repast.simphony.scenario.ModelInitializer
-
Initializes the model context using the specified Scenario and RunEnviromentBuilder.
- initialize(Scenario, RunEnvironmentBuilder) - Method in class repast.simphony.ws.WSInitializer
-
This is ran after the model has been loaded.
- initialize(DefaultStateChart<T>) - Method in class repast.simphony.statecharts.Transition
- initialize(DimensionLocal) - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
- initialize(DimensionLocal, JungVertexLocationFunction) - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
- initialize(Workspace<RSApplication>) - Method in class repast.simphony.data.analysis.AnalysisPluginRunner
- initialize(Workspace<RSApplication>) - Method in class repast.simphony.freezedry.wizard.FreezeDryButtonModel
- initialize(Workspace<RSApplication>) - Method in class repast.simphony.sql.RunSQLModel
- initialize_local() - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
- initialize_local() - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Initializes all local information, and is called immediately within the initialize() process.
- initialize_local_vertex(Object) - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
- initialize_local_vertex(Object) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Initializes the local information on a single vertex.
- initializeBaseObserver(String, Context, TurtleFactory, PatchFactory, LinkFactory, RLWorldDimensions) - Method in class repast.simphony.relogo.AbstractObserver
- initializeBranch(DefaultStateChart<T>) - Method in class repast.simphony.statecharts.BranchState
- initializeLocation(Object, double[], Dimension) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Sets random locations for a vertex within the dimensions of the space.
- initializeLocation(Object, double[], DimensionLocal) - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
-
Sets random locations for a vertex within the dimensions of the space.
- initializeLocations() - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
- initializeLocations() - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
- initializeModel(SVGDocument) - Method in class repast.simphony.statecharts.runtime.StateChartSVGDisplayController
- initializeSourceTexture(DrawContext) - Method in class repast.simphony.visualization.gis3D.RepastSurfaceImage
- initializeState() - Method in class repast.simphony.statecharts.old.CompositeState
- initializeState() - Method in class repast.simphony.statecharts.old.SimpleState
- initializeState() - Method in class repast.simphony.statecharts.old.State
- initializeTrigger() - Method in class repast.simphony.statecharts.old.TimedTransition
- initInstance(WatcheeInstrumentor) - Static method in class repast.simphony.engine.watcher.WatcherTrigger
-
Initializes the WatcherTrigger instance with the specified instrumentor.
- initJAI() - Method in class repast.simphony.gis.engine.JAIInitializer
-
Initialize Java Advanced Imaging library performs init functions for JAI that are needed because Repast uses a custom classloader that prevents JAI from initializing itself automatically.
- initMapContext(MapContent) - Method in class repast.simphony.gis.legend.LegendModel
-
Deprecated.
- initModelArchive(Configuration, String) - Method in class repast.simphony.batch.ssh.LocalSession
-
Initializes the model for running.
- initModelArchive(Configuration, String) - Method in class repast.simphony.batch.ssh.RemoteSession
-
Initializes the model for running.
- initModelArchive(Configuration, String) - Method in interface repast.simphony.batch.ssh.Session
-
Initializes the model for running.
- initMyComponents(String) - Method in class repast.simphony.visualization.gui.styleBuilder.EditedStyleDialog
- initMyComponents(String) - Method in class repast.simphony.visualization.gui.styleBuilder.SimpleEditedEdgeStyleDialog
- initPhysics(boolean) - Method in class repast.simphony.space.physics.DefaultPhysicsSpace
- InitRun - Class in repast.simphony.ui.action
-
Action for initializing a run
- InitRun() - Constructor for class repast.simphony.ui.action.InitRun
- initScene() - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- initSim() - Method in class repast.simphony.ui.RSApplication
-
Initializes a simulation run.
- initSim() - Method in class repast.simphony.ws.OneRunRunner
- initStyle(FeatureTypeStyle) - Method in class repast.simphony.gis.styleEditor.SampleStyleTableModel
- initToolBar(Map<String, TableModel>) - Method in class repast.simphony.ui.table.AgentTablePanel
- inLinkFrom(Turtle) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the directed link from a turtle to the caller.
- inLinkFrom(Turtle) - Method in interface repast.simphony.relogo.Turtle
-
Returns the directed link from a turtle to the caller.
- inLinkNeighborQ(Turtle) - Method in class repast.simphony.relogo.AbstractTurtle
-
Queries if there is a directed link from a turtle to the caller.
- inLinkNeighborQ(Turtle) - Method in interface repast.simphony.relogo.Turtle
-
Queries if there is a directed link from a turtle to the caller.
- inLinkNeighbors() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the agentset with directed links to the caller.
- inLinkNeighbors() - Method in interface repast.simphony.relogo.Turtle
-
Returns the agentset with directed links to the caller.
- innerStyle - Variable in class repast.simphony.visualization.editedStyle.EditedValueLayerStyle2D
- input_stream - Variable in class repast.simphony.engine.watcher.query.QueryParserTokenManager
- inputFile(String) - Method in class repast.simphony.parameter.xml.ParameterSweepParser
-
Method writes out string content to a batch xml file used for temporary data storage.
- inputStream - Variable in class repast.simphony.engine.watcher.query.SimpleCharStream
- inputStream - Variable in class repast.simphony.essentials.DevNull
- inRadius(Collection, Number) - Method in class repast.simphony.relogo.AbstractPatch
-
Returns an agentset within a distance of the caller.
- inRadius(Collection, Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns an agentset within a distance of the caller.
- inRadius(Collection, Number) - Method in interface repast.simphony.relogo.Patch
-
Returns an agentset within a distance of the caller.
- inRadius(Collection, Number) - Method in interface repast.simphony.relogo.Turtle
-
Returns an agentset within a distance of the caller.
- inRadiusUtility(AgentSet, Number, ContinuousSpace, NdPoint) - Static method in class repast.simphony.relogo.JavaUtility
- insert(ISchedulableAction) - Method in class repast.simphony.engine.schedule.ActionQueue
-
Insert the specified action into the queue.
- insert(T) - Method in class repast.simphony.util.PriorityQueue
-
Insert the specified item into the queue.
- insertAfterPlacenames(WorldWindow, Layer) - Static method in class repast.simphony.visualization.gis3D.WWUtils
- insertBeforeCompass(WorldWindow, Layer) - Static method in class repast.simphony.visualization.gis3D.WWUtils
- insertBeforeLayerName(WorldWindow, Layer, String) - Static method in class repast.simphony.visualization.gis3D.WWUtils
- insertBeforePlacenames(WorldWindow, Layer) - Static method in class repast.simphony.visualization.gis3D.WWUtils
- insertRowLabels() - Method in class repast.simphony.ui.table.TablePanel
-
Adds numbered row labels.
- insertSite(TriangulationPoint, Object) - Method in class repast.simphony.space.delaunay.DelaunayGraph
- insertString(int, String, AttributeSet) - Method in class repast.simphony.gis.styleEditor.DoubleDocument
- installHome - Variable in class repast.simphony.data.analysis.AnalysisPluginWizard
- installHomeKey - Variable in class repast.simphony.data.analysis.AnalysisPluginRunner
- instance - Static variable in class repast.simphony.statecharts.runtime.UICreatorFactory.WindowRegistry
- instance() - Static method in class repast.simphony.parameter.ParameterTypeFactory
- instance() - Static method in class repast.simphony.parameter.StringConverterFactory
-
Gets the singleton instance.
- Instance(String) - Constructor for class repast.simphony.batch.ssh.OutputFinder.Instance
- INSTANCE - Enum constant in enum class repast.simphony.statecharts.StateChartScheduler
- INSTANCE - Static variable in class repast.simphony.filter.AllFilter
- INSTANCE - Static variable in class repast.simphony.freezedry.FieldUtilities
- INSTANCE_COUNT_PN - Static variable in interface repast.simphony.batch.BatchConstants
- INSTANCE_DIR_PREFIX - Static variable in interface repast.simphony.batch.BatchConstants
- InstanceOfFilter<T> - Class in repast.simphony.filter
- InstanceOfFilter(Class<T>) - Constructor for class repast.simphony.filter.InstanceOfFilter
- InstanceOfQuery<T> - Class in repast.simphony.query
-
Deprecated.Use
Context.getObjectsAsStream(Class)
and the Java 8+ streaming APIStream
instead. - InstanceOfQuery(Context<T>, Class) - Constructor for class repast.simphony.query.InstanceOfQuery
-
Deprecated.Creates an InstanceofQuery to query the specified context for objects of the specified type.
- InstanceRunner - Class in repast.simphony.batch
-
Runs a single instance of a simphony model in a batch run.
- InstanceRunner() - Constructor for class repast.simphony.batch.InstanceRunner
- instantiate(Class<T>, ClassLoader, String) - Method in class repast.simphony.plugin.ActionExtensions
- instantiate(Context<?>, Map<String, Object>) - Method in class repast.simphony.freezedry.freezedryers.proj.ContinuousProjectionDryer
-
Builds a
DefaultContinuousSpace
with the projection's name and dimensions. - instantiate(Context<?>, Map<String, Object>) - Method in class repast.simphony.freezedry.freezedryers.proj.GridProjectionDryer2
-
Builds a
DefaultContinuousSpace
with the projection's name and dimensions. - instantiate(Context<?>, Map<String, Object>) - Method in class repast.simphony.freezedry.freezedryers.proj.NetworkProjectionDryer
-
This instantiates the network using the
DefaultNetworkFactory
, based on the network's name, and directedness (determined from the properties). - instantiate(Context<?>, Map<String, Object>) - Method in class repast.simphony.freezedry.freezedryers.proj.ProjectionDryer
-
Should createa a Projection for the given context.
- instantiate(Context<?>, Map<String, Object>) - Method in class repast.simphony.gis.freezedry.GeographyProjectionDryer
-
Builds a
DefaultContinuousSpace
with the projection's name and dimensions. - instantiate(FreezeDryedObject) - Method in class repast.simphony.freezedry.freezedryers.ContextFreezeDryer
- instrument(String) - Method in class repast.simphony.engine.watcher.WatcheeInstrumentor
-
Instrument the fields and classes as Watchees searching the boot classpath as well as the specified classpath.
- instrument(String, Filter<String>) - Method in class repast.simphony.engine.watcher.WatcheeInstrumentor
-
Instrument the watched classes.
- INT - Enum constant in enum class repast.simphony.integration.ArrayDataTypeHandler
- INT - Enum constant in enum class repast.simphony.integration.DataTypeHandler
- INT - Enum constant in enum class repast.simphony.parameter.xml.AbstractNumberSetterCreator.Type
- INT_PATTERN - Static variable in enum class repast.simphony.integration.DataFileElementReader
- IntConverter() - Constructor for class repast.simphony.parameter.StringConverterFactory.IntConverter
- INTEGER - Enum constant in enum class repast.simphony.freezedry.ArrayValueHandler
- integrate(StateChart<?>) - Method in class repast.simphony.statecharts.DefaultIntegrator
- integrate(StateChart<?>) - Method in interface repast.simphony.statecharts.StateChartSimIntegrator
-
Integrates the specified StateChart with the larger simulation.
- IntegrationSource - Interface in repast.simphony.integration
-
Interface representing something that performs both Writing and Reading for outputting and reading in data.
- integrator - Variable in enum class repast.simphony.statecharts.StateChartScheduler
- interacting - Variable in class repast.simphony.gis.display.PGisLayer
-
Deprecated.
- InteractivBatchRunner - Class in repast.simphony.batch
-
Modified version of BatchScheduleRunner that lets the user programmatically call the scheduler
- InteractivBatchRunner() - Constructor for class repast.simphony.batch.InteractivBatchRunner
- intersect(TreeSet) - Method in class repast.simphony.visualization.cgd.util.CGDTreeSet
- intersects(TreeSet) - Method in class repast.simphony.visualization.cgd.util.CGDTreeSet
- intersects(Point3f, Vector3f, Accumulator) - Method in class repast.simphony.visualizationOGL2D.SpatialWrapper
- intersects(Point3f, Accumulator) - Method in class repast.simphony.visualizationOGL2D.SpatialWrapper
- IntersectsQuery<T> - Class in repast.simphony.query.space.gis
-
Query that determines what objects are intersected by a geometry.
- IntersectsQuery(Geography<T>, Geometry) - Constructor for class repast.simphony.query.space.gis.IntersectsQuery
-
Creates a IntersectsQuery that will query the specified geography for objects that are intersected by the specified geometry.
- IntersectsQuery(Geography<T>, T) - Constructor for class repast.simphony.query.space.gis.IntersectsQuery
-
Creates an IntersectsQuery that will query the specified geography for objects that are intersected by the geometry of the specified object.
- interval - Variable in class repast.simphony.engine.schedule.AbstractAction
-
The interval at which to execute this action.
- interval() - Element in annotation interface repast.simphony.engine.schedule.ScheduledMethod
-
Specifies the interval.
- intervalFld - Variable in class repast.simphony.ui.plugin.editor.ScheduleParamsPanel
- IntervalLayoutUpdater - Class in repast.simphony.visualization
-
A layout updater that will update the layout at some specified interval, or if objects have been added, removed or moved.
- IntervalLayoutUpdater(Layout, int) - Constructor for class repast.simphony.visualization.IntervalLayoutUpdater
-
Creates an IntervalLayoutUpdater to manage the specified layout and update at the specified interval.
- IntervalRescheduler() - Constructor for class repast.simphony.engine.schedule.AbstractAction.IntervalRescheduler
- intPart(Number) - Static method in class repast.simphony.relogo.Utility
-
Returns the integer portion of a number.
- IntRange - Class in repast.simphony.util
- IntRange(int, int) - Constructor for class repast.simphony.util.IntRange
- IntRange(int, int, int) - Constructor for class repast.simphony.util.IntRange
- IntSteppedSetter - Class in repast.simphony.parameter
-
This
ParameterSetter
will run through a space of numbers. - IntSteppedSetter(String, int, int, int) - Constructor for class repast.simphony.parameter.IntSteppedSetter
-
Constructs this with the given base value, step size, and maximum value.
- InvalidStateException - Exception in repast.simphony.ui.plugin.editor
-
Thrown by an OptionsDialogContent when we attempt to "apply" the gui values to the content and an error occurs.
- InvalidStateException(String) - Constructor for exception repast.simphony.ui.plugin.editor.InvalidStateException
-
Constructs a new exception with the specified detail message.
- InvalidStateException(String, Throwable) - Constructor for exception repast.simphony.ui.plugin.editor.InvalidStateException
-
Constructs a new exception with the specified detail message and cause.
- InvalidStateException(Throwable) - Constructor for exception repast.simphony.ui.plugin.editor.InvalidStateException
-
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
- ioException() - Method in class repast.simphony.util.Scanner
-
Returns the last IOException that occurred.
- ioExt - Variable in class repast.simphony.batch.BatchScenarioLoader
- ioExts - Variable in class repast.simphony.plugin.ActionExtensions
- IrregularGridRenderer - Class in repast.simphony.space.delaunay
- IrregularGridRenderer() - Constructor for class repast.simphony.space.delaunay.IrregularGridRenderer
- IS_DIRECTED_ID - Static variable in interface repast.simphony.dataLoader.engine.AutoBuilderConstants
- isAddTimeStamp() - Method in class repast.simphony.data2.engine.FileSinkDescriptor
- isAdjacent(T, T) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
- isAdjacent(T, T) - Method in class repast.simphony.space.graph.JungNetwork
- isAdjacent(T, T) - Method in interface repast.simphony.space.graph.Network
-
Returns true if the first object is adjacent to the second.
- isAgentQ(Object) - Static method in class repast.simphony.relogo.Utility
-
Queries if object is an agent.
- isAgentSetQ(Object) - Static method in class repast.simphony.relogo.Utility
-
Queries if object is an agentset.
- isAggregate() - Method in class repast.simphony.data2.builder.AggregateDataSetBuilder
- isAggregate() - Method in interface repast.simphony.data2.builder.DataSetBuilder
-
Gets whether or not this DataSetBuilder builds an aggregate DataSet.
- isAggregate() - Method in class repast.simphony.data2.builder.NonAggregateDataSetBuilder
- isBatch() - Method in class repast.simphony.data2.BatchRunDataSetManager
- isBatch() - Method in interface repast.simphony.data2.DataSetManager
-
Gets whether or not this is a batch run.
- isBatch() - Method in class repast.simphony.data2.SingleRunDataSetManager
- isBatch() - Method in class repast.simphony.engine.environment.RunEnvironment
-
Gets whether or not this run is part of a series of batch runs.
- isBatch() - Method in class repast.simphony.engine.environment.RunInfo
- isBooleanQ(Object) - Static method in class repast.simphony.relogo.Utility
-
Queries if object is a boolean.
- isBuffered() - Method in class repast.simphony.ui.probe.Probe
-
A probe is buffered if changes to its values are not automatically reflected in the probed object.
- isCanceled() - Method in class repast.simphony.ui.plugin.editor.OptionsDialog
- isCartesian(DisplayDescriptor) - Static method in class repast.simphony.visualization.gui.DisplayConfigurationWizard
-
Evaluates a DisplayScriptor and returns true if its a Cartesian 2D/3D
- isCascadeSelection() - Method in class repast.simphony.dataLoader.ui.wizard.builder.CheckNode
- isCellEditable(int, int) - Method in class repast.simphony.chart2.wizard.SeriesConfigTableModel
- isCellEditable(int, int) - Method in class repast.simphony.data2.wizard.AggMethodTableModel
- isCellEditable(int, int) - Method in class repast.simphony.data2.wizard.SimpleMethodTableModel
- isCellEditable(int, int) - Method in class repast.simphony.gis.styleEditor.ValueTableModel
-
Returns false.
- isCellEditable(int, int) - Method in class repast.simphony.ui.table.ProbePropertyTableModel
- isCellEditable(int, int) - Method in class repast.simphony.visualization.gui.StyleTableModel
- isCellEditable(EventObject) - Method in class repast.simphony.chart2.wizard.ColorEditor
- isChangingColor() - Method in class repast.simphony.relogo.image.NLImagePrimitive
- isChangingColor() - Method in class repast.simphony.relogo.styles.TurtleShapeComponent
- ISchedulableAction - Interface in repast.simphony.engine.schedule
-
Interface for actions that can be scheduled and executed by a Schedule.
- ISchedulableActionFactory - Interface in repast.simphony.engine.schedule
-
Interface for Factories for producing ISchedulableAction-s.
- ISchedule - Interface in repast.simphony.engine.schedule
-
Interface for objects that manage the execution of actions according to a simulation clock.
- IScheduleFactory - Interface in repast.simphony.engine.schedule
-
Interface for Factories producing Schedules.
- isConcatenate() - Method in class repast.simphony.batch.ssh.OutputPattern
- isCreateContextFromData() - Method in class repast.simphony.dataLoader.engine.FreezeDryedContextBuilder
- isCreateContextFromData() - Method in class repast.simphony.dataLoader.ui.wizard.FreezeDryerContextActionBuilder
- isDataEditable() - Method in class repast.simphony.space.gis.WritableGridCoverage2D
- isDataVisible() - Method in class repast.simphony.gis.legend.LegendEntry
-
Deprecated.Is this entry currently selected?
- isDataVisible() - Method in class repast.simphony.gis.legend.LegendLayerEntry
-
Deprecated.
- isDirected() - Method in class repast.simphony.context.space.graph.ContextJungNetwork
- isDirected() - Method in class repast.simphony.dataLoader.ui.wizard.builder.ContextDescriptor
- isDirected() - Method in class repast.simphony.dataLoader.ui.wizard.builder.NetworkDescriptor
- isDirected() - Method in class repast.simphony.space.graph.DirectedJungNetwork
- isDirected() - Method in interface repast.simphony.space.graph.Network
- isDirected() - Method in class repast.simphony.space.graph.RepastEdge
- isDirected() - Method in class repast.simphony.space.graph.UndirectedJungNetwork
- isDirectedLinkQ(Object) - Static method in class repast.simphony.relogo.Utility
-
Queries if object is a directed link.
- isDirty() - Method in class repast.simphony.scenario.Scenario
-
Gets whether or not this scenario is dirty, i.e.
- isDouble(String) - Method in class repast.simphony.parameter.xml.AbstractNumberSetterCreator
- isDouble(String) - Method in class repast.simphony.parameter.xml.ParameterSweepParser
- isDummy - Variable in class repast.simphony.visualization.cgd.graph.CGDNode
- isEditable() - Method in class repast.simphony.visualization.editor.PropertyDescriptorAdapter
-
Deprecated.
- isEmpty() - Method in class repast.simphony.batch.ssh.MatchedFiles
-
Gets whether or not this MatchedFiles collection has any files.
- isEmpty() - Method in class repast.simphony.context.FormerDefaultContext
- isEmpty() - Method in class repast.simphony.engine.schedule.ActionQueue
-
Returns true if the queue is empty, otherwise false.
- isEmpty() - Method in class repast.simphony.util.PriorityQueue
-
Returns true if the queue is empty, otherwise false.
- isEnabled() - Method in class repast.simphony.data2.engine.ConsoleSinkDescriptor
- isExcluded(String) - Method in class repast.simphony.sql.RepastJoSQLFunctionHandler
- isFileReadable() - Method in class repast.simphony.relogo.FileInfo
- isFinishing() - Method in interface repast.simphony.engine.schedule.ISchedule
-
Returns whether or not the simultation is finishing, which means that this schedule will no longer allow actions to be scheduled or rescheduled.
- isFinishing() - Method in class repast.simphony.engine.schedule.Schedule
-
Returns whether or not the simultation is finishing, which means that this schedule will no longer allow actions to be scheduled or rescheduled.
- isFinishing() - Method in class repast.simphony.engine.schedule.ScheduleGroup
- isFirstStepRandom() - Method in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
- isFlatGlobe() - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
- isFloat(String) - Method in class repast.simphony.parameter.xml.AbstractNumberSetterCreator
- isFloat(String) - Method in class repast.simphony.parameter.xml.ParameterSweepParser
- isGarbage(String) - Static method in class repast.simphony.integration.DataFileUtils
-
Checks if a string is null or "".
- isGIS(DisplayDescriptor) - Static method in class repast.simphony.gis.visualization.engine.GISDisplayWizardStepCreator
-
Deprecated.Evaluates a DisplayScriptor and returns true if its a GIS 2D
- isGIS3D(DisplayDescriptor) - Static method in class repast.simphony.gis.visualization.engine.GIS3DDisplayWizardStepCreator
-
Evaluates a DisplayScriptor and returns true if its a GIS 3D
- isGui() - Static method in class repast.simphony.ui.RSApplication
- isHeader() - Method in class repast.simphony.batch.ssh.OutputPattern
- isHiddenQ() - Method in class repast.simphony.relogo.AbstractLink
-
Queries if caller is hidden.
- isHiddenQ() - Method in class repast.simphony.relogo.AbstractTurtle
-
Queries if caller is hidden.
- isHiddenQ() - Method in class repast.simphony.relogo.Link
-
Queries if caller is hidden.
- isHiddenQ() - Method in interface repast.simphony.relogo.Turtle
-
Queries if caller is hidden.
- isInCircle(TriangulationPoint, TriangulationPoint, TriangulationPoint) - Method in class repast.simphony.space.delaunay.TriangulationPoint
-
Tests whether this point is inside the circumcircle of the other three points.
- isIncremental() - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
-
This one is an incremental visualization.
- isInstrumented(String) - Method in class repast.simphony.engine.watcher.WatcheeInstrumentor
-
Gets whether or not the named class has been instrumented as a Watchee.
- isInt(Double) - Method in class repast.simphony.parameter.xml.AbstractNumberSetterCreator
- isInt(Double) - Method in class repast.simphony.parameter.xml.ParameterSweepParser
- isLayerSelected() - Method in class repast.simphony.gis.legend.LegendTreeLayerCellRenderer
-
Deprecated.
- isLeftOf(QuadEdge) - Method in class repast.simphony.space.delaunay.TriangulationPoint
-
Is this point to the left of the supplied Edge.
- isLineGraph() - Method in class repast.simphony.ui.sparkline.SparklineJComponent
- isLinkQ(Object) - Static method in class repast.simphony.relogo.Utility
-
Queries if object is a link.
- isLinkSetQ(Object) - Static method in class repast.simphony.relogo.Utility
-
Queries if object is an agentset of links.
- isListQ(Object) - Static method in class repast.simphony.relogo.Utility
-
Queries if object is a list.
- isLong(String) - Method in class repast.simphony.parameter.xml.AbstractNumberSetterCreator
- isLong(String) - Method in class repast.simphony.parameter.xml.ParameterSweepParser
- isMasterOnly() - Method in class repast.simphony.chart2.engine.ChartActionCreator
- isMasterOnly() - Method in class repast.simphony.data2.engine.DataInitActionCreator
- isMasterOnly() - Method in class repast.simphony.data2.engine.DataSetsActionCreator
- isMasterOnly() - Method in class repast.simphony.data2.engine.TextSinkActionCreator
- isMasterOnly() - Method in class repast.simphony.dataLoader.engine.DataLoaderCompositeActionCreator
- isMasterOnly() - Method in class repast.simphony.gis.engine.GISCompositeControllerActionCreator
- isMasterOnly() - Method in class repast.simphony.gis.visualization.engine.GISVizCompositeControllerActionCreator
- isMasterOnly() - Method in interface repast.simphony.plugin.CompositeControllerActionCreator
-
Return true if this action creator should only create a ControllerAction for the master context.
- isMasterOnly() - Method in class repast.simphony.userpanel.ui.UserPanelCompositeControllerActionCreator
- isMasterOnly() - Method in class repast.simphony.visualization.engine.DisplayCompositeActionCreator
- isMulti - Variable in class repast.simphony.space.grid.GridBuilderParameters
- isMultOccupancy() - Method in class repast.simphony.space.grid.GridBuilderParameters
- isNeighbor(T, T, int...) - Method in class repast.simphony.space.grid.MooreContains
-
Checks if the specified target is within the Moore neighborhood of the specified source.
- isNeighbor(T, T, int...) - Method in class repast.simphony.space.grid.VNContains
-
Checks if the specified target is within the Von Neumann neighborhood of the specified source.
- isNetworkAvailable - Variable in class repast.simphony.visualization.gis3D.RepastStatusBar
- isNew(VisualItem3D) - Method in class repast.simphony.visualization.visualization3D.VisualItem3DAdderRemover
- isNewLocationWrapped() - Method in class repast.simphony.space.continuous.WrapAroundBorders
- isNillable() - Method in class repast.simphony.space.gis.FeatureAgent
- isNonModelAction() - Method in class repast.simphony.engine.schedule.AbstractAction
- isNonModelAction() - Method in interface repast.simphony.engine.schedule.ISchedulableAction
-
This is used by the schedule to determine if the action is a model related action or a back-end action.
- isNonModelAction() - Method in interface repast.simphony.engine.schedule.PriorityQueueAction
-
Gets whether or not this PriorityQueueAction is a non-model action.
- isNumberQ(Object) - Static method in class repast.simphony.relogo.Utility
-
Queries if object is a number.
- isNumeric(Class<?>) - Static method in class repast.simphony.data2.util.DataUtilities
- isNumeric(CustomDataSourceDefinition) - Static method in class repast.simphony.data2.util.DataUtilities
-
Gets whether or not the specified data sources produces numeric data.
- isNumeric(MethodDataSourceDefinition) - Static method in class repast.simphony.data2.util.DataUtilities
-
Gets whether or not the specified data sources produces numeric data.
- isNumericType(Class) - Static method in class repast.simphony.util.ClassUtilities
- ISOMLayout2D<T> - Class in repast.simphony.visualization.visualization2D.layout
-
Layout that wraps JUNG ISOMLayout
- ISOMLayout2D() - Constructor for class repast.simphony.visualization.visualization2D.layout.ISOMLayout2D
- isOn(QuadEdge) - Method in class repast.simphony.space.delaunay.TriangulationPoint
-
Is this point on the supplied edge?
- isPatchQ(Object) - Static method in class repast.simphony.relogo.Utility
-
Queries if object is a patch.
- isPatchSetQ(Object) - Static method in class repast.simphony.relogo.Utility
-
Queries if object is an agentset of patches.
- isPaused() - Method in class repast.simphony.relogo.ReLogoModel
- isPeriodic() - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
- isPeriodic() - Method in class repast.simphony.space.continuous.BouncyBorders
- isPeriodic() - Method in interface repast.simphony.space.continuous.ContinuousSpace
-
True if this space is periodic (in the sense that moving off one border makes you appear on the other one), otherwise false.
- isPeriodic() - Method in interface repast.simphony.space.continuous.PointTranslator
-
True if this translator is periodic (in the sense that moving off one border makes you appear on the other one), otherwise false.
- isPeriodic() - Method in class repast.simphony.space.continuous.StickyBorders
- isPeriodic() - Method in class repast.simphony.space.continuous.StrictBorders
-
True if this translator is periodic (in the sense that moving off one border makes you appear on the other one), otherwise false.
- isPeriodic() - Method in class repast.simphony.space.continuous.WrapAroundBorders
- isPeriodic() - Method in class repast.simphony.space.grid.AbstractGrid
-
True if this grid is peridoic (in the sense that moving off one border makes you appear on the other one), otherwise false.
- isPeriodic() - Method in interface repast.simphony.space.grid.Grid
-
True if this grid is peri0dic (in the sense that moving off one border makes you appear on the other one), otherwise false.
- isPeriodic() - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
-
True if this grid is peridoic (in the sense that moving off one border makes you appear on the other one), otherwise false.
- isPeriodic() - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
-
True if this space is periodic (in the sense that moving off one border makes you appear on the other one), otherwise false.
- isPredecessor(T, T) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
- isPredecessor(T, T) - Method in class repast.simphony.space.graph.JungNetwork
- isPredecessor(T, T) - Method in interface repast.simphony.space.graph.Network
-
Returns true if the first object is a predecessor of the second.
- isPrimitive(Class<?>) - Method in class repast.simphony.freezedry.FieldUtilities
- isPrimitive(Field) - Method in class repast.simphony.freezedry.FieldUtilities
- isPrimitive(String) - Method in class repast.simphony.freezedry.FieldUtilities
- isPrimitiveArray(Class<?>) - Method in class repast.simphony.freezedry.FieldUtilities
-
Checks if the specified class represents a primitive array of rank 1.
- isPrimitiveArray(Field) - Method in class repast.simphony.freezedry.FieldUtilities
-
Checks if the specified field's value represents a primitive array of rank 1.
- isPrimitiveArray(String) - Method in class repast.simphony.freezedry.FieldUtilities
-
Checks if the specified string representation of a class represents a primitive array of rank 1.
- isProjectionAttribute(String) - Method in interface repast.simphony.engine.environment.ProjectionRegistryData
-
Return true if the attribute is a special projection attribute.
- isProjectionAttribute(String) - Method in class repast.simphony.gis.engine.GeographyProjectionRegistryData
- isQueueConsuming() - Method in class repast.simphony.statecharts.AbstractTrigger
- isQueueConsuming() - Method in class repast.simphony.statecharts.MessageTrigger
- isQueueConsuming() - Method in interface repast.simphony.statecharts.Trigger
- isRandomPriority(ScheduleParameters) - Static method in class repast.simphony.engine.schedule.ScheduleParameters
-
Gets whether or not the specified parameters are scheduled with a Random priority.
- isReadOnly(String) - Method in class repast.simphony.parameter.BeanParameters
-
True if parameter is read only.
- isReadOnly(String) - Method in class repast.simphony.parameter.DefaultParameters
-
True if parameter is read only.
- isReadOnly(String) - Method in class repast.simphony.parameter.EmptyParameters
-
True if parameter is read only.
- isReadOnly(String) - Method in interface repast.simphony.parameter.Parameters
-
True if parameter is read only.
- isRecurring() - Method in class repast.simphony.statecharts.AlwaysTrigger
- isRecurring() - Method in class repast.simphony.statecharts.ConditionTrigger
- isRecurring() - Method in class repast.simphony.statecharts.ExponentialDecayRateTrigger
- isRecurring() - Method in class repast.simphony.statecharts.MessageTrigger
- isRecurring() - Method in class repast.simphony.statecharts.ProbabilityTrigger
- isRecurring() - Method in class repast.simphony.statecharts.TimedTrigger
- isRecurring() - Method in interface repast.simphony.statecharts.Trigger
- isRenderFinished() - Method in class repast.simphony.visualization.visualization3D.BehaviorTracker
- isResolveNow() - Method in class repast.simphony.statecharts.Transition
- isRetainFiles() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- isRightOf(QuadEdge) - Method in class repast.simphony.space.delaunay.TriangulationPoint
-
Is this point to the right of the supplied Edge.
- isRoot() - Method in class repast.simphony.engine.watcher.WatcheeDataNode
- isRotates() - Method in class repast.simphony.relogo.image.NLImage
- isRotates() - Method in class repast.simphony.relogo.styles.TurtleShape
- isRunning() - Method in class repast.simphony.chart2.BatchUpdateXYSeries
- isRunning() - Method in class repast.simphony.statecharts.runtime.StateChartSVGDisplayController
-
Checks to see if simulation is running.
- isScaled(Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyle2D
- isScaled(Object) - Method in class repast.simphony.visualization.visualization2D.style.DefaultStyle2D
-
Deprecated.
- isScaled(T) - Method in interface repast.simphony.visualization.visualization2D.style.Style2D
-
Deprecated.
- isScheduleAtEnd() - Method in class repast.simphony.data2.builder.AbstractDataSetBuilder
- isScheduleAtEnd() - Method in interface repast.simphony.data2.builder.DataSetBuilder
-
Gets whether or not the data should be recorded at the end of the sim.
- isScheduleAtEnd() - Method in class repast.simphony.data2.engine.DataSetDescriptor
- isScheduleAtEnd() - Method in class repast.simphony.data2.wizard.DataSetWizardModel
- isSelected - Variable in class repast.simphony.dataLoader.ui.wizard.builder.CheckNode
- isSelected() - Method in class repast.simphony.dataLoader.ui.wizard.builder.CheckNode
- isShallow() - Method in class repast.simphony.statecharts.HistoryState
- isShapeChanged() - Method in class repast.simphony.relogo.AbstractTurtle
- isShapeChanged() - Method in interface repast.simphony.relogo.Turtle
- isShowGrid() - Method in class repast.simphony.chart2.engine.ChartDescriptor
- isShowNetworkStatus() - Method in class repast.simphony.visualization.gis3D.RepastStatusBar
- isSimple() - Method in class repast.simphony.relogo.styles.NLImageSpatialSource
- isSimple() - Method in class repast.simphony.relogo.styles.ReLogoImageSpatialSource
- isSimple() - Method in interface repast.simphony.relogo.styles.ReLogoSpatialSource
-
Gets whether or not this source is simple enough to be represented as geometry rather than a strict image.
- isSimple() - Method in class repast.simphony.relogo.styles.ReLogoSVGSpatialSource
- isSmoothed() - Method in interface repast.simphony.visualization.gis3D.style.CoverageStyle
- isSmoothed() - Method in class repast.simphony.visualization.gis3D.style.DefaultCoverageStyle
- isStartSim() - Method in class repast.simphony.ui.RSApplication
-
Checks to see the state of startSim.
- isStringQ(Object) - Static method in class repast.simphony.relogo.Utility
-
Queries if object is a string.
- isSubset(TreeSet) - Method in class repast.simphony.visualization.cgd.util.CGDTreeSet
-
Check if ts is a subset of this set.
- isSuccessor(T, T) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
- isSuccessor(T, T) - Method in class repast.simphony.space.graph.JungNetwork
- isSuccessor(T, T) - Method in interface repast.simphony.space.graph.Network
-
Returns true if the first object is a successor of the second.
- isTickFormatterLoaded() - Method in class repast.simphony.ui.UIExtPointLoader
- isToroidal() - Method in class repast.simphony.space.grid.BouncyBorders
- isToroidal() - Method in interface repast.simphony.space.grid.GridPointTranslator
-
True if this grid is toroidal (in the sense that moving off one border makes you appear on the other one), otherwise false.
- isToroidal() - Method in class repast.simphony.space.grid.StickyBorders
- isToroidal() - Method in class repast.simphony.space.grid.StrictBorders
-
True if this grid is toroidal (in the sense that moving off one border makes you appear on the other one), otherwise false.
- isToroidal() - Method in class repast.simphony.space.grid.WrapAroundBorders
- isToroidal() - Method in class repast.simphony.valueLayer.ValueLayerDiffuser
- isTransitionConditionTrue() - Method in class repast.simphony.statecharts.Transition
- isTransitionTriggered() - Method in class repast.simphony.statecharts.Transition
- isTriggerConditionTrue() - Method in class repast.simphony.statecharts.AlwaysTrigger
- isTriggerConditionTrue() - Method in class repast.simphony.statecharts.ConditionTrigger
- isTriggerConditionTrue() - Method in class repast.simphony.statecharts.ExponentialDecayRateTrigger
- isTriggerConditionTrue() - Method in class repast.simphony.statecharts.MessageTrigger
- isTriggerConditionTrue() - Method in class repast.simphony.statecharts.ProbabilityTrigger
- isTriggerConditionTrue() - Method in class repast.simphony.statecharts.TimedTrigger
- isTriggerConditionTrue() - Method in interface repast.simphony.statecharts.Trigger
- isTriggered() - Method in class repast.simphony.statecharts.AlwaysTrigger
- isTriggered() - Method in class repast.simphony.statecharts.ConditionTrigger
- isTriggered() - Method in class repast.simphony.statecharts.ExponentialDecayRateTrigger
- isTriggered() - Method in class repast.simphony.statecharts.MessageTrigger
- isTriggered() - Method in class repast.simphony.statecharts.old.TimedTransition
- isTriggered() - Method in interface repast.simphony.statecharts.old.Transition
- isTriggered() - Method in class repast.simphony.statecharts.ProbabilityTrigger
- isTriggered() - Method in class repast.simphony.statecharts.TimedTrigger
- isTriggered() - Method in interface repast.simphony.statecharts.Trigger
- isTriggerQueueConsuming() - Method in class repast.simphony.statecharts.Transition
- isTrue(T, Transition<T>, U, Parameters) - Method in interface repast.simphony.statecharts.MessageCondition
- isTurtleQ(Object) - Static method in class repast.simphony.relogo.Utility
-
Queries if object is a turtle.
- isTurtleSetQ(Object) - Static method in class repast.simphony.relogo.Utility
-
Queries if object is an agentset of turtles.
- IStyleEditor - Interface in repast.simphony.gis.styleEditor
-
Interface for GIS style editors
- isType(Class, Class) - Method in class repast.simphony.freezedry.PrimitiveArrayFreezeDryer
- isUndirectedLinkQ(Object) - Static method in class repast.simphony.relogo.Utility
-
Queries if object is an undirected link.
- isUserTypedNumber(Object) - Method in class repast.simphony.visualization.gui.styleBuilder.AbstractStyleDialog
- isValid() - Method in class repast.simphony.util.ClassPathEntry
-
Gets whether or not this ClassPathEntry contains a directory that contains classes, or jars.
- isValidEdge() - Method in class repast.simphony.space.delaunay.QuadEdge
-
Determine if this edge is one of the inifinite edges.
- isVisibilityChanged() - Method in class repast.simphony.relogo.AbstractTurtle
- isVisibilityChanged() - Method in interface repast.simphony.relogo.Turtle
- isVisible() - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
- isYValue() - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
- isZipNShip() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- item(int, String) - Static method in class repast.simphony.relogo.Utility
-
Returns character i in a string.
- item(int, List<E>) - Static method in class repast.simphony.relogo.Utility
-
Returns item i in a list.
- itemCompleteListener - Variable in class repast.simphony.util.wizard.CompleteHandlerWizardStep
- ItemFormatter(int) - Constructor for class repast.simphony.data2.AbstractFormatter.ItemFormatter
- items - Variable in class repast.simphony.visualization.gui.StyleTableModel
- items() - Method in class repast.simphony.query.space.grid.GridCell
-
Gets an iterable of the objects held by this GridCell.
- itemStateChanged(ItemEvent) - Method in class repast.simphony.ui.sweep.ParameterSweepInput
- itemStateChanged(String) - Method in class repast.simphony.ui.sweep.ParameterSweepInput
- IterableAdaptor<T> - Class in repast.simphony.util.collections
-
Adapts an iterator into an iterable.
- IterableAdaptor(Iterator<T>) - Constructor for class repast.simphony.util.collections.IterableAdaptor
-
Creates an IterableAdaptor for the specified iterator.
- IterableCallBackAction - Class in repast.simphony.engine.schedule
-
An IAction created from an Iterable, a method name and method parameters.
- IterableCallBackAction(Iterable, String, boolean, Object...) - Constructor for class repast.simphony.engine.schedule.IterableCallBackAction
-
Creates an IterableCallBackAction from the specified Iterable, method name, and method parameters.
- IterableLayout<T> - Class in repast.simphony.visualization.visualization2D.layout
-
Abstract Layout class for Jung IterativeContext
- IterableLayout() - Constructor for class repast.simphony.visualization.visualization2D.layout.IterableLayout
- IterableTraverser<T> - Class in repast.simphony.engine.graph
-
A simple
Traverser
that will return elements from an Iterator in the order they are returned by that iterator. - IterableTraverser(Iterable<T>) - Constructor for class repast.simphony.engine.graph.IterableTraverser
-
Constructs this traverser based on the iterator returned by this iterable.
- IterableTraverser(Iterable<T>, boolean) - Constructor for class repast.simphony.engine.graph.IterableTraverser
-
Constructs this traverser based on the iterator returned by this iterable.
- IterableTraverser(Iterator<T>) - Constructor for class repast.simphony.engine.graph.IterableTraverser
-
Constructs this traverser based on the iterator returned by this iterable.
- IterableTraverser(Iterator<T>, boolean) - Constructor for class repast.simphony.engine.graph.IterableTraverser
-
Constructs this traverser based on the iterator returned by this iterable.
- iterate() - Method in class repast.simphony.visualization.visualization2D.layout.IterableLayout
- iterator() - Method in class repast.simphony.context.AbstractContext
-
By default the iterator returns in the contents in this context in the order entered then it returns the contents of the subcontexts in the order the subcontexts were added.
- iterator() - Method in class repast.simphony.context.FormerDefaultContext
- iterator() - Method in class repast.simphony.data2.AbstractDataSetManager.ObjList
- iterator() - Method in class repast.simphony.engine.schedule.ActionList
- iterator() - Method in class repast.simphony.util.collections.CompositeIndexedIterable
-
Returns an iterator over a set of elements of type T.
- iterator() - Method in class repast.simphony.util.collections.DelegatedIterable
-
Fetches the result of calling the specified method on the specified object.
- iterator() - Method in class repast.simphony.util.collections.FilteredIterator
-
Returns an iterator over a set of elements of type T.
- iterator() - Method in class repast.simphony.util.collections.IterableAdaptor
-
Returns an iterator over a set of elements of type T.
- iterator() - Method in class repast.simphony.util.collections.ListIndexedIterable
-
Returns an iterator over a set of elements of type T.
- iterator() - Method in class repast.simphony.util.collections.NaryTree.ChildIterator
-
Returns an iterator over a set of elements of type T.
- iterator() - Method in class repast.simphony.util.collections.OpenLongToDoubleHashMap
-
Get an iterator over map elements.
- iterator() - Method in class repast.simphony.util.collections.RandomIterable
-
Returns an iterator over a set of elements of type T.
- iterator() - Method in class repast.simphony.util.collections.UnremoveableIterator
-
Returns an iterator over a set of elements of type T.
- iteratorInternal() - Method in class repast.simphony.context.AbstractContext
- iteratorInternal() - Method in class repast.simphony.context.DefaultContext
- iteratorInternal() - Method in class repast.simphony.context.SmallDefaultContext
- IteratorOverIterables<T> - Class in repast.simphony.util.collections
-
Abstract base class for creating an Iterator that wraps object that returns multiple iterables.
- IteratorOverIterables() - Constructor for class repast.simphony.util.collections.IteratorOverIterables
J
- JAIInitializer - Class in repast.simphony.gis.engine
-
JAIInitializer provides Java Advanced Imaging initialization functions to support the Geography projection.
- JAIInitializer() - Constructor for class repast.simphony.gis.engine.JAIInitializer
- JavaUtility - Class in repast.simphony.relogo
- JavaUtility() - Constructor for class repast.simphony.relogo.JavaUtility
- jColor - Variable in class repast.simphony.visualization.visualization3D.AbstractLabel
- JDBCConnectDialog - Class in repast.simphony.freezedry.datasource
- JDBCConnectDialog(Dialog) - Constructor for class repast.simphony.freezedry.datasource.JDBCConnectDialog
- JDBCConnectDialog(Frame) - Constructor for class repast.simphony.freezedry.datasource.JDBCConnectDialog
- JDBCConnectPanel - Class in repast.simphony.freezedry.datasource
- JDBCConnectPanel() - Constructor for class repast.simphony.freezedry.datasource.JDBCConnectPanel
- JDBCContextActionBuilder - Class in repast.simphony.dataLoader.wizard
- JDBCContextActionBuilder(JDBCContextBuilder) - Constructor for class repast.simphony.dataLoader.wizard.JDBCContextActionBuilder
- JDBCContextBuilder - Class in repast.simphony.freezedry.datasource
- JDBCContextBuilder(String, String, String, String, boolean, boolean, Iterable<Class<?>>, Object) - Constructor for class repast.simphony.freezedry.datasource.JDBCContextBuilder
- JDBCDataLoaderActionEditorCreator - Class in repast.simphony.dataLoader.gui
- JDBCDataLoaderActionEditorCreator() - Constructor for class repast.simphony.dataLoader.gui.JDBCDataLoaderActionEditorCreator
- JDBCDataLoaderActionEditorCreator.JDBCDataLoaderActionUI - Class in repast.simphony.dataLoader.gui
- JDBCDataLoaderActionUI(JDBCDataLoaderControllerAction) - Constructor for class repast.simphony.dataLoader.gui.JDBCDataLoaderActionEditorCreator.JDBCDataLoaderActionUI
- JDBCDataLoaderControllerAction - Class in repast.simphony.dataLoader.engine
-
A simple marker class for an action that adds a
DelimitedFileContextBuilder
. - JDBCDataLoaderControllerAction(String, JDBCContextBuilder, Scenario) - Constructor for class repast.simphony.dataLoader.engine.JDBCDataLoaderControllerAction
- JDBCDataLoaderControllerActionIO - Class in repast.simphony.dataLoader.engine
-
A ControllerActionIO for loading / saving JDBCDataLoaderControllerAction-s.
- JDBCDataLoaderControllerActionIO() - Constructor for class repast.simphony.dataLoader.engine.JDBCDataLoaderControllerActionIO
- JDBCDataLoaderDataChooserStep - Class in repast.simphony.dataLoader.wizard
- JDBCDataLoaderDataChooserStep() - Constructor for class repast.simphony.dataLoader.wizard.JDBCDataLoaderDataChooserStep
- JDBCDataLoaderOption - Class in repast.simphony.dataLoader.wizard
- JDBCDataLoaderOption() - Constructor for class repast.simphony.dataLoader.wizard.JDBCDataLoaderOption
- JDBCDataSource - Class in repast.simphony.freezedry.datasource
- JDBCDataSource(String, String, String, String) - Constructor for class repast.simphony.freezedry.datasource.JDBCDataSource
- JDBCDataSource(DBConnectionInfo) - Constructor for class repast.simphony.freezedry.datasource.JDBCDataSource
- JDBCDataSource(DBConnectionInfo, boolean) - Constructor for class repast.simphony.freezedry.datasource.JDBCDataSource
- JDBCDataSourceConverter - Class in repast.simphony.freezedry.engine
- JDBCDataSourceConverter() - Constructor for class repast.simphony.freezedry.engine.JDBCDataSourceConverter
- JDBCDataStep<T extends DynamicWizardModel> - Class in repast.simphony.dataLoader.wizard
- JDBCDataStep() - Constructor for class repast.simphony.dataLoader.wizard.JDBCDataStep
- JDBCDataStep(String, String) - Constructor for class repast.simphony.dataLoader.wizard.JDBCDataStep
- JDBCDSBuilder - Class in repast.simphony.freezedry.wizard
- JDBCDSBuilder(JDBCDataSource) - Constructor for class repast.simphony.freezedry.wizard.JDBCDSBuilder
- JDBCFreezerActionEditorCreator - Class in repast.simphony.freezedry.gui
- JDBCFreezerActionEditorCreator() - Constructor for class repast.simphony.freezedry.gui.JDBCFreezerActionEditorCreator
- JDBCFreezerActionEditorCreator.JDBCFreezerActionUI - Class in repast.simphony.freezedry.gui
- JDBCFreezerActionIO - Class in repast.simphony.freezedry.engine
- JDBCFreezerActionIO() - Constructor for class repast.simphony.freezedry.engine.JDBCFreezerActionIO
- JDBCFreezerActionUI(JDBCFreezerControllerAction) - Constructor for class repast.simphony.freezedry.gui.JDBCFreezerActionEditorCreator.JDBCFreezerActionUI
- JDBCFreezerControllerAction - Class in repast.simphony.freezedry.engine
- JDBCFreezerControllerAction(ScheduleParameters, Object, JDBCDataSource) - Constructor for class repast.simphony.freezedry.engine.JDBCFreezerControllerAction
- JDBCFreezerControllerAction(ScheduleParameters, JDBCDataSource) - Constructor for class repast.simphony.freezedry.engine.JDBCFreezerControllerAction
- JDBCFreezerDataChooserStep - Class in repast.simphony.freezedry.wizard
- JDBCFreezerDataChooserStep() - Constructor for class repast.simphony.freezedry.wizard.JDBCFreezerDataChooserStep
- JDBCFreezerOption - Class in repast.simphony.freezedry.wizard
- JDBCFreezerOption() - Constructor for class repast.simphony.freezedry.wizard.JDBCFreezerOption
- JDOMBuilder - Class in repast.simphony.integration
-
This is an
OutputBuilder
that will output to a JDOM Document. - JDOMBuilder() - Constructor for class repast.simphony.integration.JDOMBuilder
- JDOMQueryer - Class in repast.simphony.integration
-
A queryable that works with JDOM.
- JDOMQueryer(Document) - Constructor for class repast.simphony.integration.JDOMQueryer
-
Constructs this queryer working on the specified document.
- JDOMXPathUtils - Class in repast.simphony.integration
-
Utility classes for working with XPath expressions on JDOM.
- JDOMXPathUtils() - Constructor for class repast.simphony.integration.JDOMXPathUtils
- jj_nt - Variable in class repast.simphony.engine.watcher.query.QueryParser
- jjFillToken() - Method in class repast.simphony.engine.watcher.query.QueryParserTokenManager
- jjstrLiteralImages - Static variable in class repast.simphony.engine.watcher.query.QueryParserTokenManager
- jjtAddChild(Node, int) - Method in interface repast.simphony.engine.watcher.query.Node
-
This method tells the node to add its argument to the node's list of children.
- jjtAddChild(Node, int) - Method in class repast.simphony.engine.watcher.query.SimpleNode
- JJTANDEXPRESSION - Static variable in interface repast.simphony.engine.watcher.query.QueryParserTreeConstants
- jjtClose() - Method in interface repast.simphony.engine.watcher.query.Node
-
This method is called after all the child nodes have been added.
- jjtClose() - Method in class repast.simphony.engine.watcher.query.SimpleNode
- JJTCOLOCATED - Static variable in interface repast.simphony.engine.watcher.query.QueryParserTreeConstants
- jjtGetChild(int) - Method in interface repast.simphony.engine.watcher.query.Node
-
This method returns a child node.
- jjtGetChild(int) - Method in class repast.simphony.engine.watcher.query.SimpleNode
- jjtGetNumChildren() - Method in interface repast.simphony.engine.watcher.query.Node
-
Return the number of children the node has.
- jjtGetNumChildren() - Method in class repast.simphony.engine.watcher.query.SimpleNode
- jjtGetParent() - Method in interface repast.simphony.engine.watcher.query.Node
- jjtGetParent() - Method in class repast.simphony.engine.watcher.query.SimpleNode
- JJTLINKED - Static variable in interface repast.simphony.engine.watcher.query.QueryParserTreeConstants
- JJTLINKEDFROM - Static variable in interface repast.simphony.engine.watcher.query.QueryParserTreeConstants
- JJTLINKEDTO - Static variable in interface repast.simphony.engine.watcher.query.QueryParserTreeConstants
- JJTNAME - Static variable in interface repast.simphony.engine.watcher.query.QueryParserTreeConstants
- jjtNodeName - Static variable in interface repast.simphony.engine.watcher.query.QueryParserTreeConstants
- JJTNOT - Static variable in interface repast.simphony.engine.watcher.query.QueryParserTreeConstants
- JJTNUMBER - Static variable in interface repast.simphony.engine.watcher.query.QueryParserTreeConstants
- jjtOpen() - Method in interface repast.simphony.engine.watcher.query.Node
-
This method is called after the node has been made the current node.
- jjtOpen() - Method in class repast.simphony.engine.watcher.query.SimpleNode
- JJTOREXPRESSION - Static variable in interface repast.simphony.engine.watcher.query.QueryParserTreeConstants
- jjtree - Variable in class repast.simphony.engine.watcher.query.QueryParser
- jjtSetParent(Node) - Method in interface repast.simphony.engine.watcher.query.Node
-
This pair of methods are used to inform the node of its parent.
- jjtSetParent(Node) - Method in class repast.simphony.engine.watcher.query.SimpleNode
- JJTSTART - Static variable in interface repast.simphony.engine.watcher.query.QueryParserTreeConstants
- JJTVOID - Static variable in interface repast.simphony.engine.watcher.query.QueryParserTreeConstants
- JJTWITHIN - Static variable in interface repast.simphony.engine.watcher.query.QueryParserTreeConstants
- JJTWITHINMOORE - Static variable in interface repast.simphony.engine.watcher.query.QueryParserTreeConstants
- JJTWITHINVN - Static variable in interface repast.simphony.engine.watcher.query.QueryParserTreeConstants
- JPEG - Static variable in class repast.simphony.ui.widget.SnapshotTaker
- JPG - Static variable in class repast.simphony.ui.widget.SnapshotTaker
- jump(Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Moves turtle forward num units.
- jump(Number) - Method in interface repast.simphony.relogo.Turtle
-
Moves turtle forward num units.
- jumped - Variable in class repast.simphony.parameter.optimizer.AnnealingAdvancementChooser
- JungEdgeTransformer<T> - Class in repast.simphony.space.graph
- JungEdgeTransformer() - Constructor for class repast.simphony.space.graph.JungEdgeTransformer
- JungGraphElementAccessor - Interface in repast.simphony.visualization.visualization3D.layout
-
Interface for coordinate-based selection of graph components.
- JungLayout<T> - Class in repast.simphony.visualization.visualization2D.layout
- JungLayout() - Constructor for class repast.simphony.visualization.visualization2D.layout.JungLayout
- JungNetwork<T> - Class in repast.simphony.space.graph
- JungNetwork(String) - Constructor for class repast.simphony.space.graph.JungNetwork
- JungNetwork(String, EdgeCreator<? extends RepastEdge<T>, T>) - Constructor for class repast.simphony.space.graph.JungNetwork
- JungNetworkLayout<T> - Class in repast.simphony.visualization.visualization3D.layout
-
Abstract class to construct various types of JUNG graph layouts
- JungNetworkLayout() - Constructor for class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
- JungRadiusGraphElementAccessor - Class in repast.simphony.visualization.visualization3D.layout
-
Returns the vertex or edge that is closest to the specified location.
- JungRadiusGraphElementAccessor(JungNetworkLayout) - Constructor for class repast.simphony.visualization.visualization3D.layout.JungRadiusGraphElementAccessor
- JungRadiusGraphElementAccessor(JungNetworkLayout, double) - Constructor for class repast.simphony.visualization.visualization3D.layout.JungRadiusGraphElementAccessor
- JungRandomVertexLocationDecorator - Class in repast.simphony.visualization.visualization3D.layout
- JungRandomVertexLocationDecorator(Dimension) - Constructor for class repast.simphony.visualization.visualization3D.layout.JungRandomVertexLocationDecorator
- JungRandomVertexLocationDecorator(Dimension, boolean) - Constructor for class repast.simphony.visualization.visualization3D.layout.JungRandomVertexLocationDecorator
- JungRandomVertexLocationDecorator(Dimension, int) - Constructor for class repast.simphony.visualization.visualization3D.layout.JungRandomVertexLocationDecorator
- JungVertexLocationFunction - Interface in repast.simphony.visualization.visualization3D.layout
-
An interface for classes that return a location for an
Node
. - JXPathUtils - Class in repast.simphony.integration
-
Utility methods for working with JXPath.
- JXPathUtils() - Constructor for class repast.simphony.integration.JXPathUtils
K
- keepRunning() - Method in class repast.simphony.batch.BatchRunner
- keepRunning() - Method in class repast.simphony.batch.OneRunBatchRunner
- key() - Method in class repast.simphony.util.collections.OpenLongToDoubleHashMap.Iterator
-
Get the key of current entry.
- KEY_BSQUARE_SIZE - Static variable in interface repast.simphony.visualizationOGL2D.SpatialSource
-
Key for the map passed to registerSource whose value specifies the size of a bounding square side, if applicable, of the created Spatial.
- KEY_HEIGHT - Static variable in interface repast.simphony.visualizationOGL2D.SpatialSource
-
Key for the map passed to registerSource whose value specifies the height, if appicable, of the created Spatial.
- KEY_SCALE - Static variable in interface repast.simphony.visualizationOGL2D.SpatialSource
-
Key for the map passed to registerSource whose value specifies the scale, if appicable, of the created Spatial.
- KEY_WIDTH - Static variable in interface repast.simphony.visualizationOGL2D.SpatialSource
-
Key for the map passed to registerSource whose value specifies the width, if appicable, of the created Spatial.
- keyMap - Variable in class repast.simphony.data2.AbstractFormatter
- Keys - Enum Class in repast.simphony.xml
- keySet() - Method in class repast.simphony.freezedry.FreezeDryedObject
- kind - Variable in class repast.simphony.engine.watcher.query.Token
-
An integer that describes the kind of this token.
- KKLayout2D<T> - Class in repast.simphony.visualization.visualization2D.layout
-
Layout that wraps JUNG KKLayout
- KKLayout2D() - Constructor for class repast.simphony.visualization.visualization2D.layout.KKLayout2D
L
- l3 - Variable in class repast.simphony.random.Lambda
- l4 - Variable in class repast.simphony.random.Lambda
- label - Variable in class repast.simphony.dataLoader.ui.wizard.builder.CheckNodeRenderer
- label - Variable in class repast.simphony.relogo.AbstractLink
- label - Variable in class repast.simphony.statecharts.runtime.SVGApplication
- label - Variable in class repast.simphony.ui.plugin.editor.AbstractWizardActionUI
- label - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
- label - Variable in class repast.simphony.visualization.visualization3D.AbstractLabel
- label - Variable in class repast.simphony.visualization.visualization3D.VisualItem3D
- label - Variable in class repast.simphony.ws.DisplayProperties
- Label - Interface in repast.simphony.visualization.visualization3D
- LABEL_KEY - Static variable in class repast.simphony.visualization.visualization2D.StyledDisplayLayer2D
-
Deprecated.
- LABEL_KEY - Static variable in class repast.simphony.visualizationOGL2D.AbstractDisplayLayerOGL2D
- label1 - Variable in class repast.simphony.visualization.gui.AgentSelectionPanel
- label2 - Variable in class repast.simphony.visualization.gui.AgentSelectionPanel
- labelColor - Variable in class repast.simphony.relogo.AbstractLink
- labelColor - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
- LabelComparator() - Constructor for class repast.simphony.ui.tree.ScenarioTree.LabelComparator
- labelFontFamily - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
- labelFontSize - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
- labelFontType - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
- labelLayers - Variable in class repast.simphony.visualizationOGL2D.AbstractDisplayLayerOGL2D
- labelMethod - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
- labelOffset - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
- labelPosition - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
- labelPrecision - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
- Lambda - Class in repast.simphony.random
-
A simple wrapper around
Distributions.nextLambda(double, double, RandomEngine)
. - Lambda(double, double, RandomEngine) - Constructor for class repast.simphony.random.Lambda
-
Constructs this distribution with the specified parameters to pass to the
Distributions.nextLambda(double, double, RandomEngine)
method. - last(String) - Static method in class repast.simphony.relogo.Utility
-
Returns the last character in a string.
- last(List<E>) - Static method in class repast.simphony.relogo.Utility
-
Returns the last item in a list.
- LAST - Enum constant in enum class repast.simphony.engine.schedule.PriorityType
- LAST - Static variable in class repast.simphony.ui.parameters.ParametersUI
- LAST_PRIORITY - Static variable in class repast.simphony.engine.schedule.ScheduleParameters
- LAST_VALUE_INDEX - Static variable in class repast.simphony.parameter.AbstractSweepParameterSetter
- lastActions - Variable in class repast.simphony.engine.schedule.ScheduleGroup
-
List of actions that should be executed last.
- lastAddedSetter - Variable in class repast.simphony.parameter.ParameterTreeSweeper
- lastAdvancement - Variable in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
- lastColor - Variable in class repast.simphony.ui.sparkline.SparklineJComponent
- lastDirectory - Static variable in class repast.simphony.visualization.gui.CoverageStyleClassStep
- lastDirectory - Static variable in class repast.simphony.visualization.gui.GISStylePanel
-
Deprecated.
- lastIndex - Variable in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
- lastObj - Variable in class repast.simphony.util.collections.DelegatedIterator
- lastProbedObject - Variable in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- lastRenderTS - Variable in class repast.simphony.visualization.AbstractDisplay
- lastSetter - Variable in class repast.simphony.parameter.optimizer.HillClimber
- lastSetter - Variable in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
- lastSleepTime - Variable in class repast.simphony.ui.GUIScheduleRunner
- lastValue - Variable in class repast.simphony.parameter.AbstractSweepParameterSetter
- lastValue - Variable in class repast.simphony.parameter.optimizer.HillClimber
- latDisplay - Variable in class repast.simphony.visualization.gis3D.RepastStatusBar
- LATER - Enum constant in enum class repast.simphony.engine.watcher.WatcherTriggerSchedule
- Lattice1DGenerator<T> - Class in repast.simphony.context.space.graph
-
Creates a n x 1 lattice where each vertex is incident to two neighbors (except at the edges if the lattice is non-toroidal.)
- Lattice1DGenerator(boolean, boolean) - Constructor for class repast.simphony.context.space.graph.Lattice1DGenerator
-
Creates a Lattice1DGenerator.
- Lattice2DGenerator<T> - Class in repast.simphony.context.space.graph
-
Generator for n x n lattice where each vertex is incident with its four neighbors except perhaps for the edge vertices depending on whether the lattice is toroidal.
- Lattice2DGenerator(boolean) - Constructor for class repast.simphony.context.space.graph.Lattice2DGenerator
-
Creates a Lattice2DGenerator.
- launch(String, String) - Static method in class repast.simphony.util.Launcher
- Launcher - Class in repast.simphony.util
- Launcher() - Constructor for class repast.simphony.util.Launcher
- layer - Variable in class repast.simphony.gis.display.PGisLayer
-
Deprecated.
- layer - Variable in class repast.simphony.visualization.editedStyle.EditedValueLayerStyle2D
- layer - Variable in class repast.simphony.visualization.visualization2D.style.DefaultValueLayerStyle
-
Deprecated.
- layer - Variable in class repast.simphony.visualizationOGL2D.AbstractDisplayLayerOGL2D
- Layer<T> - Class in repast.simphony.space.gis
-
A layer in a geographic projection.
- Layer(String) - Constructor for class repast.simphony.space.gis.Layer
-
Creates a layer with no agent type and no geometry.
- Layer(String, Class<? extends T>, Class<? extends Geometry>) - Constructor for class repast.simphony.space.gis.Layer
-
Creates a layer with the specified agent type and geometry.
- LAYER_ID_KEY - Static variable in class repast.simphony.visualization.gis3D.DisplayGIS3D
- layerAdded(Layer, PGisLayer) - Method in class repast.simphony.gis.display.GisDisplayMediator
-
Deprecated.
- layerAdded(MapLayerListEvent) - Method in class repast.simphony.gis.display.GisDisplayMediator
-
Deprecated.
- layerAdded(MapLayerListEvent) - Method in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
- layerAdded(MapLayerListEvent) - Method in class repast.simphony.visualization.editor.gis.SelectionDecorator
-
Deprecated.
- layerArea - Variable in class repast.simphony.gis.display.PGisLayer
-
Deprecated.
- layerChanged(MapLayerEvent) - Method in class repast.simphony.gis.display.GisDisplayMediator
-
Deprecated.
- layerChanged(MapLayerEvent) - Method in class repast.simphony.gis.display.PGisLayer
-
Deprecated.
- layerChanged(MapLayerListEvent) - Method in class repast.simphony.gis.display.GisDisplayMediator
-
Deprecated.
- layerChanged(MapLayerListEvent) - Method in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
- layerChanged(MapLayerListEvent) - Method in class repast.simphony.visualization.editor.gis.SelectionDecorator
-
Deprecated.
- layerDeselected(MapLayerEvent) - Method in class repast.simphony.gis.display.GisDisplayMediator
-
Deprecated.
- layerDeselected(MapLayerEvent) - Method in class repast.simphony.gis.display.PGisLayer
-
Deprecated.
- layerHidden(MapLayerEvent) - Method in class repast.simphony.gis.display.GisDisplayMediator
-
Deprecated.
- layerHidden(MapLayerEvent) - Method in class repast.simphony.gis.display.PGisLayer
-
Deprecated.
- layerid - Variable in class repast.simphony.ws.gis.StyledLayerGIS
- layerid - Variable in class repast.simphony.ws.gis.StyledNetLayerGIS
- layerInfo - Variable in class repast.simphony.visualization.gis3D.WMSLayersPanel.LayerInfoAction
- LayerInfo() - Constructor for class repast.simphony.visualization.gis3D.WMSLayersPanel.LayerInfo
- LayerInfoAction(WMSLayersPanel.LayerInfo, WorldWindow) - Constructor for class repast.simphony.visualization.gis3D.WMSLayersPanel.LayerInfoAction
- layerInfos - Variable in class repast.simphony.visualization.gis3D.WMSLayersPanel
- layerList - Variable in class repast.simphony.visualization.gui.LayerOrderStep
- layerListening - Variable in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
- layerListModel - Variable in class repast.simphony.visualization.gui.LayerOrderStep
- LayerManager - Interface in repast.simphony.gis.legend
-
Deprecated.2D piccolo based code is being removed
- layerMoved(MapLayerListEvent) - Method in class repast.simphony.gis.display.GisDisplayMediator
-
Deprecated.
- layerMoved(MapLayerListEvent) - Method in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
- layerMoved(MapLayerListEvent) - Method in class repast.simphony.visualization.editor.gis.SelectionDecorator
-
Deprecated.
- layerName - Variable in class repast.simphony.visualization.gis3D.CoverageLayer
- layerName - Variable in class repast.simphony.ws.gis.StyledLayerGIS
- layerName - Variable in class repast.simphony.ws.gis.StyledNetLayerGIS
- layerNames - Variable in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
- layerOrders - Variable in class repast.simphony.gis.visualization.engine.GISDisplayData
- LayerOrderStep - Class in repast.simphony.visualization.gui
-
Style step for layer ordering in GIS display.
- LayerOrderStep() - Constructor for class repast.simphony.visualization.gui.LayerOrderStep
- LayerOrderStep.ListDataRenderer - Class in repast.simphony.visualization.gui
-
Custom ListCellRenderer that provides neat display names for layers.
- LayerOrderStep.ListModelElement - Class in repast.simphony.visualization.gui
-
Stores list model data
- layerPanel - Variable in class repast.simphony.visualization.gis3D.DisplayGIS3D
- LayerPanel - Class in repast.simphony.visualization.gis3D
-
Modified version of WorldWind LayerPanel example to reverse layer order in panel
- LayerPanel(WorldWindow) - Constructor for class repast.simphony.visualization.gis3D.LayerPanel
- layerPreDispose(MapLayerEvent) - Method in class repast.simphony.gis.display.GisDisplayMediator
-
Deprecated.
- layerPreDispose(MapLayerEvent) - Method in class repast.simphony.gis.display.PGisLayer
-
Deprecated.
- layerPreDispose(MapLayerListEvent) - Method in class repast.simphony.gis.display.GisDisplayMediator
-
Deprecated.
- layerPreDispose(MapLayerListEvent) - Method in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
- layerPreDispose(MapLayerListEvent) - Method in class repast.simphony.visualization.editor.gis.SelectionDecorator
-
Deprecated.
- layerRemoved(Layer) - Method in class repast.simphony.gis.display.GisDisplayMediator
-
Deprecated.
- layerRemoved(MapLayerListEvent) - Method in class repast.simphony.gis.display.GisDisplayMediator
-
Deprecated.
- layerRemoved(MapLayerListEvent) - Method in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
- layerRemoved(MapLayerListEvent) - Method in class repast.simphony.visualization.editor.gis.SelectionDecorator
-
Deprecated.
- layers - Variable in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
- layerSelected(MapLayerEvent) - Method in class repast.simphony.gis.display.GisDisplayMediator
-
Deprecated.
- layerSelected(MapLayerEvent) - Method in class repast.simphony.gis.display.PGisLayer
-
Deprecated.
- layerSelectTable - Variable in class repast.simphony.visualization.gui.GIS3DOptionsPanel
- layerShown(MapLayerEvent) - Method in class repast.simphony.gis.display.GisDisplayMediator
-
Deprecated.
- layerShown(MapLayerEvent) - Method in class repast.simphony.gis.display.PGisLayer
-
Deprecated.
- layersToHide - Variable in class repast.simphony.visualization.gis3D.LayerPanel
- layout - Variable in class repast.simphony.visualization.AbstractLayoutUpdater
- layout - Variable in class repast.simphony.visualization.gis3D.DisplayGIS3D
- layout - Variable in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- layout - Variable in class repast.simphony.visualization.visualization2D.layout.JungLayout
- layout - Variable in class repast.simphony.visualization.visualization2D.layout.TreeLayout2D
- layout - Variable in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
- layout - Variable in class repast.simphony.visualization.visualization3D.layout.JungRadiusGraphElementAccessor
- layout - Variable in class repast.simphony.visualizationOGL2D.DisplayOGL2D
- layout - Variable in class repast.simphony.ws.DisplayServer
- Layout<T,
U extends Projection<?>> - Interface in repast.simphony.visualization -
Interface for display layouts.
- layoutName - Variable in class repast.simphony.visualization.AbstractNetworkLayout
- layoutUpdater - Variable in class repast.simphony.visualization.gis3D.DisplayGIS3D
- layoutUpdater - Variable in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- layoutUpdater - Variable in class repast.simphony.visualizationOGL2D.DisplayOGL2D
- LayoutUpdater - Interface in repast.simphony.visualization
- LayoutUpdater.Condition - Enum Class in repast.simphony.visualization
-
Conditions that determine whether not the updater should update.
- LEAF_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
- left(Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Rotates the turtle to the left num degrees.
- left(Number) - Method in interface repast.simphony.relogo.Turtle
-
Rotates the turtle to the left num degrees.
- leftIndex(int, int) - Method in class repast.simphony.context.space.graph.Lattice2DGenerator
- leftSibling - Variable in class repast.simphony.visualization.cgd.util.ParseClanTree
- LEGACY_SCORE_FILE_NAME - Static variable in interface repast.simphony.scenario.ScenarioConstants
- LegacyExecutor - Interface in repast.simphony.integration
- LegendAction<T extends LegendEntry> - Interface in repast.simphony.gis.legend
-
Deprecated.2D piccolo based code is being removed
- LegendCellRenderer - Class in repast.simphony.gis.legend
-
Deprecated.2D piccolo based code is being removed
- LegendCellRenderer() - Constructor for class repast.simphony.gis.legend.LegendCellRenderer
-
Deprecated.
- LegendDefaultCellRenderer - Class in repast.simphony.gis.legend
-
Deprecated.2D piccolo based code is being removed
- LegendDefaultCellRenderer() - Constructor for class repast.simphony.gis.legend.LegendDefaultCellRenderer
-
Deprecated.Creates a new instance of LegendTreeCellRender
- LegendEntry - Class in repast.simphony.gis.legend
-
Deprecated.2D piccolo based code is being removed
- LegendEntry() - Constructor for class repast.simphony.gis.legend.LegendEntry
-
Deprecated.Default Constructor, this will be an empty entry in the legend.
- LegendEntry(Object) - Constructor for class repast.simphony.gis.legend.LegendEntry
-
Deprecated.Create the legend entry based on the supplied user object.
- LegendLabel - Class in repast.simphony.dataLoader.ui.wizard.builder
- LegendLabel(String, Color, AgentLayer) - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.LegendLabel
- LegendLayerEntry - Class in repast.simphony.gis.legend
-
Deprecated.2D piccolo based code is being removed
- LegendLayerEntry(String, boolean, Layer) - Constructor for class repast.simphony.gis.legend.LegendLayerEntry
-
Deprecated.Create a new LegendLayer node for a layer.
- LegendModel - Class in repast.simphony.gis.legend
-
Deprecated.2D piccolo based code is being removed
- LegendModel() - Constructor for class repast.simphony.gis.legend.LegendModel
-
Deprecated.Create a new LegendModel using the default root object.
- LegendModel(String) - Constructor for class repast.simphony.gis.legend.LegendModel
-
Deprecated.
- LegendRuleEntry - Class in repast.simphony.gis.legend
-
Deprecated.2D piccolo based code is being removed
- LegendRuleEntry(String, Icon, Rule) - Constructor for class repast.simphony.gis.legend.LegendRuleEntry
-
Deprecated.Creates a new instance of LegendStyleElementNodeInfo
- LegendTreeLayerCellRenderer - Class in repast.simphony.gis.legend
-
Deprecated.2D piccolo based code is being removed
- LegendTreeLayerCellRenderer() - Constructor for class repast.simphony.gis.legend.LegendTreeLayerCellRenderer
-
Deprecated.Creates a new instance of LegendTreeCellRender
- LegendTreeRuleCellRenderer - Class in repast.simphony.gis.legend
-
Deprecated.2D piccolo based code is being removed
- LegendTreeRuleCellRenderer() - Constructor for class repast.simphony.gis.legend.LegendTreeRuleCellRenderer
-
Deprecated.
- length(String) - Static method in class repast.simphony.relogo.Utility
-
Returns the number of characters in a string.
- length(Collection) - Static method in class repast.simphony.relogo.Utility
-
Returns the number of items in a collection.
- LENGTH - Static variable in class repast.simphony.integration.DataFileElements.DATA_ATTRS
- LESS_THAN - Enum constant in enum class repast.simphony.ui.table.NamedRowFilter.Operator
- LESS_THAN_OR_EQUALS - Enum constant in enum class repast.simphony.ui.table.NamedRowFilter.Operator
- LexicalError(boolean, int, int, int, String, char) - Static method in error repast.simphony.engine.watcher.query.TokenMgrError
-
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
- lexStateNames - Static variable in class repast.simphony.engine.watcher.query.QueryParserTokenManager
- license - Variable in class repast.simphony.data.analysis.CopyRightStep
- licenseAcceptedKey - Variable in class repast.simphony.data.analysis.AnalysisPluginRunner
- licenseFileName - Variable in class repast.simphony.data.analysis.AnalysisPluginRunner
- licenseFileName - Variable in class repast.simphony.data.analysis.AnalysisPluginWizard
- lime() - Static method in class repast.simphony.relogo.Utility
-
Returns the numerical value corresponding to the color lime.
- line - Variable in class repast.simphony.engine.watcher.query.SimpleCharStream
- LINE - Enum constant in enum class repast.simphony.data2.FormatType
- LINE - Enum constant in enum class repast.simphony.gis.util.GeometryUtil.GeometryType
- LINE - Enum constant in enum class repast.simphony.visualization.visualization3D.AppearanceFactory.PolygonDraw
- LINE - Enum constant in enum class repast.simphony.visualization.visualization3D.style.EdgeStyle3D.EdgeType
- LINE - Static variable in class repast.simphony.visualization.gis3D.style.EditedSurfaceShapeStyle
- LINE_SEPARATOR - Static variable in interface repast.simphony.util.SystemConstants
- LINEAR - Static variable in class repast.simphony.visualization.cgd.util.Clan
- LineChartCreator - Class in repast.simphony.chart2
-
ChartCreator for creating a line chart.
- LineChartCreator(XYSeriesCollection) - Constructor for class repast.simphony.chart2.LineChartCreator
- LineEdgeVisualItem3D - Class in repast.simphony.visualization.network
- LineEdgeVisualItem3D(TaggedBranchGroup, Object, Label) - Constructor for class repast.simphony.visualization.network.LineEdgeVisualItem3D
- LineFormatter - Class in repast.simphony.data2
-
Formats data in single line in the following format: id: data, id: data, ...
- LineFormatter(Collection<? extends DataSource>, String) - Constructor for class repast.simphony.data2.LineFormatter
-
Creates a Formatter that will format data from the specified sources.
- lineGraph - Variable in class repast.simphony.ui.sparkline.SparklineJComponent
- lineStyle - Variable in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- LineStyle - Enum Class in repast.simphony.visualization.editedStyle
- link(Number, Number) - Method in class repast.simphony.relogo.AbstractLink
-
Returns the link between two turtles.
- link(Number, Number) - Method in class repast.simphony.relogo.AbstractObserver
-
Returns the link between two turtles.
- link(Number, Number) - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the link between two turtles.
- link(Number, Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the link between two turtles.
- link(Number, Number) - Method in class repast.simphony.relogo.Link
-
Returns the link between two turtles.
- link(Number, Number) - Method in interface repast.simphony.relogo.Observer
-
Returns the link between two turtles.
- link(Number, Number) - Method in interface repast.simphony.relogo.Patch
-
Returns the link between two turtles.
- link(Number, Number) - Method in interface repast.simphony.relogo.Turtle
-
Returns the link between two turtles.
- link(Turtle, Turtle) - Method in class repast.simphony.relogo.AbstractLink
-
Returns the link between two turtles.
- link(Turtle, Turtle) - Method in class repast.simphony.relogo.AbstractObserver
-
Returns the link between two turtles.
- link(Turtle, Turtle) - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the link between two turtles.
- link(Turtle, Turtle) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the link between two turtles.
- link(Turtle, Turtle) - Method in class repast.simphony.relogo.Link
-
Returns the link between two turtles.
- link(Turtle, Turtle) - Method in interface repast.simphony.relogo.Observer
-
Returns the link between two turtles.
- link(Turtle, Turtle) - Method in interface repast.simphony.relogo.Patch
-
Returns the link between two turtles.
- link(Turtle, Turtle) - Method in interface repast.simphony.relogo.Turtle
-
Returns the link between two turtles.
- Link<T> - Class in repast.simphony.relogo
-
ReLogo Link abstract class.
- Link() - Constructor for class repast.simphony.relogo.Link
- linkDir(int, int, Observer) - Static method in class repast.simphony.relogo.Utility
- Linked - Class in repast.simphony.query.space.projection
-
Predicate that evalutes whether two objects are "linked" in a projection.
- Linked(Object, Object) - Constructor for class repast.simphony.query.space.projection.Linked
-
Creates a Linked predicate that will evaluate whether or not the first object is linked to the second.
- Linked() - Method in class repast.simphony.engine.watcher.query.QueryParser
- LINKED - Static variable in interface repast.simphony.engine.watcher.query.QueryParserConstants
- LINKED_FROM - Static variable in interface repast.simphony.engine.watcher.query.QueryParserConstants
- LINKED_TO - Static variable in interface repast.simphony.engine.watcher.query.QueryParserConstants
- LinkedBooleanExpression - Class in repast.simphony.engine.watcher.query
-
Returns true if the watcher is linked to the watchee, or watchee is linked to watcher in any network in the current Context.
- LinkedBooleanExpression(Context) - Constructor for class repast.simphony.engine.watcher.query.LinkedBooleanExpression
- LinkedFrom - Class in repast.simphony.query.space.projection
-
Predicate that evalutes whether one object has a link from another in a projection.
- LinkedFrom(Object, Object) - Constructor for class repast.simphony.query.space.projection.LinkedFrom
-
Creates a LinkedTo predicate that will evaluate whether or not the first object has a link from the second.
- LinkedFromBooleanExpression - Class in repast.simphony.engine.watcher.query
-
Returns true if the watcher is linked from the watchee any network in the current Context.
- LinkedFromBooleanExpression(Context) - Constructor for class repast.simphony.engine.watcher.query.LinkedFromBooleanExpression
- LinkedTo - Class in repast.simphony.query.space.projection
-
Predicate that evalutes whether one object has a link to another in a projection.
- LinkedTo(Object, Object) - Constructor for class repast.simphony.query.space.projection.LinkedTo
-
Creates a LinkedTo predicate that will evaluate whether or not the first object has a link t to the second.
- LinkedToBooleanExpression - Class in repast.simphony.engine.watcher.query
-
Returns true if the watcher is linked to the watchee any network in the current Context.
- LinkedToBooleanExpression(Context) - Constructor for class repast.simphony.engine.watcher.query.LinkedToBooleanExpression
- LinkFactory - Class in repast.simphony.relogo.factories
- LinkFactory(Class<? extends BaseLink>) - Constructor for class repast.simphony.relogo.factories.LinkFactory
- LinkFactory(Class<? extends BaseLink>, Class<? extends BaseLink>) - Constructor for class repast.simphony.relogo.factories.LinkFactory
- LinkFactory(Class<? extends BaseLink>, Class<? extends BaseLink>, Collection<Class<? extends BaseLink>>) - Constructor for class repast.simphony.relogo.factories.LinkFactory
- LinkFactory(Class<? extends BaseLink>, Collection<Class<? extends BaseLink>>) - Constructor for class repast.simphony.relogo.factories.LinkFactory
- linkHeading() - Method in class repast.simphony.relogo.AbstractLink
-
Returns the heading of a link.
- linkHeading() - Method in class repast.simphony.relogo.Link
-
Returns the heading of a link.
- linkLength() - Method in class repast.simphony.relogo.AbstractLink
-
Returns the length of a link.
- linkLength() - Method in class repast.simphony.relogo.Link
-
Returns the length of a link.
- linkNeighborQ(Turtle) - Method in class repast.simphony.relogo.AbstractTurtle
-
Reports true if there is an undirected link connecting t and the caller.
- linkNeighborQ(Turtle) - Method in interface repast.simphony.relogo.Turtle
-
Reports true if there is an undirected link connecting t and the caller.
- linkNeighbors() - Method in class repast.simphony.relogo.AbstractTurtle
-
Reports the agentset of all turtles found at the other end of undirected links connected to the calling turtle.
- linkNeighbors() - Method in interface repast.simphony.relogo.Turtle
-
Reports the agentset of all turtles found at the other end of undirected links connected to the calling turtle.
- links() - Method in class repast.simphony.relogo.AbstractLink
-
Returns the agentset of all generic links.
- links() - Method in class repast.simphony.relogo.AbstractObserver
-
Returns the agentset of all generic links.
- links() - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the agentset of all generic links.
- links() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the agentset of all generic links.
- links() - Method in class repast.simphony.relogo.Link
-
Returns the agentset of all generic links.
- links() - Method in interface repast.simphony.relogo.Observer
-
Returns the agentset of all generic links.
- links() - Method in interface repast.simphony.relogo.Patch
-
Returns the agentset of all generic links.
- links() - Method in interface repast.simphony.relogo.Turtle
-
Returns the agentset of all generic links.
- linkSet(Object...) - Static method in class repast.simphony.relogo.Utility
-
Collects arguments into an agenset of links.
- linksU(Observer) - Static method in class repast.simphony.relogo.Utility
-
Returns the agentset of all generic links.
- linkU(int, int, Observer) - Static method in class repast.simphony.relogo.Utility
-
Returns the link between two turtles.
- linkUndir(int, int, Observer) - Static method in class repast.simphony.relogo.Utility
- linkWith(Turtle) - Method in class repast.simphony.relogo.AbstractTurtle
-
Report the link between t and the caller.
- linkWith(Turtle) - Method in interface repast.simphony.relogo.Turtle
-
Report the link between t and the caller.
- list - Variable in class repast.simphony.util.collections.RandomIterable
- LIST - Static variable in class repast.simphony.ui.sweep.ParameterSweepInput
- LIST_PARAM_TYPE - Static variable in interface repast.simphony.parameter.xml.SetterConstants
- LIST_VALUE_TYPE_NAME - Static variable in interface repast.simphony.parameter.xml.SetterConstants
- LIST_VALUES_NAME - Static variable in interface repast.simphony.parameter.xml.SetterConstants
- ListDataRenderer() - Constructor for class repast.simphony.visualization.gui.LayerOrderStep.ListDataRenderer
- listener - Variable in class repast.simphony.ui.sparkline.PropertySourcedSparklineJComponent
- listeners - Variable in class repast.simphony.space.projection.DefaultProjection
- listeners - Variable in class repast.simphony.ui.table.AgentTablePanel
- listeners - Variable in class repast.simphony.ui.table.ProbePropertyTableModel
- ListIndexedIterable<T> - Class in repast.simphony.util.collections
-
Adapts a List to the IndexedIterable interface.
- ListIndexedIterable(List<T>) - Constructor for class repast.simphony.util.collections.ListIndexedIterable
-
Creates a ListIndexedIterable that adapts the specified list to the IndexedIterable interface.
- listModel - Variable in class repast.simphony.util.wizard.ChooseOptionStep
- ListModelElement(String) - Constructor for class repast.simphony.visualization.gui.LayerOrderStep.ListModelElement
- listnext - Variable in class repast.simphony.visualization.cgd.util.Clan
- ListParameterBinder - Class in repast.simphony.ui.parameters
-
ParameterBinder for parameters constrained to a list of values.
- ListParameterBinder(String, String) - Constructor for class repast.simphony.ui.parameters.ListParameterBinder
- ListParameterSetter<T> - Class in repast.simphony.parameter
-
An initializer that will go through a list of parameters.
- ListParameterSetter(String, T[]) - Constructor for class repast.simphony.parameter.ListParameterSetter
-
Constructs this with the specified parameter name (where the parameter will be stored) and iterating through the given parameter list.
- listRemoteDirectory(String) - Method in class repast.simphony.batch.ssh.SSHSession
-
Returns the listing of the specified remote directory as a list of Strings.
- listRemoteDirectory(String, boolean) - Method in class repast.simphony.batch.ssh.SSHSession
-
Returns the file listing of the specified remote directory as a list of Strings with an option to recurse into any directories that are found.
- ListSelector<T> - Class in repast.simphony.ui.plugin.editor
-
GUI widget that allows the user to select items from a list into a new list.
- ListSelector() - Constructor for class repast.simphony.ui.plugin.editor.ListSelector
- ListSelector(String, List<T>, List<T>, boolean) - Constructor for class repast.simphony.ui.plugin.editor.ListSelector
-
Creates list selector from the specified lists.
- ListSelector(List<T>, List<T>, boolean) - Constructor for class repast.simphony.ui.plugin.editor.ListSelector
-
Creates list selector from the specified lists.
- ListSetterCreator - Class in repast.simphony.parameter.xml
-
Creator for ListParameterSteppers.
- ListSetterCreator() - Constructor for class repast.simphony.parameter.xml.ListSetterCreator
- ListTokenizer - Class in repast.simphony.parameter
-
Tokenizes lists and ranges of strings, numbers and booleans into their individual elements.
- ListTokenizer() - Constructor for class repast.simphony.parameter.ListTokenizer
- ln(Number) - Static method in class repast.simphony.relogo.Utility
-
Returns the natural logarithm of a number
- load() - Method in class repast.simphony.space.gis.ShapefileLoader
-
Creates all the agents for the shapefile features, setting each agent's properteis to the value of a feature's relevant attributes.
- load() - Method in class repast.simphony.visualization.gis3D.WMSLayersPanel
- load(File, Scenario, ControllerRegistry) - Method in class repast.simphony.scenario.ScenarioFileLoader
-
Loads serialized actions into the specified ControllerRegistry and returns that registry.
- load(String, NetworkFileFormat, NodeCreator) - Method in class repast.simphony.context.space.graph.NetworkBuilder
-
Sets this NetworkBuilder to create the network from a file.
- load(String, NetworkFileFormat, NodeCreator, int) - Method in class repast.simphony.context.space.graph.NetworkBuilder
-
Sets this NetworkBuilder to create the network from a file.
- load(Context) - Method in class repast.simphony.dataLoader.engine.FreezeDryedContextBuilder
- load(RunEnvironmentBuilder) - Method in class repast.simphony.scenario.ScenarioLoader
- load(FreezeDryedRegistry, Context) - Method in class repast.simphony.dataLoader.engine.FreezeDryedContextBuilder
- LOAD_LAYOUT_ACTION - Static variable in class repast.simphony.ui.RSGUIConstants
- loadAction(XStream, Scenario, ControllerRegistry) - Method in class repast.simphony.scenario.AbstractActionLoader
- loadAction(XStream, Scenario, ControllerRegistry) - Method in interface repast.simphony.scenario.ActionLoader
- loadAgents(Context<?>, ContinuousSpace, Map<String, Object>) - Method in class repast.simphony.freezedry.freezedryers.proj.ContinuousProjectionDryer
- loadAgents(Context<?>, Geography, Map<String, Object>) - Method in class repast.simphony.gis.freezedry.GeographyProjectionDryer
- loadAgents(Context<?>, Grid, Map<String, Object>) - Method in class repast.simphony.freezedry.freezedryers.proj.GridProjectionDryer2
- loadChildren(FreezeDryedObject, DefaultContext) - Method in class repast.simphony.freezedry.freezedryers.ContextFreezeDryer
- loadDescriptor(String) - Static method in class repast.simphony.integration.DataFileUtils
-
Loads in a descriptor file and returns the resulting Document.
- loadEdges(Object[], Network) - Method in class repast.simphony.freezedry.freezedryers.proj.NetworkProjectionDryer
- loadExtensions() - Method in class repast.simphony.ui.probe.ProbeExtensionLoader
- loadExtensions(PluginManager) - Method in class repast.simphony.plugin.ActionExtensions
- loadExtensions(PluginManager) - Method in class repast.simphony.plugin.ScenarioCreatorExtensions
- loadExtensions(PluginManager) - Method in class repast.simphony.ui.plugin.UIActionExtensions
- loadFieldProbeExtensions() - Method in class repast.simphony.ui.probe.ProbeExtensionLoader
- loadIcon(String) - Static method in class repast.simphony.ui.RSGUIConstants
- loadIcon(String) - Static method in class repast.simphony.ui.widget.IconUtils
-
Attemps to load an icon as resource and if that fails then directly from the "icons" directory.
- loadIcon(String) - Static method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- loadingThread - Variable in class repast.simphony.visualization.gis3D.WMSLayersPanel
- loadLayout() - Method in class repast.simphony.ui.RSApplication
-
Loads and resets the current layout from a user selected file.
- LoadLayout - Class in repast.simphony.ui.action
-
Action for loading an existing frame layout.
- LoadLayout() - Constructor for class repast.simphony.ui.action.LoadLayout
- loadLocationProbeProviderxtensions() - Method in class repast.simphony.ui.probe.ProbeExtensionLoader
- loadNormalProjections(FreezeDryedObject, Context) - Method in class repast.simphony.freezedry.freezedryers.ContextFreezeDryer
- loadProjections(FreezeDryedObject, Context) - Method in class repast.simphony.freezedry.freezedryers.ContextFreezeDryer
- loadProperties(Context<?>, ContinuousSpace<?>, Map<String, Object>) - Method in class repast.simphony.freezedry.freezedryers.proj.ContinuousProjectionDryer
-
Loads the space's agents.
- loadProperties(Context<?>, Geography<?>, Map<String, Object>) - Method in class repast.simphony.gis.freezedry.GeographyProjectionDryer
-
Loads the space's agents.
- loadProperties(Context<?>, Network<?>, Map<String, Object>) - Method in class repast.simphony.freezedry.freezedryers.proj.NetworkProjectionDryer
-
Loads in the network's edges.
- loadProperties(Context<?>, Grid<?>, Map<String, Object>) - Method in class repast.simphony.freezedry.freezedryers.proj.GridProjectionDryer2
-
Loads the space's agents.
- loadProperties(Context<?>, T, Map<String, Object>) - Method in class repast.simphony.freezedry.freezedryers.proj.ProjectionDryer
-
This handles loading of properties into the instantiated projection.
- loadPropertyProjections(FreezeDryedObject, Context) - Method in class repast.simphony.freezedry.freezedryers.ContextFreezeDryer
- loadRandomLoader() - Method in class repast.simphony.engine.controller.DefaultController
- loadScenario(File) - Method in class repast.simphony.batch.BatchRunner
- loadSceneFromModel(File) - Static method in class repast.simphony.visualization.editedStyle.ModelLoaderUtils
-
Load the scene from a provided model file name.
- loadStyles(DisplayDescriptor) - Method in class repast.simphony.visualization.gui.AgentStyleTableModel
- loadStyles(DisplayDescriptor) - Method in class repast.simphony.visualization.gui.NetStyleTableModel
- loadValues(Parameters) - Method in class repast.simphony.parameter.ParametersValuesLoader
-
Loads the stored values into the specified Parameters.
- loadWizardOptions(PluginManager) - Static method in class repast.simphony.dataLoader.ui.wizard.DataLoaderWizardPluginUtil
- loadWizardOptions(PluginManager) - Static method in class repast.simphony.freezedry.wizard.FreezeDryWizardPluginUtil
- loadWizardOptions(PluginManager, Class<T>, String, String, boolean) - Static method in class repast.simphony.util.wizard.WizardPluginUtil
-
Retrieves
WizardOption
s of the specified type from the plugin manager. - LOCAL_PREFIX - Static variable in class repast.simphony.batch.ssh.Configuration
- LOCAL_RUN_PROPS_FILE - Static variable in interface repast.simphony.batch.BatchConstants
- localContext - Variable in class repast.simphony.gis.display.PGisLayer
-
Deprecated.
- LocalDonePoller - Class in repast.simphony.batch.ssh
-
Polls a directory on a local machine for a "DONE" file in a specified directory.
- LocalDonePoller(String, long) - Constructor for class repast.simphony.batch.ssh.LocalDonePoller
- LocalDriver - Class in repast.simphony.batch
-
Starts X number of simphony batch intances on the same machine that this is run on.
- LocalDriver() - Constructor for class repast.simphony.batch.LocalDriver
- LocalOutputFinder - Class in repast.simphony.batch.ssh
-
Finds the output in the local instance directories.
- LocalOutputFinder() - Constructor for class repast.simphony.batch.ssh.LocalOutputFinder
- LocalSession - Class in repast.simphony.batch.ssh
- LocalSession() - Constructor for class repast.simphony.batch.ssh.LocalSession
- LocalStatusCopier - Class in repast.simphony.batch.ssh
-
Copies copies any failure and warn status messages from a remote to a specified directory.
- LocalStatusCopier() - Constructor for class repast.simphony.batch.ssh.LocalStatusCopier
- locate(TriangulationPoint) - Method in class repast.simphony.space.delaunay.DelaunayGraph
- locateSVGResource() - Method in class repast.simphony.statecharts.runtime.StateChartSVGDisplayController
- location - Variable in class repast.simphony.visualization.visualization3D.layout.SphericalLayout
- location - Variable in class repast.simphony.visualization.visualization3D.VisualItem3D
- locationChanged - Variable in class repast.simphony.visualization.visualization3D.Transformer
- locationData - Variable in class repast.simphony.visualization.AbstractNetworkLayout
- locationMap - Variable in class repast.simphony.valueLayer.ContinuousValueLayer
- LocationProbe - Interface in repast.simphony.ui.probe
- LocationProbeProvider - Interface in repast.simphony.ui.probe
-
Provides the location of a probed object in projections that store objects with a location, eg xyz for grid, or lat/lon for geography.
- LocationSetter - Interface in repast.simphony.gis.tools
- locationStorage - Variable in class repast.simphony.space.continuous.AbstractContinuousSpace
- locationStorage - Variable in class repast.simphony.space.grid.AbstractGrid
- lock - Variable in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- lock - Variable in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- lockVertex(Object) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Adds the vertex to the DontMove list
- log(Number, Number) - Static method in class repast.simphony.relogo.Utility
-
Returns the logarithm of a number.
- log(Process) - Method in class repast.simphony.ui.sweep.ConsoleWindowDialog
- LOG - Variable in class repast.simphony.data.analysis.AnalysisPluginRunner
- LOG - Static variable in class repast.simphony.data.analysis.AnalysisPluginWizard
- LOG - Static variable in class repast.simphony.data.analysis.CopyRightStep
- LOG - Static variable in class repast.simphony.data.analysis.NetworkAnalysisPluginWizard
- LOG - Static variable in class repast.simphony.ws.DisplayServer
- LOG_GROUP - Static variable in class repast.simphony.ui.RSGUIConstants
- LOG_VIEW - Static variable in class repast.simphony.ui.widget.ErrorLog
- logger - Static variable in class repast.simphony.batch.ssh.OutputFinder
- LoggingOutputStream - Class in repast.simphony.batch
-
An OutputStream that writes contents to a Logger upon each call to flush().
- LoggingOutputStream(Logger, Level) - Constructor for class repast.simphony.batch.LoggingOutputStream
- loggingRegistry - Variable in class repast.simphony.data.analysis.AnalysisPluginWizard
- loginBox - Variable in class repast.simphony.dataLoader.wizard.JDBCDataStep
- logPrintStream() - Method in class repast.simphony.ui.sweep.ConsoleWindowDialog
- lonDisplay - Variable in class repast.simphony.visualization.gis3D.RepastStatusBar
- LONG - Enum constant in enum class repast.simphony.freezedry.ArrayValueHandler
- LONG - Enum constant in enum class repast.simphony.parameter.xml.AbstractNumberSetterCreator.Type
- LongConverter() - Constructor for class repast.simphony.parameter.StringConverterFactory.LongConverter
- LongSteppedSetter - Class in repast.simphony.parameter
-
This
ParameterSetter
will run through a space of numbers. - LongSteppedSetter(String, long, long, long) - Constructor for class repast.simphony.parameter.LongSteppedSetter
-
Constructs this with the given base value, step size, and maximum value.
- lookingAhead - Variable in class repast.simphony.engine.watcher.query.QueryParser
- lookupColor(double) - Static method in class repast.simphony.relogo.util.ReLogoSupport
- lookupNearestColor(Color) - Static method in class repast.simphony.relogo.util.ReLogoSupport
- LOW - Enum constant in enum class repast.simphony.visualization.gis3D.RepastStereoOptionSceneController.RenderQuality
- lput(Object, List) - Static method in class repast.simphony.relogo.Utility
-
Appends item to the end of a list then returns the new list.
- lt(Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Rotates the turtle to the left num degrees.
- lt(Number) - Method in interface repast.simphony.relogo.Turtle
-
Rotates the turtle to the left num degrees.
M
- MA_KEY - Static variable in class repast.simphony.batch.ssh.Configuration
- magenta() - Static method in class repast.simphony.relogo.Utility
-
Returns the numerical value corresponding to the color magenta.
- main(String[]) - Static method in class repast.simphony.batch.BatchMain
- main(String[]) - Static method in class repast.simphony.batch.ClusterOutputCombiner
- main(String[]) - Static method in class repast.simphony.batch.ClusterOutputFinder
- main(String[]) - Static method in class repast.simphony.batch.InstanceRunner
- main(String[]) - Static method in class repast.simphony.batch.LocalDriver
- main(String[]) - Static method in class repast.simphony.batch.parameter.ParametersToInput
- main(String[]) - Static method in class repast.simphony.batch.ssh.SessionsDriver
- main(String[]) - Static method in class repast.simphony.data.analysis.AnalysisPluginRunner
- main(String[]) - Static method in class repast.simphony.dataLoader.ui.wizard.DFDataLoaderDirectoryChooserStep
- main(String[]) - Static method in class repast.simphony.engine.schedule.FooMainNew
- main(String[]) - Static method in class repast.simphony.engine.watcher.query.QueryParser
- main(String[]) - Static method in class repast.simphony.freezedry.datasource.JDBCConnectDialog
- main(String[]) - Static method in class repast.simphony.freezedry.datasource.JDBCContextBuilder
- main(String[]) - Static method in class repast.simphony.freezedry.gui.DFDirectoryChooserStep
- main(String[]) - Static method in class repast.simphony.freezedry.wizard.DelimitedFileOption
- main(String[]) - Static method in class repast.simphony.freezedry.wizard.DFFreezerDirectoryChooserStep
- main(String[]) - Static method in class repast.simphony.freezedry.wizard.JDBCFreezerOption
- main(String[]) - Static method in class repast.simphony.freezedry.wizard.XMLFileOption
- main(String[]) - Static method in class repast.simphony.integration.DataFileUtils
- main(String[]) - Static method in class repast.simphony.integration.DefaultLegacyExecutor
- main(String[]) - Static method in class repast.simphony.parameter.ParametersWriter
- main(String[]) - Static method in class repast.simphony.parameter.xml.ListSetterCreator
- main(String[]) - Static method in class repast.simphony.runtime.RepastBatchMain
- main(String[]) - Static method in class repast.simphony.runtime.RepastMain
- main(String[]) - Static method in class repast.simphony.statecharts.runtime.StateChartSVGDisplayController
- main(String[]) - Static method in class repast.simphony.statecharts.runtime.StateChartSVGModel
- main(String[]) - Static method in class repast.simphony.statecharts.runtime.SVGApplication
- main(String[]) - Static method in class repast.simphony.ui.plugin.editor.ListSelector
- main(String[]) - Static method in class repast.simphony.ui.widget.DropDownButton
- main(String[]) - Static method in class repast.simphony.ui.widget.MovieMakerDialog
- main(String[]) - Static method in class repast.simphony.userpanel.ui.UserPanelEditorWizard
- main(String[]) - Static method in class repast.simphony.util.FileUtils
- main(String[]) - Static method in class repast.simphony.util.Unzipper
- main(String[]) - Static method in class repast.simphony.ws.ModelClasspathBuilder
- main(String[]) - Static method in class repast.simphony.ws.OneRunRunner
- main(String[]) - Static method in class repast.simphony.ws.RepastWS
- main(String[]) - Static method in class repast.simphony.ws.ShapePaths
- main(String[]) - Static method in class repast.simphony.xml.GridValueLayerConverter
- makeAngleDescription(String, Angle) - Method in class repast.simphony.visualization.gis3D.RepastStatusBar
- makeCopy() - Method in class repast.simphony.gis.visualization.engine.GISDisplayDescriptor
- makeCopy() - Method in class repast.simphony.visualization.engine.CartesianDisplayDescriptor
- makeCopy() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- makeCopy() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
Returns a deep copy of the descriptor.
- makeCursorElevationDescription(double) - Method in class repast.simphony.visualization.gis3D.RepastStatusBar
- makeEyeAltitudeDescription(double) - Method in class repast.simphony.visualization.gis3D.RepastStatusBar
- makeLayerInfosPanel(Collection<WMSLayersPanel.LayerInfo>) - Method in class repast.simphony.visualization.gis3D.WMSLayersPanel
- makeNewGraph() - Method in class repast.simphony.ui.sparkline.PropertySourcedSparklineJComponent
- makeNewGraph() - Method in class repast.simphony.ui.sparkline.SparklineJComponent
- makeProgressPanel() - Method in class repast.simphony.visualization.gis3D.WMSLayersPanel
- makeQEdge() - Method in class repast.simphony.space.delaunay.DelaunayGraph
- makeRelativePathToProject(String) - Static method in class repast.simphony.scenario.ScenarioUtils
-
Checks if the selected path contains the project root and if so, remove the project root from the path, making it a relative path using UNIX style forward slash file separators.
- makeTitle(WMSCapabilities, WMSLayersPanel.LayerInfo) - Static method in class repast.simphony.visualization.gis3D.WMSLayersPanel
- mapBoundsChanged(MapBoundsEvent) - Method in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
- mapBoundsChanged(MapBoundsEvent) - Method in class repast.simphony.gis.tools.DistanceTool
- MapFreezeDryer - Class in repast.simphony.freezedry.freezedryers
- MapFreezeDryer(FreezeDryedRegistry) - Constructor for class repast.simphony.freezedry.freezedryers.MapFreezeDryer
- mapLayer - Variable in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
- MapLegend - Class in repast.simphony.gis.legend
-
Deprecated.2D piccolo based code is being removed
- MapLegend() - Constructor for class repast.simphony.gis.legend.MapLegend
-
Deprecated.
- MapLegend(MapContent, String) - Constructor for class repast.simphony.gis.legend.MapLegend
-
Deprecated.Create a MapLegend widget based on the supplied MapContext
- MapTool - Interface in repast.simphony.gis.tools
- MapValueGetter(Map<String, String>) - Constructor for class repast.simphony.parameter.xml.AbstractParameterSetterCreator.MapValueGetter
- mark - Variable in class repast.simphony.gis.styleEditor.PreviewLabel
- mark() - Method in class repast.simphony.integration.DataFileReader
- mark() - Method in class repast.simphony.integration.DataFileWriter
- mark() - Method in class repast.simphony.integration.RandomAccessWriter
-
Adds a mark to the mark queue at the current location in the file.
- mark() - Method in class repast.simphony.util.RandomAccessScanner
-
Adds a mark to the mark stack.
- markFac - Static variable in class repast.simphony.gis.styleEditor.PreviewLabel
- markRotation - Variable in class repast.simphony.gis.styleEditor.PreviewLabel
- markSize - Variable in class repast.simphony.gis.styleEditor.PreviewLabel
- markStack - Variable in class repast.simphony.util.RandomAccessScanner
- MarkStyle<T> - Interface in repast.simphony.visualization.gis3D.style
-
Interface for Place Marks in the GIS 3D Display.
- markVisible - Variable in class repast.simphony.gis.styleEditor.RuleEditPanel
- marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class repast.simphony.freezedry.engine.JDBCDataSourceConverter
- marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class repast.simphony.gis.xml.GeographyConverter
- marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class repast.simphony.scenario.DescriptorConverter
- marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class repast.simphony.scenario.FastMethodConvertor
- marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class repast.simphony.xml.ContinuousValueLayerConverter
- marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class repast.simphony.xml.DefaultContextConverter
- marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class repast.simphony.xml.GridConverter
- marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class repast.simphony.xml.GridValueLayerConverter
- marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class repast.simphony.xml.NetworkConverter
- marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class repast.simphony.xml.QuantityConverter
- marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class repast.simphony.xml.SpaceConverter
- masterActions - Variable in class repast.simphony.scenario.Scenario
- MasterBuilderFactory<T> - Class in repast.simphony.statecharts
- MasterBuilderFactory() - Constructor for class repast.simphony.statecharts.MasterBuilderFactory
- match(Method, String, String) - Method in class repast.simphony.engine.watcher.ArgMatcher
- MatchedFiles - Class in repast.simphony.batch.ssh
-
A collection of files that match some specified file pattern.
- MatchedFiles(OutputPattern) - Constructor for class repast.simphony.batch.ssh.MatchedFiles
- matches(Path) - Method in class repast.simphony.batch.ssh.MatchedFiles
-
Gets whether or not the path matches this MatchedFiles pattern.
- MATE - Static variable in class repast.simphony.visualization.cgd.util.Separation
- MatrixNetworkLoader<T> - Class in repast.simphony.context.space.graph
-
Network generator that loads a network from a file.
- MatrixNetworkLoader(Context, InputStream, Class, int) - Constructor for class repast.simphony.context.space.graph.MatrixNetworkLoader
- MatrixNetworkLoader(Context, InputStream, NodeCreator<T>, int) - Constructor for class repast.simphony.context.space.graph.MatrixNetworkLoader
- matrixToString() - Method in class repast.simphony.context.space.graph.AdjacencyDoubleMatrix
-
Returns a String representation of only the actual data matrix.
- matrixToString() - Method in interface repast.simphony.context.space.graph.AdjacencyMatrix
-
Returns a String representation of only the actual data matrix.
- max(Collection) - Static method in class repast.simphony.relogo.Utility
-
Returns the largest number in a collection.
- MAX - Enum constant in enum class repast.simphony.data2.AggregateOp
- MAX_ALPHA - Static variable in class repast.simphony.visualization.gis3D.RepastStatusBar
- MAX_BYTE_COLOR_INDEX - Static variable in class repast.simphony.space.gis.RepastCoverageFactory
- MAX_SHORT_COLOR_INDEX - Static variable in class repast.simphony.space.gis.RepastCoverageFactory
- maxChanged(double) - Method in class repast.simphony.gis.styleEditor.ByRangePanelMediator
- maxDistance - Variable in class repast.simphony.visualization.visualization3D.layout.JungRadiusGraphElementAccessor
- maxEIndex - Static variable in class repast.simphony.visualization.cgd.graph.CGDEdge
- MaxGridFunction - Class in repast.simphony.valueLayer
-
GridFunction that calculates the maxium value(s) from those passed in.
- MaxGridFunction() - Constructor for class repast.simphony.valueLayer.MaxGridFunction
- maxNextCharInd - Variable in class repast.simphony.engine.watcher.query.SimpleCharStream
- maxNIndex - Static variable in class repast.simphony.visualization.cgd.graph.CGDNode
- maxNOf(int, Collection<? extends ReLogoAgent>, Closure) - Method in class repast.simphony.relogo.AbstractLink
-
Returns an agentset consisting of a specified number of agents which have the greatest value when operated on by a set of commands.
- maxNOf(int, Collection<? extends ReLogoAgent>, Closure) - Method in class repast.simphony.relogo.AbstractObserver
-
Returns an agentset consisting of a specified number of agents which have the greatest value when operated on by a set of commands.
- maxNOf(int, Collection<? extends ReLogoAgent>, Closure) - Method in class repast.simphony.relogo.AbstractPatch
-
Returns an agentset consisting of a specified number of agents which have the greatest value when operated on by a set of commands.
- maxNOf(int, Collection<? extends ReLogoAgent>, Closure) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns an agentset consisting of a specified number of agents which have the greatest value when operated on by a set of commands.
- maxNOf(int, Collection<? extends ReLogoAgent>, Closure) - Method in class repast.simphony.relogo.Link
-
Returns an agentset consisting of a specified number of agents which have the greatest value when operated on by a set of commands.
- maxNOf(int, Collection<? extends ReLogoAgent>, Closure) - Method in interface repast.simphony.relogo.Observer
-
Returns an agentset consisting of a specified number of agents which have the greatest value when operated on by a set of commands.
- maxNOf(int, Collection<? extends ReLogoAgent>, Closure) - Method in interface repast.simphony.relogo.Patch
-
Returns an agentset consisting of a specified number of agents which have the greatest value when operated on by a set of commands.
- maxNOf(int, Collection<? extends ReLogoAgent>, Closure) - Method in interface repast.simphony.relogo.Turtle
-
Returns an agentset consisting of a specified number of agents which have the greatest value when operated on by a set of commands.
- maxNOfU(int, Collection<? extends ReLogoAgent>, Closure) - Static method in class repast.simphony.relogo.Utility
-
Returns an agentset consisting of a specified number of agents which have the greatest value when operated on by a set of commands.
- maxNOfU(Object, int, Collection<? extends ReLogoAgent>, Closure) - Static method in class repast.simphony.relogo.Utility
- maxOneOf(Collection<? extends ReLogoAgent>, Closure) - Method in class repast.simphony.relogo.AbstractLink
-
Returns the ReLogoAgent with the largest value when operated on by a set of commands.
- maxOneOf(Collection<? extends ReLogoAgent>, Closure) - Method in class repast.simphony.relogo.AbstractObserver
-
Returns the ReLogoAgent with the largest value when operated on by a set of commands.
- maxOneOf(Collection<? extends ReLogoAgent>, Closure) - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the ReLogoAgent with the largest value when operated on by a set of commands.
- maxOneOf(Collection<? extends ReLogoAgent>, Closure) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the ReLogoAgent with the largest value when operated on by a set of commands.
- maxOneOf(Collection<? extends ReLogoAgent>, Closure) - Method in class repast.simphony.relogo.Link
-
Returns the ReLogoAgent with the largest value when operated on by a set of commands.
- maxOneOf(Collection<? extends ReLogoAgent>, Closure) - Method in interface repast.simphony.relogo.Observer
-
Returns the ReLogoAgent with the largest value when operated on by a set of commands.
- maxOneOf(Collection<? extends ReLogoAgent>, Closure) - Method in interface repast.simphony.relogo.Patch
-
Returns the ReLogoAgent with the largest value when operated on by a set of commands.
- maxOneOf(Collection<? extends ReLogoAgent>, Closure) - Method in interface repast.simphony.relogo.Turtle
-
Returns the ReLogoAgent with the largest value when operated on by a set of commands.
- maxOneOfU(Object, Collection<? extends ReLogoAgent>, Closure) - Static method in class repast.simphony.relogo.Utility
- maxOneOfU(Collection<? extends ReLogoAgent>, Closure) - Static method in class repast.simphony.relogo.Utility
-
Returns the ReLogoAgent with the largest value when operated on by a set of commands.
- maxs - Variable in class repast.simphony.query.space.grid.AbstractGridQuery
- maxs - Variable in class repast.simphony.query.space.grid.GridCellNgh
- maxSubSteps - Variable in class repast.simphony.space.physics.DefaultPhysicsSpace
- maxTemp - Variable in class repast.simphony.parameter.optimizer.AnnealingAdvancementChooser
- maxValue - Variable in class repast.simphony.valueLayer.ValueLayerDiffuser
- maxx - Variable in class repast.simphony.visualization.cgd.util.ParseClanTree
- mean(Collection) - Static method in class repast.simphony.relogo.Utility
-
Returns the mean of a collection of numbers.
- MEAN - Enum constant in enum class repast.simphony.data2.AggregateOp
- median(Collection) - Static method in class repast.simphony.relogo.Utility
-
Returns the median of a collection of numbers.
- mediator - Variable in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
- MEDIUM - Enum constant in enum class repast.simphony.visualization.gis3D.RepastStereoOptionSceneController.RenderQuality
- memberQ(Object, Collection) - Static method in class repast.simphony.relogo.Utility
-
Queries if a value is in a collection.
- memberQ(String, String) - Static method in class repast.simphony.relogo.Utility
-
Queries if a string is within another string.
- members(int) - Method in class repast.simphony.visualization.cgd.util.Separation
- MeshGridGeometry - Class in repast.simphony.visualization.visualization3D
-
This uses a terrain drawing algorithm described by Mike Jacobs in JDJ "When Mars is Too Big to Download",
- MeshGridGeometry(int, int, int, int) - Constructor for class repast.simphony.visualization.visualization3D.MeshGridGeometry
- MessageCenterHandler - Class in repast.simphony.integration
-
A handler for XML parsing errors that forwards the errors on to the MessageCenter.
- MessageCenterHandler() - Constructor for class repast.simphony.integration.MessageCenterHandler
-
Constructs a default MessageCenterHandler.
- MessageCenterHandler(String) - Constructor for class repast.simphony.integration.MessageCenterHandler
-
Constructs a MessageCenterHandler that will include the specified file name in the messages it outputs.
- MessageChecker - Interface in repast.simphony.statecharts
- MessageCondition<T,
U> - Interface in repast.simphony.statecharts - MessageConditionMessageChecker<T,
U> - Class in repast.simphony.statecharts - MessageConditionMessageChecker(MessageCondition<T, U>, Class<? extends U>) - Constructor for class repast.simphony.statecharts.MessageConditionMessageChecker
- MessageConstants - Interface in repast.simphony.ws
- MessageEquals<T> - Interface in repast.simphony.statecharts
- MessageEqualsMessageChecker<T,
U> - Class in repast.simphony.statecharts - MessageEqualsMessageChecker(MessageEquals<T>, Class<? extends U>) - Constructor for class repast.simphony.statecharts.MessageEqualsMessageChecker
- MessageEqualsMessageChecker(U, Class<? extends U>) - Constructor for class repast.simphony.statecharts.MessageEqualsMessageChecker
- MessageTrigger<T> - Class in repast.simphony.statecharts
- MessageTrigger(Queue<Object>, MessageChecker) - Constructor for class repast.simphony.statecharts.MessageTrigger
- MessageTrigger(Queue<Object>, MessageChecker, double) - Constructor for class repast.simphony.statecharts.MessageTrigger
- MessageTrigger(MessageChecker) - Constructor for class repast.simphony.statecharts.MessageTrigger
-
Proper constructor used for creating MessageTrigger.
- MessageTrigger(MessageChecker, double) - Constructor for class repast.simphony.statecharts.MessageTrigger
-
Proper constructor used for creating MessageTrigger.
- messageValue(T, Transition<T>, Parameters) - Method in interface repast.simphony.statecharts.MessageEquals
- MethodDataSource - Class in repast.simphony.data2
-
DataSource that retrieves data from a method call on an object.
- MethodDataSource(String, Class<?>, String) - Constructor for class repast.simphony.data2.MethodDataSource
-
Creates a MethodDataSource that will call the named method on objects of the specified type.
- MethodDataSourceDefinition - Class in repast.simphony.data2.engine
- MethodDataSourceDefinition(String, String, String) - Constructor for class repast.simphony.data2.engine.MethodDataSourceDefinition
- MethodDataSourceDefinition(MethodDataSourceDefinition) - Constructor for class repast.simphony.data2.engine.MethodDataSourceDefinition
- methodDataSources() - Method in class repast.simphony.data2.engine.DataSetDescriptor
- methodList - Variable in class repast.simphony.visualization.gui.styleBuilder.AbstractStyleDialog
- MethodPropertyDescriptor - Class in repast.simphony.ui.probe
-
Property descriptor for properties that are accessed via methods.
- MethodPropertyDescriptor(String, Class<?>) - Constructor for class repast.simphony.ui.probe.MethodPropertyDescriptor
- MethodPropertyDescriptor(String, Method, Method) - Constructor for class repast.simphony.ui.probe.MethodPropertyDescriptor
- methodPropertyDescriptors() - Method in interface repast.simphony.ui.probe.ProbeInfo
-
Gets an iterable over the MethodPropertyDescriptors for the properties in this ProbeInfo.
- MethodSourcePanel - Class in repast.simphony.data2.wizard
-
GUI for selecting method data sources.
- MethodSourcePanel() - Constructor for class repast.simphony.data2.wizard.MethodSourcePanel
- MIContextXMLActionBuilder - Class in repast.simphony.dataLoader.ui.wizard
-
Builds an action that does the ContextBuilding.
- MIContextXMLActionBuilder() - Constructor for class repast.simphony.dataLoader.ui.wizard.MIContextXMLActionBuilder
- MIContextXMLBuilder - Class in repast.simphony.dataLoader.engine
-
ContextBuilder implementation that will delegate the building to a ContextXMLBuilder and then call a ModelInitializer class to complete the build.
- MIContextXMLBuilder(ContextData, Class<?>, FastMethod) - Constructor for class repast.simphony.dataLoader.engine.MIContextXMLBuilder
- MIContextXMLDataLoaderAction - Class in repast.simphony.dataLoader.engine
-
DataLoaderAction that uses a
MIContextXMLBuilder
to build the context. - MIContextXMLDataLoaderAction(ContextData, UserPathData) - Constructor for class repast.simphony.dataLoader.engine.MIContextXMLDataLoaderAction
-
Creates this
MIContextXMLDataLoaderAction
using the specified context and path data - MIContextXMLDataLoaderControllerActionIO - Class in repast.simphony.dataLoader.engine
-
A ControllerActionIO for loading / saving ScoreDataLoaderActions
- MIContextXMLDataLoaderControllerActionIO() - Constructor for class repast.simphony.dataLoader.engine.MIContextXMLDataLoaderControllerActionIO
- MIContextXMLDataLoaderOption - Class in repast.simphony.dataLoader.ui.wizard
- MIContextXMLDataLoaderOption() - Constructor for class repast.simphony.dataLoader.ui.wizard.MIContextXMLDataLoaderOption
- MIContextXMLLoaderActionEditorCreator - Class in repast.simphony.dataLoader.ui
- MIContextXMLLoaderActionEditorCreator() - Constructor for class repast.simphony.dataLoader.ui.MIContextXMLLoaderActionEditorCreator
- min(Collection) - Static method in class repast.simphony.relogo.Utility
-
Returns the smallest number in a collection.
- MIN - Enum constant in enum class repast.simphony.data2.AggregateOp
- MIN_DEFAULT_ZOOM_ALTITUDE - Static variable in class repast.simphony.visualization.gis3D.DisplayGIS3D
- minChanged(double) - Method in class repast.simphony.gis.styleEditor.ByRangePanelMediator
- MinGridFunction - Class in repast.simphony.valueLayer
-
GridFunction that calculates the minimum value(s) from those passed in.
- MinGridFunction() - Constructor for class repast.simphony.valueLayer.MinGridFunction
- minNOf(int, Collection<? extends ReLogoAgent>, Closure) - Method in class repast.simphony.relogo.AbstractLink
-
Returns an agentset consisting of a specified number of agents which have the lowest value when operated on by a set of commands.
- minNOf(int, Collection<? extends ReLogoAgent>, Closure) - Method in class repast.simphony.relogo.AbstractObserver
-
Returns an agentset consisting of a specified number of agents which have the lowest value when operated on by a set of commands.
- minNOf(int, Collection<? extends ReLogoAgent>, Closure) - Method in class repast.simphony.relogo.AbstractPatch
-
Returns an agentset consisting of a specified number of agents which have the lowest value when operated on by a set of commands.
- minNOf(int, Collection<? extends ReLogoAgent>, Closure) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns an agentset consisting of a specified number of agents which have the lowest value when operated on by a set of commands.
- minNOf(int, Collection<? extends ReLogoAgent>, Closure) - Method in class repast.simphony.relogo.Link
-
Returns an agentset consisting of a specified number of agents which have the lowest value when operated on by a set of commands.
- minNOf(int, Collection<? extends ReLogoAgent>, Closure) - Method in interface repast.simphony.relogo.Observer
-
Returns an agentset consisting of a specified number of agents which have the lowest value when operated on by a set of commands.
- minNOf(int, Collection<? extends ReLogoAgent>, Closure) - Method in interface repast.simphony.relogo.Patch
-
Returns an agentset consisting of a specified number of agents which have the lowest value when operated on by a set of commands.
- minNOf(int, Collection<? extends ReLogoAgent>, Closure) - Method in interface repast.simphony.relogo.Turtle
-
Returns an agentset consisting of a specified number of agents which have the lowest value when operated on by a set of commands.
- minNOfU(int, Collection<? extends ReLogoAgent>, Closure) - Static method in class repast.simphony.relogo.Utility
-
Returns an agentset consisting of a specified number of agents which have the lowest value when operated on by a set of commands.
- minNOfU(Object, int, Collection<? extends ReLogoAgent>, Closure) - Static method in class repast.simphony.relogo.Utility
- minOneOf(Collection<? extends ReLogoAgent>, Closure) - Method in class repast.simphony.relogo.AbstractLink
-
Returns the ReLogoAgent with the smallest value when operated on by a set of commands.
- minOneOf(Collection<? extends ReLogoAgent>, Closure) - Method in class repast.simphony.relogo.AbstractObserver
-
Returns the ReLogoAgent with the smallest value when operated on by a set of commands.
- minOneOf(Collection<? extends ReLogoAgent>, Closure) - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the ReLogoAgent with the smallest value when operated on by a set of commands.
- minOneOf(Collection<? extends ReLogoAgent>, Closure) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the ReLogoAgent with the smallest value when operated on by a set of commands.
- minOneOf(Collection<? extends ReLogoAgent>, Closure) - Method in class repast.simphony.relogo.Link
-
Returns the ReLogoAgent with the smallest value when operated on by a set of commands.
- minOneOf(Collection<? extends ReLogoAgent>, Closure) - Method in interface repast.simphony.relogo.Observer
-
Returns the ReLogoAgent with the smallest value when operated on by a set of commands.
- minOneOf(Collection<? extends ReLogoAgent>, Closure) - Method in interface repast.simphony.relogo.Patch
-
Returns the ReLogoAgent with the smallest value when operated on by a set of commands.
- minOneOf(Collection<? extends ReLogoAgent>, Closure) - Method in interface repast.simphony.relogo.Turtle
-
Returns the ReLogoAgent with the smallest value when operated on by a set of commands.
- minOneOfU(Object, Collection<? extends ReLogoAgent>, Closure) - Static method in class repast.simphony.relogo.Utility
- minOneOfU(Collection<? extends ReLogoAgent>, Closure) - Static method in class repast.simphony.relogo.Utility
-
Returns the ReLogoAgent with the smallest value when operated on by a set of commands.
- mins - Variable in class repast.simphony.query.space.grid.AbstractGridQuery
- mins - Variable in class repast.simphony.query.space.grid.GridCellNgh
- minusEpsilon(double) - Static method in class repast.simphony.space.continuous.AbstractPointTranslator
- minValue - Variable in class repast.simphony.valueLayer.ValueLayerDiffuser
- minx - Variable in class repast.simphony.visualization.cgd.util.ParseClanTree
- MISC_ROOT - Static variable in interface repast.simphony.engine.controller.ControllerActionConstants
- MIXED - Static variable in class repast.simphony.dataLoader.ui.wizard.builder.CheckNode
- mixSetTree(int) - Method in class repast.simphony.visualization.cgd.util.Separation
- mod(Number, Number) - Static method in class repast.simphony.relogo.Utility
-
The modulus operator.
- model - Variable in class repast.simphony.chart2.wizard.HistogramEditorWizard
- model - Variable in class repast.simphony.chart2.wizard.TimeSeriesEditorWizard
- model - Variable in class repast.simphony.data2.wizard.ConsoleSinkEditorWizard
- model - Variable in class repast.simphony.data2.wizard.DataSetEditorWizard
- model - Variable in class repast.simphony.data2.wizard.FileSinkEditorWizard
- model - Variable in class repast.simphony.ui.parameters.DefaultParameterBinder
- model - Variable in class repast.simphony.ui.sparkline.PropertySourcedSparklineJComponent
- model - Variable in class repast.simphony.userpanel.ui.UserPanelEditorWizard
- model - Variable in class repast.simphony.util.wizard.ModelAwarePanelStep
- model - Variable in class repast.simphony.visualization.gis3D.AbstractAirspaceLayer
- model - Variable in class repast.simphony.visualization.gis3D.DisplayGIS3D
- model - Variable in class repast.simphony.visualization.gui.AgentSelectionStep
- model - Variable in class repast.simphony.visualization.gui.CoverageStyleStep
- model - Variable in class repast.simphony.visualization.gui.DisplayConfigurationWizard
- model - Variable in class repast.simphony.visualization.gui.LayerOrderStep
- model - Variable in class repast.simphony.visualization.gui.StyleStep
- MODEL_INITIALIZER_XML - Static variable in class repast.simphony.scenario.ScenarioFileLoader
- MODEL_OBJECT_KEY - Static variable in class repast.simphony.visualizationOGL2D.AbstractDisplayLayerOGL2D
- MODEL_PLUGIN - Static variable in class repast.simphony.plugin.PluginLifecycleHandler
- MODEL_PLUGIN_XML - Static variable in class repast.simphony.scenario.ScenarioFileLoader
- ModelArchiveConfigurator - Class in repast.simphony.batch.ssh
- ModelArchiveConfigurator() - Constructor for class repast.simphony.batch.ssh.ModelArchiveConfigurator
- ModelArchiveConfiguratorException - Exception in repast.simphony.batch.ssh
-
Exception thrown by the BatchParameterChunker.
- ModelArchiveConfiguratorException(String) - Constructor for exception repast.simphony.batch.ssh.ModelArchiveConfiguratorException
- ModelArchiveConfiguratorException(String, Throwable) - Constructor for exception repast.simphony.batch.ssh.ModelArchiveConfiguratorException
- ModelArchiveConfiguratorException(Throwable) - Constructor for exception repast.simphony.batch.ssh.ModelArchiveConfiguratorException
- ModelAwarePanelStep<T extends org.pietschy.wizard.WizardModel> - Class in repast.simphony.util.wizard
- ModelAwarePanelStep() - Constructor for class repast.simphony.util.wizard.ModelAwarePanelStep
- ModelAwarePanelStep(String, String) - Constructor for class repast.simphony.util.wizard.ModelAwarePanelStep
- ModelAwarePanelStep(String, String, Icon) - Constructor for class repast.simphony.util.wizard.ModelAwarePanelStep
- ModelClasspathBuilder - Class in repast.simphony.ws
- ModelClasspathBuilder() - Constructor for class repast.simphony.ws.ModelClasspathBuilder
- modelData - Variable in class repast.simphony.scenario.Scenario
- modelFile3D - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
- ModelFile3DFilter - Class in repast.simphony.visualization.gui.styleBuilder
- ModelFile3DFilter() - Constructor for class repast.simphony.visualization.gui.styleBuilder.ModelFile3DFilter
- ModelInitializer - Interface in repast.simphony.scenario
-
Interface for classes that want to perform some custom initialization of the runtime context.
- modelInitName - Variable in class repast.simphony.scenario.Scenario
- ModelInitPanel - Class in repast.simphony.ui.newscenario
- ModelInitPanel() - Constructor for class repast.simphony.ui.newscenario.ModelInitPanel
- ModelLoaderUtils - Class in repast.simphony.visualization.editedStyle
-
Utils class for finding a org.jogamp.java3d.loaders.Loader based on the file type.
- ModelLoaderUtils() - Constructor for class repast.simphony.visualization.editedStyle.ModelLoaderUtils
- ModelPluginLoader - Class in repast.simphony.plugin
-
Loads / unloads model plugins.
- ModelPluginLoader(PluginManager) - Constructor for class repast.simphony.plugin.ModelPluginLoader
-
Creates a ModelPluginLoader that uses the specified PluginManager.
- modelPluginPath - Variable in class repast.simphony.scenario.Scenario
- modeSwitched(DisplayEditor.Mode) - Method in interface repast.simphony.visualization.editor.DisplayEditor
-
Deprecated.Called when the palette mode is switched.
- modeSwitched(DisplayEditor.Mode) - Method in class repast.simphony.visualization.editor.DisplayEditor2D
-
Deprecated.Called when the palette mode is switched.
- modeSwitched(DisplayEditor.Mode) - Method in class repast.simphony.visualization.editor.gis.DisplayEditorGIS
-
Deprecated.Called when the palette mode is switched.
- monitor - Variable in class repast.simphony.batch.BatchRunner
- monitor - Variable in class repast.simphony.batch.OneRunBatchRunner
- monitor - Variable in class repast.simphony.ws.OneRunRunner
- MONITOR_PRIORITY - Static variable in class repast.simphony.relogo.ReLogoModel
- MooreContains<T> - Class in repast.simphony.space.grid
-
Determines whether or not a particular target is in the Moore neighborhood of a particular source.
- MooreContains(Grid<T>) - Constructor for class repast.simphony.space.grid.MooreContains
-
Creates a MooreContains for the specified grid.
- MooreQuery<T> - Class in repast.simphony.query.space.grid
-
Queries a grid for the Moore neighborhood of a specific point or object.
- MooreQuery(Grid<T>, T, int...) - Constructor for class repast.simphony.query.space.grid.MooreQuery
-
Creates a Moore query on the specified grid using the specified object as the source where the neighborhood is specified by the extent.
- mouseClicked(PInputEvent) - Method in class repast.simphony.dataLoader.ui.wizard.builder.AgentAdder
- mouseClicked(PInputEvent) - Method in class repast.simphony.dataLoader.ui.wizard.builder.ProbeListener
- mouseClicked(PInputEvent) - Method in class repast.simphony.dataLoader.ui.wizard.builder.RemoveListener
- mouseClicked(PInputEvent) - Method in class repast.simphony.gis.tools.DistanceTool
- mouseClicked(PInputEvent) - Method in class repast.simphony.visualization.editor.gis.GISNetAddEdgeHandler
-
Deprecated.
- mouseClicked(PInputEvent) - Method in class repast.simphony.visualization.editor.gis.GISSelectionHandler
-
Deprecated.
- mouseClicked(PInputEvent) - Method in class repast.simphony.visualization.editor.GridAddHandler
-
Deprecated.double[] origin = space.getDimensions().originToDoubleArray(null); double xOffset = origin[0]; double yOffset = origin[1]; if (x < space.getDimensions().getWidth() && x >= 0 && y < space.getDimensions().getHeight() && y >= 0) { editor.addAgentAt(x-xOffset, y-yOffset);
- mouseClicked(PInputEvent) - Method in class repast.simphony.visualization.editor.SelectionHandler
-
Deprecated.
- mouseClicked(PInputEvent) - Method in class repast.simphony.visualization.editor.SpaceAddHandler
-
Deprecated.
- mouseDragged(MouseEvent) - Method in class repast.simphony.visualization.gis.DisplayGIS.RepastPiccoloMouseMotionListener
-
Deprecated.
- mouseDragged(MouseEvent) - Method in class repast.simphony.visualization.visualization2D.RepastCanvas2D.repastPiccoloMouseMotionListener
-
Deprecated.
- mouseDragged(PInputEvent) - Method in class repast.simphony.dataLoader.ui.wizard.builder.RelationshipAdder
- mouseDragged(PInputEvent) - Method in class repast.simphony.gis.tools.AbstractMarqueeHandler
- mouseDragged(PInputEvent) - Method in class repast.simphony.visualization.editor.GridLocationToolTip
-
Deprecated.
- mouseEntered(PInputEvent) - Method in class repast.simphony.gis.tools.PositionTool
- mouseEntered(PInputEvent) - Method in class repast.simphony.visualization.editor.gis.GISSelectionHandler
-
Deprecated.
- mouseEntered(PInputEvent) - Method in class repast.simphony.visualization.editor.GridAddHandler
-
Deprecated.
- mouseEntered(PInputEvent) - Method in class repast.simphony.visualization.editor.GridLocationToolTip
-
Deprecated.
- mouseExited(PInputEvent) - Method in class repast.simphony.gis.tools.PositionTool
- mouseExited(PInputEvent) - Method in class repast.simphony.visualization.editor.gis.GISSelectionHandler
-
Deprecated.
- mouseExited(PInputEvent) - Method in class repast.simphony.visualization.editor.GridLocationToolTip
-
Deprecated.
- mouseMoved(MouseEvent) - Method in class repast.simphony.visualization.gis.DisplayGIS.RepastPiccoloMouseMotionListener
-
Deprecated.
- mouseMoved(MouseEvent) - Method in class repast.simphony.visualization.visualization2D.RepastCanvas2D.repastPiccoloMouseMotionListener
-
Deprecated.
- mouseMoved(PInputEvent) - Method in class repast.simphony.gis.tools.DistanceTool
- mouseMoved(PInputEvent) - Method in class repast.simphony.gis.tools.PositionTool
- mouseMoved(PInputEvent) - Method in class repast.simphony.visualization.editor.gis.GISNetAddEdgeHandler
-
Deprecated.
- mouseMoved(PInputEvent) - Method in class repast.simphony.visualization.editor.GridLocationToolTip
-
Deprecated.
- mousePressed(PInputEvent) - Method in class repast.simphony.dataLoader.ui.wizard.builder.RelationshipAdder
- mousePressed(PInputEvent) - Method in class repast.simphony.gis.tools.AbstractMarqueeHandler
- mousePressed(PInputEvent) - Method in class repast.simphony.visualization.editor.gis.GISMoveHandler
-
Deprecated.
- mouseReleased(PInputEvent) - Method in class repast.simphony.dataLoader.ui.wizard.builder.RelationshipAdder
- mouseReleased(PInputEvent) - Method in class repast.simphony.gis.tools.AbstractMarqueeHandler
- MouseRotate - Class in repast.simphony.visualization.visualization3D
-
MouseRotate is a Java3D behavior object that lets users control the rotation of an object via a mouse.
- MouseRotate() - Constructor for class repast.simphony.visualization.visualization3D.MouseRotate
-
Creates a default mouse rotate behavior.
- MouseRotate(int) - Constructor for class repast.simphony.visualization.visualization3D.MouseRotate
-
Creates a rotate behavior.
- MouseRotate(Component) - Constructor for class repast.simphony.visualization.visualization3D.MouseRotate
-
Creates a rotate behavior that uses AWT listeners and behavior posts rather than WakeupOnAWTEvent.
- MouseRotate(Component, int) - Constructor for class repast.simphony.visualization.visualization3D.MouseRotate
-
Creates a rotate behavior that uses AWT listeners and behavior posts rather than WakeupOnAWTEvent.
- MouseRotate(Component, TransformGroup) - Constructor for class repast.simphony.visualization.visualization3D.MouseRotate
-
Creates a rotate behavior that uses AWT listeners and behavior posts rather than WakeupOnAWTEvent.
- MouseRotate(TransformGroup) - Constructor for class repast.simphony.visualization.visualization3D.MouseRotate
-
Creates a rotate behavior given the transform group.
- MouseTranslate - Class in repast.simphony.visualization.visualization3D
-
MouseTranslate is a Java3D behavior object that lets users control the translation (X, Y) of an object via a mouse drag motion with the third mouse button (alt-click on PC).
- MouseTranslate() - Constructor for class repast.simphony.visualization.visualization3D.MouseTranslate
-
Creates a default translate behavior.
- MouseTranslate(int) - Constructor for class repast.simphony.visualization.visualization3D.MouseTranslate
-
Creates a translate behavior.
- MouseTranslate(Component) - Constructor for class repast.simphony.visualization.visualization3D.MouseTranslate
-
Creates a translate behavior that uses AWT listeners and behavior posts rather than WakeupOnAWTEvent.
- MouseTranslate(Component, int) - Constructor for class repast.simphony.visualization.visualization3D.MouseTranslate
-
Creates a translate behavior that uses AWT listeners and behavior posts rather than WakeupOnAWTEvent.
- MouseTranslate(Component, TransformGroup) - Constructor for class repast.simphony.visualization.visualization3D.MouseTranslate
-
Creates a translate behavior that uses AWT listeners and behavior posts rather than WakeupOnAWTEvent.
- MouseTranslate(TransformGroup) - Constructor for class repast.simphony.visualization.visualization3D.MouseTranslate
-
Creates a mouse translate behavior given the transform group.
- mouseWheelMoved(MouseWheelEvent) - Method in class repast.simphony.visualization.gis.DisplayGIS.RepastPiccoloMouseWheelListener
-
Deprecated.
- mouseWheelMoved(MouseWheelEvent) - Method in class repast.simphony.visualization.visualization2D.RepastCanvas2D.repastPiccoloMouseWheelListener
-
Deprecated.
- MouseZoom - Class in repast.simphony.visualization.visualization3D
-
MouseZoom is a Java3D behavior object that lets users control the Z axis translation of an object via a mouse drag motion with the second mouse button.
- MouseZoom() - Constructor for class repast.simphony.visualization.visualization3D.MouseZoom
-
Creates a default mouse zoom behavior.
- MouseZoom(int) - Constructor for class repast.simphony.visualization.visualization3D.MouseZoom
-
Creates a zoom behavior.
- MouseZoom(Component) - Constructor for class repast.simphony.visualization.visualization3D.MouseZoom
-
Creates a zoom behavior that uses AWT listeners and behavior posts rather than WakeupOnAWTEvent.
- MouseZoom(Component, int) - Constructor for class repast.simphony.visualization.visualization3D.MouseZoom
-
Creates a zoom behavior that uses AWT listeners and behavior posts rather than WakeupOnAWTEvent.
- MouseZoom(Component, TransformGroup) - Constructor for class repast.simphony.visualization.visualization3D.MouseZoom
-
Creates a zoom behavior that uses AWT listeners and behavior posts rather than WakeupOnAWTEvent.
- MouseZoom(TransformGroup) - Constructor for class repast.simphony.visualization.visualization3D.MouseZoom
-
Creates a zoom behavior given the transform group.
- move(Number) - Method in class repast.simphony.relogo.AbstractTurtle
- move(T, Geometry) - Method in class repast.simphony.space.gis.DefaultGeography
-
Moves the specified object to the specified location.
- move(T, Geometry) - Method in interface repast.simphony.space.gis.Geography
-
Moves the specified object to the specified location.
- MOVE - Enum constant in enum class repast.simphony.visualization.editor.DisplayEditor.Mode
-
Deprecated.
- MoveAgent(String, Object, Number...) - Static method in class repast.simphony.essentials.RepastEssentials
- MoveAgentByDisplacement(String, Object, Number...) - Static method in class repast.simphony.essentials.RepastEssentials
- MoveAgentByVector(String, Object, Number, Number...) - Static method in class repast.simphony.essentials.RepastEssentials
- moveByDisplacement(T, double...) - Method in interface repast.simphony.context.SpatialContext
- moveByDisplacement(T, double...) - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
-
Moves the specified object from its current location by the specified amount.
- moveByDisplacement(T, double...) - Method in interface repast.simphony.space.continuous.ContinuousSpace
-
Moves the specified object from its current location by the specified amount.
- moveByDisplacement(T, double...) - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
-
Moves the specified object from its current location by the specified amount.
- moveByDisplacement(T, double, double) - Method in class repast.simphony.space.gis.DefaultGeography
-
Displaces the specified object by the specified lon and lat amount.
- moveByDisplacement(T, double, double) - Method in interface repast.simphony.space.gis.Geography
-
Displaces the specified object by the specified lon and lat amount.
- moveByDisplacement(T, int...) - Method in class repast.simphony.space.grid.AbstractGrid
-
Moves the specified object from its current location by the specified amount.
- moveByDisplacement(T, int...) - Method in interface repast.simphony.space.grid.Grid
-
Moves the specified object from its current location by the specified amount.
- moveByDisplacement(T, int...) - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
-
Moves the specified object from its current location by the specified amount.
- moveByVector(T, double, double) - Method in class repast.simphony.space.gis.DefaultGeography
-
Moves the specified object the specified distance along the specified angle.
- moveByVector(T, double, double) - Method in interface repast.simphony.space.gis.Geography
-
Moves the specified object the specified distance along the specified angle.
- moveByVector(T, double, double...) - Method in interface repast.simphony.context.SpatialContext
- moveByVector(T, double, double...) - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
-
Moves the specifed object the specified distance from its current position along the specified angle.
- moveByVector(T, double, double...) - Method in interface repast.simphony.space.continuous.ContinuousSpace
-
Moves the specifed object the specified distance from its current position along the specified angle.
- moveByVector(T, double, double...) - Method in class repast.simphony.space.grid.AbstractGrid
-
Moves the specifed object the specified distance from its current position along the specified angle.
- moveByVector(T, double, double...) - Method in interface repast.simphony.space.grid.Grid
-
Moves the specified object the specified distance from its current position along the specified angle.
- moveByVector(T, double, double...) - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
-
Moves the specifed object the specified distance from its current position along the specified angle.
- moveByVector(T, double, double...) - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
-
Moves the specifed object the specified distance from its current position along the specified angle.
- moveByVector(T, double, Unit<Length>, double) - Method in class repast.simphony.space.gis.DefaultGeography
-
Moves the specified object the specified distance along the specified angle.
- moveByVector(T, double, Unit<Length>, double) - Method in interface repast.simphony.space.gis.Geography
-
Moves the specified object the specified distance along the specified angle.
- moved - Variable in class repast.simphony.visualization.visualization3D.VisualItem3D
- moved(PositionEvent) - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D.GlobePositionListener
- moved(PositionEvent) - Method in class repast.simphony.visualization.gis3D.RepastStatusBar
- MOVED - Enum constant in enum class repast.simphony.visualization.LayoutUpdater.Condition
- MOVED - Static variable in class repast.simphony.context.ContextEvent
- MovedLayoutUpdater - Class in repast.simphony.visualization
-
Updates the layout whenever an object has been added, removed, or moved.
- MovedLayoutUpdater(Layout) - Constructor for class repast.simphony.visualization.MovedLayoutUpdater
-
Creates a MovedLayoutUpdater that manages the updates on the specified layout.
- moveFromIterable(StringBuilder, Iterable<Object>) - Method in class repast.simphony.ws.gis.StyledLayerGIS
- moveObject(Object) - Method in class repast.simphony.visualization.AbstractDisplay
- moveObject(Object) - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- moveObject(Object) - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
- moveObject(Object) - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- moveObject(Object) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
- moveObject(Object) - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
- moveObject(Object) - Method in class repast.simphony.ws.DisplayServer
- moveObject(Object) - Method in class repast.simphony.ws.DisplayServer2D
- moveObject(Object) - Method in class repast.simphony.ws.gis.DisplayServerGIS
- moveObject(Object) - Method in class repast.simphony.ws.gis.StyledLayerGIS
- moveTo(Patch) - Method in class repast.simphony.relogo.AbstractTurtle
-
Moves a turtle to the same location as patch p.
- moveTo(Patch) - Method in interface repast.simphony.relogo.Turtle
-
Moves a turtle to the same location as patch p.
- moveTo(Turtle) - Method in class repast.simphony.relogo.AbstractTurtle
-
Moves a turtle to the same location as turtle t.
- moveTo(Turtle) - Method in interface repast.simphony.relogo.Turtle
-
Moves a turtle to the same location as turtle t.
- moveTo(T, double...) - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
-
Moves the specified object from its current location into the new location.
- moveTo(T, double...) - Method in interface repast.simphony.space.continuous.ContinuousSpace
-
Moves the specified object from its current location into the new location.
- moveTo(T, double...) - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
-
Moves the specified object from its current location into the new location.
- moveTo(T, int...) - Method in class repast.simphony.space.grid.AbstractGrid
-
Moves the specified object from its current location into the new location.
- moveTo(T, int...) - Method in interface repast.simphony.space.grid.Grid
-
Moves the specified object from its current location to the new location.
- moveTo(T, int...) - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
-
Moves the specified object from its current location to the new location.
- moveToLocation(Sector, Double) - Method in class repast.simphony.visualization.gis3D.GazetteerPanel
- moveToLocation(PointOfInterest) - Method in class repast.simphony.visualization.gis3D.GazetteerPanel
- MOVIE_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
- MovieMaker - Class in repast.simphony.ui.widget
-
Makes a quicktime movie from a buffered images.
- MovieMaker(int, File, String) - Constructor for class repast.simphony.ui.widget.MovieMaker
- MovieMakerConfig - Class in repast.simphony.ui.widget
-
Configuration info for making a movie.
- MovieMakerConfig(double, double, File) - Constructor for class repast.simphony.ui.widget.MovieMakerConfig
-
Creates a MovieMakerConfig.
- MovieMakerDialog - Class in repast.simphony.ui.widget
- MovieMakerDialog(Dialog) - Constructor for class repast.simphony.ui.widget.MovieMakerDialog
- MovieMakerDialog(Frame) - Constructor for class repast.simphony.ui.widget.MovieMakerDialog
- msg - Static variable in class repast.simphony.context.space.graph.AbstractGenerator
- msg - Variable in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
- msgCenter - Static variable in class repast.simphony.query.AbstractPropertyQuery
-
Deprecated.
- MULTI_ID - Static variable in interface repast.simphony.dataLoader.engine.AutoBuilderConstants
- multiOccupancy1D(GridAdder<T>, GridPointTranslator, int) - Static method in class repast.simphony.space.grid.GridBuilderParameters
-
Returns GridBuilderParameters suitable for creating a multi-occupancy 1 dimensional grid.
- multiOccupancy1DTorus(GridAdder<T>, int) - Static method in class repast.simphony.space.grid.GridBuilderParameters
-
Returns GridBuilderParameters suitable for creating a multi occupancy 1 dimensional periodic wrapped grid.
- multiOccupancy2D(GridAdder<T>, GridPointTranslator, int, int) - Static method in class repast.simphony.space.grid.GridBuilderParameters
-
Returns GridBuilderParameters suitable for creating a multi occupancy 2 dimensional grid.
- multiOccupancy2DTorus(GridAdder<T>, int, int) - Static method in class repast.simphony.space.grid.GridBuilderParameters
-
Returns GridBuilderParameters suitable for creating a multi occupancy 2 dimensional torus.
- MultiOccupancyCellAccessor<T> - Class in repast.simphony.space.grid
-
Coordinate accessor where a location can hold multiple individual objects.
- MultiOccupancyCellAccessor() - Constructor for class repast.simphony.space.grid.MultiOccupancyCellAccessor
- MultiOccupancyCoordinateAccessor<T> - Class in repast.simphony.space.continuous
-
Coordinate accessor where a location can hold multiple individual objects.
- MultiOccupancyCoordinateAccessor() - Constructor for class repast.simphony.space.continuous.MultiOccupancyCoordinateAccessor
- multiOccupancyND(GridAdder<T>, GridPointTranslator, int...) - Static method in class repast.simphony.space.grid.GridBuilderParameters
-
Returns GridBuilderParameters suitable for creating a multi occupancy n-dimensional grid.
- multiOccupancyNDTorus(GridAdder<T>, int...) - Static method in class repast.simphony.space.grid.GridBuilderParameters
-
Returns GridBuilderParameters suitable for creating a multi occupancy n-dimensional torus.
- MutableParameters - Interface in repast.simphony.parameter
-
Encapsulates a mutable set of simulation time model parameters.
- mv(Number) - Method in class repast.simphony.relogo.AbstractTurtle
- mv(Number) - Method in interface repast.simphony.relogo.Turtle
- myInLinks() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns an agentset of generic directed links from other turtles to the caller.
- myInLinks() - Method in interface repast.simphony.relogo.Turtle
-
Returns an agentset of generic directed links from other turtles to the caller.
- myLinks() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns an agentset of the caller's generic undirected links.
- myLinks() - Method in interface repast.simphony.relogo.Turtle
-
Returns an agentset of the caller's generic undirected links.
- myOutLinks() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns an agentset of generic directed links from the caller to other turtles.
- myOutLinks() - Method in interface repast.simphony.relogo.Turtle
-
Returns an agentset of generic directed links from the caller to other turtles.
- myself() - Method in class repast.simphony.relogo.AbstractLink
-
The agent that initiated the asking.
- myself() - Method in class repast.simphony.relogo.AbstractPatch
-
The agent that initiated the asking.
- myself() - Method in class repast.simphony.relogo.AbstractTurtle
-
The agent that initiated the asking.
- myself() - Method in class repast.simphony.relogo.Link
-
The agent that initiated the asking.
- myself() - Method in interface repast.simphony.relogo.Patch
-
The agent that initiated the asking.
- myself() - Method in interface repast.simphony.relogo.Turtle
-
The agent that initiated the asking.
N
- name - Variable in class repast.simphony.data.analysis.AnalysisPluginRunner
- name - Variable in class repast.simphony.data.analysis.AnalysisPluginWizard
- name - Variable in class repast.simphony.parameter.groovy.CustomParameterSetter
- name - Variable in class repast.simphony.parameter.xml.AbstractParameterSetterCreator
- name - Variable in class repast.simphony.space.gis.RasterLayer
- name - Variable in class repast.simphony.space.projection.DefaultProjection
- name - Variable in class repast.simphony.ui.parameters.AbstractParameterBinder
- name - Variable in class repast.simphony.ui.probe.DefaultProbedPropertyUICreator
- name - Variable in class repast.simphony.ui.table.NamedRowFilter
- name - Variable in class repast.simphony.valueLayer.ContinuousValueLayer
- name - Variable in class repast.simphony.valueLayer.GridValueLayer
- name - Variable in class repast.simphony.ws.ScenarioFileParser.ScenarioElement
- Name() - Method in class repast.simphony.engine.watcher.query.QueryParser
- NAME - Static variable in interface repast.simphony.engine.watcher.query.QueryParserConstants
- NAME - Static variable in class repast.simphony.gis.engine.GeographyProjectionRegistryData
- NAME - Static variable in class repast.simphony.ui.parameters.ParametersUI
- NAME_KEY - Static variable in class repast.simphony.freezedry.freezedryers.proj.ProjectionDryer
- NAME_KEY - Static variable in class repast.simphony.ui.probe.ProbedPropertiesFinder
- NamedLinkedBooleanExpression - Class in repast.simphony.engine.watcher.query
-
Returns true if the watcher is adjacent to the watchee in the named projection in the current Context.
- NamedLinkedBooleanExpression(String, Context) - Constructor for class repast.simphony.engine.watcher.query.NamedLinkedBooleanExpression
- NamedLinkedFromBooleanExpression - Class in repast.simphony.engine.watcher.query
-
Returns true if the watcher is linked from the watchee in the named network in the current Context.
- NamedLinkedFromBooleanExpression(String, Context) - Constructor for class repast.simphony.engine.watcher.query.NamedLinkedFromBooleanExpression
- NamedLinkedToBooleanExpression - Class in repast.simphony.engine.watcher.query
-
Returns true if the watcher is linked to the watchee in the named network in the current Context.
- NamedLinkedToBooleanExpression(String, Context) - Constructor for class repast.simphony.engine.watcher.query.NamedLinkedToBooleanExpression
- NamedRowFilter<M,
I, T> - Class in repast.simphony.ui.table -
Abstract row filter for table filtering.
- NamedRowFilter(String, int, T, NamedRowFilter.Operator) - Constructor for class repast.simphony.ui.table.NamedRowFilter
- NamedRowFilter.Operator - Enum Class in repast.simphony.ui.table
- NamedSpatialSoure - Class in repast.simphony.visualizationOGL2D
-
Abstract base class for creating named shape spatials.
- NamedSpatialSoure(String) - Constructor for class repast.simphony.visualizationOGL2D.NamedSpatialSoure
- NamedWithinBooleanExpression - Class in repast.simphony.engine.watcher.query
-
Returns true if the length of the path from the watcher to the watchee is within (<=) some value in the named network in the current Context.
- NamedWithinBooleanExpression(double, String, Context) - Constructor for class repast.simphony.engine.watcher.query.NamedWithinBooleanExpression
- NamedWithinMooreBooleanExpression - Class in repast.simphony.engine.watcher.query
-
Returns true if the watchee is within the watcher's Moore neighborhood in any grid projection in the context.
- NamedWithinMooreBooleanExpression(double, String, Context) - Constructor for class repast.simphony.engine.watcher.query.NamedWithinMooreBooleanExpression
- NamedWithinVNBooleanExpression - Class in repast.simphony.engine.watcher.query
-
Returns true if the watchee is within the watcher's Von Neumann neighborhood in any grid projection in the context.
- NamedWithinVNBooleanExpression(double, String, Context) - Constructor for class repast.simphony.engine.watcher.query.NamedWithinVNBooleanExpression
- nameMap - Variable in class repast.simphony.parameter.DefaultParameters
- NameOnlyGeneralStep - Class in repast.simphony.visualization.gui
-
Display wizard step for read-only general info used in editor dialogs on an existing display.
- NameOnlyGeneralStep() - Constructor for class repast.simphony.visualization.gui.NameOnlyGeneralStep
- NaryTree<T> - Class in repast.simphony.util.collections
-
A rooted tree where each node can have n number of children.
- NaryTree(T) - Constructor for class repast.simphony.util.collections.NaryTree
-
Creates a NaryTree with the specified object as the root
- NaryTree.ChildIterator<T> - Class in repast.simphony.util.collections
- NaryTree.NodeComparator<T> - Class in repast.simphony.util.collections
- NaryTreeTraverser<T> - Class in repast.simphony.engine.graph
-
A simple traverser for
NaryTree
s. - NaryTreeTraverser() - Constructor for class repast.simphony.engine.graph.NaryTreeTraverser
- NaryTreeTraverser(NaryTree<T>) - Constructor for class repast.simphony.engine.graph.NaryTreeTraverser
-
Constructs this
Traverser
, traversing the given tree. - NaryTreeTraverser(NaryTree<T>, boolean) - Constructor for class repast.simphony.engine.graph.NaryTreeTraverser
-
Constructs this
Traverser
, traversing the given tree. - NATURAL - Enum constant in enum class repast.simphony.statecharts.TransitionResolutionStrategy
- NdPoint - Class in repast.simphony.space.continuous
-
Represents an n-dimensional point in a space.
- NdPoint(double...) - Constructor for class repast.simphony.space.continuous.NdPoint
-
Creates a NdPoint from the passed in array of points.
- ndPointToGridPoint(NdPoint) - Static method in class repast.simphony.relogo.Utility
-
Given a continuous space location, return the corresponding grid location as a GridPoint.
- ndPointToIntArray(NdPoint) - Static method in class repast.simphony.relogo.Utility
-
Given a continuous space location, return the corresponding grid location as an int array.
- neighbors() - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the agentset of the eight neighboring patches (Moore neighborhood).
- neighbors() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the agentset of the eight neighboring patches (Moore neighborhood).
- neighbors() - Method in interface repast.simphony.relogo.Patch
-
Returns the agentset of the eight neighboring patches (Moore neighborhood).
- neighbors() - Method in interface repast.simphony.relogo.Turtle
-
Returns the agentset of the eight neighboring patches (Moore neighborhood).
- neighbors(int) - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the agentset of patches making up the Moore neighborhood of this patch (excluding the calling patch) of extent.
- neighbors(int) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the agentset of patches making up the Moore neighborhood of this turtle (excluding the patch under this turtle) of extent.
- neighbors(int) - Method in interface repast.simphony.relogo.Patch
-
Returns the agentset of patches making up the Moore neighborhood of this patch (excluding the calling patch) of extent.
- neighbors(int) - Method in interface repast.simphony.relogo.Turtle
-
Returns the agentset of patches making up the Moore neighborhood of this turtle (excluding the patch under this turtle) of extent.
- neighbors(int, int) - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the agentset of patches making up the Moore neighborhood of this patch (excluding the calling patch) of extents.
- neighbors(int, int) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the agentset of patches making up the Moore neighborhood of this turtle (excluding the patch under this turtle) of extents.
- neighbors(int, int) - Method in interface repast.simphony.relogo.Patch
-
Returns the agentset of patches making up the Moore neighborhood of this patch (excluding the calling patch) of extents.
- neighbors(int, int) - Method in interface repast.simphony.relogo.Turtle
-
Returns the agentset of patches making up the Moore neighborhood of this turtle (excluding the patch under this turtle) of extents.
- neighbors4() - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the agentset of the four neighboring patches (von Neumann neighborhood).
- neighbors4() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the agentset of the four neighboring patches (von Neumann neighborhood).
- neighbors4() - Method in interface repast.simphony.relogo.Patch
-
Returns the agentset of the four neighboring patches (von Neumann neighborhood).
- neighbors4() - Method in interface repast.simphony.relogo.Turtle
-
Returns the agentset of the four neighboring patches (von Neumann neighborhood).
- neighbors4(int) - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the agentset of patches making up the von Neumann neighborhood of this patch (excluding the calling patch) of extent.
- neighbors4(int) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the agentset of patches making up the von Neumann neighborhood of this turtle (excluding the patch under this turtle) of extent.
- neighbors4(int) - Method in interface repast.simphony.relogo.Patch
-
Returns the agentset of patches making up the von Neumann neighborhood of this patch (excluding the calling patch) of extent.
- neighbors4(int) - Method in interface repast.simphony.relogo.Turtle
-
Returns the agentset of patches making up the von Neumann neighborhood of this turtle (excluding the patch under this turtle) of extent.
- neighbors4(int, int) - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the agentset of patches making up the von Neumann neighborhood of this patch (excluding the calling patch) of extents.
- neighbors4(int, int) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the agentset of patches making up the von Neumann neighborhood of this turtle (excluding the patch under this turtle) of extents.
- neighbors4(int, int) - Method in interface repast.simphony.relogo.Patch
-
Returns the agentset of patches making up the von Neumann neighborhood of this patch (excluding the calling patch) of extents.
- neighbors4(int, int) - Method in interface repast.simphony.relogo.Turtle
-
Returns the agentset of patches making up the von Neumann neighborhood of this turtle (excluding the patch under this turtle) of extents.
- NetAddEdgeHandler - Class in repast.simphony.visualization.editor
-
Deprecated.2D piccolo based code is being removed
- NetAddEdgeHandler(DisplayEditor2D, PCanvas, Display2D, EditorNotifier) - Constructor for class repast.simphony.visualization.editor.NetAddEdgeHandler
-
Deprecated.
- NetAddListener - Class in repast.simphony.visualization.editor
-
Deprecated.2D piccolo based code is being removed
- NetAddListener(PCanvas, DisplayEditor2D, Display2D) - Constructor for class repast.simphony.visualization.editor.NetAddListener
-
Deprecated.
- netCheckThread - Variable in class repast.simphony.visualization.gis3D.RepastStatusBar
- netID - Variable in class repast.simphony.visualization.gui.styleBuilder.AbstractStyleDialog
- NetLayoutStep - Class in repast.simphony.visualization.gui
- NetLayoutStep() - Constructor for class repast.simphony.visualization.gui.NetLayoutStep
- NetMoveHandler - Class in repast.simphony.visualization.editor
-
Deprecated.2D piccolo based code is being removed
- NetMoveHandler(PCanvas, Display2D, List<Network>) - Constructor for class repast.simphony.visualization.editor.NetMoveHandler
-
Deprecated.
- NetPathWithin<T> - Class in repast.simphony.query.space.graph
-
A Query that returns all nodes within some given path length of a specified node.
- NetPathWithin(Context<T>, T, double) - Constructor for class repast.simphony.query.space.graph.NetPathWithin
-
Creates a NetPathWithin query that returns all nodes within the specified path length of the specified node in all the networks in the specified context.
- NetPathWithin(Network<T>, T, double) - Constructor for class repast.simphony.query.space.graph.NetPathWithin
-
Creates a NetPathWithin query that returns all nodes within the specified path length of the specified node in the specified network.
- netSelected(Network) - Method in interface repast.simphony.visualization.editor.DisplayEditor
-
Deprecated.Called when a network is selected in the palette.
- netSelected(Network) - Method in class repast.simphony.visualization.editor.DisplayEditor2D
-
Deprecated.
- netSelected(Network) - Method in class repast.simphony.visualization.editor.gis.DisplayEditorGIS
-
Deprecated.Called when a network is selected in the palette.
- NetStyleTableModel - Class in repast.simphony.visualization.gui
- NetStyleTableModel() - Constructor for class repast.simphony.visualization.gui.NetStyleTableModel
- network - Variable in class repast.simphony.visualization.cgd.CGDLayout
- network - Variable in class repast.simphony.visualization.visualization2D.layout.JungLayout
- network - Variable in class repast.simphony.visualization.visualization2D.layout.TreeLayout2D
- Network<T> - Interface in repast.simphony.space.graph
-
Interface for Network projections.
- NETWORK - Enum constant in enum class repast.simphony.scenario.data.ProjectionType_old
- NETWORK_TYPE - Static variable in class repast.simphony.scenario.data.ProjectionData
- NetworkAdjacent<T> - Class in repast.simphony.query.space.graph
-
Queries a network(s) for the adjacent nodes to a specified node.
- NetworkAdjacent(Context<T>, T) - Constructor for class repast.simphony.query.space.graph.NetworkAdjacent
-
Creates a NetworkAdjacent query that will query any networks in the specified context for the nodes adjacent to the specified object.
- NetworkAdjacent(Network<T>, T) - Constructor for class repast.simphony.query.space.graph.NetworkAdjacent
-
Creates a NetworkAdjacent query that will query the specified network for the nodes adjacent to the specified object.
- NetworkAnalysisPluginWizard - Class in repast.simphony.data.analysis
-
A wizard for executing a third party analysis tool on a file outputter's output.
- NetworkAnalysisPluginWizard() - Constructor for class repast.simphony.data.analysis.NetworkAnalysisPluginWizard
- NetworkBuilder<T> - Class in repast.simphony.context.space.graph
-
A builder used to build networks.
- NetworkBuilder(String, Context<T>, boolean) - Constructor for class repast.simphony.context.space.graph.NetworkBuilder
- NetworkCheckNode - Class in repast.simphony.dataLoader.ui.wizard.builder
- NetworkCheckNode(String, NetworkLayer, boolean) - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.NetworkCheckNode
- NetworkChooserStep - Class in repast.simphony.data2.gui
-
Wizard step for selecting network entries that are passed to data analysis plugins.
- NetworkChooserStep(Iterable<Network>, boolean, String, String) - Constructor for class repast.simphony.data2.gui.NetworkChooserStep
- NetworkConverter - Class in repast.simphony.xml
-
XStream converter for ContextJungNetworks, the default network type in simphony.
- NetworkConverter() - Constructor for class repast.simphony.xml.NetworkConverter
- NetworkDescriptor - Class in repast.simphony.dataLoader.ui.wizard.builder
- NetworkDescriptor() - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.NetworkDescriptor
- NetworkDescriptor(String) - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.NetworkDescriptor
- NetworkDisplayLayer2D - Class in repast.simphony.visualization.network
- NetworkDisplayLayer2D(Network<?>, EdgeStyle2D, Display2D, RepastCanvas2D) - Constructor for class repast.simphony.visualization.network.NetworkDisplayLayer2D
- NetworkDisplayLayer3D - Class in repast.simphony.visualization.network
- NetworkDisplayLayer3D(Network<?>, EdgeStyle3D, Group, Display3D) - Constructor for class repast.simphony.visualization.network.NetworkDisplayLayer3D
- NetworkDisplayLayerGIS - Class in repast.simphony.gis.display
-
Deprecated.2D piccolo based code is being removed
- NetworkDisplayLayerGIS(Network<?>, Geography, Style) - Constructor for class repast.simphony.gis.display.NetworkDisplayLayerGIS
-
Deprecated.
- networkEditedStyleIDs() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
- networkEditedStyleIDs() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- networkEditedStyleIDs() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
- NetworkEvent<T> - Class in repast.simphony.space.graph
-
Event fired when an edge is added or removed from a network.
- NetworkEvent(NetworkEvent.EventType, Network<T>, RepastEdge<T>) - Constructor for class repast.simphony.space.graph.NetworkEvent
-
Creates a NetworkEvent from the specified type, with the specified network as the source, and the specified edge.
- NetworkEvent.EventType - Enum Class in repast.simphony.space.graph
- networkEventOccured(NetworkEvent<T>) - Method in interface repast.simphony.space.graph.NetworkListener
-
Notifies the implementor that a network event has occured.
- NetworkExportDialog - Class in repast.simphony.ui.widget
- NetworkExportDialog(JFrame) - Constructor for class repast.simphony.ui.widget.NetworkExportDialog
- NetworkFactory - Interface in repast.simphony.context.space.graph
- NetworkFactoryFinder - Class in repast.simphony.context.space.graph
- NetworkFactoryFinder() - Constructor for class repast.simphony.context.space.graph.NetworkFactoryFinder
- NetworkFileFormat - Enum Class in repast.simphony.context.space.graph
-
Network format file types.
- NetworkGenerator<T> - Interface in repast.simphony.context.space.graph
-
Interface for classes that take nodes and create links between them to create typical network configurations.
- NetworkLayer - Class in repast.simphony.dataLoader.ui.wizard.builder
- NetworkLayer(BasicStroke) - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.NetworkLayer
- NetworkLayerGIS - Class in repast.simphony.visualization.gis3D
-
Style display layer for network projections in GIS.
- NetworkLayerGIS(Network<?>, NetworkStyleGIS) - Constructor for class repast.simphony.visualization.gis3D.NetworkLayerGIS
- networkLayerMap - Variable in class repast.simphony.visualization.gis3D.DisplayGIS3D
- NetworkLayerOGL2D - Class in repast.simphony.visualizationOGL2D
- NetworkLayerOGL2D(Network<?>, EdgeStyleOGL2D, VLayer, DisplayOGL2D) - Constructor for class repast.simphony.visualizationOGL2D.NetworkLayerOGL2D
- NetworkListener<T> - Interface in repast.simphony.space.graph
-
Interface to be implemented by classes that want to listen for NetworkEvent-s.
- networkMap - Variable in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
- NetworkMatrixReader - Interface in repast.simphony.context.space.graph
-
Interface for reading a network matrix.
- NetworkPredecessor<T> - Class in repast.simphony.query.space.graph
-
Queries a network(s) for the predecessor nodes of a specified node.
- NetworkPredecessor(Context<T>, T) - Constructor for class repast.simphony.query.space.graph.NetworkPredecessor
-
Creates a NetworkAdjacent query that will query any networks in the specified context for the predecessor nodes of the specified object.
- NetworkPredecessor(Network<T>, T) - Constructor for class repast.simphony.query.space.graph.NetworkPredecessor
-
Creates a NetworkAdjacent query that will query the specified network for the predecessor nodes of the specified object.
- NetworkProjectionBuilder - Class in repast.simphony.dataLoader.engine
-
Builds a Network based on SNetwork data.
- NetworkProjectionBuilder() - Constructor for class repast.simphony.dataLoader.engine.NetworkProjectionBuilder
- NetworkProjectionDryer - Class in repast.simphony.freezedry.freezedryers.proj
-
A class that handles Networks.
- NetworkProjectionDryer() - Constructor for class repast.simphony.freezedry.freezedryers.proj.NetworkProjectionDryer
- networkStep - Variable in class repast.simphony.data.analysis.NetworkAnalysisPluginWizard
- NetworkStyleGIS - Interface in repast.simphony.visualization.gis3D.style
-
Interface for network projection surface lines in the 3D GIS display.
- networkStyleIDs() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
- networkStyleIDs() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- networkStyleIDs() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
- networkStyleMap - Variable in class repast.simphony.visualizationOGL2D.DisplayOGL2D
- networkStyleMap - Variable in class repast.simphony.ws.gis.DisplayServerGIS
- NetworkStyleRegistrar<T> - Class in repast.simphony.visualization.engine
-
Registers network styles on a display.
- NetworkStyleRegistrar() - Constructor for class repast.simphony.visualization.engine.NetworkStyleRegistrar
- NetworkStyleRegistrar.Registrar<T> - Interface in repast.simphony.visualization.engine
-
Inteface for a closure that registers the created style on the display.
- NetworkStyleRegistrar2D - Class in repast.simphony.visualization.engine
-
Network style registrar for 2D network styles.
- NetworkStyleRegistrar2D() - Constructor for class repast.simphony.visualization.engine.NetworkStyleRegistrar2D
- NetworkStyleRegistrar3D - Class in repast.simphony.visualization.engine
- NetworkStyleRegistrar3D() - Constructor for class repast.simphony.visualization.engine.NetworkStyleRegistrar3D
- NetworkStyleRegistrarOGL2D - Class in repast.simphony.visualization.engine
-
Network style registrar for 2D network styles.
- NetworkStyleRegistrarOGL2D() - Constructor for class repast.simphony.visualization.engine.NetworkStyleRegistrarOGL2D
- NetworkSuccessor<T> - Class in repast.simphony.query.space.graph
-
Queries a network(s) for the successor nodes of a specified node.
- NetworkSuccessor(Context<T>, T) - Constructor for class repast.simphony.query.space.graph.NetworkSuccessor
-
Creates a NetworkAdjacent query that will query any networks in the specified context for the successor nodes of the specified object.
- NetworkSuccessor(Network<T>, T) - Constructor for class repast.simphony.query.space.graph.NetworkSuccessor
-
Creates a NetworkAdjacent query that will query the specified network for the successor nodes of the specified object.
- NetworkTopologyExecutor - Class in repast.simphony.engine.graph
-
Executor for NetworkTopologies.
- NetworkTopologyExecutor(ISchedule, ScheduleParameters, Executor<Object>, Network) - Constructor for class repast.simphony.engine.graph.NetworkTopologyExecutor
-
This is the same as NetworkTopologyExecutor(ISchedule, ScheduleParameters, new TopologyVisitor(topology), Executor, NetworkTopology).
- NetworkTopologyExecutor(ISchedule, ScheduleParameters, Traverser<Object>, Executor<Object>, Network) - Constructor for class repast.simphony.engine.graph.NetworkTopologyExecutor
-
Constructs this executor to execute using the given schedule and node execution parameters.
- NetworkTraverser<T> - Class in repast.simphony.engine.graph
-
A traverser for Repast Topologies.
- NetworkTraverser(Network<T>) - Constructor for class repast.simphony.engine.graph.NetworkTraverser
-
Constructs this traverser with the specified network topology to retrieve information from.
- NEW_LINE_TYPE - Static variable in class repast.simphony.integration.DataFileElements.FILE_DEF_ATTRS
- NEW_SCENARIO_ID - Static variable in class repast.simphony.ui.RSGUIConstants
- NewBatchParamsFileWizard - Class in repast.simphony.batch.eclipse
-
New Batch parameters XML file wizard.
- NewBatchParamsFileWizard() - Constructor for class repast.simphony.batch.eclipse.NewBatchParamsFileWizard
- NewContextFileWizard - Class in repast.simphony.scenario.eclipse
-
New Context XML file wizard.
- NewContextFileWizard() - Constructor for class repast.simphony.scenario.eclipse.NewContextFileWizard
- NewDataDescriptorFileWizard - Class in repast.simphony.integration.eclipse
-
New DataDescriptor XML file wizard.
- NewDataDescriptorFileWizard() - Constructor for class repast.simphony.integration.eclipse.NewDataDescriptorFileWizard
- NewLinePatternConverter - Enum Class in repast.simphony.integration
-
Handles converting newline patterns into different newline patterns.
- newLocationWrapped - Variable in class repast.simphony.space.continuous.WrapAroundBorders
- NewScenario - Class in repast.simphony.ui.action
-
Action for creating a new scenario.
- NewScenario() - Constructor for class repast.simphony.ui.action.NewScenario
- NewScenarioFinalPanel - Class in repast.simphony.ui.newscenario
- NewScenarioFinalPanel() - Constructor for class repast.simphony.ui.newscenario.NewScenarioFinalPanel
- NewScenarioWizard - Class in repast.simphony.ui.newscenario
-
Wizard for creating a scenario file.
- NewScenarioWizard() - Constructor for class repast.simphony.ui.newscenario.NewScenarioWizard
- newSeed() - Static method in class repast.simphony.relogo.Utility
-
Returns a number to seed the random number generator.
- newToken(int) - Static method in class repast.simphony.engine.watcher.query.Token
-
Returns a new Token object, by default.
- newUserBranch - Variable in class repast.simphony.visualization.visualization3D.VisualItem3D
- NewUserPathtFileWizard - Class in repast.simphony.scenario.eclipse
-
New Context XML file wizard.
- NewUserPathtFileWizard() - Constructor for class repast.simphony.scenario.eclipse.NewUserPathtFileWizard
- NewWizardModel - Class in repast.simphony.ui.newscenario
-
Wizard model for the create new scenario wizard.
- NewWizardModel() - Constructor for class repast.simphony.ui.newscenario.NewWizardModel
- next - Variable in class repast.simphony.engine.watcher.query.Token
-
A reference to the next regular (non-special) token from the input stream.
- next - Variable in class repast.simphony.visualization.cgd.util.Clan
- next() - Method in class repast.simphony.context.ContextIterable
-
Returns the next element in the iteration.
- next() - Method in class repast.simphony.filter.FilteredIterator
- next() - Method in class repast.simphony.space.gis.ShapefileLoader
-
Creates the next agent from the next feature in the shapefile, setting that agent's properties to the value of that feature's relevant attributes.
- next() - Method in class repast.simphony.util.collections.DelegatedIterator
-
Returns the next element in the iteration.
- next() - Method in class repast.simphony.util.collections.FilteredIterator
-
Returns the next element in the iteration.
- next() - Method in class repast.simphony.util.collections.IteratorOverIterables
-
Returns the next element in the iteration.
- next() - Method in class repast.simphony.util.collections.NaryTree.ChildIterator
-
Returns the next element in the iteration.
- next() - Method in class repast.simphony.util.collections.RandomIterable
-
Returns the next element in the iteration.
- next() - Method in class repast.simphony.util.collections.UnremoveableIterator
-
Returns the next element in the iteration.
- next() - Method in class repast.simphony.util.IntRange
-
Gets the next int in the range
- next() - Method in class repast.simphony.util.Scanner
-
Same as
Scanner.getNextDelimited()
. - next(int[]) - Method in class repast.simphony.util.RangeCombination
- next(Parameters) - Method in class repast.simphony.engine.environment.DefaultRandomSetter
-
Sets the random seed to the current time and creates a uniform stream.
- next(Parameters) - Method in class repast.simphony.parameter.AbstractSweepParameterSetter
-
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()
. - next(Parameters) - Method in class repast.simphony.parameter.ConstantSetter
-
Sets its specified value to its specified parameter name.
- next(Parameters) - Method in class repast.simphony.parameter.DoubleSteppedSetter
- next(Parameters) - Method in class repast.simphony.parameter.FloatSteppedSetter
- next(Parameters) - Method in interface repast.simphony.parameter.ParameterSetter
- next(Parameters) - Method in class repast.simphony.parameter.ParameterTreeSweeper
-
Executes the
ParameterSetter
s as specified in this class's description. - next(Parameters) - Method in class repast.simphony.parameter.RunParameterSetter
-
Increments the run number and calls the super's next method.
- next(Parameters) - Method in class repast.simphony.ui.GUIParametersManager
-
Sets the parameters to the next set of values.
- next(T) - Method in class repast.simphony.space.gis.ShapefileLoader
-
Sets the specified object's properties to the relevant attributes values of the next feature.
- nextBurr1(double, int) - Method in class repast.simphony.random.DistributionsAdapter
- nextBurr2(double, double, int) - Method in class repast.simphony.random.DistributionsAdapter
- nextCauchy() - Method in class repast.simphony.random.DistributionsAdapter
- nextDouble() - Method in class repast.simphony.random.DistributionsAdapter
-
Throws an
UnsupportedOperationException
. - nextDouble() - Method in class repast.simphony.random.Lambda
-
Returns the result of
Distributions.nextLamdba(l3, l4, engine)
where these parameters represent those passed in this distribution's construction. - nextDouble() - Static method in class repast.simphony.random.RandomHelper
-
This retrieves the next double from the default uniform stream.
- nextDoubleFromTo(double, double) - Static method in class repast.simphony.random.RandomHelper
-
This retrieves the next double in the specified range from the default uniform stream.
- nextErlang(double, double) - Method in class repast.simphony.random.DistributionsAdapter
- nextGeometric(double) - Method in class repast.simphony.random.DistributionsAdapter
- nextInt() - Static method in class repast.simphony.random.RandomHelper
-
This retrieves the next integer from the default uniform stream.
- nextIntFromTo(int, int) - Static method in class repast.simphony.random.RandomHelper
-
This retrieves the next integer in the specified range from the default uniform stream.
- nextIter - Variable in class repast.simphony.util.collections.IteratorOverIterables
- nextLamdba(double, double) - Method in class repast.simphony.random.DistributionsAdapter
-
Calls the distribution with the specified parameters and this distributions random generator.
- nextLaplace() - Method in class repast.simphony.random.DistributionsAdapter
- nextLogistic() - Method in class repast.simphony.random.DistributionsAdapter
- nextObj - Variable in class repast.simphony.util.collections.IteratorOverIterables
- nextParameters(Parameters) - Method in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
- nextParameters(Parameters) - Method in class repast.simphony.parameter.ParameterTreeSweeper
- nextParameters(ParameterSetter, Parameters) - Method in class repast.simphony.parameter.ParameterTreeSweeper
- nextPowLaw(double, double) - Method in class repast.simphony.random.DistributionsAdapter
- nextSelf(ParameterSetter, Parameters) - Method in class repast.simphony.parameter.ParameterTreeSweeper
- nextSibling - Variable in class repast.simphony.visualization.cgd.util.ParseClanTree
- nextString() - Method in class repast.simphony.freezedry.datasource.DFRowData
- nextTime - Variable in class repast.simphony.engine.schedule.AbstractAction
-
The next clock tick that this AbstractAction should be executed.
- nextTriangular() - Method in class repast.simphony.random.DistributionsAdapter
- nextValue(Byte) - Method in class repast.simphony.parameter.ByteSteppedSetter
-
Retrieves the next value in the space (previous value + step size).
- nextValue(Integer) - Method in class repast.simphony.parameter.IntSteppedSetter
-
Retrieves the next value in the space (previous value + step size).
- nextValue(Long) - Method in class repast.simphony.parameter.LongSteppedSetter
-
Retrieves the next value in the space (previous value + step size).
- nextValue(Short) - Method in class repast.simphony.parameter.ShortSteppedSetter
-
Retrieves the next value in the space (previous value + step size).
- nextValue(T) - Method in class repast.simphony.parameter.AbstractSweepParameterSetter
-
Retrieves the next value for the parameter.
- nextValue(T) - Method in class repast.simphony.parameter.ListParameterSetter
-
Fetches the next element in the list and increments the index.
- nextWeibull(double, double) - Method in class repast.simphony.random.DistributionsAdapter
- nextWithArgs(Object...) - Method in class repast.simphony.space.gis.ShapefileLoader
-
Creates the next agent from the next feature in the shapefile, setting that agent's properties to the value of that feature's relevant attributes.
- nextZipfInt(double) - Method in class repast.simphony.random.DistributionsAdapter
- NLImage - Class in repast.simphony.relogo.image
- NLImage(String, boolean, int, List<NLImagePrimitive>) - Constructor for class repast.simphony.relogo.image.NLImage
-
Creates a new instance of NLImage
- NLImagePrimitive - Class in repast.simphony.relogo.image
- NLImagePrimitive(int, boolean, boolean) - Constructor for class repast.simphony.relogo.image.NLImagePrimitive
-
Creates a new instance of NLImagePrimitive
- NLImageSpatialSource - Class in repast.simphony.relogo.styles
- NLImageSpatialSource(NLImage) - Constructor for class repast.simphony.relogo.styles.NLImageSpatialSource
- NO_CHILDREN - Static variable in class repast.simphony.dataLoader.ui.wizard.builder.CheckNode
- NO_DATA_CATEGORY_LABEL - Static variable in class repast.simphony.space.gis.RepastCoverageFactory
- NO_DURATION - Static variable in class repast.simphony.engine.schedule.ScheduleParameters
-
Constant representing no duration.
- NO_PARAMETERS - Static variable in annotation interface repast.simphony.engine.schedule.ScheduledMethod
- NO_PROPERTY_LABEL - Static variable in class repast.simphony.gis.styleEditor.RuleEditPanel
- NO_SPARKLINE - Static variable in class repast.simphony.sql.SQLWindow
- NO_START - Enum constant in enum class repast.simphony.batch.RunningStatus
- Node - Interface in repast.simphony.engine.watcher.query
- NODE_STYLE_ID - Static variable in class repast.simphony.visualization.visualization2D.StyledDisplayLayer2D
-
Deprecated.
- NodeComparator(Comparator<T>) - Constructor for class repast.simphony.util.collections.NaryTree.NodeComparator
- NodeCreator<T> - Interface in repast.simphony.context.space.graph
-
Creates agents to be used as nodes in a network.
- nodeMap - Variable in class repast.simphony.gis.legend.LegendModel
-
Deprecated.
- nodes - Variable in class repast.simphony.visualization.cgd.util.Clan
- NodeVisualItem - Class in repast.simphony.visualization.visualization3D
- NodeVisualItem(TaggedBranchGroup, Object, Label) - Constructor for class repast.simphony.visualization.visualization3D.NodeVisualItem
- nOf(int, <any>) - Static method in class repast.simphony.relogo.Utility
-
Returns a random subset of an agentset of size number.
- nOf(int, Collection<E>) - Static method in class repast.simphony.relogo.Utility
-
Returns a random subset of a collection of size number.
- noImage - Variable in class repast.simphony.visualization.gis3D.CoverageLayer
- noLinks() - Static method in class repast.simphony.relogo.Utility
-
Returns an empty agentset (of links).
- NON_AGGREGATE - Enum constant in enum class repast.simphony.data2.engine.DataSetDescriptor.DataSetType
- NonAggregateChartStep - Class in repast.simphony.chart2.wizard
-
Step for configuring non-aggregate data to be displayed by a chart.
- NonAggregateChartStep() - Constructor for class repast.simphony.chart2.wizard.NonAggregateChartStep
- NonAggregateDataSet - Class in repast.simphony.data2
-
DataSet for ordinary non-aggregate data sources.
- NonAggregateDataSet(String, Collection<NonAggregateDataSource>, Collection<? extends DataSink>) - Constructor for class repast.simphony.data2.NonAggregateDataSet
-
Creates a NonAggregateDataSet with the specified sources and sinks.
- NonAggregateDataSetBuilder - Class in repast.simphony.data2.builder
-
Builds datasets from a description of them.
- NonAggregateDataSetBuilder(String, Class<?>) - Constructor for class repast.simphony.data2.builder.NonAggregateDataSetBuilder
-
Creates a NonAggregateDataSetBuilder that will build a dataset with the specified id.
- NonAggregateDataSource - Interface in repast.simphony.data2
-
Interface for classes that can function as the source of non aggregated data to be logged or charted.
- NonAggregateDataSourceWrapper - Class in repast.simphony.data2.engine
-
An NonAggregateDataSource implementation that delegates to a wrapped AggregateDataSource for all calls except getting the id.
- NonAggregateDataSourceWrapper(String, NonAggregateDataSource) - Constructor for class repast.simphony.data2.engine.NonAggregateDataSourceWrapper
- NonAggregateFilter - Class in repast.simphony.data2.util
-
Filter for class types that are allowed on non-aggregate data sets.
- NonAggregateFilter() - Constructor for class repast.simphony.data2.util.NonAggregateFilter
- NonAggregateSourceStep - Class in repast.simphony.data2.wizard
-
General Step for creating data sets.
- NonAggregateSourceStep() - Constructor for class repast.simphony.data2.wizard.NonAggregateSourceStep
- NONE - Enum constant in enum class repast.simphony.data2.AggregateOp
- NONE - Enum constant in enum class repast.simphony.integration.EscapeConverter
- NONE - Enum constant in enum class repast.simphony.integration.NewLinePatternConverter
-
Performs no conversion
- NONE - Enum constant in enum class repast.simphony.visualization.editor.DisplayEditor.Mode
-
Deprecated.
- nonModelAction - Variable in class repast.simphony.engine.schedule.AbstractAction
-
If the action is a back-end action (true) or if it is a model action (false).
- NonModelAction - Annotation Interface in repast.simphony.engine.schedule
-
This is an annotation for
IAction
s that marks them as not being related to the model's execution, but being related to the back-end of the simulation. - noPatches() - Static method in class repast.simphony.relogo.Utility
-
Returns an empty agentset (of patches).
- norm(int, int) - Static method in class repast.simphony.util.SimUtilities
-
Normalize the specified value to the specified size
- NORMAL_PROJECTIONS_KEY - Static variable in class repast.simphony.freezedry.freezedryers.ContextFreezeDryer
- NORTH - Enum constant in enum class repast.simphony.visualization.visualization3D.style.Style3D.LabelPosition
- NORTH - Static variable in interface repast.simphony.space.Direction
-
Directional constant for vector movement.
- NORTH_EAST - Enum constant in enum class repast.simphony.visualization.visualization3D.style.Style3D.LabelPosition
- NORTH_WEST - Enum constant in enum class repast.simphony.visualization.visualization3D.style.Style3D.LabelPosition
- NOT - Static variable in interface repast.simphony.engine.watcher.query.QueryParserConstants
- NOT_EQUAL - Enum constant in enum class repast.simphony.ui.table.NamedRowFilter.Operator
- NotBooleanExpression - Class in repast.simphony.engine.watcher.query
-
Flips the result of a passed in IBooleanExpression.
- NotBooleanExpression(IBooleanExpression) - Constructor for class repast.simphony.engine.watcher.query.NotBooleanExpression
- NotFilter<T> - Class in repast.simphony.filter
- NotFilter(Filter<T>) - Constructor for class repast.simphony.filter.NotFilter
- Notifier2 - Class in repast.simphony.engine.watcher
-
Notifies watchers that their watchee state has changed.
- Notifier2(NotifierID, WatchParameters, ISchedule) - Constructor for class repast.simphony.engine.watcher.Notifier2
-
Creates a Notifier from the specified parameters and schedule.
- NotifierID - Class in repast.simphony.engine.watcher
-
Encapsulates the unique identifying data of a notifier.
- NotifierID(WatchParameters) - Constructor for class repast.simphony.engine.watcher.NotifierID
-
Creates a new NotifierID out of the specified WatchParameters.
- notifyCloseListeners() - Method in class repast.simphony.statecharts.runtime.StateChartSVGDisplayController
- notifyListeners - Variable in class repast.simphony.chart2.AbstractHistogramDataset
- notifyListeners() - Method in class repast.simphony.statecharts.StateChartBeginAction
- notifyListeners() - Method in class repast.simphony.statecharts.StateChartResolveAction
- notifyListeners(DatasetChangeEvent) - Method in class repast.simphony.chart2.AbstractHistogramDataset
- notifyListeners(DatasetChangeEvent) - Method in class repast.simphony.chart2.BatchUpdateXYSeries
- notifyMonitor() - Method in class repast.simphony.batch.BatchRunner
- notifyMonitor() - Method in class repast.simphony.batch.OneRunBatchRunner
- notifySubscribers() - Method in class repast.simphony.relogo.AbstractTurtle
- notifySubscribers() - Method in interface repast.simphony.relogo.OutOfContextSubject
- notNull(String) - Method in class repast.simphony.dataLoader.wizard.JDBCDataStep
- NotQuery<T> - Class in repast.simphony.query
-
Deprecated.Use
Context.getObjectsAsStream(Class)
and the Java 8+ streaming APIStream
instead. - NotQuery(Context<T>, Query<T>) - Constructor for class repast.simphony.query.NotQuery
-
Deprecated.Creates a NotQuery whose results will contain all the members of the specified context that are not in the specified query's results.
- noTurtles() - Static method in class repast.simphony.relogo.Utility
-
Returns an empty agentset (of turtles).
- NULL - Static variable in interface repast.simphony.parameter.Parameters
- NULL_HEAD - Static variable in interface repast.simphony.visualization.visualization2D.style.EdgeStyle2D
-
Deprecated.
- NULL_PROPERTY - Static variable in class repast.simphony.visualization.DisplayEvent
- NullAbstractControllerAction<T> - Class in repast.simphony.engine.controller
-
A null implementation of an
AbstractControllerAction
. - NullAbstractControllerAction() - Constructor for class repast.simphony.engine.controller.NullAbstractControllerAction
- NullLabel - Class in repast.simphony.visualization.visualization3D
-
Null implementation of Label.
- NullLabel() - Constructor for class repast.simphony.visualization.visualization3D.NullLabel
- NullLayout - Class in repast.simphony.visualization
-
Null empty dummy implementation of Layout.
- NullLayout() - Constructor for class repast.simphony.visualization.NullLayout
- Number() - Method in class repast.simphony.engine.watcher.query.QueryParser
- NUMBER - Static variable in class repast.simphony.ui.sweep.ParameterSweepInput
- NumberFilter<M,
I> - Class in repast.simphony.ui.table -
Row filter for numeric values;
- NumberFilter(String, int, Number, NamedRowFilter.Operator) - Constructor for class repast.simphony.ui.table.NumberFilter
- numberFormat - Static variable in class repast.simphony.ui.probe.Utils
- NumberSetterCreator - Class in repast.simphony.parameter.xml
-
Creator for numeric stepped parameter setters.
- NumberSetterCreator() - Constructor for class repast.simphony.parameter.xml.NumberSetterCreator
- NUMBERTYPE - Static variable in class repast.simphony.parameter.xml.NumberSetterCreator
- numChildren() - Method in class repast.simphony.freezedry.FreezeDryedObject
- numEdges() - Method in class repast.simphony.context.space.graph.ContextJungNetwork
- numEdges() - Method in class repast.simphony.space.graph.JungNetwork
- numEdges() - Method in interface repast.simphony.space.graph.Network
-
Gets the number of edges in this Network.
- NumericProbedProperty - Class in repast.simphony.ui.probe
-
ProbedProperty for numeric types.
- NumericProbedProperty(PropertyDescriptor, boolean) - Constructor for class repast.simphony.ui.probe.NumericProbedProperty
- NumericProbedProperty(PropertyDescriptor, List, boolean) - Constructor for class repast.simphony.ui.probe.NumericProbedProperty
- numRanges() - Method in class repast.simphony.util.RangeCombination
- numReturned - Variable in class repast.simphony.util.collections.RandomIterable
- numToReturn - Variable in class repast.simphony.util.collections.RandomIterable
- nValues(int, Closure) - Static method in class repast.simphony.relogo.Utility
-
Returns a list of length number from running the set of commands number times.
O
- obj - Variable in class repast.simphony.gis.ui.probe.GeographyLocationProbe
- obj - Variable in class repast.simphony.query.WithinDistance
- OBJECT_ADDED - Enum constant in enum class repast.simphony.space.projection.ProjectionEvent.Type
- OBJECT_ADDED - Static variable in class repast.simphony.space.projection.ProjectionEvent
- OBJECT_MOVED - Enum constant in enum class repast.simphony.space.projection.ProjectionEvent.Type
- OBJECT_MOVED - Static variable in class repast.simphony.space.projection.ProjectionEvent
- OBJECT_REMOVED - Enum constant in enum class repast.simphony.space.projection.ProjectionEvent.Type
- OBJECT_REMOVED - Static variable in class repast.simphony.space.projection.ProjectionEvent
- OBJECT_ROTATED - Enum constant in enum class repast.simphony.space.projection.ProjectionEvent.Type
- OBJECT_ROTATED - Static variable in class repast.simphony.space.projection.ProjectionEvent
- ObjectActionLoader<T> - Class in repast.simphony.scenario
- ObjectActionLoader(File, Object, Class<T>, String) - Constructor for class repast.simphony.scenario.ObjectActionLoader
- objectData - Variable in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
- ObjectFiller - Class in repast.simphony.dataLoader.ui.wizard.builder
- ObjectFiller() - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.ObjectFiller
- ObjectFilter<M,
I> - Class in repast.simphony.ui.table -
Row filter for objects other than string or numeric
- ObjectFilter(String, int, String, NamedRowFilter.Operator) - Constructor for class repast.simphony.ui.table.ObjectFilter
- ObjectHolder - Class in repast.simphony.integration
-
Class used by the
BeanBuilder
for keeping track of stored values for detaching purposes. - ObjectHolder(Object, String, Object, ObjectHolder.StorageType) - Constructor for class repast.simphony.integration.ObjectHolder
-
Constructs an ObjectHolder with the specified field values.
- ObjectListMap - Interface in repast.simphony.data2
-
Map type interface for the type passed to DataSets for recording.
- ObjectListSetterCreator - Class in repast.simphony.parameter.xml
-
Creator for ObjectListParameterSteppers.
- ObjectListSetterCreator() - Constructor for class repast.simphony.parameter.xml.ObjectListSetterCreator
- objectMap - Variable in class repast.simphony.context.SmallDefaultContext
- objectProbed(ProbeEvent) - Method in class repast.simphony.ui.probe.ProbeManager
-
Creates and display a probe for the objects in the ProbeEvent.
- objectProbed(ProbeEvent) - Method in interface repast.simphony.visualization.ProbeListener
- objects() - Method in class repast.simphony.visualization.DefaultDisplayData
-
Gets the objects to be initially displayed.
- objects() - Method in interface repast.simphony.visualization.DisplayData
-
Gets the objects to be initially displayed.
- objects() - Method in class repast.simphony.visualization.editor.SyntheticDisplayData
-
Deprecated.Gets the objects to be initially displayed.
- ObjectSelectionListener - Interface in repast.simphony.visualization.editor.gis
-
Deprecated.2D piccolo based code is being removed
- objectsSelected(Object[]) - Method in class repast.simphony.visualization.editor.gis.GISSelectionHandler
-
Deprecated.Invoked when the specified objects have been selected in code external to this
- objectsSelected(Object[]) - Method in class repast.simphony.visualization.editor.SelectionHandler
-
Deprecated.Invoked when the specified objects have been selected in code external to this
- objectsSelected(List<Object>) - Method in class repast.simphony.visualization.editor.gis.DisplayEditorGIS
-
Deprecated.Invoked when objects have been selected.
- objectsSelected(List<Object>) - Method in interface repast.simphony.visualization.editor.gis.ObjectSelectionListener
-
Deprecated.Invoked when objects have been selected.
- objectStyleMap - Variable in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- objectToBodyMap - Variable in class repast.simphony.space.physics.DefaultPhysicsSpace
- ObjList(Class<?>) - Constructor for class repast.simphony.data2.AbstractDataSetManager.ObjList
- objMap - Variable in class repast.simphony.visualizationOGL2D.AbstractDisplayLayerOGL2D
- objMap - Variable in class repast.simphony.ws.gis.StyledLayerGIS
- objMap - Variable in class repast.simphony.ws.gis.StyledNetLayerGIS
- objsToAdd - Variable in class repast.simphony.visualization.visualization3D.AbstractDisplayLayer3D
- objsToRemove - Variable in class repast.simphony.visualization.visualization3D.AbstractDisplayLayer3D
- Observer - Interface in repast.simphony.relogo
-
ReLogo Observer interface.
- ObserverFactory - Class in repast.simphony.relogo.factories
- ObserverFactory(String, Class<? extends BaseObserver>, ReLogoWorldFactory) - Constructor for class repast.simphony.relogo.factories.ObserverFactory
- observerStop() - Static method in class repast.simphony.relogo.Utility
- offset - Variable in class repast.simphony.visualization.visualization3D.AbstractLabel
- offsetVertex(Object, double, double) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Offset the object based on the inputs
- ok - Variable in class repast.simphony.space.grid.AbstractGrid
- ok() - Method in class repast.simphony.dataLoader.ui.DataLoaderEditor
- ok() - Method in class repast.simphony.ui.plugin.editor.AbstractWizardEditor
- ok() - Method in class repast.simphony.ui.plugin.editor.OptionsContentWizardStepAdapter
-
Invoked when ok button is pressed.
- ok() - Method in class repast.simphony.ui.plugin.editor.OptionsDialog
- ok() - Method in interface repast.simphony.ui.plugin.editor.OptionsDialogContent
-
Invoked when ok button is pressed.
- ok() - Method in class repast.simphony.ui.plugin.editor.OptionsEditorDialog
- ok() - Method in class repast.simphony.ui.table.TableFilterDialog
-
OK button is pressed
- ok() - Method in class repast.simphony.visualization.gui.DisplayOptionsDialog
- OK - Enum constant in enum class repast.simphony.batch.RunningStatus
- okButtonActionPerformed(ActionEvent) - Method in class repast.simphony.visualization.gui.styleBuilder.AbstractStyleDialog
- oldItems - Variable in class repast.simphony.visualization.gui.StyleTableModel
- OldProbeModel - Class in repast.simphony.ui.probe
-
Abstract base class for probeable beans.
- OldProbeModel() - Constructor for class repast.simphony.ui.probe.OldProbeModel
- oldStop() - Method in class repast.simphony.relogo.AbstractLink
-
Deprecated.use the
Utility.stop()
method instead. - oldStop() - Method in class repast.simphony.relogo.AbstractObserver
-
Deprecated.use the
Utility.stop()
method instead. - oldStop() - Method in class repast.simphony.relogo.AbstractPatch
-
Deprecated.use the
Utility.stop()
method instead. - oldStop() - Method in class repast.simphony.relogo.AbstractTurtle
-
Deprecated.use the
Utility.stop()
method instead. - oldStop() - Method in class repast.simphony.relogo.Link
-
Deprecated.use the
Utility.stop()
method instead. - oldStop() - Method in interface repast.simphony.relogo.Observer
-
Deprecated.use the
Utility.stop()
method instead. - oldStop() - Method in interface repast.simphony.relogo.Patch
-
Deprecated.use the
Utility.stop()
method instead. - oldStop() - Method in interface repast.simphony.relogo.Turtle
-
Deprecated.use the
Utility.stop()
method instead. - oldUserBranch - Variable in class repast.simphony.visualization.visualization3D.VisualItem3D
- ON_MOVE - Enum constant in enum class repast.simphony.engine.schedule.Frequency
- ON_MOVE - Enum constant in enum class repast.simphony.visualization.IDisplay.LayoutFrequency
- ON_NEW - Enum constant in enum class repast.simphony.engine.schedule.Frequency
- ON_NEW - Enum constant in enum class repast.simphony.visualization.IDisplay.LayoutFrequency
- ON_TOP_OF - Enum constant in enum class repast.simphony.visualization.visualization3D.style.Style3D.LabelPosition
- ONE_TIME - Enum constant in enum class repast.simphony.engine.schedule.Frequency
- onEnter - Variable in class repast.simphony.statecharts.AbstractStateBuilder
- onEnter() - Method in class repast.simphony.statecharts.AbstractState
- oneOf(Collection<X>) - Static method in class repast.simphony.relogo.Utility
-
Returns a random item from a list.
- OneRunBatchRunner - Class in repast.simphony.batch
-
Runs a simulation in batch mode.
- OneRunBatchRunner(File) - Constructor for class repast.simphony.batch.OneRunBatchRunner
- OneRunRunner - Class in repast.simphony.ws
-
Runs a single run of a simulation.
- OneRunRunner(Path, Path, String, String) - Constructor for class repast.simphony.ws.OneRunRunner
- OneTimeRescheduler() - Constructor for class repast.simphony.engine.schedule.AbstractAction.OneTimeRescheduler
- onExit - Variable in class repast.simphony.statecharts.AbstractStateBuilder
- onExit() - Method in class repast.simphony.statecharts.AbstractState
- onlyAtEndBox - Variable in class repast.simphony.ui.plugin.editor.ScheduleParamsPanel
- onPicked(String) - Method in class repast.simphony.ws.OneRunRunner
- onTransition() - Method in class repast.simphony.statecharts.Transition
- open() - Method in class repast.simphony.ui.RSApplication
-
Opens a scenario via a directory chooser dialog.
- open(List<String>) - Method in class repast.simphony.chart2.HistogramDataSink
- open(List<String>) - Method in class repast.simphony.chart2.XYDataSinkSourceSeries
- open(List<String>) - Method in class repast.simphony.chart2.XYDataSinkValueSeries
- open(List<String>) - Method in class repast.simphony.data2.BatchParamMapFileWriter
- open(List<String>) - Method in class repast.simphony.data2.ConsoleDataSink
- open(List<String>) - Method in interface repast.simphony.data2.DataSink
-
Open this DataSink.
- open(List<String>) - Method in class repast.simphony.data2.FileDataSink
- open(List<String>) - Method in class repast.simphony.ws.DataServer
- OPEN_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
- OPEN_ID - Static variable in class repast.simphony.ui.RSGUIConstants
- OpenLongToDoubleHashMap - Class in repast.simphony.util.collections
-
Open addressed map from long to double.
- OpenLongToDoubleHashMap() - Constructor for class repast.simphony.util.collections.OpenLongToDoubleHashMap
-
Build an empty map with default size and using NaN for missing entries.
- OpenLongToDoubleHashMap(double) - Constructor for class repast.simphony.util.collections.OpenLongToDoubleHashMap
-
Build an empty map with default size
- OpenLongToDoubleHashMap(int) - Constructor for class repast.simphony.util.collections.OpenLongToDoubleHashMap
-
Build an empty map with specified size and using NaN for missing entries.
- OpenLongToDoubleHashMap(int, double) - Constructor for class repast.simphony.util.collections.OpenLongToDoubleHashMap
-
Build an empty map with specified size.
- OpenLongToDoubleHashMap(OpenLongToDoubleHashMap) - Constructor for class repast.simphony.util.collections.OpenLongToDoubleHashMap
-
Copy constructor.
- OpenLongToDoubleHashMap.Iterator - Class in repast.simphony.util.collections
-
Iterator class for the map.
- OpenScenario - Class in repast.simphony.ui.action
-
Action for opening a new model.
- OpenScenario() - Constructor for class repast.simphony.ui.action.OpenScenario
- operator - Variable in class repast.simphony.ui.table.NamedRowFilter
- operatorBox - Variable in class repast.simphony.ui.table.TableFilterDialog
- operatorModel - Variable in class repast.simphony.ui.table.TableFilterDialog
- OptimizableParameterSetter - Interface in repast.simphony.parameter.optimizer
- OptimizedParameterSweeper - Class in repast.simphony.parameter.optimizer
-
A
ParameterSweeper
that attempts to traverse the space in an optimized manner. - OptimizedParameterSweeper(ControllerRegistry, Object) - Constructor for class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
- OptimizedParameterSweeper(ControllerRegistry, Object, OptimizedParameterSweeper.DefaultAdvanceChooser) - Constructor for class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
- OptimizedParameterSweeper.DefaultAdvanceChooser - Class in repast.simphony.parameter.optimizer
-
This just goes FORWARD through the parameter space.
- OptimizedXMLSweeperProducer - Class in repast.simphony.parameter.xml
-
A SweeperProducer that produces an optimizing sweeper based on an XML parameter file and a RunResultProducer.
- OptimizedXMLSweeperProducer(RunResultProducer, URL) - Constructor for class repast.simphony.parameter.xml.OptimizedXMLSweeperProducer
-
Creates an OptimizedXMLSweeperProducer from the specified parameter file and RunResultProducer.
- OptimizedXMLSweeperProducer(RunResultProducer, AdvancementChooser, URL) - Constructor for class repast.simphony.parameter.xml.OptimizedXMLSweeperProducer
-
Creates an OptimizedXMLSweeperProducer from the specified parameter file, RunResultProducer, and AdvancementChooser.
- OptionsContentWizardStepAdapter - Class in repast.simphony.ui.plugin.editor
-
Adapts a PanelWizardStep to OptionsDialogContent.
- OptionsContentWizardStepAdapter(Wizard, PanelWizardStep) - Constructor for class repast.simphony.ui.plugin.editor.OptionsContentWizardStepAdapter
-
Creates an OptionsContentWizardStepAdapter for the specified wizard step.
- OptionsDialog - Class in repast.simphony.ui.plugin.editor
-
Generic options dialog.
- OptionsDialog() - Constructor for class repast.simphony.ui.plugin.editor.OptionsDialog
- OptionsDialogContent - Interface in repast.simphony.ui.plugin.editor
-
Interface for classes that wish to provide content in an options dialog.
- OptionsEditorDialog - Class in repast.simphony.ui.plugin.editor
-
An extension of
OptionsDialog
that adapts it to aEditor
and adds some helper methods for using wizard steps in the editor. - OptionsEditorDialog() - Constructor for class repast.simphony.ui.plugin.editor.OptionsEditorDialog
- OptionsEditorDialog(String) - Constructor for class repast.simphony.ui.plugin.editor.OptionsEditorDialog
- OptPropertiesParser - Class in repast.simphony.parameter.optimizer
-
Parses the properties from an optimizing properties file.
- OptPropertiesParser(File) - Constructor for class repast.simphony.parameter.optimizer.OptPropertiesParser
-
Creates a properites parser to parse the specified file.
- OR - Static variable in interface repast.simphony.engine.watcher.query.QueryParserConstants
- ORANetWriter - Class in repast.simphony.space.graph
- ORANetWriter() - Constructor for class repast.simphony.space.graph.ORANetWriter
- orange() - Static method in class repast.simphony.relogo.Utility
-
Returns the numerical value corresponding to the color orange.
- OrBooleanExpression - Class in repast.simphony.engine.watcher.query
- OrBooleanExpression(IBooleanExpression, IBooleanExpression) - Constructor for class repast.simphony.engine.watcher.query.OrBooleanExpression
- order - Variable in class repast.simphony.ui.parameters.AbstractParameterBinder
- order - Variable in class repast.simphony.visualization.cgd.util.Clan
- OrFilter<T> - Class in repast.simphony.filter
-
Filter that evalutes to true if any of its component filters evaluate to true.
- OrFilter() - Constructor for class repast.simphony.filter.OrFilter
-
Creates an empty OrFilter.
- OrFilter(Filter<T>...) - Constructor for class repast.simphony.filter.OrFilter
-
Creates an OrFilter composed of the specified filters.
- origin - Variable in class repast.simphony.space.continuous.WrapAroundBorders
- origin - Variable in class repast.simphony.space.grid.GridBuilderParameters
- origin - Variable in class repast.simphony.space.grid.WrapAroundBorders
- origin - Variable in class repast.simphony.valueLayer.GridValueLayer
- originToDoubleArray(double[]) - Method in class repast.simphony.space.Dimensions
-
Copies the origin into the provided double array.
- originToIntArray(int[]) - Method in class repast.simphony.space.Dimensions
-
Copies the origin into the provided int array, casting to an int if necessary.
- originToIntArray(int[]) - Method in class repast.simphony.space.grid.GridDimensions
-
Copies the origin into the provided int array, casting to an int if necessary.
- OrQuery<T> - Class in repast.simphony.query
-
Deprecated.Use
Context.getObjectsAsStream(Class)
and the Java 8+ streaming APIStream
instead. - OrQuery(Query<T>, Query<T>) - Constructor for class repast.simphony.query.OrQuery
-
Deprecated.Creates an OrQuery from the two sub-queries.
- OrQuery(Query, Query) - Static method in class repast.simphony.essentials.RepastEssentials
- other(Collection) - Method in class repast.simphony.relogo.AbstractLink
-
Returns an agentset minus the caller.
- other(Collection) - Method in class repast.simphony.relogo.AbstractPatch
-
Returns an agentset minus the caller.
- other(Collection) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns an agentset minus the caller.
- other(Collection) - Method in class repast.simphony.relogo.Link
-
Returns an agentset minus the caller.
- other(Collection) - Method in interface repast.simphony.relogo.Patch
-
Returns an agentset minus the caller.
- other(Collection) - Method in interface repast.simphony.relogo.Turtle
-
Returns an agentset minus the caller.
- OTHER - Enum constant in enum class repast.simphony.engine.environment.GUIRegistryType
- OTHER - Enum constant in enum class repast.simphony.engine.schedule.PriorityType
- OTHER - Enum constant in enum class repast.simphony.gis.util.GeometryUtil.GeometryType
- otherEnd() - Method in class repast.simphony.relogo.AbstractLink
-
Returns the turtle opposite the asking turtle.
- otherEnd() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the turtle opposite the asking link.
- otherEnd() - Method in class repast.simphony.relogo.Link
-
Returns the turtle opposite the asking turtle.
- otherEnd() - Method in interface repast.simphony.relogo.Turtle
-
Returns the turtle opposite the asking link.
- OUT - Enum constant in enum class repast.simphony.data2.ConsoleDataSink.OutputStream
- OUT_DIR_KEY - Static variable in class repast.simphony.batch.ssh.Configuration
- outgoing - Variable in class repast.simphony.ws.DisplayServer
- outgoingAddr - Variable in class repast.simphony.ws.DisplayServer
- outgoingAddr - Variable in class repast.simphony.ws.gis.ServerDisplayCreatorGIS
- OutgoingMessageSocket - Class in repast.simphony.ws
-
Wraps a zeromq PUSH socket for ease of use.
- OutgoingMessageSocket(String) - Constructor for class repast.simphony.ws.OutgoingMessageSocket
- outlineColor - Variable in class repast.simphony.gis.styleEditor.PreviewLabel
- outlineOpacity - Variable in class repast.simphony.gis.styleEditor.PreviewLabel
- outlineThickness - Variable in class repast.simphony.gis.styleEditor.PreviewLabel
- outLinkNeighborQ(Turtle) - Method in class repast.simphony.relogo.AbstractTurtle
-
Queries if there is a directed link from the caller to the turtle.
- outLinkNeighborQ(Turtle) - Method in interface repast.simphony.relogo.Turtle
-
Queries if there is a directed link from the caller to the turtle.
- outLinkNeighbors() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the agentset of the caller's out link neighbor turtles.
- outLinkNeighbors() - Method in interface repast.simphony.relogo.Turtle
-
Returns the agentset of the caller's out link neighbor turtles.
- outLinkTo(Turtle) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the caller's directed link to a turtle.
- outLinkTo(Turtle) - Method in interface repast.simphony.relogo.Turtle
-
Returns the caller's directed link to a turtle.
- OutOfBranchTransitionBuilder<T> - Class in repast.simphony.statecharts
- OutOfBranchTransitionBuilder(String, AbstractState<T>, AbstractState<T>) - Constructor for class repast.simphony.statecharts.OutOfBranchTransitionBuilder
- OutOfBranchTransitionBuilder(AbstractState<T>, AbstractState<T>) - Constructor for class repast.simphony.statecharts.OutOfBranchTransitionBuilder
- OutOfContextSubject<T extends OutOfContextSubscriber> - Interface in repast.simphony.relogo
- OutOfContextSubscriber<T extends OutOfContextSubject> - Interface in repast.simphony.relogo
- OutOfRangeHandling - Enum Class in repast.simphony.chart2
-
An enumeration of how values that are out of range should be displayed on a histogram.
- OutputAggregator - Class in repast.simphony.batch.ssh
-
Aggregates the separate instance batch param map and output files.
- OutputAggregator() - Constructor for class repast.simphony.batch.ssh.OutputAggregator
- OutputBuilder<X,
Y> - Interface in repast.simphony.integration -
Interface representing a type that builds the "output" data read in from a Reader.
- OutputFinder - Class in repast.simphony.batch.ssh
-
Base class for classes that find simphony model output.
- OutputFinder() - Constructor for class repast.simphony.batch.ssh.OutputFinder
- OutputFinder.Instance - Class in repast.simphony.batch.ssh
- OutputPattern - Class in repast.simphony.batch.ssh
-
Encapsulates the configuration data for an output pattern.
- OutputPattern() - Constructor for class repast.simphony.batch.ssh.OutputPattern
- OutputPatternPropsParser - Class in repast.simphony.batch.ssh
-
Parses output patterns from a configuration file to a list of OutputPatterns.
- OutputPatternPropsParser() - Constructor for class repast.simphony.batch.ssh.OutputPatternPropsParser
- OUTPUTTER_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
- OUTPUTTER_ROOT - Static variable in interface repast.simphony.engine.controller.ControllerActionConstants
- OverflowLegendUpdater - Class in repast.simphony.chart2
-
Updates the a chart's overflow legend.
- OverflowLegendUpdater(JFreeChart, StaticHistogramDataset) - Constructor for class repast.simphony.chart2.OverflowLegendUpdater
P
- PACKAGE_ID - Static variable in class repast.simphony.dataLoader.ui.wizard.DataLoaderWizardPluginUtil
- PACKAGE_ID - Static variable in class repast.simphony.freezedry.wizard.FreezeDryWizardPluginUtil
- paint(Graphics) - Method in class repast.simphony.dataLoader.ui.wizard.builder.LegendLabel
- paint(Graphics) - Method in class repast.simphony.ui.widget.DropDownButton
-
Performs the super's drawing and then draws the little arrow icon
- paint(PPaintContext) - Method in class repast.simphony.visualization.grid.GridShape
- PAINT_KEY - Static variable in class repast.simphony.visualization.visualization2D.StyledDisplayLayer2D
-
Deprecated.
- PaintableStyleData - Interface in repast.simphony.visualization.editedStyle
-
Interface for edited styles that have a color.
- paintComponent(Graphics) - Method in class repast.simphony.ui.sparkline.SparklineJComponent
- paintIcon(Component, Graphics, int, int) - Method in class repast.simphony.dataLoader.ui.wizard.builder.SquareIcon
- paintIcon(Component, Graphics, int, int) - Method in class repast.simphony.gis.display.SquareIcon
-
Deprecated.
- paintIcon(Component, Graphics, int, int) - Method in class repast.simphony.gis.styleEditor.PaletteIcon
-
Draw the icon at the specified location.
- paintIcon(Component, Graphics, int, int) - Method in class repast.simphony.relogo.factories.RegularButtonIcon
- paintIcon(Component, Graphics, int, int) - Method in class repast.simphony.relogo.factories.ToggleButtonIcon
- paintIcon(Component, Graphics, int, int) - Method in class repast.simphony.ui.plugin.editor.SquareIcon
-
Draw the icon at the specified location.
- pair(String, String) - Method in class repast.simphony.freezedry.AbstractDataSource
- pair(WizardStep, Condition) - Method in class repast.simphony.visualization.gui.DisplayConfigurationWizard
- Pair<X,
Y> - Class in repast.simphony.util.collections -
A simple pair class that represents a tuple with two elements.
- Pair(X, Y) - Constructor for class repast.simphony.util.collections.Pair
-
Constructs this class with the specified first and second values
- PajekNetWriter - Class in repast.simphony.space.graph
- PajekNetWriter() - Constructor for class repast.simphony.space.graph.PajekNetWriter
- Palette - Class in repast.simphony.gis.styleEditor
- Palette(Color[], String) - Constructor for class repast.simphony.gis.styleEditor.Palette
- Palette(Palette) - Constructor for class repast.simphony.gis.styleEditor.Palette
- paletteChanged() - Method in class repast.simphony.gis.styleEditor.ByRangePanelMediator
- PaletteIcon - Class in repast.simphony.gis.styleEditor
- PaletteIcon(SquareIcon[], PaletteIcon.Orientation) - Constructor for class repast.simphony.gis.styleEditor.PaletteIcon
- PaletteIcon(Palette, PaletteIcon.Orientation) - Constructor for class repast.simphony.gis.styleEditor.PaletteIcon
- PaletteIcon.Orientation - Enum Class in repast.simphony.gis.styleEditor
- panel - Variable in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- panel - Variable in class repast.simphony.visualization.gis3D.DisplayGIS3D
- panel - Variable in class repast.simphony.visualization.gui.AgentSelectionStep
- panel - Variable in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- panel - Variable in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
- panel - Variable in class repast.simphony.visualizationOGL2D.DisplayOGL2D
- panel1 - Variable in class repast.simphony.visualization.gui.AgentSelectionPanel
- panel4 - Variable in class repast.simphony.visualization.gui.AgentSelectionPanel
- panel5 - Variable in class repast.simphony.visualization.gui.AgentSelectionPanel
- PARAM_MAP_SUFFIX - Static variable in interface repast.simphony.batch.BatchConstants
- Parameter - Annotation Interface in repast.simphony.parameter
-
Marks a get or set accessor method as a Parameter.
- parameterAdded() - Method in class repast.simphony.ui.AddParameterDialog
- ParameterBinder - Interface in repast.simphony.ui.parameters
-
Interface for classes that can create a JComponent for a particular parameter and "bind" that component to a parameter.
- ParameterConstants - Interface in repast.simphony.parameter
-
Constants used by parameter mechanism.
- ParameterDataSource - Class in repast.simphony.data2
-
DataSource that will return the current value of a parameter.
- ParameterDataSource(String) - Constructor for class repast.simphony.data2.ParameterDataSource
-
Creates a ParametersDataSource that will the value of the named parameter.
- ParameterFormatException - Exception in repast.simphony.parameter
- ParameterFormatException(String) - Constructor for exception repast.simphony.parameter.ParameterFormatException
- ParameterFormatException(String, Throwable) - Constructor for exception repast.simphony.parameter.ParameterFormatException
- ParameterLineParser - Class in repast.simphony.batch.parameter
-
Parses a batch parameter line and into a Parameters object.
- ParameterLineParser(URI) - Constructor for class repast.simphony.batch.parameter.ParameterLineParser
-
Creates a ParameterLineParser for parsing parameter lines produced from the specified parameters file.
- parameterName - Variable in class repast.simphony.parameter.AbstractSweepParameterSetter
- parameterName - Variable in class repast.simphony.parameter.ConstantSetter
- parameterNames() - Method in class repast.simphony.parameter.DefaultSchema
-
Gets an iterable over a list of parameter names.
- parameterNames() - Method in interface repast.simphony.parameter.Schema
-
Gets an iterable over a list of parameter names.
- ParameterProbeBeanCreator - Class in repast.simphony.ui.probe
- ParameterProbeBeanCreator() - Constructor for class repast.simphony.ui.probe.ParameterProbeBeanCreator
- parameterRemoved() - Method in class repast.simphony.ui.RemoveParametersDialog
- Parameters - Interface in repast.simphony.parameter
-
Encapsulates simulation time model parameters.
- PARAMETERS_FILE_NAME - Static variable in class repast.simphony.ui.RSGUIConstants
- ParameterSchema - Interface in repast.simphony.parameter
-
Encapsulates the details about a particular individual parameter.
- ParametersCreator - Class in repast.simphony.parameter
-
Creates Parameters objects.
- ParametersCreator() - Constructor for class repast.simphony.parameter.ParametersCreator
- ParameterSelectionDialog<P extends Parameters> - Class in repast.simphony.ui
- ParameterSelectionDialog(Dialog, String) - Constructor for class repast.simphony.ui.ParameterSelectionDialog
- ParameterSelectionDialog(Frame, String) - Constructor for class repast.simphony.ui.ParameterSelectionDialog
- ParameterSetter - Interface in repast.simphony.parameter
- ParameterSetterCreator - Interface in repast.simphony.parameter.xml
-
Interface for classes that create ParameterSetters from xml attribute data.
- ParametersParser - Class in repast.simphony.parameter
-
Parser for parsing parameter defs and values in xml format.
- ParametersParser(File) - Constructor for class repast.simphony.parameter.ParametersParser
- ParametersParser(Parameters, File) - Constructor for class repast.simphony.parameter.ParametersParser
- ParametersToInput - Class in repast.simphony.batch.parameter
- ParametersToInput(File) - Constructor for class repast.simphony.batch.parameter.ParametersToInput
- ParametersToInput(InputStream) - Constructor for class repast.simphony.batch.parameter.ParametersToInput
- ParametersUI - Class in repast.simphony.ui.parameters
- ParametersUI(Parameters) - Constructor for class repast.simphony.ui.parameters.ParametersUI
- ParametersUIParser - Class in repast.simphony.ui.parameters
-
Parses a parameters file into chunks suitable for creating a parameters GUI.
- ParametersUIParser() - Constructor for class repast.simphony.ui.parameters.ParametersUIParser
- ParametersValuesLoader - Class in repast.simphony.parameter
-
Parser for loading stored parameter values into a Parameters object.
- ParametersValuesLoader(File) - Constructor for class repast.simphony.parameter.ParametersValuesLoader
- ParametersValuesLoader(String) - Constructor for class repast.simphony.parameter.ParametersValuesLoader
- ParameterSweepDialog - Class in repast.simphony.ui.sweep
- ParameterSweepDialog(Dialog) - Constructor for class repast.simphony.ui.sweep.ParameterSweepDialog
- ParameterSweepDialog(Frame) - Constructor for class repast.simphony.ui.sweep.ParameterSweepDialog
- parameterSweeper - Variable in class repast.simphony.batch.BatchScenario
- ParameterSweeper - Interface in repast.simphony.parameter
-
An interface representing an object that will perform a sweep of a parameter space represented by a series of
ParameterSetter
s. - ParameterSweeperBuilder - Class in repast.simphony.parameter
-
Builder for creating parameter sweepers and Parameters for all the parameters in the created sweeper.
- ParameterSweeperBuilder() - Constructor for class repast.simphony.parameter.ParameterSweeperBuilder
-
Creates a ParametertSweeperBuilder
- ParameterSweeperBuilder(ParameterTreeSweeper) - Constructor for class repast.simphony.parameter.ParameterSweeperBuilder
-
Creates ParameterSweeperBuilder with the specified ParameterTreeSweeper.
- ParameterSweepInput - Class in repast.simphony.ui.sweep
- ParameterSweepInput(String, Parameters) - Constructor for class repast.simphony.ui.sweep.ParameterSweepInput
- ParameterSweepPanel - Class in repast.simphony.ui.sweep
- ParameterSweepPanel(Parameters, JDialog) - Constructor for class repast.simphony.ui.sweep.ParameterSweepPanel
-
Create the GUI and show it.
- ParameterSweepParameterPanel - Class in repast.simphony.ui.sweep
- ParameterSweepParameterPanel(Parameters) - Constructor for class repast.simphony.ui.sweep.ParameterSweepParameterPanel
- ParameterSweepParser - Class in repast.simphony.parameter.xml
-
Parses a parameters xml file and creates ParameterTreeSweeper based on that.
- ParameterSweepParser(InputStream) - Constructor for class repast.simphony.parameter.xml.ParameterSweepParser
- ParameterSweepParser(URL) - Constructor for class repast.simphony.parameter.xml.ParameterSweepParser
-
Creates a ParameterSweepParser to parse the specified URL.
- ParameterSweepParser(ParameterTreeSweeper, URL) - Constructor for class repast.simphony.parameter.xml.ParameterSweepParser
-
Creates a ParameterSweeper parser to use the specified sweeper and to parse the specified URL.
- ParameterSweepSubmitButton - Class in repast.simphony.ui.sweep
- ParameterSweepSubmitButton() - Constructor for class repast.simphony.ui.sweep.ParameterSweepSubmitButton
- ParameterSweepSubmitPanel - Class in repast.simphony.ui.sweep
- ParameterSweepSubmitPanel(ParameterSweepPanel, JDialog) - Constructor for class repast.simphony.ui.sweep.ParameterSweepSubmitPanel
- ParametersWriter - Class in repast.simphony.parameter
-
Writes the current values of a Parameters object out to an xml file.
- ParametersWriter() - Constructor for class repast.simphony.parameter.ParametersWriter
- ParameterTreeSweeper - Class in repast.simphony.parameter
-
The default implementation of a parameter sweeper.
- ParameterTreeSweeper() - Constructor for class repast.simphony.parameter.ParameterTreeSweeper
-
Default constructor.
- ParameterType<T> - Interface in repast.simphony.parameter
-
Type info combined with parameter related methods.
- ParameterTypeFactory - Class in repast.simphony.parameter
-
Factory for ParameterTypes.
- ParameterUtils - Class in repast.simphony.parameter
-
Utility methods for working with Parameters.
- ParameterUtils() - Constructor for class repast.simphony.parameter.ParameterUtils
- ParameterValueModel - Class in repast.simphony.ui.parameters
-
Bingings value model for a single Parameter.
- params - Variable in class repast.simphony.parameter.xml.AbstractXMLSweeperProducer
- params - Variable in class repast.simphony.ui.parameters.AbstractParameterBinder
- params - Variable in class repast.simphony.ui.ParameterSelectionDialog
- params - Variable in class repast.simphony.ui.sparkline.SparklineJComponent
- params - Variable in class repast.simphony.visualization.gis3D.WMSLayersPanel.LayerInfo
- paramSetters - Variable in class repast.simphony.engine.controller.DefaultControllerRegistry
- paramSweepers - Variable in class repast.simphony.scenario.Scenario
- paramTree - Variable in class repast.simphony.parameter.ParameterTreeSweeper
- parent - Variable in class repast.simphony.engine.watcher.query.SimpleNode
- parent - Variable in class repast.simphony.visualization.cgd.util.ParseClanTree
- PARENT_ID_COL - Static variable in class repast.simphony.freezedry.AbstractDataSource
-
In child tables, this is the parent's identifier column.
- parentActionCreators - Variable in class repast.simphony.batch.BatchScenarioLoader
- parentActionCreators() - Method in class repast.simphony.plugin.ControllerActionExtensions
- ParentActionUI - Class in repast.simphony.ui.plugin
-
Default user interfaces for composite or parent actions.
- ParentActionUI(String) - Constructor for class repast.simphony.ui.plugin.ParentActionUI
- parentGroup - Variable in class repast.simphony.visualization.visualization3D.AbstractDisplayLayer3D
- parents(int) - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
-
Parents of all the nodes leading to n
- parentsContains(String) - Method in class repast.simphony.plugin.ControllerActionExtensions
- parse() - Method in class repast.simphony.parameter.xml.AbstractXMLSweeperProducer
- parse() - Method in class repast.simphony.parameter.xml.ParameterSweepParser
-
Parse the url and return the created ParameterTreeSweeper.
- parse(String) - Method in class repast.simphony.batch.parameter.ParameterLineParser
-
Parses the parameters line and returns a Parameters object initialized with those parameters.
- parse(String) - Method in class repast.simphony.batch.ssh.OutputPatternPropsParser
-
Parse the output patterns defined in the specified file into a List of OutputPattern objects.
- parse(String) - Method in class repast.simphony.batch.ssh.SessionPropsParser
-
Parse the Sessions defined in the specified file into a List of Session objects.
- parse(String) - Method in class repast.simphony.ui.probe.ZeroNumberFormat
- parse(String, ParsePosition) - Method in class repast.simphony.ui.probe.ZeroNumberFormat
- parse(Properties) - Method in class repast.simphony.batch.ssh.OutputPatternPropsParser
-
Parse the output patterns defined in the specified properties into a List of OutputPattern objects.
- parse(Properties) - Method in class repast.simphony.batch.ssh.SessionPropsParser
- parseAttribute(StartElement) - Static method in class repast.simphony.scenario.data.AttributeFactory
- parseBooleanValues(String, String) - Static method in class repast.simphony.parameter.ListTokenizer
-
Parses a space delimited list of strings into an array of boolean values.
- parseByteValues(String, String) - Static method in class repast.simphony.parameter.ListTokenizer
-
Parses a space delimited list of strings into an array of Byte values.
- parseChildRow(FreezeDryedObject, X) - Method in class repast.simphony.freezedry.AbstractDataSource
- ParseClanTree - Class in repast.simphony.visualization.cgd.util
- ParseClanTree() - Constructor for class repast.simphony.visualization.cgd.util.ParseClanTree
- parseDefaultValue(Class, String, String) - Static method in class repast.simphony.parameter.ParameterUtils
-
Parses and converts string representations of primitive values, their Object representations (ie.
- parseDoubleValues(String, String) - Static method in class repast.simphony.parameter.ListTokenizer
-
Parses a space delimited list of strings into an array of Double values.
- ParseException - Exception in repast.simphony.engine.watcher.query
-
This exception is thrown when parse errors are encountered.
- ParseException() - Constructor for exception repast.simphony.engine.watcher.query.ParseException
-
The following constructors are for use by you for whatever purpose you can think of.
- ParseException(String) - Constructor for exception repast.simphony.engine.watcher.query.ParseException
- ParseException(Token, int[][], String[]) - Constructor for exception repast.simphony.engine.watcher.query.ParseException
-
This constructor is used by the method "generateParseException" in the generated parser.
- parseFloatValues(String, String) - Static method in class repast.simphony.parameter.ListTokenizer
-
Parses a space delimited list of strings into an array of Float values.
- parseIntValues(String, String) - Static method in class repast.simphony.parameter.ListTokenizer
-
Parses a space delimited list of strings into an array of Integer values.
- parseLongValues(String, String) - Static method in class repast.simphony.parameter.ListTokenizer
-
Parses a space delimited list of strings into an array of Long values.
- parseObject(String) - Method in class repast.simphony.ui.probe.StringConverterFormat
- parseObject(String) - Method in class repast.simphony.ui.probe.ZeroNumberFormat
- parseObject(String, ParsePosition) - Method in class repast.simphony.ui.probe.StringConverterFormat
- parseProps(String) - Method in class repast.simphony.relogo.styles.ReLogoSVGSpatialSource
- parseProps(String) - Method in class repast.simphony.visualizationOGL2D.SVGSpatialSource
- parser - Variable in class repast.simphony.engine.watcher.query.SimpleNode
- parser - Variable in class repast.simphony.parameter.xml.AbstractXMLSweeperProducer
- Parser - Class in repast.simphony.visualization.cgd.algorithm
- Parser() - Constructor for class repast.simphony.visualization.cgd.algorithm.Parser
- parseRow(Class, X) - Method in class repast.simphony.freezedry.AbstractDataSource
- parseScenario(Path) - Method in class repast.simphony.ws.ScenarioFileParser
- parseSet(TreeSet[], TreeSet[], TreeSet[], TreeSet[], TreeSet) - Method in class repast.simphony.visualization.cgd.algorithm.Parser
- parseShortValues(String, String) - Static method in class repast.simphony.parameter.ListTokenizer
-
Parses a space delimited list of strings into an array of Short values.
- parseStringValues(String) - Static method in class repast.simphony.parameter.ListTokenizer
-
Parses a space delimited list of strings into an array of individual String values.
- password - Variable in class repast.simphony.dataLoader.wizard.JDBCContextActionBuilder
- password - Variable in class repast.simphony.freezedry.datasource.DBConnectionInfo
- password - Variable in class repast.simphony.freezedry.wizard.JDBCDSBuilder
- passwordField - Variable in class repast.simphony.dataLoader.wizard.JDBCDataStep
- patch(Number, Number) - Method in class repast.simphony.relogo.AbstractLink
-
Returns the patch containing a point.
- patch(Number, Number) - Method in class repast.simphony.relogo.AbstractObserver
-
Returns the patch containing a point.
- patch(Number, Number) - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the patch containing a point.
- patch(Number, Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the patch containing a point.
- patch(Number, Number) - Method in class repast.simphony.relogo.Link
-
Returns the patch containing a point.
- patch(Number, Number) - Method in interface repast.simphony.relogo.Observer
-
Returns the patch containing a point.
- patch(Number, Number) - Method in interface repast.simphony.relogo.Patch
-
Returns the patch containing a point.
- patch(Number, Number) - Method in interface repast.simphony.relogo.Turtle
-
Returns the patch containing a point.
- Patch - Interface in repast.simphony.relogo
-
ReLogo Patch interface.
- patchAhead(Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the patch that is at a distance ahead of a turtle.
- patchAhead(Number) - Method in interface repast.simphony.relogo.Turtle
-
Returns the patch that is at a distance ahead of a turtle.
- patchAt(Number, Number) - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the patch at a direction (ndx, ndy) from the caller.
- patchAt(Number, Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the patch at a direction (nX, nY) from the caller.
- patchAt(Number, Number) - Method in interface repast.simphony.relogo.Patch
-
Returns the patch at a direction (ndx, ndy) from the caller.
- patchAt(Number, Number) - Method in interface repast.simphony.relogo.Turtle
-
Returns the patch at a direction (nX, nY) from the caller.
- patchAtHeadingAndDistance(Number, Number) - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the patch that is at a direction and distance from the caller.
- patchAtHeadingAndDistance(Number, Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the patch that is at a direction and distance from the caller.
- patchAtHeadingAndDistance(Number, Number) - Method in interface repast.simphony.relogo.Patch
-
Returns the patch that is at a direction and distance from the caller.
- patchAtHeadingAndDistance(Number, Number) - Method in interface repast.simphony.relogo.Turtle
-
Returns the patch that is at a direction and distance from the caller.
- patches() - Method in class repast.simphony.relogo.AbstractLink
-
Returns an agentset containing all patches.
- patches() - Method in class repast.simphony.relogo.AbstractObserver
-
Returns an agentset containing all patches.
- patches() - Method in class repast.simphony.relogo.AbstractPatch
-
Returns an agentset containing all patches.
- patches() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns an agentset containing all patches.
- patches() - Method in class repast.simphony.relogo.Link
-
Returns an agentset containing all patches.
- patches() - Method in interface repast.simphony.relogo.Observer
-
Returns an agentset containing all patches.
- patches() - Method in interface repast.simphony.relogo.Patch
-
Returns an agentset containing all patches.
- patches() - Method in interface repast.simphony.relogo.Turtle
-
Returns an agentset containing all patches.
- patchesU(Observer) - Static method in class repast.simphony.relogo.Utility
- PatchFactory - Class in repast.simphony.relogo.factories
- PatchFactory(Class<? extends BasePatch>) - Constructor for class repast.simphony.relogo.factories.PatchFactory
- patchHere() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the patch where the turtle is located.
- patchHere() - Method in interface repast.simphony.relogo.Turtle
-
Returns the patch where the turtle is located.
- patchLeftAndAhead(Number, Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the patch that is at a distance and degrees left from the caller.
- patchLeftAndAhead(Number, Number) - Method in interface repast.simphony.relogo.Turtle
-
Returns the patch that is at a distance and degrees left from the caller.
- patchRightAndAhead(Number, Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the patch that is at a distance and degrees right from the caller.
- patchRightAndAhead(Number, Number) - Method in interface repast.simphony.relogo.Turtle
-
Returns the patch that is at a distance and degrees right from the caller.
- patchSet(Object...) - Static method in class repast.simphony.relogo.Utility
-
Collects arguments into an agenset of patches.
- patchU(double, double, Observer) - Static method in class repast.simphony.relogo.Utility
-
Returns the patch containing a point.
- path - Variable in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
- path - Variable in class repast.simphony.gis.tools.DistanceTool
- PATH - Static variable in class repast.simphony.batch.ssh.Configuration
- pattern - Variable in class repast.simphony.filter.RegExStringFilter
- PATTERN - Static variable in class repast.simphony.batch.ssh.Configuration
- PATTERN - Static variable in class repast.simphony.integration.DataFileElements.DATA_ATTRS
- PATTERN_PREFIX - Static variable in class repast.simphony.batch.ssh.Configuration
- pause - Variable in class repast.simphony.batch.BatchRunner
- pause - Variable in class repast.simphony.batch.OneRunBatchRunner
- pause - Variable in class repast.simphony.engine.environment.AbstractRunner
- pause - Variable in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- pause - Variable in class repast.simphony.ws.OneRunRunner
- pause - Variable in class repast.simphony.ws.ScheduleRunner
- pause() - Static method in class repast.simphony.relogo.Utility
-
Pause the simulation.
- pause() - Method in class repast.simphony.ui.RSApplication
-
Pauses the simulation run.
- pause() - Method in class repast.simphony.ws.OneRunRunner
- PAUSE_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
- PAUSE_ID - Static variable in class repast.simphony.ui.RSGUIConstants
- pauseAt(double) - Method in class repast.simphony.engine.environment.RunEnvironment
-
Sets the run to pause at the specified tick.
- paused() - Method in class repast.simphony.batch.BatchRunner
-
Invoked when the current run has been paused.
- paused() - Method in class repast.simphony.batch.OneRunBatchRunner
-
Invoked when the current run has been paused.
- paused() - Method in class repast.simphony.chart2.engine.TimeSeriesComponentControllerAction
- paused() - Method in class repast.simphony.data2.AbstractDataSetManager
- paused() - Method in interface repast.simphony.engine.environment.RunListener
-
Invoked when the current run has been paused.
- paused() - Method in class repast.simphony.relogo.ReLogoModel
- paused() - Method in class repast.simphony.statecharts.runtime.StateChartSVGDisplayController
- paused() - Method in class repast.simphony.ui.RSApplication
-
Invoked when the current run has been paused.
- paused() - Method in class repast.simphony.ws.OneRunRunner
-
Invoked when the current run has been paused.
- pauseReLogo() - Static method in class repast.simphony.relogo.Utility
- pauseRun() - Method in class repast.simphony.engine.environment.RunEnvironment
-
Pauses the current run as soon as possible.
- PauseRun - Class in repast.simphony.ui.action
-
Action for pausing a run
- PauseRun() - Constructor for class repast.simphony.ui.action.PauseRun
- PauseSimulationRun() - Static method in class repast.simphony.essentials.RepastEssentials
- PauseSimulationRunAt(double) - Static method in class repast.simphony.essentials.RepastEssentials
- pcolor - Variable in class repast.simphony.relogo.AbstractPatch
- pcs - Variable in class repast.simphony.parameter.DefaultParameters
- pd() - Method in class repast.simphony.relogo.AbstractTurtle
-
Sets the turtle's pen to draw lines.
- pd() - Method in interface repast.simphony.relogo.Turtle
-
Sets the turtle's pen to draw lines.
- pe() - Method in class repast.simphony.relogo.AbstractTurtle
-
Does nothing, included for translation compatibility.
- pe() - Method in interface repast.simphony.relogo.Turtle
-
Does nothing, included for translation compatibility.
- PEdge - Class in repast.simphony.visualization.network
-
Deprecated.
- PEdge(PNode, PNode) - Constructor for class repast.simphony.visualization.network.PEdge
-
Deprecated.
- PEditorEventListener - Interface in repast.simphony.visualization.editor
-
Deprecated.2D piccolo based code is being removed
- peekMin() - Method in class repast.simphony.engine.schedule.ActionQueue
-
Get the minimum element from the queque without removing it from the queue.
- peekMin() - Method in class repast.simphony.util.PriorityQueue
-
Get the minimum element from the queque without removing it from the queue.
- peekNextAction() - Method in class repast.simphony.engine.schedule.Schedule
- PEN_DOWN - Static variable in class repast.simphony.relogo.Utility
- PEN_ERASE - Static variable in class repast.simphony.relogo.Utility
- PEN_UP - Static variable in class repast.simphony.relogo.Utility
- penDown() - Method in class repast.simphony.relogo.AbstractTurtle
-
Sets the turtle's pen to draw lines.
- penDown() - Method in interface repast.simphony.relogo.Turtle
-
Sets the turtle's pen to draw lines.
- penErase() - Method in class repast.simphony.relogo.AbstractTurtle
-
Does nothing, included for translation compatibility.
- penErase() - Method in interface repast.simphony.relogo.Turtle
-
Does nothing, included for translation compatibility.
- penUp() - Method in class repast.simphony.relogo.AbstractTurtle
-
Sets the turtle's pen to stop drawing lines.
- penUp() - Method in interface repast.simphony.relogo.Turtle
-
Sets the turtle's pen to stop drawing lines.
- performLoad(Reader, XStream, Scenario, ControllerRegistry) - Method in class repast.simphony.dataLoader.engine.CNDataLoaderActionLoader
- performLoad(Reader, XStream, Scenario, ControllerRegistry) - Method in class repast.simphony.dataLoader.engine.DFDataLoaderActionLoader
- performLoad(Reader, XStream, Scenario, ControllerRegistry) - Method in class repast.simphony.dataLoader.engine.XMLDataLoaderActionLoader
- performLoad(Reader, XStream, Scenario, ControllerRegistry) - Method in class repast.simphony.scenario.AbstractActionLoader
- performLoad(Reader, XStream, Scenario, ControllerRegistry) - Method in class repast.simphony.scenario.ObjectActionLoader
- PERIODIC_RULE - Static variable in interface repast.simphony.dataLoader.engine.AutoBuilderConstants
- PERSONAL_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
- PGISCanvas - Class in repast.simphony.gis.display
-
Deprecated.2D piccolo based code is being removed
- PGISCanvas(MapContent) - Constructor for class repast.simphony.gis.display.PGISCanvas
-
Deprecated.Create and new Canvas for the given context.
- PGisLayer - Class in repast.simphony.gis.display
-
Deprecated.2D piccolo based code is being removed
- PGisLayer(Layer, MapContent, AffineTransform) - Constructor for class repast.simphony.gis.display.PGisLayer
-
Deprecated.Create a new Layer based on the FeatureLayer, the MapContext (eventually for projection) and the AffineTransform as supplied by piccolo.
- PGisLayer.RenderEnum - Enum Class in repast.simphony.gis.display
-
Deprecated.
- PGISPanTool - Class in repast.simphony.gis.tools
- PGISPanTool(MapContent, PGISCanvas) - Constructor for class repast.simphony.gis.tools.PGISPanTool
- PhysicsScheduleAction - Class in repast.simphony.space.physics
- PhysicsScheduleAction(PhysicsSpace) - Constructor for class repast.simphony.space.physics.PhysicsScheduleAction
- PhysicsSpace<T> - Interface in repast.simphony.space.physics
- PhysicsSpaceFactory - Interface in repast.simphony.context.space.physics
- PhysicsSpaceFactoryFinder - Class in repast.simphony.context.space.physics
- PhysicsSpaceFactoryFinder() - Constructor for class repast.simphony.context.space.physics.PhysicsSpaceFactoryFinder
- pi() - Static method in class repast.simphony.relogo.Utility
-
Returns the number for pi.
- PiccoloMapPanel - Class in repast.simphony.gis.display
-
Deprecated.2D piccolo based code is being removed
- PiccoloMapPanel(MapContent) - Constructor for class repast.simphony.gis.display.PiccoloMapPanel
-
Deprecated.Create a new panel based on an existing MapContext.
- pick - Variable in class repast.simphony.visualization.visualization3D.Display3D
- pick() - Element in annotation interface repast.simphony.engine.schedule.ScheduledMethod
-
Specifies the number of objects that implement to this method to schedule this method on.
- pick() - Element in annotation interface repast.simphony.engine.watcher.Watch
-
The number of watchers to be triggered.
- pickPerformed(PickEvent) - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
- pImage - Variable in class repast.simphony.gis.display.PGisLayer
-
Deprecated.
- pink() - Static method in class repast.simphony.relogo.Utility
-
Returns the numerical value corresponding to the color pink.
- plabelColor - Variable in class repast.simphony.relogo.AbstractPatch
- PlaceMark - Class in repast.simphony.visualization.gis3D
-
PlaceMark extends the WWJ PointPlacemark and only overrides the handling of the WWTexture such that PlaceMark does not store the texture in a map keyed on the image source.
- PlaceMark() - Constructor for class repast.simphony.visualization.gis3D.PlaceMark
- PlaceMark(Position) - Constructor for class repast.simphony.visualization.gis3D.PlaceMark
- PlaceMarkLayer - Class in repast.simphony.visualization.gis3D
-
Styled display layer for WorldWind display layers.
- PlaceMarkLayer(String, MarkStyle<?>) - Constructor for class repast.simphony.visualization.gis3D.PlaceMarkLayer
- plot(Number) - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- plotChanged(PlotChangeEvent) - Method in class repast.simphony.chart2.OverflowLegendUpdater
- plotName() - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- plotPenDown() - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- plotPenExistsQ() - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- plotPenReset() - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- plotPenUp() - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- plotXMax() - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- plotXMin() - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- plotxy(Number, Number) - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- plotYMax() - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- plotYMin() - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- PluginLifecycleHandler - Class in repast.simphony.plugin
- PluginLifecycleHandler() - Constructor for class repast.simphony.plugin.PluginLifecycleHandler
- PluginOutputStream - Class in repast.simphony.data.analysis
- PluginOutputStream(InputStream) - Constructor for class repast.simphony.data.analysis.PluginOutputStream
- PluginWizard - Class in repast.simphony.ui.plugin.editor
-
Wizard for editors.
- PluginWizard(WizardModel) - Constructor for class repast.simphony.ui.plugin.editor.PluginWizard
- PluginWizardStep - Class in repast.simphony.ui.plugin.editor
-
Plugin step for wizards that provides some customization.
- PluginWizardStep() - Constructor for class repast.simphony.ui.plugin.editor.PluginWizardStep
- PluginWizardStep(String, String) - Constructor for class repast.simphony.ui.plugin.editor.PluginWizardStep
- PluginWizardStepListener - Interface in repast.simphony.ui.plugin.editor
-
Listener for Repast Plugin wizard step classes
- PMarqueeZoomIn - Class in repast.simphony.gis.tools
- PMarqueeZoomIn(MapContent) - Constructor for class repast.simphony.gis.tools.PMarqueeZoomIn
- PMarqueeZoomOut - Class in repast.simphony.gis.tools
- PMarqueeZoomOut(MapContent) - Constructor for class repast.simphony.gis.tools.PMarqueeZoomOut
- PNG - Static variable in class repast.simphony.ui.widget.SnapshotTaker
- PNodeSelectionListener - Interface in repast.simphony.visualization.editor
-
Deprecated.2D piccolo based code is being removed
- PNodeSelector - Class in repast.simphony.visualization.editor
-
Deprecated.2D piccolo based code is being removed
- PNodeSelector() - Constructor for class repast.simphony.visualization.editor.PNodeSelector
-
Deprecated.
- pNodesSelected(List<PNode>) - Method in class repast.simphony.visualization.editor.DisplayEditor2D
-
Deprecated.Invoked when nodes are selected.
- pNodesSelected(List<PNode>) - Method in interface repast.simphony.visualization.editor.PNodeSelectionListener
-
Deprecated.Invoked when nodes have been selected.
- point - Variable in class repast.simphony.query.space.grid.AbstractGridQuery
- point - Variable in class repast.simphony.space.continuous.AbstractContinuousSpace.PointHolder
- point - Variable in class repast.simphony.space.grid.GridPoint
- point - Variable in class repast.simphony.visualization.continuous.Continuous2DLayout
- point - Variable in class repast.simphony.visualization.continuous.Continuous3DLayout
- point - Variable in class repast.simphony.visualization.grid.Grid2DLayout
- point - Variable in class repast.simphony.visualization.grid.Grid3DLayout
- POINT - Enum constant in enum class repast.simphony.gis.util.GeometryUtil.GeometryType
- POINT - Enum constant in enum class repast.simphony.visualization.ProbeEvent.Type
- POINT - Enum constant in enum class repast.simphony.visualization.visualization3D.AppearanceFactory.PolygonDraw
- PointHolder() - Constructor for class repast.simphony.space.continuous.AbstractContinuousSpace.PointHolder
- PointHolder() - Constructor for class repast.simphony.space.grid.AbstractGrid.PointHolder
- points - Variable in class repast.simphony.visualization.cgd.graph.CGDEdge
- PointTranslator - Interface in repast.simphony.space.continuous
-
Interface for classes that will translate a point by some specified amount.
- PointTranslatorDecorator - Interface in repast.simphony.space.continuous
-
This represents a
PointTranslator
that performs an operation using its methods, and then after it has finished doing its translations will pass its result to anotherPointTranslator
. - POLL_INTERVAL_KEY - Static variable in class repast.simphony.batch.ssh.Configuration
- POLYGON - Enum constant in enum class repast.simphony.gis.util.GeometryUtil.GeometryType
- POLYGON - Static variable in class repast.simphony.visualization.gis3D.style.EditedSurfaceShapeStyle
- polygonShape - Variable in class repast.simphony.gis.styleEditor.PreviewLabel
- popMark() - Method in class repast.simphony.integration.DataFileReader
- popMark() - Method in class repast.simphony.integration.DataFileWriter
- popMark() - Method in class repast.simphony.integration.RandomAccessWriter
-
Removes a mark from the mark queue and returns it.
- popMark() - Method in class repast.simphony.util.RandomAccessScanner
-
Removes a mark from the mark stack.
- popMin() - Method in class repast.simphony.engine.schedule.ActionQueue
-
Remove the minimum element from the queque and return it.
- popMin() - Method in class repast.simphony.util.PriorityQueue
-
Remove the minimum element from the queque and return it.
- position - Variable in class repast.simphony.visualization.cgd.util.ParseClanTree
- position - Variable in class repast.simphony.visualization.visualization3D.AbstractLabel
- position(long) - Method in class repast.simphony.integration.RandomAccessWriter
-
Positions the file to the specified position.
- position(long) - Method in class repast.simphony.util.RandomAccessScanner
-
Positions the stream to the specified location.
- position(Object, List) - Static method in class repast.simphony.relogo.Utility
-
Returns the position of the first occurrence of an item in a list.
- position(String, String) - Static method in class repast.simphony.relogo.Utility
-
Returns the position of the first occurrence of a string within another string.
- positionListener - Variable in class repast.simphony.visualization.gis3D.DisplayGIS3D
- PositionTool - Class in repast.simphony.gis.tools
- PositionTool(CoordinateReferenceSystem, LocationSetter) - Constructor for class repast.simphony.gis.tools.PositionTool
- postAdd() - Method in interface repast.simphony.visualization.editor.AddListener
-
Deprecated.Called immediately after the agent has been added.
- postAdd() - Method in class repast.simphony.visualization.editor.gis.GISAddListener
-
Deprecated.
- postAdd() - Method in class repast.simphony.visualization.editor.GridAddListener
-
Deprecated.Called immediately after the agent has been added.
- postAdd() - Method in class repast.simphony.visualization.editor.NetAddListener
-
Deprecated.Called immediately after the agent has been added.
- postAdd() - Method in class repast.simphony.visualization.editor.SpaceAddListener
-
Deprecated.Called immediately after the agent has been added.
- postInitialize() - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
may be overridden to do something after initializeLocations call
- postSwap() - Method in class repast.simphony.visualization.visualization3D.RepastCanvas3D
- postWindowClose() - Method in class repast.simphony.ui.RSAppConfigurator
- postWindowOpen(ISAFDisplay) - Method in class repast.simphony.ui.RSAppConfigurator
- PPathBuilder - Class in repast.simphony.relogo.styles
- PPathBuilder() - Constructor for class repast.simphony.relogo.styles.PPathBuilder
- PPUICreatorFactory - Interface in repast.simphony.ui.probe
-
Interface for classes that can create custom ProbedPropertyUICreator-s.
- preAdd(Object, double...) - Method in interface repast.simphony.visualization.editor.AddListener
-
Deprecated.Called immediately prior to an agent being added.
- preAdd(Object, double...) - Method in class repast.simphony.visualization.editor.GridAddListener
-
Deprecated.Called immediately prior to an agent being added.
- preAdd(Object, double...) - Method in class repast.simphony.visualization.editor.NetAddListener
-
Deprecated.Called immediately prior to an agent being added.
- preAdd(Object, double...) - Method in class repast.simphony.visualization.editor.SpaceAddListener
-
Deprecated.Called immediately prior to an agent being added.
- preAdd(List<Coordinate>, GeometryUtil.GeometryType) - Method in class repast.simphony.visualization.editor.gis.GISAddListener
-
Deprecated.
- precision(BigDecimal, int) - Static method in class repast.simphony.relogo.Utility
-
Returns a number with precision to a given decimal place.
- predicate - Variable in class repast.simphony.query.space.gis.AbstractGeometryQuery
- PredicateFiltered<T> - Interface in repast.simphony.util
-
Interface for an object that performs filtering based on a rule.
- PredicateQuery<T> - Interface in repast.simphony.query
-
Deprecated.Use
Context.getObjectsAsStream(Class)
and the Java 8+ streaming APIStream
instead. - preExecute() - Method in class repast.simphony.engine.schedule.Schedule
-
Collects the actions to be executed at the current clock tick.
- preferred - Variable in class repast.simphony.gis.styleEditor.RuleEditPanel
- preferred_lg - Variable in class repast.simphony.gis.styleEditor.RuleEditPanel
- prefetch(Rectangle2D) - Method in class repast.simphony.space.gis.WritableGridCoverage2D
- preJumpAdvance - Variable in class repast.simphony.parameter.optimizer.AnnealingAdvancementChooser
- preJumpRunResult - Variable in class repast.simphony.parameter.optimizer.AnnealingAdvancementChooser
- preOrderTraveralsOfNodes(NaryTree.Node<T>, TreeVisitor<NaryTree.Node<T>>) - Method in class repast.simphony.util.collections.NaryTree
- preOrderTraversal(TreeVisitor<T>) - Method in class repast.simphony.util.collections.NaryTree
-
Traverse the tree in preOrder - depth first, processing parents before children - applying the visitor to the nodes.
- preOrderTraversal(TreeVisitor<T>) - Method in interface repast.simphony.util.collections.Tree
-
Traverse the tree in preOrder - depth first, processing parents before children - applying the visitor to the nodes.
- prepare() - Method in class repast.simphony.chart2.wizard.AggregateChartStep
- prepare() - Method in class repast.simphony.chart2.wizard.ChartPropertiesStep
- prepare() - Method in class repast.simphony.chart2.wizard.HistogramChartPropertiesStep
- prepare() - Method in class repast.simphony.chart2.wizard.HistogramDataStep
- prepare() - Method in class repast.simphony.chart2.wizard.HistogramPropertiesStep
- prepare() - Method in class repast.simphony.chart2.wizard.NonAggregateChartStep
- prepare() - Method in class repast.simphony.chart2.wizard.TimeSeriesGeneralStep
- prepare() - Method in class repast.simphony.data2.gui.FileChooserStep
- prepare() - Method in class repast.simphony.data2.wizard.AggregateSourceStep
- prepare() - Method in class repast.simphony.data2.wizard.ConsoleSinkPropertiesStep
- prepare() - Method in class repast.simphony.data2.wizard.DataSetGeneralStep
- prepare() - Method in class repast.simphony.data2.wizard.DataSetScheduleStep
- prepare() - Method in class repast.simphony.data2.wizard.FileSinkPropertiesStep
- prepare() - Method in class repast.simphony.data2.wizard.NonAggregateSourceStep
- prepare() - Method in class repast.simphony.data2.wizard.SinkDataStep
- prepare() - Method in class repast.simphony.dataLoader.ui.wizard.builder.ContextBuilderWizardStep
- prepare() - Method in class repast.simphony.dataLoader.ui.wizard.ClassBuilderStep
- prepare() - Method in class repast.simphony.dataLoader.ui.wizard.DFDataLoaderDirectoryChooserStep
- prepare() - Method in class repast.simphony.dataLoader.ui.wizard.FreezeDryedClassChooserStep
- prepare() - Method in class repast.simphony.dataLoader.ui.wizard.XMLFileChooserStep
- prepare() - Method in class repast.simphony.dataLoader.wizard.JDBCDataLoaderDataChooserStep
- prepare() - Method in class repast.simphony.engine.controller.DefaultController
-
If the RunState object is invalidated (null) this will create a new RunState object, using the next*Number fields and the model name of this class.
- prepare() - Method in class repast.simphony.freezedry.wizard.ChooseContextStep
- prepare() - Method in class repast.simphony.freezedry.wizard.DFFreezerDirectoryChooserStep
- prepare() - Method in class repast.simphony.freezedry.wizard.FreezeDryScheduleStep
- prepare() - Method in class repast.simphony.freezedry.wizard.JDBCFreezerDataChooserStep
- prepare() - Method in class repast.simphony.freezedry.wizard.XMLFileChooserStep
- prepare() - Method in class repast.simphony.ui.newscenario.FileSelectionPanel
- prepare() - Method in class repast.simphony.ui.newscenario.ModelInitPanel
- prepare() - Method in class repast.simphony.ui.newscenario.NewScenarioFinalPanel
- prepare() - Method in class repast.simphony.ui.newscenario.ScenarioSelectionPanel
- prepare() - Method in class repast.simphony.userpanel.ui.UserPanelStep
- prepare() - Method in class repast.simphony.visualization.gui.AgentSelectionStep
- prepare() - Method in class repast.simphony.visualization.gui.ContinuousStyleStep
- prepare() - Method in class repast.simphony.visualization.gui.CoverageStyleStep
- prepare() - Method in class repast.simphony.visualization.gui.EdgeStyleStep
- prepare() - Method in class repast.simphony.visualization.gui.GeneralStep
- prepare() - Method in class repast.simphony.visualization.gui.GIS3DOptionStep
- prepare() - Method in class repast.simphony.visualization.gui.GISStyleStep
-
Deprecated.
- prepare() - Method in class repast.simphony.visualization.gui.GridStyleStep
- prepare() - Method in class repast.simphony.visualization.gui.LayerOrderStep
- prepare() - Method in class repast.simphony.visualization.gui.NameOnlyGeneralStep
- prepare() - Method in class repast.simphony.visualization.gui.NetLayoutStep
- prepare() - Method in class repast.simphony.visualization.gui.ScheduleStep
- prepare() - Method in class repast.simphony.visualization.gui.StyleStep
- prepare() - Method in class repast.simphony.visualization.gui.ValueLayerStep
- prepare(XStream) - Method in class repast.simphony.chart2.engine.TimeSeriesControllerActionIO.TimeSeriesActionLoader
- prepare(XStream) - Method in class repast.simphony.data2.engine.DataSetControllerActionIO.DataSetActionLoader
- prepare(XStream) - Method in class repast.simphony.scenario.DefaultActionLoader
-
Override this method if you need to prepare the XStream before using it.
- prepare(XStream) - Method in class repast.simphony.scenario.ObjectActionLoader
-
Override this method if you need to prepare the XStream before using it.
- prepare(XStream) - Method in class repast.simphony.visualization.engine.DisplayControllerActionIO.DisplayActionLoader
- prepareForNextRun() - Method in class repast.simphony.engine.controller.DefaultController
- prepareWatchee(String, String, String) - Method in class repast.simphony.batch.BatchScenario
-
Prepare the specified field in the specified class for watching.
- prepFileNameFor(String) - Method in class repast.simphony.data.analysis.AnalysisPluginWizard
- prevCharIsCR - Variable in class repast.simphony.engine.watcher.query.SimpleCharStream
- prevCharIsLF - Variable in class repast.simphony.engine.watcher.query.SimpleCharStream
- preview - Variable in class repast.simphony.visualization.gui.styleBuilder.AbstractStyleDialog
- PREVIEW_SIZE - Static variable in class repast.simphony.gis.styleEditor.PreviewLabel
- PreviewEdge - Interface in repast.simphony.visualization.gui.styleBuilder
- PreviewEdge2D - Class in repast.simphony.visualization.gui.styleBuilder
- PreviewEdge2D() - Constructor for class repast.simphony.visualization.gui.styleBuilder.PreviewEdge2D
- PreviewEdge3D - Class in repast.simphony.visualization.gui.styleBuilder
- PreviewEdge3D() - Constructor for class repast.simphony.visualization.gui.styleBuilder.PreviewEdge3D
- PreviewIcon - Interface in repast.simphony.visualization.gui.styleBuilder
- PreviewIcon2D - Class in repast.simphony.visualization.gui.styleBuilder
- PreviewIcon2D() - Constructor for class repast.simphony.visualization.gui.styleBuilder.PreviewIcon2D
- PreviewIcon3D - Class in repast.simphony.visualization.gui.styleBuilder
- PreviewIcon3D() - Constructor for class repast.simphony.visualization.gui.styleBuilder.PreviewIcon3D
- PreviewLabel - Class in repast.simphony.gis.styleEditor
-
The icon ("label") that represents a styled mark in the GIS style editors.
- PreviewLabel() - Constructor for class repast.simphony.gis.styleEditor.PreviewLabel
- previous(Parameters) - Method in class repast.simphony.parameter.AbstractSweepParameterSetter
- previous(Parameters) - Method in class repast.simphony.parameter.DoubleSteppedSetter
- previous(Parameters) - Method in class repast.simphony.parameter.FloatSteppedSetter
- previous(Parameters) - Method in interface repast.simphony.parameter.optimizer.OptimizableParameterSetter
- previousComponentSize - Variable in class repast.simphony.ui.sparkline.SparklineJComponent
- previousRunValue - Variable in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
- previousValue(Byte) - Method in class repast.simphony.parameter.ByteSteppedSetter
- previousValue(Integer) - Method in class repast.simphony.parameter.IntSteppedSetter
- previousValue(Long) - Method in class repast.simphony.parameter.LongSteppedSetter
- previousValue(Short) - Method in class repast.simphony.parameter.ShortSteppedSetter
- previousValue(T) - Method in class repast.simphony.parameter.AbstractSweepParameterSetter
- previousValue(T) - Method in class repast.simphony.parameter.ListParameterSetter
- preWindowClose() - Method in class repast.simphony.ui.RSAppConfigurator
- preWindowOpen(IWindowCustomizer) - Method in class repast.simphony.ui.RSAppConfigurator
- PRIMITIVE - Static variable in class repast.simphony.visualization.cgd.util.Clan
- PrimitiveArrayFreezeDryer - Class in repast.simphony.freezedry
- PrimitiveArrayFreezeDryer(FreezeDryedRegistry) - Constructor for class repast.simphony.freezedry.PrimitiveArrayFreezeDryer
- PrimitiveFreezeDryer - Class in repast.simphony.freezedry.freezedryers
- PrimitiveFreezeDryer() - Constructor for class repast.simphony.freezedry.freezedryers.PrimitiveFreezeDryer
- primNums - Static variable in class repast.simphony.query.AbstractPropertyQuery
-
Deprecated.
- printDocument(Document, OutputStream) - Static method in class repast.simphony.statecharts.runtime.SVGUtils
- printMemoryStats(String) - Method in class repast.simphony.batch.BatchRunner
- printValue(PresentationModel<Object>) - Method in class repast.simphony.ui.probe.DefaultProbedPropertyUICreator
- priority - Variable in class repast.simphony.engine.schedule.AbstractAction
-
The priority of this AbstractAction with respect to other actions scheduled for the same clock tick.
- priority() - Element in annotation interface repast.simphony.engine.schedule.ScheduledMethod
-
Priority w/r to other actions scheduled for the same tick.
- PRIORITY - Enum constant in enum class repast.simphony.statecharts.TransitionResolutionStrategy
- priorityFld - Variable in class repast.simphony.ui.plugin.editor.ScheduleParamsPanel
- PriorityQueue<T> - Class in repast.simphony.util
-
A priority queue where the items are ordered according to a specified comparator.
- PriorityQueue(T, Comparator<T>) - Constructor for class repast.simphony.util.PriorityQueue
-
Creates a PriorityQueue with a default initial size of 13.
- PriorityQueue(T, Comparator<T>, int) - Constructor for class repast.simphony.util.PriorityQueue
-
Creates a PriorityQueue with the specified initial size.
- PriorityQueueAction - Interface in repast.simphony.engine.schedule
-
Interface for classes that can be queued in the action priority queue.
- PriorityType - Enum Class in repast.simphony.engine.schedule
-
Enumeration of different kinds of priority groups.
- ProbabilityTrigger<T> - Class in repast.simphony.statecharts
- ProbabilityTrigger(double) - Constructor for class repast.simphony.statecharts.ProbabilityTrigger
- ProbabilityTrigger(double, double) - Constructor for class repast.simphony.statecharts.ProbabilityTrigger
- ProbabilityTrigger(TriggerDoubleFunction<T>) - Constructor for class repast.simphony.statecharts.ProbabilityTrigger
- ProbabilityTrigger(TriggerDoubleFunction<T>, double) - Constructor for class repast.simphony.statecharts.ProbabilityTrigger
- probe(SelectEvent) - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
- probe(Shape3D, Point3d) - Method in class repast.simphony.visualization.visualization3D.Display3D
-
Given the shape3D, probe the object that it represents.
- probe(Envelope) - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- Probe - Class in repast.simphony.ui.probe
-
Encapsulates the gui representation and the model of a gui probe.S
- Probe(List<? extends PresentationModel<?>>, JPanel, String) - Constructor for class repast.simphony.ui.probe.Probe
- Probe(List<? extends PresentationModel<?>>, JPanel, String, boolean) - Constructor for class repast.simphony.ui.probe.Probe
- PROBE_GROUP - Static variable in class repast.simphony.ui.RSGUIConstants
- PROBE_LOCATION_PROVIDER_EXT_ID - Static variable in class repast.simphony.ui.RSGUIConstants
- ProbeableBeanCreator - Class in repast.simphony.ui.probe
- ProbeableBeanInfo - Class in repast.simphony.ui.probe
- ProbeableBeanInfo(OldProbeModel, Map<String, String>) - Constructor for class repast.simphony.ui.probe.ProbeableBeanInfo
- PROBED_OBJ_KEY - Static variable in class repast.simphony.ui.probe.ProbeManager
- ProbedPropertiesFinder - Class in repast.simphony.ui.probe
-
Finds the probed properties for an object instance.
- ProbedPropertiesFinder() - Constructor for class repast.simphony.ui.probe.ProbedPropertiesFinder
- ProbedPropertiesFinder.Property - Class in repast.simphony.ui.probe
- ProbedProperty - Annotation Interface in repast.simphony.ui.probe
-
Marks an accessor type method as a Property that should show up when an instance of the class containing it is probed.
- ProbedPropertyFactory - Class in repast.simphony.ui.probe
-
Creates ProbedProperties for use in the ProbableBeanCreator.
- ProbedPropertyFactory() - Constructor for class repast.simphony.ui.probe.ProbedPropertyFactory
- ProbedPropertyUICreator - Interface in repast.simphony.ui.probe
-
Interface for classes that can create the UI for a Probed property.
- ProbeEvent - Class in repast.simphony.visualization
-
A semantic event indicating that a probe of an object has occured.
- ProbeEvent(Object, List<?>) - Constructor for class repast.simphony.visualization.ProbeEvent
- ProbeEvent(Object, List<?>, ProbeEvent.Type) - Constructor for class repast.simphony.visualization.ProbeEvent
- ProbeEvent.Type - Enum Class in repast.simphony.visualization
- ProbeExtensionLoader - Class in repast.simphony.ui.probe
-
Loads any custom probe extensions into the ProbeManager.
- ProbeExtensionLoader(RSApplication, PluginManager) - Constructor for class repast.simphony.ui.probe.ProbeExtensionLoader
- ProbeID - Annotation Interface in repast.simphony.ui.probe
-
Annotation that marks a particular method as producing a "probe id".
- ProbeInfo - Interface in repast.simphony.ui.probe
-
Bundles together the PropertyDescriptors used to get and set the probed properties for a particular class.
- ProbeIntrospector - Class in repast.simphony.ui.probe
-
Introspect objects and creates ProbeInfo out of them.
- ProbeIntrospector() - Constructor for class repast.simphony.ui.probe.ProbeIntrospector
- ProbeListener - Class in repast.simphony.dataLoader.ui.wizard.builder
- ProbeListener - Interface in repast.simphony.visualization
-
Interface for classes that wish to listen for probe events.
- ProbeListener() - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.ProbeListener
- ProbeListenerSupport - Class in repast.simphony.visualization
-
Utility class for handling the broadcast of ProbeEvents.
- ProbeListenerSupport() - Constructor for class repast.simphony.visualization.ProbeListenerSupport
- ProbeManager - Class in repast.simphony.ui.probe
-
Manages the creation, destruction and updating of probes.
- ProbeManager(RSGui) - Constructor for class repast.simphony.ui.probe.ProbeManager
-
Creates a ProbeManager and associates it with the specified gui.
- ProbeModel - Class in repast.simphony.ui.probe
-
Wraps the probed object in a jgoodies binding PresentationModel.
- ProbeModel(Object) - Constructor for class repast.simphony.ui.probe.ProbeModel
- probeObject - Variable in class repast.simphony.gis.ui.probe.CoverageLocationProbe
- ProbePanelCreator - Class in repast.simphony.ui.probe
-
Creates a panel showing the properties of a probed object.
- ProbePanelCreator(Parameters) - Constructor for class repast.simphony.ui.probe.ProbePanelCreator
- ProbePanelCreator2 - Class in repast.simphony.ui.probe
-
Creates a panel showing the properties of a probed object.
- ProbePanelCreator2(Object) - Constructor for class repast.simphony.ui.probe.ProbePanelCreator2
- ProbePropertyAccessProvider - Class in repast.simphony.ui.probe
-
PropertyAcessProvider implementation that does not rely on bean type propertyes for getting and setting.
- ProbePropertyAccessProvider() - Constructor for class repast.simphony.ui.probe.ProbePropertyAccessProvider
- ProbePropertyTableModel - Class in repast.simphony.ui.table
-
TableModel for Agent tables
- ProbePropertyTableModel(List<List<ProbedPropertiesFinder.Property>>) - Constructor for class repast.simphony.ui.table.ProbePropertyTableModel
- probeSupport - Variable in class repast.simphony.visualization.AbstractDisplay
- processAdded(StringBuilder) - Method in class repast.simphony.ws.gis.StyledLayerGIS
- processAdded(StringBuilder, Layout) - Method in class repast.simphony.ws.gis.StyledNetLayerGIS
- processAddedObjects() - Method in class repast.simphony.visualization.gis3D.AbstractRenderableLayer
-
Create visual items for each object added since the last update.
- processAnnotations(Class<?>) - Method in class repast.simphony.engine.controller.ScheduledMethodControllerAction
- processAnnotations(List<Class<?>>) - Method in class repast.simphony.engine.controller.ScheduledMethodControllerAction
-
Process any ScheduledMethod annotations on the specified class.
- processChildRelation() - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
-
This method assigns a list of children to each node.
- processClass(Class<?>) - Method in class repast.simphony.engine.watcher.WatchAnnotationReader
-
Process the specified class for watch annnotations.
- processClasses(List<Class<?>>) - Method in class repast.simphony.engine.watcher.WatchAnnotationReader
- processExtPoints(PluginManager) - Method in class repast.simphony.ui.UIExtPointLoader
-
Process rs gui related extension points using the specified plugin manager.
- processGeomCoordinates(StringBuilder, Coordinate[]) - Method in class repast.simphony.ws.gis.StyledLayerGIS
- processGraph(Network) - Method in class repast.simphony.visualization.cgd.CGDProcessor
- processJar(String) - Method in class repast.simphony.batch.BatchMain
- processJar(ClassPathEntry, File, ClassFinder.Adder) - Method in class repast.simphony.util.ClassFinder
- processMoved(StringBuilder) - Method in class repast.simphony.ws.gis.StyledLayerGIS
- processObjectAsWatcher(Object, ISchedule, Context<Object>) - Method in class repast.simphony.engine.watcher.WatchAnnotationReader
-
Examines the specified object to see if it should be a watcher and if so sets up accordingly.
- ProcessOutputLogWriter - Class in repast.simphony.batch
-
Writes the output of a Process to a Logger.
- ProcessOutputLogWriter(Logger) - Constructor for class repast.simphony.batch.ProcessOutputLogWriter
- ProcessOutputWriter - Class in repast.simphony.batch
-
Writes the output of a Process to a log file.
- ProcessOutputWriter(File) - Constructor for class repast.simphony.batch.ProcessOutputWriter
- ProcessOutputWriter(File, boolean) - Constructor for class repast.simphony.batch.ProcessOutputWriter
- processRemoved(StringBuilder) - Method in class repast.simphony.ws.gis.StyledLayerGIS
- processRemoved(StringBuilder) - Method in class repast.simphony.ws.gis.StyledNetLayerGIS
- processRemovedObjects() - Method in class repast.simphony.visualization.gis3D.AbstractRenderableLayer
-
Remove any items and their renderables since the last update.
- processStimulus(Iterator) - Method in class repast.simphony.visualization.visualization3D.DataUpdateBehavior
- processStimulus(Iterator<WakeupCriterion>) - Method in class repast.simphony.visualization.visualization3D.MouseRotate
- processStimulus(Iterator<WakeupCriterion>) - Method in class repast.simphony.visualization.visualization3D.MouseTranslate
- processStimulus(Iterator<WakeupCriterion>) - Method in class repast.simphony.visualization.visualization3D.MouseZoom
- producer - Variable in class repast.simphony.batch.BatchRunner
- producer - Variable in class repast.simphony.batch.OneRunBatchRunner
- PROJ_LISTENING_KEY - Static variable in class repast.simphony.freezedry.freezedryers.proj.ProjectionDryer
- Projected3DGrid<T> - Class in repast.simphony.visualization.editor.space
-
A grid that reprojects a 3D grid into a 2D grid.
- Projected3DGrid(Grid<T>, int, int) - Constructor for class repast.simphony.visualization.editor.space.Projected3DGrid
- Projected3DSpace<T> - Class in repast.simphony.visualization.editor.space
-
A space that reprojects a 3D continuous space into a 2D grid.
- Projected3DSpace(ContinuousSpace<T>, int, int) - Constructor for class repast.simphony.visualization.editor.space.Projected3DSpace
- projectGeometry(Geometry, CoordinateReferenceSystem, CoordinateReferenceSystem) - Static method in class repast.simphony.visualization.gis3D.WWUtils
-
Projectthe given Geometry and CRS to a target CRS
- projectGeometryToWGS84(Geometry, CoordinateReferenceSystem) - Static method in class repast.simphony.visualization.gis3D.WWUtils
-
Project the given Geometry to WGS84
- projection - Variable in class repast.simphony.visualization.decorator.AbstractProjectionDecorator
- Projection<T> - Interface in repast.simphony.space.projection
- PROJECTION_ADDED - Enum constant in enum class repast.simphony.context.ContextEvent.EventType
- PROJECTION_E - Static variable in interface repast.simphony.scenario.data.ContextFileIOConstants
- PROJECTION_REMOVED - Enum constant in enum class repast.simphony.context.ContextEvent.EventType
- PROJECTION_TYPE_KEY - Static variable in class repast.simphony.freezedry.freezedryers.ContextFreezeDryer
- ProjectionBuilderFactory - Interface in repast.simphony.dataLoader.engine
-
Interface for classes that create and add projections to contexts.
- ProjectionData - Class in repast.simphony.scenario.data
-
Encapsulates metadata about a projection in ContextData heirarchy.
- ProjectionData(String, String) - Constructor for class repast.simphony.scenario.data.ProjectionData
- ProjectionDecorator2D<T extends Projection<?>> - Interface in repast.simphony.visualization.decorator
-
Interface for classes that will decorate projection visualizations.
- ProjectionDecorator3D<T extends Projection> - Interface in repast.simphony.visualization.decorator
-
Interface for classes that will decorate projection visualizations.
- ProjectionDecoratorFactory - Class in repast.simphony.visualization.decorator
-
Factory for creating projection decorators.
- ProjectionDecoratorFactory() - Constructor for class repast.simphony.visualization.decorator.ProjectionDecoratorFactory
- ProjectionDescriptor - Interface in repast.simphony.visualization.engine
-
Interface for classes that describe how a projection should be visualized.
- ProjectionDescriptorFactory - Interface in repast.simphony.visualization.engine
-
ProjectionDescriptorFactory implementations create ProjectionDescriptor that are valid for specific display types.
- ProjectionDryer<T extends Projection> - Class in repast.simphony.freezedry.freezedryers.proj
-
Implementations of this class will handle storing settings for some projections.
- ProjectionDryer() - Constructor for class repast.simphony.freezedry.freezedryers.proj.ProjectionDryer
- ProjectionEvent<T> - Class in repast.simphony.space.projection
-
A semantic event indicating some sort of event occured in a projection.
- ProjectionEvent(Projection<T>, Object, ProjectionEvent.Type) - Constructor for class repast.simphony.space.projection.ProjectionEvent
-
Creates a ProjectionEvent for the specified projection, specified object and of the specified type.
- ProjectionEvent.Type - Enum Class in repast.simphony.space.projection
- projectionEventOccurred(ProjectionEvent) - Method in class repast.simphony.gis.display.NetworkDisplayLayerGIS
-
Deprecated.
- projectionEventOccurred(ProjectionEvent) - Method in class repast.simphony.relogo.AbstractObserver
- projectionEventOccurred(ProjectionEvent) - Method in class repast.simphony.space.gis.GISNetworkListener
- projectionEventOccurred(ProjectionEvent) - Method in class repast.simphony.visualization.AbstractDisplay
- projectionEventOccurred(ProjectionEvent) - Method in class repast.simphony.visualization.cgd.CGDLayout
- projectionEventOccurred(ProjectionEvent) - Method in class repast.simphony.visualization.editor.DisplayEditor2D
-
Deprecated.Invoked when a projection event occurs.
- projectionEventOccurred(ProjectionEvent) - Method in class repast.simphony.visualization.editor.gis.DisplayEditorGIS
-
Deprecated.Invoked when a projection event occurs.
- projectionEventOccurred(ProjectionEvent) - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
-
Invoked when a projection event occurs.
- projectionEventOccurred(ProjectionEvent) - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
-
Invoked when a projection event occurs.
- projectionEventOccurred(ProjectionEvent) - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- projectionEventOccurred(ProjectionEvent) - Method in class repast.simphony.visualization.gis3D.NetworkLayerGIS
- projectionEventOccurred(ProjectionEvent) - Method in class repast.simphony.visualization.network.NetworkDisplayLayer2D
- projectionEventOccurred(ProjectionEvent) - Method in class repast.simphony.visualization.network.NetworkDisplayLayer3D
- projectionEventOccurred(ProjectionEvent) - Method in class repast.simphony.visualizationOGL2D.NetworkLayerOGL2D
- projectionEventOccurred(ProjectionEvent) - Method in class repast.simphony.ws.DisplayServer
- projectionEventOccurred(ProjectionEvent<T>) - Method in class repast.simphony.space.graph.ShortestPath
-
Called when the network is modified so that this will recalculate the shortest path info.
- projectionEventOccurred(ProjectionEvent<T>) - Method in interface repast.simphony.space.projection.ProjectionListener
-
Invoked when a projection event occurs.
- ProjectionListener<T> - Interface in repast.simphony.space.projection
-
Inteface for classes that wish to listen for ProjectionEvent-s.
- ProjectionPredicate - Interface in repast.simphony.space.projection
-
Interface for predicates that are evaluated against projections.
- ProjectionRegistry - Class in repast.simphony.engine.environment
- ProjectionRegistry() - Constructor for class repast.simphony.engine.environment.ProjectionRegistry
- ProjectionRegistryData<T extends Projection<?>> - Interface in repast.simphony.engine.environment
-
Projection registry data stores information about the available projection types and their associated capabilities, such as converters, loaders, and GUI panels.
- projections() - Method in class repast.simphony.scenario.data.ContextData
-
Gets an iterable over all the ProjectionData-s contained by this ContextData.
- ProjectionStyle3D<U extends Projection> - Interface in repast.simphony.visualization.visualization3D
- projectionTransGroup - Variable in class repast.simphony.visualization.visualization3D.Display3D
- ProjectionType_old - Enum Class in repast.simphony.scenario.data
- projs - Variable in class repast.simphony.visualization.AbstractDisplayData
- promptPassphrase(String) - Method in class repast.simphony.batch.ssh.ConsoleUserInfo
- promptPassword(String) - Method in class repast.simphony.batch.ssh.ConsoleUserInfo
- promptYesNo(String) - Method in class repast.simphony.batch.ssh.ConsoleUserInfo
- PropertiesMenu(Editor) - Constructor for class repast.simphony.ui.tree.ScenarioTree.PropertiesMenu
- property - Variable in class repast.simphony.ui.sparkline.PropertySourcedSparklineJComponent
- PROPERTY_PROJECTIONS_KEY - Static variable in class repast.simphony.freezedry.freezedryers.ContextFreezeDryer
- PropertyAnnot - Annotation Interface in repast.simphony.annotate
- propertyChange(PropertyChangeEvent) - Method in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
- propertyChange(PropertyChangeEvent) - Method in class repast.simphony.ui.RSGui
-
Called when probed properties are updated.
- PropertyDescriptorAdapter - Class in repast.simphony.visualization.editor
-
Deprecated.2D piccolo based code is being removed
- PropertyDescriptorAdapter() - Constructor for class repast.simphony.visualization.editor.PropertyDescriptorAdapter
-
Deprecated.
- PropertyDescriptorAdapter(PropertyDescriptor) - Constructor for class repast.simphony.visualization.editor.PropertyDescriptorAdapter
-
Deprecated.
- PropertyEquals<T> - Class in repast.simphony.query
-
Deprecated.Use
Context.getObjectsAsStream(Class)
and the Java 8+ streaming APIStream
instead. - PropertyEquals(Context<T>, String, Object) - Constructor for class repast.simphony.query.PropertyEquals
-
Deprecated.Creates a PropertyEquals query to query the specified context for objects with the specified property where that property is equal to the specified value.
- PropertyEquals(Context<T>, String, Object, PropertyEqualsPredicate) - Constructor for class repast.simphony.query.PropertyEquals
-
Deprecated.Creates a PropertyEquals query to query the specified context for objects with the specified property where that property is equal to the specified value.
- PropertyEqualsFilter<T> - Class in repast.simphony.filter
- PropertyEqualsFilter() - Constructor for class repast.simphony.filter.PropertyEqualsFilter
- PropertyEqualsPredicate<T,
V> - Interface in repast.simphony.query - PropertyGreaterThan<T> - Class in repast.simphony.query
-
Deprecated.Use
Context.getObjectsAsStream(Class)
and the Java 8+ streaming APIStream
instead. - PropertyGreaterThan(Context<T>, String, Number) - Constructor for class repast.simphony.query.PropertyGreaterThan
-
Deprecated.Creates a PropertyGreaterThan query to query the specified context for objects with the specified property where that property is greater than the specified value.
- PropertyGreaterThanEquals<T> - Class in repast.simphony.query
-
Deprecated.Use
Context.getObjectsAsStream(Class)
and the Java 8+ streaming APIStream
instead. - PropertyGreaterThanEquals(Context<T>, String, Number) - Constructor for class repast.simphony.query.PropertyGreaterThanEquals
-
Deprecated.Creates a PropertyGreaterThan query to query the specified context for objects with the specified property where that property is greater than the specified value.
- PropertyLessThan<T> - Class in repast.simphony.query
-
Deprecated.Use
Context.getObjectsAsStream(Class)
and the Java 8+ streaming APIStream
instead. - PropertyLessThan(Context<T>, String, Number) - Constructor for class repast.simphony.query.PropertyLessThan
-
Deprecated.Creates a PropertyLessThan query to query the specified context for objects with the specified property where that property is less than the specified value.
- PropertyLessThanEquals<T> - Class in repast.simphony.query
-
Deprecated.Use
Context.getObjectsAsStream(Class)
and the Java 8+ streaming APIStream
instead. - PropertyLessThanEquals(Context<T>, String, Number) - Constructor for class repast.simphony.query.PropertyLessThanEquals
-
Deprecated.Creates a PropertyLessThan query to query the specified context for objects with the specified property where that property is less than the specified value.
- PropertyManipulator - Interface in repast.simphony.annotate
- propertyNames() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
Gets an iterable of names of the properties contained by this descriptor.
- propertyNames() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.Gets an iterable of names of the properties contained by this descriptor.
- propertyNames() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
Gets an iterable of names of the properties contained by this descriptor.
- propertyNames(Object) - Method in class repast.simphony.sql.RepastJoSQLFunctionHandler
- PropertyNotEquals<T> - Class in repast.simphony.query
-
Deprecated.Use
Context.getObjectsAsStream(Class)
and the Java 8+ streaming APIStream
instead. - PropertyNotEquals(Context<T>, String, Object) - Constructor for class repast.simphony.query.PropertyNotEquals
-
Deprecated.Creates a PropertyEquals query to query the specified context for objects with the specified property where that property is equal to the specified value.
- propertyNotFound(String) - Method in class repast.simphony.query.AbstractPropertyQuery
-
Deprecated.
- PropertySourcedSparklineJComponent - Class in repast.simphony.ui.sparkline
- PropertySourcedSparklineJComponent() - Constructor for class repast.simphony.ui.sparkline.PropertySourcedSparklineJComponent
- PropertySourcedSparklineJComponent(AbstractValueModel, NumericProbedProperty) - Constructor for class repast.simphony.ui.sparkline.PropertySourcedSparklineJComponent
- propertyValue - Variable in class repast.simphony.query.AbstractPropertyQuery
-
Deprecated.
- propertyValues(Object) - Method in class repast.simphony.sql.RepastJoSQLFunctionHandler
- props - Variable in class repast.simphony.visualization.engine.AbstractProjectionDescriptor
- PSEUDOINDEPENDENT - Static variable in class repast.simphony.visualization.cgd.util.Clan
- pType - Variable in class repast.simphony.engine.schedule.AbstractAction
- PType(Class<?>, StringConverter) - Constructor for class repast.simphony.scenario.data.AttributeFactory.PType
- pTypes - Static variable in class repast.simphony.visualization.gui.styleBuilder.AbstractStyleDialog
- pu() - Method in class repast.simphony.relogo.AbstractTurtle
-
Sets the turtle's pen to stop drawing lines.
- pu() - Method in interface repast.simphony.relogo.Turtle
-
Sets the turtle's pen to stop drawing lines.
- publishPlugins() - Method in class repast.simphony.plugin.ModelPluginLoader
-
Publishes any plugins found in the added paths.
- put(long, double) - Method in class repast.simphony.util.collections.OpenLongToDoubleHashMap
-
Put a value associated with a key in the map.
- put(String, Object) - Method in class repast.simphony.freezedry.FreezeDryedObject
- put(String, Object) - Static method in class repast.simphony.util.Settings
- put(T, Map<NdPoint, Object>, NdPoint) - Method in class repast.simphony.space.continuous.MultiOccupancyCoordinateAccessor
-
Attempts to put the specified object at the specified location.
- put(T, Map<NdPoint, Object>, NdPoint) - Method in class repast.simphony.space.continuous.SingleOccupancyCoordinateAccessor
-
Attempts to put the specified object at the specified location.
- put(T, Map<GridPoint, Object>, GridPoint) - Method in class repast.simphony.space.grid.MultiOccupancyCellAccessor
-
Attempts to put the specified object at the specified location.
- put(T, Map<GridPoint, Object>, GridPoint) - Method in class repast.simphony.space.grid.SingleOccupancyCellAccessor
-
Attempts to put the specified object at the specified location.
- put(T, U, NdPoint) - Method in interface repast.simphony.space.continuous.CoordinateAccessor
-
Attempts to put the specified object at the specified location.
- put(T, U, GridPoint) - Method in interface repast.simphony.space.grid.CellAccessor
-
Attempts to put the specified object at the specified location.
- put(V, Object[], GridPoint) - Method in class repast.simphony.space.grid.FastDenseSingleOccuGrid.FastDenseAccessor
- putObjectAt(T, double...) - Method in interface repast.simphony.context.SpatialContext
- putObjectAt(T, V) - Method in interface repast.simphony.context.SpatialContext
- putStateUuid(AbstractState<T>, String) - Method in class repast.simphony.statecharts.CompositeState
- putStateUuid(AbstractState<T>, String) - Method in class repast.simphony.statecharts.DefaultStateChart
- putTransitionUuid(Transition<T>, String) - Method in class repast.simphony.statecharts.DefaultStateChart
Q
- QuadEdge - Class in repast.simphony.space.delaunay
-
This is a representation of the QuadEdge data structure.
- QuadEdge() - Constructor for class repast.simphony.space.delaunay.QuadEdge
- QuantityConverter - Class in repast.simphony.ui.probe
-
Converts an Amount to and from a String representation.
- QuantityConverter - Class in repast.simphony.xml
-
Converter for Amount classes.
- QuantityConverter() - Constructor for class repast.simphony.ui.probe.QuantityConverter
- QuantityConverter() - Constructor for class repast.simphony.xml.QuantityConverter
- QuantityFreezeDryer - Class in repast.simphony.freezedry.freezedryers
- QuantityFreezeDryer() - Constructor for class repast.simphony.freezedry.freezedryers.QuantityFreezeDryer
- QuantityPropertyEditor - Class in repast.simphony.visualization.editor
-
Deprecated.2D piccolo based code is being removed
- QuantityPropertyEditor() - Constructor for class repast.simphony.visualization.editor.QuantityPropertyEditor
-
Deprecated.
- query() - Element in annotation interface repast.simphony.engine.watcher.Watch
-
colocated - true if the watcher and the watchee are in the same context. linked_to ['network name'] - true if the watcher is linked to the watchee in any network, or optionally in the named network linked_from ['network name'] - true if the watcher is linked from the watchee in any network, or optionally in the named network within X ['network name'] - true if the path from the watcher to the watchee is less than or equal to X where X is a double precision number.
- query() - Method in class repast.simphony.query.AbstractPropertyQuery
-
Deprecated.Returns the result of the query.
- query() - Method in class repast.simphony.query.AndQuery
-
Deprecated.Gets the intersection of the two queries specified in the constructor.
- query() - Method in class repast.simphony.query.InstanceOfQuery
-
Deprecated.Returns the result of the query.
- query() - Method in class repast.simphony.query.NotQuery
-
Deprecated.Gets an iterable over all the objects in the context that are not in the results of the sub-query specified in the constructor.
- query() - Method in class repast.simphony.query.OrQuery
-
Deprecated.Gets the union of the two queries specified in the constructor.
- query() - Method in interface repast.simphony.query.Query
-
Returns the result of the query.
- query() - Method in class repast.simphony.query.space.gis.AbstractGeometryQuery
-
Returns the result of the query.
- query() - Method in class repast.simphony.query.space.gis.GeographyWithin
-
Returns the result of the query.
- query() - Method in class repast.simphony.query.space.graph.AbstractNetworkQuery
-
Gets an iterable over a collection of nodes.
- query() - Method in class repast.simphony.query.space.graph.NetPathWithin
-
Gets an iterable over all the nodes within the path length of the target node as specified in the constructor.
- query() - Method in class repast.simphony.query.space.grid.MooreQuery
-
Gets an iterable over all the objects that make up the Moore neighborhood of the source object.
- query() - Method in class repast.simphony.query.space.grid.VNQuery
-
Gets an iterable over all the objects that make up the Von Neumann neighborhood of the source object.
- query() - Method in class repast.simphony.query.WithinDistance
-
Returns the result of the query.
- query(Iterable) - Method in class repast.simphony.query.InstanceOfQuery
-
Deprecated.Returns an iterable over the objects that are the result of the query and are in the passed in iterable.
- query(Iterable<T>) - Method in class repast.simphony.query.AbstractPropertyQuery
-
Deprecated.Returns an iterable over the objects that are the result of the query and are in the passed in iterable.
- query(Iterable<T>) - Method in class repast.simphony.query.AndQuery
-
Deprecated.Returns an iterable over the intersection of the two queries specified in the constructor where the results of that intersection are in the iterable parameter.
- query(Iterable<T>) - Method in class repast.simphony.query.NotQuery
-
Deprecated.Gets an iterable over all the objects in the context that are not in the results of the sub-query specified in the constructor AND are in the iterable parameter.
- query(Iterable<T>) - Method in class repast.simphony.query.OrQuery
-
Deprecated.Returns an iterable over the union of the two queries specified in the constructor where the results of that union are in the iterable parameter.
- query(Iterable<T>) - Method in interface repast.simphony.query.Query
-
Returns an iterable over the objects that are the result of the query and are in the passed in iterable.
- query(Iterable<T>) - Method in class repast.simphony.query.space.gis.AbstractGeometryQuery
-
Returns an iterable over the objects that are the result of the query and are in the passed in iterable.
- query(Iterable<T>) - Method in class repast.simphony.query.space.gis.GeographyWithin
-
Returns an iterable over the objects that are the result of the query and are in the passed in iterable.
- query(Iterable<T>) - Method in class repast.simphony.query.space.graph.AbstractNetworkQuery
-
Gets an iterable over the collection of nodes returned by this query.
- query(Iterable<T>) - Method in class repast.simphony.query.space.graph.NetPathWithin
-
Gets an iterable over all the nodes within the path length of the target node as specified in the constructor AND where those nodes are members of the iterable parameter.
- query(Iterable<T>) - Method in class repast.simphony.query.space.grid.MooreQuery
-
Gets an iterable over all the objects that make up the Moore neighborhood of the source object and are in the specified iterable.
- query(Iterable<T>) - Method in class repast.simphony.query.space.grid.VNQuery
-
Gets an iterable over all the objects that make up the Von Neumann neighborhood of the source object and are in the specified iterable.
- query(Iterable<T>) - Method in class repast.simphony.query.WithinDistance
-
Returns an iterable over the objects that are the result of the query and are in the passed in iterable.
- query(Predicate) - Method in class repast.simphony.context.AbstractContext
- query(Predicate) - Method in interface repast.simphony.context.Context
-
Deprecated.Use
Context.getObjectsAsStream(Class)
and the Java 8+ streaming APIStream
instead. - query(Predicate) - Method in class repast.simphony.context.FormerDefaultContext
- Query<T> - Interface in repast.simphony.query
-
Interface for classes that query a collection such as a projection or context and returns an iterable over the objects that are the result of that query.
- Queryable - Interface in repast.simphony.integration
-
An interface representing an object that is queryable, particularly using XPath expressions.
- queryCondition - Variable in class repast.simphony.engine.watcher.AbstractTriggerScheduler
- queryDBForType(String) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- QueryExpression() - Method in class repast.simphony.engine.watcher.query.QueryParser
- queryInexact(Envelope) - Method in class repast.simphony.space.gis.DefaultGeography
-
Queries this geography for objects that MAY intersect the the specified envelope.
- queryInexact(Envelope) - Method in interface repast.simphony.space.gis.Geography
-
Queries this geography for objects that MAY intersect the the specified envelope.
- queryInexact(Envelope, Class<X>) - Method in class repast.simphony.space.gis.DefaultGeography
-
Queries this geography for objects that MAY intersect the the specified envelope and are of the specified type and only the specified type.
- queryInexact(Envelope, Class<X>) - Method in interface repast.simphony.space.gis.Geography
-
Queries this geography for objects that MAY intersect the the specified envelope and are of the specified type and only the specified type.
- QueryParser - Class in repast.simphony.engine.watcher.query
- QueryParser(InputStream) - Constructor for class repast.simphony.engine.watcher.query.QueryParser
- QueryParser(InputStream, String) - Constructor for class repast.simphony.engine.watcher.query.QueryParser
- QueryParser(Reader) - Constructor for class repast.simphony.engine.watcher.query.QueryParser
- QueryParser(QueryParserTokenManager) - Constructor for class repast.simphony.engine.watcher.query.QueryParser
- QueryParserConstants - Interface in repast.simphony.engine.watcher.query
- QueryParserTokenManager - Class in repast.simphony.engine.watcher.query
- QueryParserTokenManager(SimpleCharStream) - Constructor for class repast.simphony.engine.watcher.query.QueryParserTokenManager
- QueryParserTokenManager(SimpleCharStream, int) - Constructor for class repast.simphony.engine.watcher.query.QueryParserTokenManager
- QueryParserTreeConstants - Interface in repast.simphony.engine.watcher.query
- QueryUtils - Class in repast.simphony.query
-
Utility functions for working with queries.
- QueryUtils() - Constructor for class repast.simphony.query.QueryUtils
R
- radius - Variable in class repast.simphony.visualization.visualization3D.layout.SphericalLayout
- radius - Variable in class repast.simphony.visualization.visualization3D.style.DefaultEdgeStyle3D
- randDouble(double, double) - Method in class repast.simphony.parameter.AbstractSweepParameterSetter
- randInt(int, int) - Method in class repast.simphony.parameter.AbstractSweepParameterSetter
- random(Number) - Static method in class repast.simphony.relogo.Utility
-
Returns a random number (integer).
- random(Parameters) - Method in class repast.simphony.parameter.AbstractSweepParameterSetter
- random(Parameters) - Method in class repast.simphony.parameter.DoubleSteppedSetter
- random(Parameters) - Method in class repast.simphony.parameter.FloatSteppedSetter
- random(Parameters) - Method in interface repast.simphony.parameter.optimizer.OptimizableParameterSetter
- RANDOM - Enum constant in enum class repast.simphony.engine.schedule.PriorityType
- RANDOM - Enum constant in enum class repast.simphony.parameter.optimizer.AdvanceType
-
Move to a random position in the space
- RANDOM - Enum constant in enum class repast.simphony.statecharts.TransitionResolutionStrategy
- RANDOM - Static variable in class repast.simphony.ui.sweep.ParameterSweepInput
- RANDOM_LOADER_ROOT - Static variable in interface repast.simphony.engine.controller.ControllerActionConstants
- RANDOM_PRIORITY - Static variable in class repast.simphony.engine.schedule.ScheduleParameters
-
Constant representing random priority.
- Random2DLayout - Class in repast.simphony.visualization.visualization2D
- Random2DLayout() - Constructor for class repast.simphony.visualization.visualization2D.Random2DLayout
- Random2DLayout(float, float) - Constructor for class repast.simphony.visualization.visualization2D.Random2DLayout
- Random3DLayout - Class in repast.simphony.visualization.visualization3D.layout
-
Distributes objects uniformly at random within a 20 x 20 x 20 bounding box.
- Random3DLayout() - Constructor for class repast.simphony.visualization.visualization3D.layout.Random3DLayout
- RandomAccessScanner - Class in repast.simphony.util
-
This class adds random access capabilities to the
repast.simphony.integration.Scanner
class. - RandomAccessScanner(String) - Constructor for class repast.simphony.util.RandomAccessScanner
- RandomAccessScanner(FileChannel) - Constructor for class repast.simphony.util.RandomAccessScanner
- RandomAccessScanner(FileChannel, String) - Constructor for class repast.simphony.util.RandomAccessScanner
- RandomAccessWriter - Class in repast.simphony.integration
-
A
PrintWriter
that writes to a file channel, allowing it to do random access types of writes. - RandomAccessWriter(File) - Constructor for class repast.simphony.integration.RandomAccessWriter
-
Opens this writer on the specified file.
- RandomAccessWriter(String) - Constructor for class repast.simphony.integration.RandomAccessWriter
-
Opens this writer on the specified file.
- randomActions - Variable in class repast.simphony.engine.schedule.ScheduleGroup
-
List of actions whose priority is random.
- RandomCartesianAdder<T> - Class in repast.simphony.space.continuous
-
This will place the added object at a random location in the space.
- RandomCartesianAdder() - Constructor for class repast.simphony.space.continuous.RandomCartesianAdder
- RandomDensityGenerator<T> - Class in repast.simphony.context.space.graph
-
Generates a random network with a specified approximate density.
- RandomDensityGenerator(double, boolean, boolean) - Constructor for class repast.simphony.context.space.graph.RandomDensityGenerator
-
Creates a random network.
- RandomDraw() - Static method in class repast.simphony.essentials.RepastEssentials
- RandomDraw(double, double) - Static method in class repast.simphony.essentials.RepastEssentials
- RandomDraw(BigDecimal, BigDecimal) - Static method in class repast.simphony.essentials.RepastEssentials
- RandomDrawAgainstThreshold(double) - Static method in class repast.simphony.essentials.RepastEssentials
- RandomDrawAgainstThreshold(BigDecimal) - Static method in class repast.simphony.essentials.RepastEssentials
- randomExponential(Number) - Static method in class repast.simphony.relogo.Utility
-
Returns a random floating point number (exponentially distributed).
- randomFloat(Number) - Static method in class repast.simphony.relogo.Utility
-
Returns a random number (floating point).
- randomGamma(Number, Number) - Static method in class repast.simphony.relogo.Utility
-
Returns a random floating point number (gamma distributed).
- RandomGISAdder<T> - Class in repast.simphony.space.gis
- RandomGISAdder(Geometry) - Constructor for class repast.simphony.space.gis.RandomGISAdder
- RandomGridAdder<T> - Class in repast.simphony.space.grid
-
This will place the added object at a random location in the space.
- RandomGridAdder() - Constructor for class repast.simphony.space.grid.RandomGridAdder
- RandomHelper - Class in repast.simphony.random
-
A helper class for creating random number streams and adding them to a
RandomRegistry
. - RandomHelper() - Constructor for class repast.simphony.random.RandomHelper
- RandomIterable<T> - Class in repast.simphony.util.collections
-
An iterable that iterates over a collection of objects at random.
- RandomIterable(IndexedIterable<T>, long) - Constructor for class repast.simphony.util.collections.RandomIterable
-
Creates a RandomIterable that will iterate over count number of objects in the specified IndexedIterable.
- randomNormal(Number, Number) - Static method in class repast.simphony.relogo.Utility
-
Returns a random floating point number (normally distributed).
- randomPoisson(Number) - Static method in class repast.simphony.relogo.Utility
-
Returns a random integer (poisson distributed).
- randomPxcor() - Method in class repast.simphony.relogo.AbstractLink
-
Returns a random x coordinate for patches.
- randomPxcor() - Method in class repast.simphony.relogo.AbstractObserver
-
Returns a random x coordinate for patches.
- randomPxcor() - Method in class repast.simphony.relogo.AbstractPatch
-
Returns a random x coordinate for patches.
- randomPxcor() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns a random x coordinate for patches.
- randomPxcor() - Method in class repast.simphony.relogo.Link
-
Returns a random x coordinate for patches.
- randomPxcor() - Method in interface repast.simphony.relogo.Observer
-
Returns a random x coordinate for patches.
- randomPxcor() - Method in interface repast.simphony.relogo.Patch
-
Returns a random x coordinate for patches.
- randomPxcor() - Method in interface repast.simphony.relogo.Turtle
-
Returns a random x coordinate for patches.
- randomPxcorU(Observer) - Static method in class repast.simphony.relogo.Utility
-
Returns a random x coordinate for patches.
- randomPycor() - Method in class repast.simphony.relogo.AbstractLink
-
Returns a random y coordinate for patches.
- randomPycor() - Method in class repast.simphony.relogo.AbstractObserver
-
Returns a random y coordinate for patches.
- randomPycor() - Method in class repast.simphony.relogo.AbstractPatch
-
Returns a random y coordinate for patches.
- randomPycor() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns a random y coordinate for patches.
- randomPycor() - Method in class repast.simphony.relogo.Link
-
Returns a random y coordinate for patches.
- randomPycor() - Method in interface repast.simphony.relogo.Observer
-
Returns a random y coordinate for patches.
- randomPycor() - Method in interface repast.simphony.relogo.Patch
-
Returns a random y coordinate for patches.
- randomPycor() - Method in interface repast.simphony.relogo.Turtle
-
Returns a random y coordinate for patches.
- randomPycorU(Observer) - Static method in class repast.simphony.relogo.Utility
-
Returns a random y coordinate for patches.
- RandomRegistry - Interface in repast.simphony.random
-
A registry of random streams.
- randomSeed(int) - Static method in class repast.simphony.relogo.Utility
-
Sets the random seed.
- RandomSeedDataSource - Class in repast.simphony.data2
-
DataSource that returns the current random seed.
- RandomSeedDataSource() - Constructor for class repast.simphony.data2.RandomSeedDataSource
- RandomSeedParameterBinder - Class in repast.simphony.ui.parameters
-
ParameterBinder for the random seed.
- RandomSeedParameterBinder(String, String) - Constructor for class repast.simphony.ui.parameters.RandomSeedParameterBinder
- randomValue() - Method in class repast.simphony.parameter.AbstractSweepParameterSetter
- randomValue() - Method in class repast.simphony.parameter.ByteSteppedSetter
- randomValue() - Method in class repast.simphony.parameter.IntSteppedSetter
- randomValue() - Method in class repast.simphony.parameter.ListParameterSetter
- randomValue() - Method in class repast.simphony.parameter.LongSteppedSetter
- randomValue() - Method in class repast.simphony.parameter.ShortSteppedSetter
- randomXcor() - Method in class repast.simphony.relogo.AbstractLink
-
Returns a random x coordinate for turtles.
- randomXcor() - Method in class repast.simphony.relogo.AbstractObserver
-
Returns a random x coordinate for turtles.
- randomXcor() - Method in class repast.simphony.relogo.AbstractPatch
-
Returns a random x coordinate for turtles.
- randomXcor() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns a random x coordinate for turtles.
- randomXcor() - Method in class repast.simphony.relogo.Link
-
Returns a random x coordinate for turtles.
- randomXcor() - Method in interface repast.simphony.relogo.Observer
-
Returns a random x coordinate for turtles.
- randomXcor() - Method in interface repast.simphony.relogo.Patch
-
Returns a random x coordinate for turtles.
- randomXcor() - Method in interface repast.simphony.relogo.Turtle
-
Returns a random x coordinate for turtles.
- randomXcorU(Observer) - Static method in class repast.simphony.relogo.Utility
- randomYcor() - Method in class repast.simphony.relogo.AbstractLink
-
Returns a random y coordinate for turtles.
- randomYcor() - Method in class repast.simphony.relogo.AbstractObserver
-
Returns a random y coordinate for turtles.
- randomYcor() - Method in class repast.simphony.relogo.AbstractPatch
-
Returns a random y coordinate for turtles.
- randomYcor() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns a random y coordinate for turtles.
- randomYcor() - Method in class repast.simphony.relogo.Link
-
Returns a random y coordinate for turtles.
- randomYcor() - Method in interface repast.simphony.relogo.Observer
-
Returns a random y coordinate for turtles.
- randomYcor() - Method in interface repast.simphony.relogo.Patch
-
Returns a random y coordinate for turtles.
- randomYcor() - Method in interface repast.simphony.relogo.Turtle
-
Returns a random y coordinate for turtles.
- randomYcorU(Observer) - Static method in class repast.simphony.relogo.Utility
- RangeCombination - Class in repast.simphony.util
- RangeCombination(List<IntRange>) - Constructor for class repast.simphony.util.RangeCombination
- RangeCombination.RangeComboBuilder - Class in repast.simphony.util
- RangeComboBuilder() - Constructor for class repast.simphony.util.RangeCombination.RangeComboBuilder
- RangeFix - Class in repast.simphony.chart2
-
Sets the initial range from -2 to some specified amount and then when that max has been exceeded reverts back to auto range.
- RangeFix(XYPlot, int) - Constructor for class repast.simphony.chart2.RangeFix
- RangeParameterBinder - Class in repast.simphony.ui.parameters
-
ParameterBinder for ranged parameters.
- RangeParameterBinder(String, String, int, int, int) - Constructor for class repast.simphony.ui.parameters.RangeParameterBinder
- RasterLayer - Class in repast.simphony.space.gis
-
RasterLayer provides Repast ValueLayer like functionality using geographic coordinates and can be displayed when part of a Geography instance.
- RasterLayer(String, int, int, ReferencedEnvelope) - Constructor for class repast.simphony.space.gis.RasterLayer
- RasterLayer(String, File) - Constructor for class repast.simphony.space.gis.RasterLayer
- RasterLayer(String, File, boolean) - Constructor for class repast.simphony.space.gis.RasterLayer
-
Create the RasterLayer using a raster file.
- RasterLayer(String, GridCoverage2D) - Constructor for class repast.simphony.space.gis.RasterLayer
-
Create the RasterLayer from the provided GridCoverage2D.
- RasterLayer(GridCoverage2D) - Constructor for class repast.simphony.space.gis.RasterLayer
- read() - Method in class repast.simphony.integration.DataFileReader
-
Loads in the xml descriptor file and causes the file to be parsed.
- read() - Method in class repast.simphony.integration.DefaultDataFile
- read() - Method in class repast.simphony.integration.DefaultExtProgRunner
- read() - Method in interface repast.simphony.integration.Reader
- read(File) - Method in class repast.simphony.scenario.data.UserPathFileReader
- read(File, Classpath) - Method in class repast.simphony.scenario.data.ContextFileReader
- read(Class) - Method in class repast.simphony.freezedry.AbstractDataSource
- read(Class) - Method in interface repast.simphony.freezedry.FreezeDryedDataSource
- read(Class, String) - Method in class repast.simphony.freezedry.AbstractDataSource
- read(Class, String) - Method in interface repast.simphony.freezedry.FreezeDryedDataSource
- read(Buffer) - Method in class repast.simphony.ui.widget.BufferSourceStream
- read(ParametersUI, File) - Method in class repast.simphony.ui.parameters.ParametersUIParser
- READ - Enum constant in enum class repast.simphony.ui.probe.DefaultProbedPropertyUICreator.Type
- READ - Enum constant in enum class repast.simphony.valueLayer.BufferedGridValueLayer.Buffer
- READ_WRITE - Enum constant in enum class repast.simphony.ui.probe.DefaultProbedPropertyUICreator.Type
- readArray(String, String, char) - Static method in enum class repast.simphony.freezedry.ArrayValueHandler
-
Reads in an array from the given array string and returns it.
- readByteArray(FreezeDryedObject, String, Object) - Method in class repast.simphony.freezedry.AbstractDataSource
-
Reads in a byte[] that corresponds to the specified bytesId and will be loaded into the specified fdo through the specified field.
- readByteArray(FreezeDryedObject, String, Object) - Method in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
- readByteArray(FreezeDryedObject, String, Object) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- readChar() - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
- readChildren(FreezeDryedObject) - Method in class repast.simphony.freezedry.AbstractDataSource
- readChildsRow(FreezeDryedObject, String) - Method in class repast.simphony.freezedry.AbstractDataSource
-
Reads in a row of data about a child of the specified
FreezeDryedObject
. - readChildsRow(FreezeDryedObject, String) - Method in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
- readChildsRow(FreezeDryedObject, String) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- Reader - Interface in repast.simphony.integration
-
Interface representing a class that will read in data.
- ReadExternalFile(Object, String, String) - Static method in class repast.simphony.essentials.RepastEssentials
- readFile(URL, int) - Method in class repast.simphony.parameter.xml.ParameterSweepParser
-
Method reads file URL and size (based on content) and returns a string representation of that content.
- readFreezeDryedParentChild(FreezeDryedObject, String, String) - Method in class repast.simphony.freezedry.AbstractDataSource
- readFromObject(Object) - Method in class repast.simphony.visualization.editor.PropertyDescriptorAdapter
-
Deprecated.
- reading - Variable in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
- readNextObject(Object, HierarchicalStreamReader, UnmarshallingContext) - Method in class repast.simphony.xml.AbstractConverter
-
Gets the next object in the tree.
- readNextString(HierarchicalStreamReader) - Method in class repast.simphony.xml.AbstractConverter
-
Reads the next value as a String.
- readOnly - Variable in class repast.simphony.parameter.DefaultParameters
- readOnly() - Element in annotation interface repast.simphony.annotate.PropertyAnnot
- ReadOnlyParameterBinder - Class in repast.simphony.ui.parameters
-
ParameterBinder for read-only parameters
- ReadOnlyParameterBinder(String, String) - Constructor for class repast.simphony.ui.parameters.ReadOnlyParameterBinder
- readResolve() - Method in class repast.simphony.scenario.AbstractDescriptor
- readRow(Class, String) - Method in class repast.simphony.freezedry.AbstractDataSource
-
Reads in a row of data that will be parsed by the use of
AbstractDataSource.getFieldValue(X, String)
andAbstractDataSource.getFields(String)
. - readRow(Class, String) - Method in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
- readRow(Class, String) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- receiveInfoMessage(DisplayEvent) - Method in interface repast.simphony.visualization.DisplayListener
-
Called when a display sends an informational message.
- receiveMessage(Object) - Method in class repast.simphony.statecharts.DefaultStateChart
- receiveMessage(Object) - Method in interface repast.simphony.statecharts.StateChart
-
Receive a message into the statechart queue.
- record(Map<Class<?>, SizedIterable<?>>) - Method in class repast.simphony.data2.AggregateDataSet
- record(Map<Class<?>, SizedIterable<?>>) - Method in interface repast.simphony.data2.DataSet
-
Records data from the specified ObjectListMap of objects.
- record(Map<Class<?>, SizedIterable<?>>) - Method in class repast.simphony.data2.NonAggregateDataSet
- RECORD - Enum constant in enum class repast.simphony.integration.DataFileElementReader
-
Handler for record elements.
- RECORD - Enum constant in enum class repast.simphony.integration.DataFileElements
- RECORD - Enum constant in enum class repast.simphony.integration.DataFileElementWriter
- RECORD_ATTRS() - Constructor for class repast.simphony.integration.DataFileElements.RECORD_ATTRS
- recordEnded() - Method in class repast.simphony.chart2.AbstractXYSeriesDataSink
- recordEnded() - Method in class repast.simphony.chart2.HistogramDataSink
- recordEnded() - Method in class repast.simphony.chart2.XYDataSinkValueSeries
- recordEnded() - Method in class repast.simphony.data2.BatchParamMapFileWriter
- recordEnded() - Method in class repast.simphony.data2.ConsoleDataSink
- recordEnded() - Method in interface repast.simphony.data2.DataSink
-
Notified this DataSink that the current record has ended.
- recordEnded() - Method in class repast.simphony.data2.FileDataSink
- recordEnded() - Method in class repast.simphony.ws.DataServer
- rect - Variable in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
- rect - Variable in class repast.simphony.gis.display.PGisLayer
-
Deprecated.
- rect - Variable in class repast.simphony.visualization.visualization2D.style.DefaultStyle2D
-
Deprecated.
- red() - Static method in class repast.simphony.relogo.Utility
-
Returns the numerical value corresponding to the color red.
- redMethodName - Variable in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- redMethodName - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
- REDO_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
- redrawSparkline() - Method in class repast.simphony.sql.SQLWindow
- reduce() - Method in class repast.simphony.visualization.cgd.util.ParseClanTree
- refreshTicksHorizontal(Graphics2D, Rectangle2D, RectangleEdge) - Method in class repast.simphony.chart2.SingleHistogramDomainAxis
- refreshTicksVertical(Graphics2D, Rectangle2D, RectangleEdge) - Method in class repast.simphony.chart2.SingleHistogramDomainAxis
- RegExStringFilter - Class in repast.simphony.filter
-
String filter that matches using regular expressions.
- RegExStringFilter() - Constructor for class repast.simphony.filter.RegExStringFilter
- RegExStringFilter(String) - Constructor for class repast.simphony.filter.RegExStringFilter
-
Creates a
RegExStringFilter
that will evaluate to true if the passed in String matches the specified regular expression. - REGION - Enum constant in enum class repast.simphony.visualization.ProbeEvent.Type
- register(Class<?>, T) - Method in interface repast.simphony.visualization.engine.StyleRegistrar.Registrar
- register(Network<?>, T) - Method in interface repast.simphony.visualization.engine.NetworkStyleRegistrar.Registrar
- register(T, ValueLayer) - Method in interface repast.simphony.visualization.engine.VLStyleRegistrar.Registrar
- registerAction(Object, String, ControllerAction) - Method in class repast.simphony.engine.controller.DefaultControllerRegistry
- registerAction(Object, String, ControllerAction) - Method in interface repast.simphony.engine.environment.ControllerRegistry
-
Registers an action so that it can be found later.
- registerActionExt(PluginManager, Extension) - Method in class repast.simphony.plugin.ActionExtensions
- registerActionExt(CompositeControllerActionCreator) - Method in class repast.simphony.plugin.ActionExtensions
- registerAgentStyle(String, Style, Integer) - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.Registers a style for the specified agent.
- registerAgentStyles(GISDisplayDescriptor) - Method in class repast.simphony.gis.visualization.engine.GISStyleRegistrar
- registerAgentStyles(GISDisplayDescriptor) - Method in class repast.simphony.ws.gis.DisplayServerGISStyleRegistrar
- registerAllStyles(GISDisplayDescriptor, Context<?>) - Method in class repast.simphony.gis.visualization.engine.GISStyleRegistrar
- registerAllStyles(GISDisplayDescriptor, Context<?>) - Method in class repast.simphony.ws.gis.DisplayServerGISStyleRegistrar
- registerBehavior() - Method in class repast.simphony.visualization.visualization3D.BehaviorTracker
-
Registers a behavior for tracking.
- registerCloseListener(StatechartCloseListener) - Method in class repast.simphony.statecharts.runtime.StateChartSVGDisplayController
- registerConstantCreator(String, ParameterSetterCreator) - Method in class repast.simphony.parameter.xml.ParameterSweepParser
-
Register a setter creator to be used for constant setters during sweeper creation.
- registerConverter(Converter) - Method in class repast.simphony.xml.XMLSerializer
-
Registers a xstream converter.
- registerCoverageStyle(String, CoverageStyle<?>) - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
Register the dynamic coverage and style information
- registerCoverageStyles(GISDisplayDescriptor) - Method in class repast.simphony.gis.visualization.engine.GISStyleRegistrar
- registerDecorator(ProjectionDecorator2D) - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- registerDecorator(ProjectionDecorator2D<?>) - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
- registerDecorator(ProjectionDecorator3D) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
- registerDistribution(String, AbstractDistribution) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Registers the named random number distribution for later retrieval.
- registerDistribution(String, AbstractDistribution) - Static method in class repast.simphony.random.RandomHelper
-
Registers the named random number distribution for later retrieval.
- registerDistribution(String, AbstractDistribution) - Method in interface repast.simphony.random.RandomRegistry
-
Registers the named random number distribution for later retrieval.
- registerEntryState(AbstractState<T>) - Method in class repast.simphony.statecharts.CompositeState
- registerEntryState(AbstractState<T>) - Method in class repast.simphony.statecharts.DefaultStateChart
- registerEntryState(AbstractState<T>) - Method in class repast.simphony.statecharts.StateChartBuilder
- registerEntryState(AbstractState<T>, String) - Method in class repast.simphony.statecharts.StateChartBuilder
- registerExtension(ScenarioCreatorExtension) - Static method in class repast.simphony.scenario.ScenarioCreator
-
Statically register a strategy.
- registerFeatureSource(FeatureSource, Style, Integer) - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.Registers a style for the specified feature source.
- registerFreezeDryer(Class, FreezeDryer) - Method in class repast.simphony.freezedry.FreezeDryedRegistry
- registerGenerator(String, int) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates and registers a new random number generator with the specified name and seed.
- registerGenerator(String, int) - Static method in class repast.simphony.random.RandomHelper
-
Creates and registers a new random number generator with the specified name and seed.
- registerGenerator(String, int) - Method in interface repast.simphony.random.RandomRegistry
-
Creates and registers a new random number generator with the specified name and seed.
- registerGrid(Group) - Method in class repast.simphony.visualization.visualization3D.DefaultValueDisplayLayer3D
- registerGuard(GuardCondition<T>) - Method in class repast.simphony.statecharts.SelfTransitionBuilder
- registerGuard(GuardCondition<T>) - Method in class repast.simphony.statecharts.Transition
- registerGuard(GuardCondition<T>) - Method in class repast.simphony.statecharts.TransitionBuilder
- registerIoExt(PluginManager, Extension) - Method in class repast.simphony.plugin.ActionExtensions
- registerIoExt(ControllerActionIO) - Method in class repast.simphony.plugin.ActionExtensions
- registerList(List<UICreatorFactory.StateChartButton>) - Method in class repast.simphony.statecharts.runtime.UICreatorFactory.StateChartButton
- registerListener(StateChart<?>) - Method in class repast.simphony.statecharts.StateChartBeginAction
- registerListener(StateChart<?>) - Method in class repast.simphony.statecharts.StateChartResolveAction
- registerModelParameterListener(String, Closure) - Method in class repast.simphony.relogo.AbstractObserver
-
Registers a model parameter listener to execute the provided closure.
- registerModelParameterListener(String, Closure) - Method in interface repast.simphony.relogo.Observer
-
Registers a model parameter listener to execute the provided closure.
- registerNetworkStyle(Network<?>, NetworkStyleGIS) - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
Register the network and style information
- registerNetworkStyle(Network<?>, EdgeStyleOGL2D) - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
Registers the specified style for the specified network.
- registerNetworkStyle(Network<?>, EdgeStyleOGL2D) - Method in class repast.simphony.ws.DisplayServer2D
- registerNetworkStyle(Network<?>, ServerNetStyleGIS) - Method in class repast.simphony.ws.gis.DisplayServerGIS
- registerNetworkStyle(Network, EdgeStyle2D) - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- registerNetworkStyle(Network, EdgeStyle3D) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
- registerNetworkStyles(GISDisplayDescriptor, Context<?>) - Method in class repast.simphony.gis.visualization.engine.GISStyleRegistrar
- registerNetworkStyles(GISDisplayDescriptor, Context<?>) - Method in class repast.simphony.ws.gis.DisplayServerGISStyleRegistrar
- registerNetworkStyles(NetworkStyleRegistrar.Registrar<T>, DisplayDescriptor, Context<?>) - Method in class repast.simphony.visualization.engine.NetworkStyleRegistrar
- registerOnEnter(StateAction<T>) - Method in class repast.simphony.statecharts.AbstractState
- registerOnEnter(StateAction<T>) - Method in class repast.simphony.statecharts.AbstractStateBuilder
- registerOnEnter(StateAction<T>) - Method in class repast.simphony.statecharts.BranchStateBuilder
- registerOnExit(StateAction<T>) - Method in class repast.simphony.statecharts.AbstractState
- registerOnExit(StateAction<T>) - Method in class repast.simphony.statecharts.AbstractStateBuilder
- registerOnExit(StateAction<T>) - Method in class repast.simphony.statecharts.BranchStateBuilder
- registerOnExit(StateAction<T>) - Method in class repast.simphony.statecharts.FinalStateBuilder
- registerOnExit(StateAction<T>) - Method in class repast.simphony.statecharts.HistoryStateBuilder
- registerOnTransition(TransitionAction<T>) - Method in class repast.simphony.statecharts.SelfTransitionBuilder
- registerOnTransition(TransitionAction<T>) - Method in class repast.simphony.statecharts.Transition
- registerOnTransition(TransitionAction<T>) - Method in class repast.simphony.statecharts.TransitionBuilder
- registerProjectionBuilder(String, ProjectionBuilderFactory) - Method in class repast.simphony.dataLoader.engine.ContextBuilderFactory
-
Registers the projection builder for use with the specified class.
- registerProjectionData(ProjectionData, DisplayDescriptor) - Method in class repast.simphony.visualization.engine.AbstractProjectionDescriptor
- registerProjectionData(ProjectionData, DisplayDescriptor) - Method in interface repast.simphony.visualization.engine.ProjectionDescriptor
-
Register ProjectionData with the DisplayDescriptor.
- registerProjectionData(ProjectionData, DisplayDescriptor) - Method in class repast.simphony.visualization.gis.GisProjectionDescriptor
- registerSource(ShapeFactory2D, Map<String, String>) - Method in class repast.simphony.relogo.styles.NLImageSpatialSource
- registerSource(ShapeFactory2D, Map<String, String>) - Method in class repast.simphony.visualizationOGL2D.ImageSpatialSource
- registerSource(ShapeFactory2D, Map<String, String>) - Method in class repast.simphony.visualizationOGL2D.NamedSpatialSoure
- registerSource(ShapeFactory2D, Map<String, String>) - Method in interface repast.simphony.visualizationOGL2D.SpatialSource
-
Registers this source with ShapeFactory2D.
- registerSource(ShapeFactory2D, Map<String, String>) - Method in class repast.simphony.visualizationOGL2D.SVGSpatialSource
- registerStateChartListener(StateChartListener) - Method in class repast.simphony.statecharts.DefaultStateChart
- registerStateChartListener(StateChartListener) - Method in interface repast.simphony.statecharts.StateChart
- registerStepperCreator(String, ParameterSetterCreator) - Method in class repast.simphony.parameter.xml.ParameterSweepParser
-
Register a setter creator to be used during sweeper creation.
- registerStyle(Class<?>, StyleGIS<?>) - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
Register the agent class and style information
- registerStyle(Class<?>, StyleOGL2D<?>) - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
Register the specified style for the specified class.
- registerStyle(Class<?>, StyleOGL2D<?>) - Method in class repast.simphony.ws.DisplayServer2D
- registerStyle(Class<?>, ServerStyleGIS) - Method in class repast.simphony.ws.gis.DisplayServerGIS
- registerStyle(Class, Style2D) - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- registerStyle(Class, Style3D) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
- registerStyle(String, Style) - Method in class repast.simphony.visualization.gis.Styler
-
Deprecated.Registers a style for the specified layerName.
- registerStyles(StyleRegistrar.Registrar<T>, DisplayDescriptor) - Method in class repast.simphony.visualization.engine.StyleRegistrar
- registerStyles(StyleRegistrar.Registrar<T>, DisplayDescriptor, Collection<String>) - Method in class repast.simphony.visualization.engine.StyleRegistrar
- registerSubscriber(Turtle) - Method in class repast.simphony.relogo.AbstractTurtle
- registerSubscriber(T) - Method in interface repast.simphony.relogo.OutOfContextSubject
- registerToolBar(JToolBar) - Method in class repast.simphony.visualization.AbstractDisplay
-
Registers the specified toolbar with this IDisplay.
- registerToolBar(JToolBar) - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.Registers the specified toolbar with this IDisplay.
- registerToolBar(JToolBar) - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
- registerToolBar(JToolBar) - Method in interface repast.simphony.visualization.IDisplay
-
Registers the specified toolbar with this IDisplay.
- registerToolBar(JToolBar) - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- registerValueLayerStyle(ValueLayer, ValueLayerStyleOGL) - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
Registers the specified style and layer for display.
- registerValueLayerStyle(VLStyleRegistrar.Registrar<T>, CartesianDisplayDescriptor, Context<?>) - Method in class repast.simphony.visualization.engine.VLStyleRegistrar
- registerValueLayerStyle(ValueLayerStyle) - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- registerValueLayerStyle(ValueLayerStyle3D) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
- registerWizardOption(String, WizardOption) - Static method in class repast.simphony.util.wizard.DynamicWizard
- registerWriters(FreezeDryedRegistry) - Method in class repast.simphony.dataLoader.engine.DelimitedFileContextBuilder
- registerWriters(FreezeDryedRegistry) - Method in class repast.simphony.dataLoader.engine.FreezeDryedContextBuilder
- registerWriters(FreezeDryedRegistry) - Method in class repast.simphony.freezedry.datasource.JDBCContextBuilder
- registry - Variable in class repast.simphony.freezedry.AbstractFreezeDryer
- registry - Variable in class repast.simphony.freezedry.ContextFreezeDryingAction
- registry - Variable in class repast.simphony.scenario.Scenario
- REGISTRY_KEY - Static variable in interface repast.simphony.data2.DataConstants
- registryMap - Static variable in class repast.simphony.engine.environment.ProjectionRegistry
- registryMap - Static variable in class repast.simphony.visualization.engine.VisualizationRegistry
- RegularButtonIcon - Class in repast.simphony.relogo.factories
- RegularButtonIcon() - Constructor for class repast.simphony.relogo.factories.RegularButtonIcon
- regularTransitions - Variable in class repast.simphony.statecharts.DefaultStateChart
- rehydrate(Class<T>) - Method in class repast.simphony.freezedry.FreezeDryedRegistry
- rehydrate(Class<T>, String) - Method in class repast.simphony.freezedry.FreezeDryedRegistry
- rehydrate(FreezeDryedObject) - Method in interface repast.simphony.freezedry.FreezeDryer
- rehydrate(FreezeDryedObject) - Method in class repast.simphony.freezedry.freezedryers.ArrayFreezeDryer
- rehydrate(FreezeDryedObject) - Method in class repast.simphony.freezedry.freezedryers.BigDecimalFreezeDryer
- rehydrate(FreezeDryedObject) - Method in class repast.simphony.freezedry.freezedryers.BinaryFreezeDryer
- rehydrate(FreezeDryedObject) - Method in class repast.simphony.freezedry.freezedryers.ClassFreezeDryer
- rehydrate(FreezeDryedObject) - Method in class repast.simphony.freezedry.freezedryers.CollectionFreezeDryer
- rehydrate(FreezeDryedObject) - Method in class repast.simphony.freezedry.freezedryers.ContextFreezeDryer
- rehydrate(FreezeDryedObject) - Method in class repast.simphony.freezedry.freezedryers.DefaultFreezeDryer
- rehydrate(FreezeDryedObject) - Method in class repast.simphony.freezedry.freezedryers.MapFreezeDryer
- rehydrate(FreezeDryedObject) - Method in class repast.simphony.freezedry.freezedryers.PrimitiveFreezeDryer
- rehydrate(FreezeDryedObject) - Method in class repast.simphony.freezedry.freezedryers.QuantityFreezeDryer
- rehydrate(FreezeDryedObject) - Method in class repast.simphony.freezedry.PrimitiveArrayFreezeDryer
- rehydrate(FreezeDryedObject) - Method in class repast.simphony.gis.freezedry.GeometryFreezeDryer
- ReInit(InputStream) - Method in class repast.simphony.engine.watcher.query.QueryParser
- ReInit(InputStream) - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
- ReInit(InputStream, int, int) - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
- ReInit(InputStream, int, int, int) - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
- ReInit(InputStream, String) - Method in class repast.simphony.engine.watcher.query.QueryParser
- ReInit(InputStream, String) - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
- ReInit(InputStream, String, int, int) - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
- ReInit(InputStream, String, int, int, int) - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
- ReInit(Reader) - Method in class repast.simphony.engine.watcher.query.QueryParser
- ReInit(Reader) - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
- ReInit(Reader, int, int) - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
- ReInit(Reader, int, int, int) - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
- ReInit(QueryParserTokenManager) - Method in class repast.simphony.engine.watcher.query.QueryParser
- ReInit(SimpleCharStream) - Method in class repast.simphony.engine.watcher.query.QueryParserTokenManager
- ReInit(SimpleCharStream, int) - Method in class repast.simphony.engine.watcher.query.QueryParserTokenManager
- REL_KEY - Static variable in class repast.simphony.visualization.network.NetworkDisplayLayer2D
- RelationshipAdder - Class in repast.simphony.dataLoader.ui.wizard.builder
- RelationshipAdder(ContextCreatorCanvas, ContextDescriptor) - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.RelationshipAdder
- RelationshipDescriptor - Class in repast.simphony.dataLoader.ui.wizard.builder
- RelationshipDescriptor(AgentDescriptor, AgentDescriptor, double) - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.RelationshipDescriptor
- RelationshipDescriptorFillerPanel - Class in repast.simphony.dataLoader.ui.wizard.builder
- RelationshipDescriptorFillerPanel(ContextCreatorCanvas, RelationshipDescriptor, NetworkDescriptor) - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.RelationshipDescriptorFillerPanel
- ReLogoAgent - Interface in repast.simphony.relogo
- ReLogoBuilderGeneratedFor - Annotation Interface in repast.simphony.relogo.builder
-
Tags methods generated by ReLogoBuilder with responsible class name.
- ReLogoEdgeCreator - Class in repast.simphony.relogo.factories
- ReLogoEdgeCreator(LinkFactory, Class<? extends BaseLink>) - Constructor for class repast.simphony.relogo.factories.ReLogoEdgeCreator
- ReLogoImageSpatialSource - Class in repast.simphony.relogo.styles
- ReLogoImageSpatialSource(String, String) - Constructor for class repast.simphony.relogo.styles.ReLogoImageSpatialSource
- ReLogoImplementingClassesFinder - Class in repast.simphony.relogo.factories
-
Utility class to find all subclasses of superClass on the classpath entries specified in a scenario's model data.
- ReLogoImplementingClassesFinder() - Constructor for class repast.simphony.relogo.factories.ReLogoImplementingClassesFinder
- ReLogoInitializer - Class in repast.simphony.relogo
- ReLogoInitializer() - Constructor for class repast.simphony.relogo.ReLogoInitializer
- ReLogoModel - Class in repast.simphony.relogo
- reLogoShape(Rectangle) - Method in class repast.simphony.relogo.image.NLImagePrimitive
- ReLogoSpatialSource - Interface in repast.simphony.relogo.styles
-
Interface for Relogo SpatialSources.
- ReLogoSupport - Class in repast.simphony.relogo.util
- ReLogoSupport() - Constructor for class repast.simphony.relogo.util.ReLogoSupport
- ReLogoSVGSpatialSource - Class in repast.simphony.relogo.styles
-
Registers spatials from an SVG spatial source.
- ReLogoSVGSpatialSource(String, String) - Constructor for class repast.simphony.relogo.styles.ReLogoSVGSpatialSource
- ReLogoWorldFactory - Class in repast.simphony.relogo.factories
- ReLogoWorldFactory(Context, String, RLWorldDimensions, TurtleFactory, PatchFactory, LinkFactory) - Constructor for class repast.simphony.relogo.factories.ReLogoWorldFactory
- remainder(Number, Number) - Static method in class repast.simphony.relogo.Utility
-
Returns the remainder of one number divided by another number.
- REMOTE_PREFIX - Static variable in class repast.simphony.batch.ssh.Configuration
- RemoteDonePoller - Class in repast.simphony.batch.ssh
-
Polls a remote machine via SSH looking for a "DONE" file in a specified directory.
- RemoteDonePoller(RemoteSession, String, long) - Constructor for class repast.simphony.batch.ssh.RemoteDonePoller
- RemoteOutputFinderCopier - Class in repast.simphony.batch.ssh
-
Copies the output from remote ssh runs into a local directory.
- RemoteOutputFinderCopier() - Constructor for class repast.simphony.batch.ssh.RemoteOutputFinderCopier
- RemoteSession - Class in repast.simphony.batch.ssh
-
Encapsulates info about a Remote ssh reachable host that simphony models can be run on.
- RemoteSession() - Constructor for class repast.simphony.batch.ssh.RemoteSession
- RemoteStatusCopier - Class in repast.simphony.batch.ssh
-
Copies copies any failure and warn status messages from a remote to a specified directory.
- RemoteStatusCopier() - Constructor for class repast.simphony.batch.ssh.RemoteStatusCopier
- RemoteStatusGetter - Class in repast.simphony.batch.ssh
-
Reads the run status from a remote and sets that on the Remote.
- RemoteStatusGetter() - Constructor for class repast.simphony.batch.ssh.RemoteStatusGetter
- remove() - Method in class repast.simphony.filter.FilteredIterator
- remove() - Method in class repast.simphony.util.collections.DelegatedIterator
-
Removes from the underlying collection the last element returned by the iterator (optional operation).
- remove() - Method in class repast.simphony.util.collections.FilteredIterator
-
Unsupported, throws an UnsupportedOperationException.
- remove() - Method in class repast.simphony.util.collections.IteratorOverIterables
-
Removes from the underlying collection the last element returned by the iterator (optional operation).
- remove() - Method in class repast.simphony.util.collections.NaryTree.ChildIterator
-
Removes from the underlying collection the last element returned by the iterator (optional operation).
- remove() - Method in class repast.simphony.util.collections.RandomIterable
-
Removes from the underlying collection the last element returned by the iterator (optional operation).
- remove() - Method in class repast.simphony.util.collections.UnremoveableIterator
-
Removes from the underlying collection the last element returned by the iterator (optional operation).
- remove() - Method in class repast.simphony.util.Scanner
-
Currently unsupported.
- remove(long) - Method in class repast.simphony.util.collections.OpenLongToDoubleHashMap
-
Remove the value associated with a key.
- remove(Object) - Method in class repast.simphony.context.AbstractContext
- remove(Object) - Method in class repast.simphony.context.FormerDefaultContext
- remove(Object, Collection<E>) - Static method in class repast.simphony.relogo.Utility
-
Returns a list minus an item.
- remove(String, String) - Static method in class repast.simphony.relogo.Utility
-
Returns a string minus a substring.
- remove(ISchedulableAction) - Method in class repast.simphony.engine.schedule.ActionList
-
Removes the specified action.
- remove(ISchedulableAction) - Method in class repast.simphony.engine.schedule.ScheduleGroup
-
Removes the specified action from this ScheduleGroup.
- remove(ParameterSetter) - Method in interface repast.simphony.parameter.ParameterSweeper
-
Removes the given
ParameterSetter
from those to be executed - remove(ParameterSetter) - Method in class repast.simphony.parameter.ParameterTreeSweeper
-
Removes the given
ParameterSetter
from those to be executed - remove(T) - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
- remove(T) - Method in class repast.simphony.space.gis.DefaultGeography
- remove(T) - Method in class repast.simphony.space.grid.AbstractGrid
- remove(T) - Method in interface repast.simphony.visualization.VisualizedObjectContainer
-
Removes the specified object from this container.
- remove(T, Map<NdPoint, Object>, NdPoint) - Method in class repast.simphony.space.continuous.MultiOccupancyCoordinateAccessor
-
Removes the specified object from the location in the map.
- remove(T, Map<NdPoint, Object>, NdPoint) - Method in class repast.simphony.space.continuous.SingleOccupancyCoordinateAccessor
-
Removes the specified object from the location in the map.
- remove(T, Map<GridPoint, Object>, GridPoint) - Method in class repast.simphony.space.grid.MultiOccupancyCellAccessor
-
Removes the specified object from the location in the map.
- remove(T, Map<GridPoint, Object>, GridPoint) - Method in class repast.simphony.space.grid.SingleOccupancyCellAccessor
-
Removes the specified object from the location in the map.
- remove(T, U, NdPoint) - Method in interface repast.simphony.space.continuous.CoordinateAccessor
-
Removes the specified object from the location in the map.
- remove(T, U, GridPoint) - Method in interface repast.simphony.space.grid.CellAccessor
-
Removes the specified object from the location in the map.
- remove(V, Object[], GridPoint) - Method in class repast.simphony.space.grid.FastDenseSingleOccuGrid.FastDenseAccessor
- REMOVE_ICON - Static variable in class repast.simphony.visualization.gui.CoverageStyleStep
- REMOVE_ICON - Static variable in class repast.simphony.visualization.gui.StyleStep
- removeAction(Object, ControllerAction) - Method in class repast.simphony.engine.controller.DefaultControllerRegistry
-
Removes an action.
- removeAction(Object, ControllerAction) - Method in interface repast.simphony.engine.environment.ControllerRegistry
-
Removes an action.
- removeAction(String) - Method in class repast.simphony.relogo.ReLogoModel
- removeAction(ISchedulableAction) - Method in interface repast.simphony.engine.schedule.ISchedule
-
Removes the specified action from this Schedule.
- removeAction(ISchedulableAction) - Method in class repast.simphony.engine.schedule.Schedule
-
Removes the specified action from this Schedule.
- removeActionFromTree(ControllerAction) - Method in class repast.simphony.ui.tree.ScenarioTreeEvent
- removeAgentDescriptor(AgentDescriptor) - Method in class repast.simphony.dataLoader.ui.wizard.builder.ContextCreatorCanvas
- removeAgentDescriptor(AgentDescriptor) - Method in class repast.simphony.dataLoader.ui.wizard.builder.ContextDescriptor
- RemoveAgentFromContext(String, Object) - Static method in class repast.simphony.essentials.RepastEssentials
- RemoveAgentFromModel(Object) - Static method in class repast.simphony.essentials.RepastEssentials
- removeAgents(Object[]) - Method in interface repast.simphony.visualization.editor.DisplayEditor
-
Deprecated.Removes the specified agents from the agent collection.
- removeAgents(Object[]) - Method in class repast.simphony.visualization.editor.DisplayEditor2D
-
Deprecated.Removes the specified agents from the agent collection.
- removeAgents(Object[]) - Method in class repast.simphony.visualization.editor.gis.DisplayEditorGIS
-
Deprecated.Removes the specified agents from the agent collection.
- removeAgentTableListener(AgentTableListener) - Method in class repast.simphony.ui.table.AgentTablePanel
- removeAll() - Method in class repast.simphony.context.space.graph.ContextJungNetwork
- removeAll() - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
- removeAll() - Method in class repast.simphony.space.grid.AbstractGrid
- removeAll(Collection<?>) - Method in class repast.simphony.context.FormerDefaultContext
- removeAll(Collection<?>) - Method in class repast.simphony.context.SmallDefaultContext
- removeAllListeners() - Method in class repast.simphony.statecharts.StateChartBeginAction
- removeAllListeners() - Method in class repast.simphony.statecharts.StateChartResolveAction
- removeAllProbeListeners() - Method in class repast.simphony.visualization.ProbeListenerSupport
-
Removes all the probeListeners.
- removeAsStateChartListener() - Method in class repast.simphony.statecharts.runtime.StateChartSVGDisplayController
- removeBtn - Variable in class repast.simphony.visualization.gui.AgentSelectionPanel
- removeChangeListener(ChangeListener) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Removes a change listener
- removeComponent(JComponent) - Method in class repast.simphony.engine.environment.DefaultGUIRegistry
-
Removes a component from the registry.
- removeComponent(JComponent) - Method in interface repast.simphony.engine.environment.GUIRegistry
-
Removes a component from the registry.
- RemoveContext(String) - Static method in class repast.simphony.essentials.RepastEssentials
- removeContextId(Object) - Method in class repast.simphony.engine.controller.DefaultControllerRegistry
- removeContextId(Object) - Method in interface repast.simphony.engine.environment.ControllerRegistry
- removeContextListener(ContextListener<T>) - Method in class repast.simphony.context.AbstractContext
- removeContextListener(ContextListener<T>) - Method in interface repast.simphony.context.Context
- removeContextListener(ContextListener<T>) - Method in class repast.simphony.context.FormerDefaultContext
- removeCountDataSource(String) - Method in class repast.simphony.data2.engine.DataSetDescriptor
- removeCoverage(String) - Method in class repast.simphony.space.gis.DefaultGeography
- removeCoverage(String) - Method in interface repast.simphony.space.gis.Geography
- removeCustomDataSource(String) - Method in class repast.simphony.data2.engine.DataSetDescriptor
- removeCustomUserPanel() - Method in class repast.simphony.ui.RSApplication
- removeCustomUserPanel() - Method in class repast.simphony.ui.RSGui
- REMOVED - Enum constant in enum class repast.simphony.visualization.LayoutUpdater.Condition
- REMOVED - Static variable in class repast.simphony.context.ContextEvent
-
Represents an event where an object is removed from the context.
- REMOVED - Static variable in class repast.simphony.util.collections.OpenLongToDoubleHashMap
-
Status indicator for removed table entries.
- removeDataSetbuilder(String) - Method in class repast.simphony.data2.AbstractDataSetManager
- removeDataSetbuilder(String) - Method in interface repast.simphony.data2.DataSetManager
-
Removes the specified DataSetBuilder.
- removeDuplicates(List<E>) - Static method in class repast.simphony.relogo.Utility
-
Returns a list minus duplicated items.
- removeEdge(int, int) - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
- removeEdge(RepastEdge) - Method in class repast.simphony.gis.display.NetworkDisplayLayerGIS
-
Deprecated.
- removeEdge(RepastEdge) - Method in class repast.simphony.visualization.network.NetworkDisplayLayer2D
- removeEdge(RepastEdge<T>) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
- removeEdge(RepastEdge<T>) - Method in class repast.simphony.space.graph.JungNetwork
- removeEdge(RepastEdge<T>) - Method in interface repast.simphony.space.graph.Network
-
Removes the specified edge from this Network.
- RemoveEdge(String, Object, Object) - Static method in class repast.simphony.essentials.RepastEssentials
- removeEdges() - Method in class repast.simphony.context.space.graph.ContextJungNetwork
- removeEdges() - Method in class repast.simphony.space.graph.JungNetwork
- removeEdges() - Method in interface repast.simphony.space.graph.Network
-
Method removes all edges in the given network.
- removeEdges(RepastEdge[]) - Method in interface repast.simphony.visualization.editor.DisplayEditor
-
Deprecated.Removes the specified edges from the network.
- removeEdges(RepastEdge[]) - Method in class repast.simphony.visualization.editor.DisplayEditor2D
-
Deprecated.Removes the specified edges from the network.
- removeEdges(RepastEdge[]) - Method in class repast.simphony.visualization.editor.gis.DisplayEditorGIS
-
Deprecated.Removes the specified edges from the network.
- removeEntry(String) - Method in class repast.simphony.parameter.DefaultSchema
-
Removes a schema entry from this Schema
- removeEvent(T) - Method in class repast.simphony.util.collections.RandomIterable
-
Marks the target as returned if it exists in the object list.
- removeFrom(BranchGroup) - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
- removeFromFixedLeaves(OutOfContextSubject) - Method in class repast.simphony.relogo.AbstractTurtle
- removeFromFixedLeaves(OutOfContextSubject) - Method in interface repast.simphony.relogo.Turtle
- removeFromFreeLeaves(Turtle) - Method in class repast.simphony.relogo.AbstractTurtle
- removeFromFreeLeaves(Turtle) - Method in interface repast.simphony.relogo.Turtle
- removeFromGroup(ButtonGroup) - Method in class repast.simphony.gis.tools.ToolManager
- removeFromRegistry(Object) - Method in class repast.simphony.engine.environment.RunState
-
Removes the item identified by the specified key from the general registry.
- removeHighlightRules() - Method in class repast.simphony.visualization.editor.gis.SelectionDecorator
-
Deprecated.Removes the highlight rules from the styles.
- removeInternal(Object) - Method in class repast.simphony.context.AbstractContext
- removeInternal(Object) - Method in class repast.simphony.context.DefaultContext
- removeInternal(Object) - Method in class repast.simphony.context.SmallDefaultContext
- removeItem(int) - Method in class repast.simphony.data2.wizard.AggMethodTableModel
- removeItem(int) - Method in class repast.simphony.data2.wizard.SimpleMethodTableModel
- removeItem(int, String) - Static method in class repast.simphony.relogo.Utility
-
Returns a string minus the character at the index.
- removeItem(int, List<E>) - Static method in class repast.simphony.relogo.Utility
-
Returns a list minus the index item.
- removeItemsForRemovedObjects() - Method in class repast.simphony.visualization.visualization3D.AbstractDisplayLayer3D
- removeLayer(Layer, Object...) - Method in class repast.simphony.gis.legend.DefaultLayerManager
-
Deprecated.
- removeLayer(Layer, Object...) - Method in interface repast.simphony.gis.legend.LayerManager
-
Deprecated.Remove the layer that is at the supplied path.
- removeLinkFromAgentSet(AgentSet, Link) - Static method in class repast.simphony.relogo.Utility
- removeLinkFromCollection(Collection, Link) - Static method in class repast.simphony.relogo.Utility
- removeListener(StateChart<?>) - Method in class repast.simphony.statecharts.StateChartBeginAction
- removeListener(StateChart<?>) - Method in class repast.simphony.statecharts.StateChartResolveAction
- RemoveListener - Class in repast.simphony.dataLoader.ui.wizard.builder
- RemoveListener(ContextDescriptor, ContextCreatorCanvas) - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.RemoveListener
- removeListeners(RenderListener) - Method in class repast.simphony.render.RendererListenerSupport
- removeListeners(Canvas3DListener) - Method in class repast.simphony.visualization.visualization3D.RepastCanvas3D
- removeMapLayerListener(MapLayerListener) - Method in class repast.simphony.gis.display.RepastMapLayer
-
Deprecated.
- removeMapLayerListener(MapLayerListener) - Method in class repast.simphony.gis.display.RepastRasterLayer
-
Deprecated.
- removeMasterControllerAction(ControllerAction) - Method in class repast.simphony.scenario.Scenario
-
Removes the specified ControllerAction to the master context.
- removeMethodDataSource(String) - Method in class repast.simphony.data2.engine.DataSetDescriptor
- removeNode(ControllerAction) - Method in class repast.simphony.ui.tree.ScenarioTree
- removeNode(T) - Method in class repast.simphony.util.collections.NaryTree
-
Removes the specified object from the tree.
- removeNode(T) - Method in interface repast.simphony.util.collections.Tree
-
Removes the specified object from the tree.
- removeNotifier(Object) - Method in class repast.simphony.engine.watcher.WatcherTrigger
-
Removes all the Notifiers associated with the specified watcher.
- removeObject(Object) - Method in class repast.simphony.visualization.AbstractDisplay
- removeObject(Object) - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- removeObject(Object) - Method in class repast.simphony.visualization.gis3D.AbstractAirspaceLayer
-
Removes this specified object from this layer.
- removeObject(Object) - Method in class repast.simphony.visualization.gis3D.AbstractRenderableLayer
-
Removes this specified object from this layer.
- removeObject(Object) - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
- removeObject(Object) - Method in interface repast.simphony.visualization.IDisplayLayer
-
Removes the specified objecdt from the layer.
- removeObject(Object) - Method in class repast.simphony.visualization.network.NetworkDisplayLayer2D
- removeObject(Object) - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- removeObject(Object) - Method in class repast.simphony.visualization.visualization2D.StyledDisplayLayer2D
-
Deprecated.
- removeObject(Object) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
- removeObject(Object) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplayLayer3D
- removeObject(Object) - Method in class repast.simphony.visualizationOGL2D.AbstractDisplayLayerOGL2D
-
Removes this specified object from this layer.
- removeObject(Object) - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
- removeObject(Object) - Method in class repast.simphony.ws.DisplayServer
- removeObject(Object) - Method in class repast.simphony.ws.DisplayServer2D
- removeObject(Object) - Method in class repast.simphony.ws.gis.DisplayServerGIS
- removeObject(Object) - Method in class repast.simphony.ws.gis.StyledLayerGIS
- removeObject(Object) - Method in class repast.simphony.ws.StyledLayer
- removeObject(RepastEdge<?>) - Method in class repast.simphony.ws.gis.StyledNetLayerGIS
- removeObjects - Variable in class repast.simphony.visualization.gis3D.AbstractAirspaceLayer
- removeObjects - Variable in class repast.simphony.visualization.gis3D.AbstractRenderableLayer
- removeParameter(String) - Method in class repast.simphony.parameter.DefaultParameters
-
Removes the named parameter
- removeParameter(String) - Method in interface repast.simphony.parameter.MutableParameters
-
Removes the named parameter
- RemoveParametersDialog - Class in repast.simphony.ui
- RemoveParametersDialog(Dialog) - Constructor for class repast.simphony.ui.RemoveParametersDialog
- RemoveParametersDialog(Frame) - Constructor for class repast.simphony.ui.RemoveParametersDialog
- removeParameterSetter(ParameterSetter) - Method in class repast.simphony.engine.controller.DefaultControllerRegistry
- removeParameterSetter(ParameterSetter) - Method in interface repast.simphony.engine.environment.ControllerRegistry
- removeParameterSetter(ParameterSetter) - Method in class repast.simphony.scenario.Scenario
- removeParameterViews() - Method in class repast.simphony.ui.RSGui
- removePatchFromAgentSet(AgentSet, Patch) - Static method in class repast.simphony.relogo.Utility
- removePatchFromCollection(Collection, Patch) - Static method in class repast.simphony.relogo.Utility
- removePath(Object...) - Method in class repast.simphony.gis.legend.DefaultLayerManager
-
Deprecated.
- removePath(Object...) - Method in interface repast.simphony.gis.legend.LayerManager
-
Deprecated.Remove the child object from the specified path.
- removePlugins() - Method in class repast.simphony.plugin.ModelPluginLoader
-
Removes any currently registered plugins.
- removePostRunAction(IAction) - Method in class repast.simphony.engine.environment.DefaultScheduleRegistry
-
Removes an action from the actions that should occur after a run of the model schedule.
- removePostRunAction(IAction) - Method in interface repast.simphony.engine.environment.ScheduleRegistry
-
Removes an action from the actions that should occur after a run of the model schedule.
- removePreRunAction(IAction) - Method in class repast.simphony.engine.environment.DefaultScheduleRegistry
-
Removes an action from the actions that should occur before a run of the model schedule.
- removePreRunAction(IAction) - Method in interface repast.simphony.engine.environment.ScheduleRegistry
-
Removes an action from the actions that should occur before a run of the model schedule.
- removeProjection(String) - Method in class repast.simphony.context.AbstractContext
-
Removes the named projection from this Context.
- removeProjection(String) - Method in interface repast.simphony.context.Context
-
Removes the named projection from this Context.
- removeProjection(String) - Method in class repast.simphony.context.FormerDefaultContext
-
Removes the named projection from this Context.
- RemoveProjection(String) - Static method in class repast.simphony.essentials.RepastEssentials
- removeProjectionListener(ProjectionListener) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
- removeProjectionListener(ProjectionListener) - Method in class repast.simphony.space.projection.DefaultProjection
-
Removes a listener from the this projection.
- removeProjectionListener(ProjectionListener) - Method in interface repast.simphony.space.projection.Projection
-
Removes a listener from the this projection.
- removePropertyChangeListener(PropertyChangeListener) - Method in class repast.simphony.parameter.BeanParameters
- removePropertyChangeListener(PropertyChangeListener) - Method in class repast.simphony.parameter.DefaultParameters
-
Removes the specified listener from the listeners listening to this Parameters object.
- removePropertyChangeListener(PropertyChangeListener) - Method in class repast.simphony.parameter.EmptyParameters
- removePropertyChangeListener(PropertyChangeListener) - Method in interface repast.simphony.parameter.Parameters
-
Removes the specified listener from the listeners listening to this Parameters object.
- removePropertyChangeListener(PropertyChangeListener) - Method in class repast.simphony.relogo.ReLogoModel
- removePropertyChangeListener(PropertyChangeListener) - Method in class repast.simphony.ui.probe.Probe
-
Removes a property change listener from this Probe.
- removePropertyChangeListener(PropertyChangeListener) - Method in class repast.simphony.ui.RunOptionsModel
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class repast.simphony.visualization.gis3D.RepastWorldWindowGLCanvas
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class repast.simphony.visualization.gis3D.RepastWorldWindowGLJPanel
- removeRelationship(PNode, PNode) - Method in class repast.simphony.dataLoader.ui.wizard.builder.NetworkLayer
- removeRelationshipDescriptor(NetworkDescriptor, AgentDescriptor) - Method in class repast.simphony.dataLoader.ui.wizard.builder.ContextCreatorCanvas
- removeRelationshipDescriptor(NetworkDescriptor, RelationshipDescriptor) - Method in class repast.simphony.dataLoader.ui.wizard.builder.ContextCreatorCanvas
- removeRelationships(AgentDescriptor) - Method in class repast.simphony.dataLoader.ui.wizard.builder.NetworkDescriptor
- removeRemovedEdges() - Method in class repast.simphony.visualization.network.NetworkDisplayLayer2D
- removeRemovedObjects() - Method in class repast.simphony.visualization.visualization2D.StyledDisplayLayer2D
-
Deprecated.
- removeResolveTime(double) - Method in class repast.simphony.statecharts.DefaultStateChart
- removeResolveTime(double, StateChart<?>) - Method in enum class repast.simphony.statecharts.StateChartScheduler
- removeRunListener(RunListener) - Method in class repast.simphony.engine.environment.AbstractRunner
- removeRunListener(RunListener) - Method in class repast.simphony.engine.environment.RunEnvironment
-
Removes a run listener.
- removeRunListener(RunListener) - Method in interface repast.simphony.engine.environment.Runner
-
Removes the specified RunListener from the list for RunListener notified by this runner.
- removeRunListener(RunListener) - Method in class repast.simphony.ws.RunnerSupport
- removeRunListener(RunListener) - Method in class repast.simphony.ws.ScheduleRunner
- removeSource(IntegrationSource) - Method in class repast.simphony.integration.DefaultExtProgRunner
- removeSource(IntegrationSource) - Method in interface repast.simphony.integration.ExternalProgramRunner
- removeSourceId(String) - Method in class repast.simphony.data2.engine.AbstractTextSinkDescriptor
- removeStateChartListener(StateChartListener) - Method in class repast.simphony.statecharts.DefaultStateChart
- removeStateChartListener(StateChartListener) - Method in interface repast.simphony.statecharts.StateChart
- removeStaticLayerButton - Variable in class repast.simphony.visualization.gui.CoverageStyleClassStep
- removeSubContext(Context<? extends T>) - Method in class repast.simphony.context.AbstractContext
- removeSubContext(Context<? extends T>) - Method in interface repast.simphony.context.Context
- removeSubContext(Context<? extends T>) - Method in class repast.simphony.context.FormerDefaultContext
- removeSubscriber(Turtle) - Method in class repast.simphony.relogo.AbstractTurtle
- removeSubscriber(T) - Method in interface repast.simphony.relogo.OutOfContextSubject
- removeTurtleFromAgentSet(AgentSet, Turtle) - Static method in class repast.simphony.relogo.Utility
- removeTurtleFromCollection(Collection, Turtle) - Static method in class repast.simphony.relogo.Utility
- removeValueLayer(String) - Method in class repast.simphony.context.AbstractContext
-
Removes the named ValueLayer from this Context.
- removeValueLayer(String) - Method in interface repast.simphony.context.Context
-
Removes the named ValueLayer from this Context.
- removeValueLayer(String) - Method in class repast.simphony.context.FormerDefaultContext
-
Removes the named ValueLayer from this Context.
- removeVertex(T) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
- removeVertex(T) - Method in class repast.simphony.space.graph.JungNetwork
- removeViewListener(DockableFrameListener) - Method in class repast.simphony.ui.RSGui
-
Removes the specified listener as a listener for view events.
- removeWatcher(Object) - Method in class repast.simphony.engine.watcher.Notifier2
-
Removes the specified watcher from this notifier.
- removeWindow(StateChart) - Method in class repast.simphony.statecharts.runtime.UICreatorFactory.WindowRegistry
- renameFileIfExists(String) - Static method in class repast.simphony.data2.util.DataUtilities
-
Rename any existing file with the specified filename.
- rend - Variable in class repast.simphony.gis.display.PGisLayer
-
Deprecated.
- render() - Method in interface repast.simphony.render.Renderer
-
Render the display.
- render() - Method in class repast.simphony.render.RendererManager
-
Calls render on each Renderer contained in this RendererManager.
- render() - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- render() - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
- render() - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.The render method is alled each time the simulation runner thread steps the schedule.
- render() - Method in class repast.simphony.visualization.visualization3D.Display3D
- render() - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
- render(Graphics, Rectangle, double, Color) - Method in class repast.simphony.relogo.image.NLImage
-
Render the primitive into the specified graphics context at the specified scale.
- render(Graphics, Rectangle, Color) - Method in class repast.simphony.relogo.image.NLImage
-
Render the primitive into the specified graphics context at the specified scale.
- render(Graphics, Rectangle, Color) - Method in class repast.simphony.relogo.image.NLImagePrimitive
-
Render the primitive into the specified graphics context at the specified scale.
- render(MapContent) - Method in class repast.simphony.visualization.gis.Updater
-
Deprecated.
- renderableToObjectMap - Variable in class repast.simphony.visualization.gis3D.AbstractRenderableLayer
- renderer - Variable in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- Renderer - Interface in repast.simphony.render
-
Interface for classes that can render agents etc in a display.
- RendererListenerSupport - Class in repast.simphony.render
-
Support class making it easier to add and remove renderListeners and fire render events.
- RendererListenerSupport() - Constructor for class repast.simphony.render.RendererListenerSupport
- RendererManager - Class in repast.simphony.render
-
Manages a collection of Renderers, allowing client code to call update and pause them collectively.
- RendererManager() - Constructor for class repast.simphony.render.RendererManager
- RenderEvent - Class in repast.simphony.render
- RenderEvent(Object) - Constructor for class repast.simphony.render.RenderEvent
- renderFinished(RenderEvent) - Method in interface repast.simphony.render.RenderListener
- renderingCode(Rectangle) - Method in class repast.simphony.relogo.image.NLImage
-
Generate code to render this image in the specified rectangle.
- renderingCode(Rectangle) - Method in class repast.simphony.relogo.image.NLImagePrimitive
-
Generate code to render this image in the specified rectangle.
- renderingShape(Rectangle) - Method in class repast.simphony.relogo.image.NLImagePrimitive
-
Generate a shape representation of this image in the specified rectangle.
- RenderListener - Interface in repast.simphony.render
- renderQuality - Variable in class repast.simphony.gis.visualization.engine.GISDisplayDescriptor
-
Render quality for surface objects
- renderQuality - Variable in class repast.simphony.visualization.gis3D.RepastStereoOptionSceneController
- renderStarted() - Method in class repast.simphony.visualization.visualization3D.BehaviorTracker
- renewDocument() - Method in class repast.simphony.statecharts.runtime.StateChartSVGDisplay
-
Renew the document by replacing the root node with the one of the new document
- reorder() - Method in class repast.simphony.visualization.cgd.util.ParseClanTree
- reordering - Variable in class repast.simphony.ui.table.TableFilterDialog
- reordering - Variable in class repast.simphony.visualization.gui.CoverageStyleStep
- reordering - Variable in class repast.simphony.visualization.gui.StyleStep
- repaint() - Method in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
- repaint() - Method in class repast.simphony.ui.sparkline.SparklineJComponent
- REPAST_LIB_DIRECTORY_PN - Static variable in interface repast.simphony.batch.BatchConstants
- repast.simphony.annotate - package repast.simphony.annotate
- repast.simphony.batch - package repast.simphony.batch
- repast.simphony.batch.eclipse - package repast.simphony.batch.eclipse
- repast.simphony.batch.parameter - package repast.simphony.batch.parameter
- repast.simphony.batch.ssh - package repast.simphony.batch.ssh
- repast.simphony.chart2 - package repast.simphony.chart2
- repast.simphony.chart2.engine - package repast.simphony.chart2.engine
- repast.simphony.chart2.gui - package repast.simphony.chart2.gui
- repast.simphony.chart2.wizard - package repast.simphony.chart2.wizard
- repast.simphony.context - package repast.simphony.context
- repast.simphony.context.space.continuous - package repast.simphony.context.space.continuous
- repast.simphony.context.space.gis - package repast.simphony.context.space.gis
- repast.simphony.context.space.graph - package repast.simphony.context.space.graph
- repast.simphony.context.space.grid - package repast.simphony.context.space.grid
- repast.simphony.context.space.physics - package repast.simphony.context.space.physics
- repast.simphony.data.analysis - package repast.simphony.data.analysis
- repast.simphony.data2 - package repast.simphony.data2
- repast.simphony.data2.builder - package repast.simphony.data2.builder
- repast.simphony.data2.engine - package repast.simphony.data2.engine
- repast.simphony.data2.gui - package repast.simphony.data2.gui
- repast.simphony.data2.util - package repast.simphony.data2.util
- repast.simphony.data2.wizard - package repast.simphony.data2.wizard
- repast.simphony.dataLoader - package repast.simphony.dataLoader
- repast.simphony.dataLoader.engine - package repast.simphony.dataLoader.engine
- repast.simphony.dataLoader.gui - package repast.simphony.dataLoader.gui
- repast.simphony.dataLoader.ui - package repast.simphony.dataLoader.ui
- repast.simphony.dataLoader.ui.wizard - package repast.simphony.dataLoader.ui.wizard
- repast.simphony.dataLoader.ui.wizard.builder - package repast.simphony.dataLoader.ui.wizard.builder
- repast.simphony.dataLoader.util - package repast.simphony.dataLoader.util
- repast.simphony.dataLoader.wizard - package repast.simphony.dataLoader.wizard
- repast.simphony.engine.controller - package repast.simphony.engine.controller
- repast.simphony.engine.environment - package repast.simphony.engine.environment
- repast.simphony.engine.graph - package repast.simphony.engine.graph
- repast.simphony.engine.schedule - package repast.simphony.engine.schedule
- repast.simphony.engine.watcher - package repast.simphony.engine.watcher
- repast.simphony.engine.watcher.query - package repast.simphony.engine.watcher.query
- repast.simphony.essentials - package repast.simphony.essentials
- repast.simphony.filter - package repast.simphony.filter
- repast.simphony.freezedry - package repast.simphony.freezedry
- repast.simphony.freezedry.datasource - package repast.simphony.freezedry.datasource
- repast.simphony.freezedry.engine - package repast.simphony.freezedry.engine
- repast.simphony.freezedry.freezedryers - package repast.simphony.freezedry.freezedryers
- repast.simphony.freezedry.freezedryers.proj - package repast.simphony.freezedry.freezedryers.proj
- repast.simphony.freezedry.gui - package repast.simphony.freezedry.gui
- repast.simphony.freezedry.wizard - package repast.simphony.freezedry.wizard
- repast.simphony.gis.dataLoader - package repast.simphony.gis.dataLoader
- repast.simphony.gis.display - package repast.simphony.gis.display
- repast.simphony.gis.engine - package repast.simphony.gis.engine
- repast.simphony.gis.freezedry - package repast.simphony.gis.freezedry
- repast.simphony.gis.legend - package repast.simphony.gis.legend
- repast.simphony.gis.styleEditor - package repast.simphony.gis.styleEditor
- repast.simphony.gis.tools - package repast.simphony.gis.tools
- repast.simphony.gis.ui - package repast.simphony.gis.ui
- repast.simphony.gis.ui.probe - package repast.simphony.gis.ui.probe
- repast.simphony.gis.util - package repast.simphony.gis.util
- repast.simphony.gis.visualization.engine - package repast.simphony.gis.visualization.engine
- repast.simphony.gis.xml - package repast.simphony.gis.xml
- repast.simphony.integration - package repast.simphony.integration
- repast.simphony.integration.eclipse - package repast.simphony.integration.eclipse
- repast.simphony.parameter - package repast.simphony.parameter
- repast.simphony.parameter.bsf - package repast.simphony.parameter.bsf
- repast.simphony.parameter.groovy - package repast.simphony.parameter.groovy
- repast.simphony.parameter.optimizer - package repast.simphony.parameter.optimizer
- repast.simphony.parameter.xml - package repast.simphony.parameter.xml
- repast.simphony.plugin - package repast.simphony.plugin
- repast.simphony.query - package repast.simphony.query
- repast.simphony.query.space.continuous - package repast.simphony.query.space.continuous
- repast.simphony.query.space.gis - package repast.simphony.query.space.gis
- repast.simphony.query.space.graph - package repast.simphony.query.space.graph
- repast.simphony.query.space.grid - package repast.simphony.query.space.grid
- repast.simphony.query.space.projection - package repast.simphony.query.space.projection
- repast.simphony.random - package repast.simphony.random
- repast.simphony.relogo - package repast.simphony.relogo
- repast.simphony.relogo.ast - package repast.simphony.relogo.ast
- repast.simphony.relogo.builder - package repast.simphony.relogo.builder
- repast.simphony.relogo.factories - package repast.simphony.relogo.factories
- repast.simphony.relogo.image - package repast.simphony.relogo.image
- repast.simphony.relogo.styles - package repast.simphony.relogo.styles
- repast.simphony.relogo.util - package repast.simphony.relogo.util
- repast.simphony.render - package repast.simphony.render
- repast.simphony.runtime - package repast.simphony.runtime
- repast.simphony.scenario - package repast.simphony.scenario
- repast.simphony.scenario.data - package repast.simphony.scenario.data
- repast.simphony.scenario.eclipse - package repast.simphony.scenario.eclipse
- repast.simphony.space - package repast.simphony.space
- repast.simphony.space.continuous - package repast.simphony.space.continuous
- repast.simphony.space.delaunay - package repast.simphony.space.delaunay
- repast.simphony.space.gis - package repast.simphony.space.gis
- repast.simphony.space.graph - package repast.simphony.space.graph
- repast.simphony.space.grid - package repast.simphony.space.grid
- repast.simphony.space.physics - package repast.simphony.space.physics
- repast.simphony.space.projection - package repast.simphony.space.projection
- repast.simphony.sql - package repast.simphony.sql
- repast.simphony.statecharts - package repast.simphony.statecharts
- repast.simphony.statecharts.generator - package repast.simphony.statecharts.generator
- repast.simphony.statecharts.old - package repast.simphony.statecharts.old
- repast.simphony.statecharts.runtime - package repast.simphony.statecharts.runtime
- repast.simphony.ui - package repast.simphony.ui
- repast.simphony.ui.action - package repast.simphony.ui.action
- repast.simphony.ui.editor - package repast.simphony.ui.editor
- repast.simphony.ui.filters - package repast.simphony.ui.filters
- repast.simphony.ui.newscenario - package repast.simphony.ui.newscenario
- repast.simphony.ui.parameters - package repast.simphony.ui.parameters
- repast.simphony.ui.plugin - package repast.simphony.ui.plugin
- repast.simphony.ui.plugin.editor - package repast.simphony.ui.plugin.editor
- repast.simphony.ui.probe - package repast.simphony.ui.probe
- repast.simphony.ui.sparkline - package repast.simphony.ui.sparkline
- repast.simphony.ui.sweep - package repast.simphony.ui.sweep
- repast.simphony.ui.table - package repast.simphony.ui.table
- repast.simphony.ui.tree - package repast.simphony.ui.tree
- repast.simphony.ui.widget - package repast.simphony.ui.widget
- repast.simphony.userpanel.ui - package repast.simphony.userpanel.ui
- repast.simphony.util - package repast.simphony.util
- repast.simphony.util.bytecode - package repast.simphony.util.bytecode
- repast.simphony.util.collections - package repast.simphony.util.collections
- repast.simphony.util.wizard - package repast.simphony.util.wizard
- repast.simphony.valueLayer - package repast.simphony.valueLayer
- repast.simphony.visualization - package repast.simphony.visualization
- repast.simphony.visualization.cgd - package repast.simphony.visualization.cgd
- repast.simphony.visualization.cgd.algorithm - package repast.simphony.visualization.cgd.algorithm
- repast.simphony.visualization.cgd.graph - package repast.simphony.visualization.cgd.graph
- repast.simphony.visualization.cgd.util - package repast.simphony.visualization.cgd.util
- repast.simphony.visualization.continuous - package repast.simphony.visualization.continuous
- repast.simphony.visualization.decorator - package repast.simphony.visualization.decorator
- repast.simphony.visualization.editedStyle - package repast.simphony.visualization.editedStyle
- repast.simphony.visualization.editor - package repast.simphony.visualization.editor
- repast.simphony.visualization.editor.gis - package repast.simphony.visualization.editor.gis
- repast.simphony.visualization.editor.space - package repast.simphony.visualization.editor.space
- repast.simphony.visualization.engine - package repast.simphony.visualization.engine
- repast.simphony.visualization.gis - package repast.simphony.visualization.gis
- repast.simphony.visualization.gis3D - package repast.simphony.visualization.gis3D
- repast.simphony.visualization.gis3D.style - package repast.simphony.visualization.gis3D.style
- repast.simphony.visualization.grid - package repast.simphony.visualization.grid
- repast.simphony.visualization.gui - package repast.simphony.visualization.gui
- repast.simphony.visualization.gui.styleBuilder - package repast.simphony.visualization.gui.styleBuilder
- repast.simphony.visualization.network - package repast.simphony.visualization.network
- repast.simphony.visualization.visualization2D - package repast.simphony.visualization.visualization2D
- repast.simphony.visualization.visualization2D.layout - package repast.simphony.visualization.visualization2D.layout
- repast.simphony.visualization.visualization2D.style - package repast.simphony.visualization.visualization2D.style
- repast.simphony.visualization.visualization3D - package repast.simphony.visualization.visualization3D
- repast.simphony.visualization.visualization3D.layout - package repast.simphony.visualization.visualization3D.layout
- repast.simphony.visualization.visualization3D.style - package repast.simphony.visualization.visualization3D.style
- repast.simphony.visualizationOGL2D - package repast.simphony.visualizationOGL2D
- repast.simphony.ws - package repast.simphony.ws
- repast.simphony.ws.gis - package repast.simphony.ws.gis
- repast.simphony.xml - package repast.simphony.xml
- RepastBatchMain - Class in repast.simphony.runtime
-
Main class used to start batch runs.
- RepastBatchMain() - Constructor for class repast.simphony.runtime.RepastBatchMain
- RepastCanvas2D - Class in repast.simphony.visualization.visualization2D
-
Deprecated.replaced by ogl 2D
- RepastCanvas2D() - Constructor for class repast.simphony.visualization.visualization2D.RepastCanvas2D
-
Deprecated.
- RepastCanvas2D.repastPiccoloMouseMotionListener - Class in repast.simphony.visualization.visualization2D
-
Deprecated.Assists mouse wheel zoom control by updating the center coord
- RepastCanvas2D.repastPiccoloMouseWheelListener - Class in repast.simphony.visualization.visualization2D
-
Deprecated.Zoom control with mouse wheel
- RepastCanvas3D - Class in repast.simphony.visualization.visualization3D
- RepastCanvas3D(GraphicsConfiguration) - Constructor for class repast.simphony.visualization.visualization3D.RepastCanvas3D
- RepastCanvas3D(GraphicsConfiguration, boolean) - Constructor for class repast.simphony.visualization.visualization3D.RepastCanvas3D
- RepastCoverageFactory - Class in repast.simphony.space.gis
-
Factory that provides support for creating GridCoverage2D instances that are writable.
- RepastCoverageFactory() - Constructor for class repast.simphony.space.gis.RepastCoverageFactory
- RepastEdge<T> - Class in repast.simphony.space.graph
- RepastEdge() - Constructor for class repast.simphony.space.graph.RepastEdge
- RepastEdge(T, T, boolean) - Constructor for class repast.simphony.space.graph.RepastEdge
- RepastEdge(T, T, boolean, double) - Constructor for class repast.simphony.space.graph.RepastEdge
- RepastElement - Interface in repast.simphony.context
-
Represents an object that has an identifier, and provides the ability to get and set the identifier.
- RepastEssentials - Class in repast.simphony.essentials
- RepastEssentials() - Constructor for class repast.simphony.essentials.RepastEssentials
- RepastJoSQLFunctionHandler - Class in repast.simphony.sql
- RepastJoSQLFunctionHandler() - Constructor for class repast.simphony.sql.RepastJoSQLFunctionHandler
- RepastMain - Class in repast.simphony.runtime
-
Main class for launching Repast Simphony application
- RepastMain() - Constructor for class repast.simphony.runtime.RepastMain
- RepastMapLayer - Class in repast.simphony.gis.display
-
Deprecated.2D piccolo based code is being removed
- RepastMapLayer(FeatureSource, Style) - Constructor for class repast.simphony.gis.display.RepastMapLayer
-
Deprecated.
- RepastMapLayer(FeatureSource, Style, String) - Constructor for class repast.simphony.gis.display.RepastMapLayer
-
Deprecated.
- RepastMapLayer(FeatureCollection, Style) - Constructor for class repast.simphony.gis.display.RepastMapLayer
-
Deprecated.
- RepastMapLayer(FeatureCollection, Style, String) - Constructor for class repast.simphony.gis.display.RepastMapLayer
-
Deprecated.
- RepastPajekEdgeTransformer - Class in repast.simphony.space.graph
- RepastPajekEdgeTransformer() - Constructor for class repast.simphony.space.graph.RepastPajekEdgeTransformer
- RepastPajekVertexTransformer - Class in repast.simphony.space.graph
- RepastPajekVertexTransformer() - Constructor for class repast.simphony.space.graph.RepastPajekVertexTransformer
- repastPiccoloMouseMotionListener() - Constructor for class repast.simphony.visualization.visualization2D.RepastCanvas2D.repastPiccoloMouseMotionListener
-
Deprecated.
- RepastPiccoloMouseMotionListener() - Constructor for class repast.simphony.visualization.gis.DisplayGIS.RepastPiccoloMouseMotionListener
-
Deprecated.
- repastPiccoloMouseWheelListener() - Constructor for class repast.simphony.visualization.visualization2D.RepastCanvas2D.repastPiccoloMouseWheelListener
-
Deprecated.
- RepastPiccoloMouseWheelListener() - Constructor for class repast.simphony.visualization.gis.DisplayGIS.RepastPiccoloMouseWheelListener
-
Deprecated.
- RepastRasterLayer - Class in repast.simphony.gis.display
-
Deprecated.2D piccolo based code is being removed
- RepastRasterLayer(GridCoverage2D, Style) - Constructor for class repast.simphony.gis.display.RepastRasterLayer
-
Deprecated.
- RepastRasterLayer(GridCoverage2D, Style, String) - Constructor for class repast.simphony.gis.display.RepastRasterLayer
-
Deprecated.
- RepastStatusBar - Class in repast.simphony.visualization.gis3D
-
This implementation of WW StatusBar fixes bugs relating to disposal and WW shutdown to make sure all objects within are disposed properly, notably the Timer and PropertyChangeListeners.
- RepastStatusBar() - Constructor for class repast.simphony.visualization.gis3D.RepastStatusBar
- RepastStereoOptionSceneController - Class in repast.simphony.visualization.gis3D
-
Custom WWJ SceneController subclass for Repast GIS display
- RepastStereoOptionSceneController() - Constructor for class repast.simphony.visualization.gis3D.RepastStereoOptionSceneController
- RepastStereoOptionSceneController.RenderQuality - Enum Class in repast.simphony.visualization.gis3D
-
RenderQuality determines the WWJ AbstractSceneController split scale value.
- RepastSurfaceImage - Class in repast.simphony.visualization.gis3D
-
Customized SurfaceImage implementation for Repast GIS display that provides finer control over texture rendering such as anti-alias modes.
- RepastSurfaceImage(BufferedImage, Sector) - Constructor for class repast.simphony.visualization.gis3D.RepastSurfaceImage
- RepastSurfaceImage(Object, Iterable<? extends LatLon>) - Constructor for class repast.simphony.visualization.gis3D.RepastSurfaceImage
- RepastTexture - Class in repast.simphony.visualization.gis3D
-
RepastTexture overrides the default WorldWind Texture so that it can provide options for smoothing (anti-aliasing) in cases such as raster layers.
- RepastTexture(Object, boolean) - Constructor for class repast.simphony.visualization.gis3D.RepastTexture
- RepastViewControlsSelectListener - Class in repast.simphony.visualization.gis3D
-
This implementation of RepastViewControlsSelectListener fixes bugs relating to disposal and WW shutdown to make the Timer is released.
- RepastViewControlsSelectListener(WorldWindow, ViewControlsLayer) - Constructor for class repast.simphony.visualization.gis3D.RepastViewControlsSelectListener
- RepastWorldWindowGLCanvas - Class in repast.simphony.visualization.gis3D
-
This implementation of WorldWindowGLCanvas fixes bugs relating to disposal and WW shutdown to make sure all objects within are disposed properly.
- RepastWorldWindowGLCanvas() - Constructor for class repast.simphony.visualization.gis3D.RepastWorldWindowGLCanvas
- RepastWorldWindowGLJPanel - Class in repast.simphony.visualization.gis3D
-
This implementation of WorldWindowGLJPanel fixes bugs relating to disposal and WW shutdown to make sure all objects within are disposed properly.
- RepastWorldWindowGLJPanel() - Constructor for class repast.simphony.visualization.gis3D.RepastWorldWindowGLJPanel
- RepastWS - Class in repast.simphony.ws
- RepastWS(String) - Constructor for class repast.simphony.ws.RepastWS
- repeat(Number, Closure) - Static method in class repast.simphony.relogo.Utility
-
Runs a set of commands a number of times.
- REPEAT - Enum constant in enum class repast.simphony.engine.schedule.Frequency
- replaceAction(Object, ControllerAction, ControllerAction) - Method in class repast.simphony.engine.controller.DefaultControllerRegistry
-
Replaces a given action with the specified action.
- replaceAction(Object, ControllerAction, ControllerAction) - Method in interface repast.simphony.engine.environment.ControllerRegistry
-
Replaces a given action with the specified action.
- replaceContextId(Object, Object) - Method in class repast.simphony.engine.controller.DefaultControllerRegistry
- replaceContextId(Object, Object) - Method in interface repast.simphony.engine.environment.ControllerRegistry
- replaceItem(int, String, String) - Static method in class repast.simphony.relogo.Utility
-
Returns a string with the substring at a specified location replaced with another string.
- replaceItem(int, List, Object) - Static method in class repast.simphony.relogo.Utility
-
Returns a list with the item at location index replaced with a value.
- replaceNode(T, T) - Method in class repast.simphony.util.collections.NaryTree
-
Replaces the old object in the tree with the new one.
- replaceNode(T, T) - Method in interface repast.simphony.util.collections.Tree
-
Replaces the old object in the tree with the new one.
- replaceRule(Rule, Rule) - Method in class repast.simphony.gis.styleEditor.ByRangePanelMediator
- REPORT_ROOT - Static variable in interface repast.simphony.engine.controller.ControllerActionConstants
- reschedule(ActionQueue) - Method in class repast.simphony.engine.schedule.AbstractAction.IntervalRescheduler
- reschedule(ActionQueue) - Method in class repast.simphony.engine.schedule.AbstractAction.OneTimeRescheduler
- reschedule(ActionQueue) - Method in class repast.simphony.engine.schedule.AbstractAction
-
Reschedule this AbstractAction for execution.
- reschedule(ActionQueue) - Method in interface repast.simphony.engine.schedule.AbstractAction.Rescheduler
- reschedule(ActionQueue) - Method in interface repast.simphony.engine.schedule.ISchedulableAction
-
Reschedule this ScheduableAction using the specified queue.
- reschedule(ActionQueue) - Method in class repast.simphony.engine.schedule.ScheduleGroup
-
Reschedules all the ISchedulableActions contained by this ScheduleGroup.
- rescheduler - Variable in class repast.simphony.engine.schedule.AbstractAction
-
The Rescheduler used by this AbstractAction to reschedule it for execution.
- rescheduleRegularTransition(DefaultStateChart<T>, double) - Method in class repast.simphony.statecharts.Transition
- rescheduleSelfTransition(DefaultStateChart<T>, double) - Method in class repast.simphony.statecharts.Transition
- reset() - Method in interface repast.simphony.chart2.ChartCreator
-
Resets the creator prior to creating a chart.
- reset() - Method in class repast.simphony.chart2.HistogramChartCreator
- reset() - Method in class repast.simphony.chart2.LineChartCreator
- reset() - Method in interface repast.simphony.data2.AggregateDataSource
-
Resets this AggregateDataSource prior to the next get call.
- reset() - Method in class repast.simphony.data2.BatchRunDataSource
- reset() - Method in class repast.simphony.data2.CountDataSource
- reset() - Method in class repast.simphony.data2.engine.AggregateDataSourceWrapper
- reset() - Method in class repast.simphony.data2.ParameterDataSource
- reset() - Method in class repast.simphony.data2.RandomSeedDataSource
- reset() - Method in class repast.simphony.data2.TickCountDataSource
- reset() - Method in class repast.simphony.dataLoader.ui.wizard.SpecificClassOption
- reset() - Method in class repast.simphony.dataLoader.ui.wizard.XMLLoaderOption
- reset() - Method in class repast.simphony.engine.watcher.WatchAnnotationReader
- reset() - Method in class repast.simphony.freezedry.AbstractDataSource
-
Resets this data source.
- reset() - Method in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
-
Resets this data source by deleting all the files in the current directory.
- reset() - Method in interface repast.simphony.freezedry.FreezeDryedDataSource
- reset() - Method in class repast.simphony.freezedry.FreezeDryedRegistry
- reset() - Method in class repast.simphony.integration.DataFileWriter
- reset() - Method in class repast.simphony.integration.RandomAccessWriter
-
This jumps the file offset back to the previously marked position.
- reset() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Resets this random registry by doing the following: invalidates any live default distributions removes (de-registers) any non-default distributions removes (de-registers) any non-default random number generators creates a new default random number generator with the current time as its seed creates a new default uniform distributions
- reset() - Method in interface repast.simphony.random.RandomRegistry
-
Resets this random registry by doing the following: invalidates any live default distributions removes (de-registers) any non-default distributions removes (de-registers) any non-default random number generators creates a new default random number generator with the current time as its seed creates a new default uniform distributions
- reset() - Method in class repast.simphony.statecharts.DefaultIntegrator
- reset() - Method in interface repast.simphony.statecharts.StateChartSimIntegrator
-
Resets this StateChartSimIntegrator.
- reset() - Method in class repast.simphony.ui.GUIParametersManager
-
Resets the parameters managed by this GUIParametersManager back to their default values.
- reset() - Method in class repast.simphony.ui.probe.ProbeManager
- reset() - Method in class repast.simphony.ui.RSApplication
-
Resets the gui and runtime infrastructure for another simulation run.
- reset() - Method in class repast.simphony.ui.RSGui
- reset() - Method in class repast.simphony.util.IntRange
- reset() - Method in class repast.simphony.util.RandomAccessScanner
-
Positions the stream to the position last marked.
- reset() - Method in class repast.simphony.valueLayer.AbstractGridFunction
-
Resets this GridFunction so it can be used again.
- reset() - Method in class repast.simphony.visualization.editor.EditorFactory
-
Deprecated.Resets this EditorFactory prior to a simulation run.
- reset() - Method in class repast.simphony.visualization.editor.EditorNotifier
-
Deprecated.Resets the editor manager prior to another simulation run.
- reset() - Method in class repast.simphony.visualization.visualization3D.BehaviorTracker
- reset() - Method in class repast.simphony.visualization.visualization3D.layout.JungRandomVertexLocationDecorator
-
Resets all vertex locations returned by
getLocation
to new (random) locations. - reset(Parameters) - Method in class repast.simphony.parameter.AbstractSweepParameterSetter
- reset(Parameters) - Method in class repast.simphony.parameter.ConstantSetter
-
Sets the constant parameter value
- reset(Parameters) - Method in class repast.simphony.parameter.DoubleSteppedSetter
- reset(Parameters) - Method in class repast.simphony.parameter.FloatSteppedSetter
- reset(Parameters) - Method in class repast.simphony.parameter.ListParameterSetter
-
Resets the index of the parameters to the next value.
- reset(Parameters) - Method in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
- reset(Parameters) - Method in interface repast.simphony.parameter.ParameterSetter
- reset(Parameters) - Method in class repast.simphony.parameter.ParameterTreeSweeper
-
Resets all the parameter initializers
- reset(Parameters) - Method in class repast.simphony.parameter.RunParameterSetter
-
Resets the run count to 0.
- reset(Parameters) - Method in class repast.simphony.parameter.SimpleParameterSetter
- reset(Parameters) - Method in class repast.simphony.ui.GUIParametersManager
-
Resets the parameters to the default values passed in on the constructor.
- reset(T, int...) - Method in class repast.simphony.query.space.grid.AbstractGridQuery
-
Resets the query to use the specified source and extent.
- RESET_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
- RESET_ID - Static variable in class repast.simphony.ui.RSGUIConstants
- RESET_INDEX - Static variable in class repast.simphony.parameter.AbstractSweepParameterSetter
- RESET_LAYOUT_ACTION - Static variable in class repast.simphony.ui.RSGUIConstants
- resetAllToggleButtons() - Static method in class repast.simphony.relogo.Utility
- resetBatchRun(int) - Method in class repast.simphony.data2.BatchRunDataSource
-
Resets the batch run number to the specified batch run.
- resetChildren(ParameterSetter, Parameters) - Method in class repast.simphony.parameter.ParameterTreeSweeper
- resetHomeView() - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- resetHomeView() - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
- resetHomeView() - Method in interface repast.simphony.visualization.IDisplay
-
Resets the home (initial) view of the display
- resetHomeView() - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- resetHomeView() - Method in class repast.simphony.visualization.visualization2D.RepastCanvas2D
-
Deprecated.Resets the display view to the original zoom and camera bounds
- resetHomeView() - Method in class repast.simphony.visualization.visualization3D.Display3D
-
Resets the view to the original zoom and camera position
- resetHomeView() - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
- resetIndex - Variable in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
- resetInstance() - Method in class repast.simphony.relogo.ReLogoModel
- resetLayer(ValueLayer, ValueLayerStyleOGL) - Method in class repast.simphony.visualizationOGL2D.ValueLayerDisplayLayer
- resetLayout() - Method in class repast.simphony.ui.RSApplication
-
Resets the layout to the initial layout.
- resetLayout(InputStream) - Method in class repast.simphony.ui.RSGui
-
Resets the layout using a layout file that defines the initial state.
- ResetLayout - Class in repast.simphony.ui.action
-
Action for reseting the layout.
- ResetLayout() - Constructor for class repast.simphony.ui.action.ResetLayout
- resetParameters() - Method in class repast.simphony.ui.parameters.ParametersUI
- resetPerspective() - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- ResetRun - Class in repast.simphony.ui.action
-
Action for reseting a run
- ResetRun() - Constructor for class repast.simphony.ui.action.ResetRun
- resetSchedule(ISchedule) - Method in class repast.simphony.data2.TickCountDataSource
-
Resets the schedule in this TickCountDataSource to the specified schedule.
- resetSeed(Integer) - Method in class repast.simphony.data2.RandomSeedDataSource
-
Resets the random seed that this data source produces to the specified seed.
- resetTicks() - Static method in class repast.simphony.relogo.Utility
-
The tick counter is reset to zero.
- resetTimer() - Static method in class repast.simphony.relogo.Utility
-
The timer is reset to zero seconds.
- resetToDefault() - Method in class repast.simphony.ui.parameters.BooleanParameterBinder
- resetToDefault() - Method in class repast.simphony.ui.parameters.DefaultParameterBinder
- resetToDefault() - Method in class repast.simphony.ui.parameters.FPRangeParameterBinder
- resetToDefault() - Method in class repast.simphony.ui.parameters.ListParameterBinder
- resetToDefault() - Method in interface repast.simphony.ui.parameters.ParameterBinder
-
Resets the JComponent to the default value of its parameter.
- resetToDefault() - Method in class repast.simphony.ui.parameters.RandomSeedParameterBinder
- resetToDefault() - Method in class repast.simphony.ui.parameters.RangeParameterBinder
- resetToDefault() - Method in class repast.simphony.ui.parameters.ReadOnlyParameterBinder
- resetValue() - Method in class repast.simphony.parameter.AbstractSweepParameterSetter
- resetValue() - Method in class repast.simphony.parameter.ByteSteppedSetter
-
Resets the next value to the base value.
- resetValue() - Method in class repast.simphony.parameter.IntSteppedSetter
-
Resets the next value to the base value.
- resetValue() - Method in class repast.simphony.parameter.ListParameterSetter
- resetValue() - Method in class repast.simphony.parameter.LongSteppedSetter
-
Resets the next value to the base value.
- resetValue() - Method in class repast.simphony.parameter.ShortSteppedSetter
-
Resets the next value to the base value.
- resetValues() - Method in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
- resetVisibleEdgesAndVertices() - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
- reshape(GLAutoDrawable, float, float, VRoot) - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
- resize(Dimension) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
When a visualization is resized, it presumably wants to fix the locations of the vertices and possibly to reinitialize its data.
- resolve() - Method in class repast.simphony.statecharts.DefaultStateChart
- resolve() - Method in interface repast.simphony.statecharts.StateChart
- resolveActions - Variable in enum class repast.simphony.statecharts.StateChartScheduler
- restart() - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
- restarted() - Method in class repast.simphony.batch.BatchRunner
-
Invoked when the current run has been restarted after a pause.
- restarted() - Method in class repast.simphony.batch.OneRunBatchRunner
-
Invoked when the current run has been restarted after a pause.
- restarted() - Method in class repast.simphony.chart2.engine.TimeSeriesComponentControllerAction
- restarted() - Method in class repast.simphony.data2.AbstractDataSetManager
- restarted() - Method in interface repast.simphony.engine.environment.RunListener
-
Invoked when the current run has been restarted after a pause.
- restarted() - Method in class repast.simphony.relogo.ReLogoModel
- restarted() - Method in class repast.simphony.statecharts.runtime.StateChartSVGDisplayController
- restarted() - Method in class repast.simphony.ui.RSApplication
-
Invoked when the current run has been restarted after a pause.
- restarted() - Method in class repast.simphony.ws.OneRunRunner
-
Invoked when the current run has been restarted after a pause.
- restore() - Method in class repast.simphony.integration.DataFileReader
- resultProducer - Variable in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
- resumeReLogo() - Static method in class repast.simphony.relogo.Utility
- resumeRun() - Method in class repast.simphony.engine.environment.RunEnvironment
-
Resumes the current run.
- retainAll(Collection<?>) - Method in class repast.simphony.context.FormerDefaultContext
- retainAll(Collection<?>) - Method in class repast.simphony.context.SmallDefaultContext
- retrieveClasses() - Method in class repast.simphony.dataLoader.wizard.JDBCDataStep
- retrieveClasses() - Method in interface repast.simphony.freezedry.gui.ClassRetrievable
- retrieveClasses() - Method in class repast.simphony.freezedry.gui.DFDirectoryChooserStep
- retrieveRunCompletionStatus() - Method in class repast.simphony.batch.ssh.LocalSession
- retrieveRunCompletionStatus() - Method in class repast.simphony.batch.ssh.RemoteSession
-
Retrieves the run completion status (e.g.
- retrieveRunCompletionStatus() - Method in interface repast.simphony.batch.ssh.Session
-
Retrieves the run completion status (e.g.
- returned - Variable in class repast.simphony.util.collections.RandomIterable
- returnEqualSet(Set<Object>, Set<Object>) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
two vertices or edges to compare to see if they are equal
- returnMatchingCoordinate(Object) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Returns a visualization-specific key that can be used to access UserData related to the AbstractLayout.
- reverse(String) - Static method in class repast.simphony.relogo.Utility
-
Returns a string in reversed order.
- reverse(List<E>) - Static method in class repast.simphony.relogo.Utility
-
Returns a list in reversed order.
- revert(Parameters) - Method in class repast.simphony.parameter.AbstractSweepParameterSetter
- revert(Parameters) - Method in class repast.simphony.parameter.DoubleSteppedSetter
- revert(Parameters) - Method in class repast.simphony.parameter.FloatSteppedSetter
- revert(Parameters) - Method in class repast.simphony.parameter.ListParameterSetter
- revert(Parameters) - Method in interface repast.simphony.parameter.optimizer.OptimizableParameterSetter
- revertValue - Variable in class repast.simphony.parameter.AbstractSweepParameterSetter
- rgb(Number, Number, Number) - Static method in class repast.simphony.relogo.Utility
-
Returns a rgb color list.
- right(Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Rotates the turtle to the right num degrees.
- right(Number) - Method in interface repast.simphony.relogo.Turtle
-
Rotates the turtle to the right num degrees.
- rightIndex(int, int) - Method in class repast.simphony.context.space.graph.Lattice2DGenerator
- RigidBodyFactory - Class in repast.simphony.space.physics
- RigidBodyFactory() - Constructor for class repast.simphony.space.physics.RigidBodyFactory
- RLColor - Class in repast.simphony.relogo
- RLColor() - Constructor for class repast.simphony.relogo.RLColor
- RLDimensions - Class in repast.simphony.relogo
- RLDimensions(int, int, int, int) - Constructor for class repast.simphony.relogo.RLDimensions
- RLWorldDimensions - Class in repast.simphony.relogo.factories
- RLWorldDimensions(int, int, int, int) - Constructor for class repast.simphony.relogo.factories.RLWorldDimensions
- RLWorldDimensions(int, int, int, int, RLWorldDimensions.WorldType) - Constructor for class repast.simphony.relogo.factories.RLWorldDimensions
- RLWorldDimensions(int, int, int, int, PointTranslator) - Constructor for class repast.simphony.relogo.factories.RLWorldDimensions
- RLWorldDimensions.WorldType - Enum Class in repast.simphony.relogo.factories
-
World types supported.
- root - Variable in class repast.simphony.gis.legend.LegendModel
-
Deprecated.
- rootLabel - Variable in class repast.simphony.dataLoader.ui.wizard.builder.CheckNodeRenderer
- rootObject - Variable in class repast.simphony.gis.legend.LegendModel
-
Deprecated.
- rootSetter - Variable in class repast.simphony.parameter.ParameterTreeSweeper
- rotate(double[], double) - Method in class repast.simphony.context.AbstractSpatialContext
- rotation - Variable in class repast.simphony.visualization.network.EdgeVisualItem
- rotation - Variable in class repast.simphony.visualization.visualization2D.style.DefaultStyle2D
-
Deprecated.
- rotation - Variable in class repast.simphony.visualization.visualization3D.Transformer
- rotation - Variable in class repast.simphony.ws.DisplayProperties
- ROTATION_MODE - Static variable in class repast.simphony.visualization.visualization2D.StyledDisplayLayer2D
-
Deprecated.
- rotationChanged - Variable in class repast.simphony.visualization.visualization3D.Transformer
- rotationGroup - Variable in class repast.simphony.visualization.visualization3D.VisualItem3D
- rotX - Variable in class repast.simphony.visualization.visualization3D.Transformer
- rotXChanged - Variable in class repast.simphony.visualization.visualization3D.Transformer
- rotY - Variable in class repast.simphony.visualization.visualization3D.Transformer
- rotYChanged - Variable in class repast.simphony.visualization.visualization3D.Transformer
- rotZ - Variable in class repast.simphony.visualization.visualization3D.Transformer
- rotZChanged - Variable in class repast.simphony.visualization.visualization3D.Transformer
- round(Number) - Static method in class repast.simphony.relogo.Utility
-
Returns the closest integer to the number.
- roundGlobe - Variable in class repast.simphony.visualization.gis3D.DisplayGIS3D
- row - Variable in class repast.simphony.chart2.XYDataSinkSourceSeries
- row - Variable in class repast.simphony.freezedry.datasource.DFRowData
- Row() - Constructor for class repast.simphony.chart2.XYDataSinkSourceSeries.Row
- Row(XYDataSinkSourceSeries.Row) - Constructor for class repast.simphony.chart2.XYDataSinkSourceSeries.Row
- ROW_DELIMITER - Static variable in class repast.simphony.integration.DataFileElements.ARRAY_ATTRS
- rowEnded() - Method in class repast.simphony.chart2.HistogramDataSink
- rowEnded() - Method in class repast.simphony.chart2.XYDataSinkSourceSeries
- rowEnded() - Method in class repast.simphony.chart2.XYDataSinkValueSeries
- rowEnded() - Method in class repast.simphony.data2.BatchParamMapFileWriter
- rowEnded() - Method in class repast.simphony.data2.ConsoleDataSink
- rowEnded() - Method in interface repast.simphony.data2.DataSink
-
Notifies this DataSink that the last append was end of a "row."
- rowEnded() - Method in class repast.simphony.data2.FileDataSink
- rowEnded() - Method in class repast.simphony.ws.DataServer
- rowFilterSet - Variable in class repast.simphony.ui.table.TablePanel
- rows() - Method in class repast.simphony.context.space.graph.AdjacencyDoubleMatrix
-
Returns the number of rows int matrix.
- rows() - Method in interface repast.simphony.context.space.graph.AdjacencyMatrix
-
Returns the number of rows in this matrix.
- ROWS - Static variable in class repast.simphony.integration.DataFileElements.ARRAY_ATTRS
- ROWS - Static variable in class repast.simphony.integration.DataFileElements.TABLE_ATTRS
- rowStarted() - Method in class repast.simphony.chart2.HistogramDataSink
- rowStarted() - Method in class repast.simphony.chart2.XYDataSinkSourceSeries
- rowStarted() - Method in class repast.simphony.chart2.XYDataSinkValueSeries
- rowStarted() - Method in class repast.simphony.data2.BatchParamMapFileWriter
- rowStarted() - Method in class repast.simphony.data2.ConsoleDataSink
- rowStarted() - Method in interface repast.simphony.data2.DataSink
-
Notifies this DataSink that the next append is that start of a "row." of data.
- rowStarted() - Method in class repast.simphony.data2.FileDataSink
- rowStarted() - Method in class repast.simphony.ws.DataServer
- RowTable - Class in repast.simphony.ui.table
-
Auxiliary table that only provides numbered row headers for another main table.
- RowTable(JTable) - Constructor for class repast.simphony.ui.table.RowTable
- RSAppConfigurator - Class in repast.simphony.ui
- RSAppConfigurator(RSApplication, File) - Constructor for class repast.simphony.ui.RSAppConfigurator
- RSApplication - Class in repast.simphony.ui
-
Main application mediator type object for Repast Simphony runtime.
- RSApplication(UIActionExtensions, ModelPluginLoader) - Constructor for class repast.simphony.ui.RSApplication
- RSGui - Class in repast.simphony.ui
-
Mediator for gui manipulation.
- RSGui(DockingManager, ScenarioTree) - Constructor for class repast.simphony.ui.RSGui
- RSGUIConstants - Class in repast.simphony.ui
- RSGUIConstants() - Constructor for class repast.simphony.ui.RSGUIConstants
- RSUIPlugin - Class in repast.simphony.ui
-
SAF UI plugin for repast.simphony simphony gui.
- RSUIPlugin() - Constructor for class repast.simphony.ui.RSUIPlugin
- rt(Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Rotates the turtle to the right num degrees.
- rt(Number) - Method in interface repast.simphony.relogo.Turtle
-
Rotates the turtle to the right num degrees.
- rule - Variable in class repast.simphony.gis.styleEditor.RuleEditPanel
- RuleCreator - Class in repast.simphony.gis.styleEditor
-
Utility class for creating Styles from rules and rule editing.
- RuleCreator() - Constructor for class repast.simphony.gis.styleEditor.RuleCreator
- RuleEditPanel - Class in repast.simphony.gis.styleEditor
-
Editor panel for single rule GIS style that lets the user specify the style shape, fill, line color, etc.
- RuleEditPanel() - Constructor for class repast.simphony.gis.styleEditor.RuleEditPanel
- run() - Method in class repast.simphony.batch.BatchRunner
- run() - Method in class repast.simphony.batch.ClusterOutputCombiner
- run() - Method in class repast.simphony.batch.InstanceRunner
- run() - Method in class repast.simphony.batch.ssh.BatchParameterChunker
- run() - Method in class repast.simphony.batch.ssh.SessionsDriver
- run() - Method in class repast.simphony.data.analysis.PluginOutputStream
- run() - Method in class repast.simphony.essentials.DevNull
- run() - Method in interface repast.simphony.visualization.DisplayEditorLifecycle
-
Deprecated.Runs the editor.
- run() - Method in class repast.simphony.visualization.editor.DisplayEditor2D
-
Deprecated.Runs the editor.
- run() - Method in class repast.simphony.visualization.editor.DisplayEditor3D
-
Deprecated.Runs the editor.
- run() - Method in class repast.simphony.visualization.editor.gis.DisplayEditorGIS
-
Deprecated.Runs the editor.
- run() - Method in class repast.simphony.ws.OneRunRunner
- run(int, Parameters) - Method in class repast.simphony.batch.OneRunBatchRunner
- run(File) - Method in class repast.simphony.batch.BatchRunner
-
Run a pre-built scenario.
- run(File) - Method in class repast.simphony.batch.ssh.LocalOutputFinder
- run(File) - Method in class repast.simphony.dataLoader.DataLoaderScenarioCreatorExtension
-
Automatically adds a class name data loader action entry to the created scenario, if the implemention in the score file is a DataLoader.
- run(File) - Method in interface repast.simphony.scenario.ScenarioCreatorExtension
-
Perform some addition operation w/r to scenario file creation and return an optional ScenarioEntry that can be put in the scenario.xml file.
- run(String) - Method in class repast.simphony.batch.LocalDriver
- run(String) - Method in class repast.simphony.relogo.AbstractLink
-
Interprets a string as commands then runs the commands.
- run(String) - Method in class repast.simphony.relogo.AbstractObserver
-
Interprets a string as commands then runs the commands.
- run(String) - Method in class repast.simphony.relogo.AbstractPatch
-
Interprets a string as commands then runs the commands.
- run(String) - Method in class repast.simphony.relogo.AbstractTurtle
-
Interprets a string as commands then runs the commands.
- run(String) - Method in class repast.simphony.relogo.Link
-
Interprets a string as commands then runs the commands.
- run(String) - Method in interface repast.simphony.relogo.Observer
-
Interprets a string as commands then runs the commands.
- run(String) - Method in interface repast.simphony.relogo.Patch
-
Interprets a string as commands then runs the commands.
- run(String) - Method in interface repast.simphony.relogo.Turtle
-
Interprets a string as commands then runs the commands.
- run(String) - Method in class repast.simphony.util.Unzipper
- run(String[]) - Method in class repast.simphony.batch.BatchMain
-
Deprecated.
- run(String[]) - Method in class repast.simphony.runtime.RepastBatchMain
- run(String[]) - Method in class repast.simphony.ui.RSUIPlugin
- run(String, String, String, String) - Method in class repast.simphony.batch.ClusterOutputFinder
-
Runs the cluster output finder.
- run(String, Filter<String>) - Method in class repast.simphony.engine.watcher.WatcheeDataFinder
-
Finds @Watch annotations and creates WatcheeData from them.
- run(Path) - Method in class repast.simphony.ws.ModelClasspathBuilder
- run(List<String>, List<File>, String) - Method in class repast.simphony.batch.ssh.OutputAggregator
- run(CommandLine, String[]) - Method in class repast.simphony.batch.BatchInit
- run(BatchScenarioCreator) - Method in class repast.simphony.batch.BatchRunner
-
Run a scenario created from the specified BatchScenarioCreator.
- run(LocalSession, File, String) - Method in class repast.simphony.batch.ssh.LocalStatusCopier
- run(RemoteSession, String) - Method in class repast.simphony.batch.ssh.RemoteStatusGetter
- run(RemoteSession, String, String) - Method in class repast.simphony.batch.ssh.RemoteOutputFinderCopier
- run(RemoteSession, String, String) - Method in class repast.simphony.batch.ssh.RemoteStatusCopier
- run(AnalysisPluginWizard) - Method in class repast.simphony.data.analysis.AnalysisPluginRunner
- run(UserPathData) - Method in class repast.simphony.scenario.ScenarioCPInitializer
- run(UserPathData) - Method in class repast.simphony.scenario.ScenarioWatcheeInitializer
- RUN_MENU_ID - Static variable in class repast.simphony.ui.RSGUIConstants
- RUN_TOOLS - Static variable in class repast.simphony.ui.RSGUIConstants
- runCleanup() - Method in interface repast.simphony.engine.controller.Controller
-
Cleans up the action after a run just occurred.
- runCleanup() - Method in class repast.simphony.engine.controller.DefaultController
-
Calls the runCleanup method of this class with all the contexts in the controller registry in the order they are returned by that registry.
- runCleanup(RunState, Object) - Method in class repast.simphony.chart2.engine.TimeSeriesComponentControllerAction
- runCleanup(RunState, Object) - Method in class repast.simphony.dataLoader.engine.DataLoaderControllerAction
- runCleanup(RunState, Object) - Method in class repast.simphony.engine.controller.AbstractControllerAction
-
This delegates to
AbstractControllerAction.runCleanup(RunState, Context)
after finding the context with the given contextId. - runCleanup(RunState, Object) - Method in class repast.simphony.engine.controller.DefaultController
-
Calls the runCleanup method on all the actions this registry contains, with runState as an argument.
- runCleanup(RunState, Object) - Method in class repast.simphony.engine.controller.ScheduledMethodControllerAction
- runCleanup(RunState, Object) - Method in class repast.simphony.engine.controller.WatcherControllerAction
- runCleanup(RunState, Object) - Method in interface repast.simphony.engine.environment.ControllerAction
-
Cleans up the action after a run just occurred.
- runCleanup(RunState, Object) - Method in class repast.simphony.engine.environment.DefaultControllerAction
-
Does nothing.
- runCleanup(RunState, Object) - Method in class repast.simphony.gis.engine.GeographyProjectionController
- runCleanup(RunState, Object) - Method in class repast.simphony.gis.visualization.engine.GeographyVizProjectionController
- runCleanup(RunState, Object) - Method in class repast.simphony.userpanel.ui.DefaultUserPanelDescriptorAction
- runCleanup(RunState, Object) - Method in class repast.simphony.visualization.engine.DisplayComponentControllerAction
- runCleanup(RunState, Object) - Method in class repast.simphony.ws.DisplayServerControllerAction
- runCleanup(RunState, Context<? extends T>) - Method in class repast.simphony.engine.controller.AbstractControllerAction
- runCleanup(RunState, Context<? extends T>) - Method in class repast.simphony.engine.controller.NullAbstractControllerAction
-
Does nothing.
- runDistributed(String[]) - Method in class repast.simphony.batch.BatchMain
- runEnded(RunState, Object) - Method in class repast.simphony.data2.AbstractDataSetManager
- runEnded(RunState, Object) - Method in class repast.simphony.data2.BatchRunDataSetManager
- runEnded(RunState, Object) - Method in interface repast.simphony.data2.DataSetManager
-
Notifies this DataSetManager that an individual run has ended.
- runEnded(RunState, Object) - Method in class repast.simphony.data2.SingleRunDataSetManager
- RunEnvironment - Class in repast.simphony.engine.environment
-
Provides access to the environment in which a particular model run executes.
- RunEnvironmentBuilder - Interface in repast.simphony.engine.environment
-
Builder for creating a RunEnvironment object.
- RunInfo - Class in repast.simphony.engine.environment
-
A class that contains information on a simulation run.
- RunInfo(String, int, int) - Constructor for class repast.simphony.engine.environment.RunInfo
-
Creates this run info with the specified model name, batch run number number, and run number and default value of false for isBatch.
- RunInfo(String, int, int, boolean) - Constructor for class repast.simphony.engine.environment.RunInfo
-
Creates this run info with the specified model name, batch run number number, run number, and whether or not this is a run in a true batch run.
- RunInfo(RunInfo) - Constructor for class repast.simphony.engine.environment.RunInfo
- runInitialize(RunState, Object, Parameters) - Method in class repast.simphony.data2.engine.FileSinkComponentControllerAction
- runInitialize(RunState, Object, Parameters) - Method in class repast.simphony.dataLoader.engine.DataLoaderControllerAction
- runInitialize(RunState, Object, Parameters) - Method in class repast.simphony.engine.controller.AbstractControllerAction
-
This delegates to
#runInitialize(RunState, Context)
after finding the context with the given contextId. - runInitialize(RunState, Object, Parameters) - Method in class repast.simphony.engine.controller.DefaultRandomStreamAction
- runInitialize(RunState, Object, Parameters) - Method in class repast.simphony.engine.controller.DefaultSchedulableAction
-
Schedules on the model schedule the descriptor's IAction with the descriptor's ScheduleParameters.
- runInitialize(RunState, Object, Parameters) - Method in class repast.simphony.engine.controller.ScheduledMethodControllerAction
- runInitialize(RunState, Object, Parameters) - Method in class repast.simphony.engine.controller.SchedulingControllerAction
-
Schedule's the action with the schedule parameters on the schedule.
- runInitialize(RunState, Object, Parameters) - Method in class repast.simphony.engine.controller.WatcherControllerAction
-
Add a watch context listener to the master context and processes any objects already in the master context.
- runInitialize(RunState, Object, Parameters) - Method in interface repast.simphony.engine.environment.ControllerAction
-
Initializes the action for a single run (possibly one of many).
- runInitialize(RunState, Object, Parameters) - Method in class repast.simphony.engine.environment.DefaultControllerAction
-
Does nothing.
- runInitialize(RunState, Object, Parameters) - Method in class repast.simphony.gis.engine.GeographyProjectionController
- runInitialize(RunState, Object, Parameters) - Method in class repast.simphony.gis.visualization.engine.GeographyVizProjectionController
- runInitialize(RunState, Object, Parameters) - Method in class repast.simphony.userpanel.ui.DefaultUserPanelDescriptorAction
- runInitialize(RunState, Object, Parameters) - Method in class repast.simphony.visualization.engine.DisplayComponentControllerAction
- runInitialize(RunState, Object, Parameters) - Method in class repast.simphony.ws.DisplayServerControllerAction
- runInitialize(RunState, Context<? extends T>, Parameters) - Method in class repast.simphony.engine.controller.AbstractControllerAction
- runInitialize(RunState, Context<? extends T>, Parameters) - Method in class repast.simphony.engine.controller.NullAbstractControllerAction
-
Does nothing.
- runInitialize(RunState, Context, Parameters) - Method in class repast.simphony.engine.controller.DefaultContextSchedulableControllerAction
-
Schedules on the model schedule the descriptor's iterable with it executing the descriptor's method name.
- runInitialize(Parameters) - Method in interface repast.simphony.engine.controller.Controller
-
Initializes the action for a single run (possibly one of many).
- runInitialize(Parameters) - Method in class repast.simphony.engine.controller.DefaultController
-
Calls the runInitialize method of this class with all the contexts in the controller registry in the order they are returned by that registry.
- RunListener - Interface in repast.simphony.engine.environment
-
Interface for those classes that want listen for Run events: started, stopped and so on.
- runListeners - Variable in class repast.simphony.engine.environment.AbstractRunner
- runListeners - Variable in class repast.simphony.ws.RunnerSupport
- runModel() - Method in class repast.simphony.batch.ssh.LocalSession
- runModel() - Method in class repast.simphony.batch.ssh.RemoteSession
-
Runs the model for this Session.
- runModel() - Method in interface repast.simphony.batch.ssh.Session
-
Runs the model for this Session.
- Runner - Interface in repast.simphony.engine.environment
-
Interface for the action that will execute a schedule in the ControllerRegistry.
- RunnerSupport - Class in repast.simphony.ws
-
Manages RunListeners.
- RunnerSupport() - Constructor for class repast.simphony.ws.RunnerSupport
- RunningStatus - Enum Class in repast.simphony.batch
-
The status of a run.
- runNumber - Variable in class repast.simphony.parameter.RunParameterSetter
- RunOptionsModel - Class in repast.simphony.ui
-
Model for getting and setting pause, end times, and sparkline length via the gui.
- RunOptionsModel() - Constructor for class repast.simphony.ui.RunOptionsModel
- RunOptionsPanel - Class in repast.simphony.ui
- RunOptionsPanel() - Constructor for class repast.simphony.ui.RunOptionsPanel
- RunParameterSetter - Class in repast.simphony.parameter
-
A
ParameterSetter
that signifies a set of nested parameters being executed multiple times. - RunParameterSetter(int) - Constructor for class repast.simphony.parameter.RunParameterSetter
-
The number of times this and its nested parameters should be run.
- runParameterSetters(Parameters) - Method in interface repast.simphony.engine.controller.Controller
-
Initializes the parameters for the current run.
- runParameterSetters(Parameters) - Method in class repast.simphony.engine.controller.DefaultController
- runresult(String) - Method in class repast.simphony.relogo.AbstractLink
-
Interprets a string as a command then returns the result.
- runresult(String) - Method in class repast.simphony.relogo.AbstractObserver
-
Interprets a string as a command then returns the result.
- runresult(String) - Method in class repast.simphony.relogo.AbstractPatch
-
Interprets a string as a command then returns the result.
- runresult(String) - Method in class repast.simphony.relogo.AbstractTurtle
-
Interprets a string as a command then returns the result.
- runresult(String) - Method in class repast.simphony.relogo.Link
-
Interprets a string as a command then returns the result.
- runresult(String) - Method in interface repast.simphony.relogo.Observer
-
Interprets a string as a command then returns the result.
- runresult(String) - Method in interface repast.simphony.relogo.Patch
-
Interprets a string as a command then returns the result.
- runresult(String) - Method in interface repast.simphony.relogo.Turtle
-
Interprets a string as a command then returns the result.
- RunResultProducer - Interface in repast.simphony.parameter
- runSetter - Variable in class repast.simphony.parameter.ParameterTreeSweeper
- RunSQLModel - Class in repast.simphony.sql
-
A plugin for executing SQL on agents.
- RunSQLModel() - Constructor for class repast.simphony.sql.RunSQLModel
- runStarted() - Method in class repast.simphony.data2.BatchParamMapFileWriter
-
Notifies this BatchParamMapFileWriter that another batch run has started, so we write the current parameter values to a file.
- runStarted(RunState, Object, Parameters) - Method in class repast.simphony.data2.AbstractDataSetManager
- runStarted(RunState, Object, Parameters) - Method in class repast.simphony.data2.BatchRunDataSetManager
- runStarted(RunState, Object, Parameters) - Method in interface repast.simphony.data2.DataSetManager
-
Notifies this DataSetManager that an individual run has started.
- runStarted(RunState, Object, Parameters) - Method in class repast.simphony.data2.SingleRunDataSetManager
- runState - Variable in class repast.simphony.parameter.groovy.CustomParameterSetter
- RunState - Class in repast.simphony.engine.environment
-
A class that contains information about the current (or upcoming) simulation run.
- RuntimeTestFormatter(Map<String, AbstractFormatter.ItemFormatter>, String, int) - Constructor for class repast.simphony.data2.AbstractFormatter.RuntimeTestFormatter
- runValue - Variable in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
S
- s - Variable in class repast.simphony.visualization.visualization2D.style.DefaultStyle2D
-
Deprecated.
- safeMasterContext - Static variable in class repast.simphony.engine.environment.RunState
- SampleStyleTableModel - Class in repast.simphony.gis.styleEditor
-
Table for the Range panel that shows how the icon fill appears according to the range rules.
- SampleStyleTableModel() - Constructor for class repast.simphony.gis.styleEditor.SampleStyleTableModel
- save - Variable in class repast.simphony.visualization.gui.styleBuilder.AbstractStyleDialog
- save() - Method in class repast.simphony.dataLoader.ui.CNDataLoaderActionPanel
- save() - Method in class repast.simphony.dataLoader.ui.wizard.builder.AgentDescriptorFillerPanel
- save() - Method in class repast.simphony.dataLoader.ui.wizard.builder.RelationshipDescriptorFillerPanel
- save() - Method in class repast.simphony.ui.editor.SchedulableActionEditor
- save() - Method in class repast.simphony.ui.plugin.editor.UISaver
- save() - Method in class repast.simphony.ui.RSApplication
-
Saves the current scenario.
- save(XStream, ClassNameDataLoaderAction, String) - Method in class repast.simphony.dataLoader.engine.CNDataLoaderActionSaver
- save(XStream, DFDataLoaderControllerAction, String) - Method in class repast.simphony.dataLoader.engine.DFDataLoaderActionSaver
- save(XStream, XMLDataLoaderAction, String) - Method in class repast.simphony.dataLoader.engine.XMLDataLoaderActionSaver
- save(XStream, DescriptorControllerAction, String) - Method in class repast.simphony.scenario.DescriptorActionSaver
- save(XStream, T, String) - Method in interface repast.simphony.scenario.ActionSaver
- save(XStream, T, String) - Method in class repast.simphony.scenario.DefaultActionSaver
- save(Graph, String) - Method in class repast.simphony.space.graph.PajekNetWriter
- save(File, String) - Method in class repast.simphony.ui.widget.SnapshotTaker
-
Saves the snapshot to the specified file and in the specified format.
- save(String, Graph, String) - Method in class repast.simphony.space.graph.ORANetWriter
- save(ActionExtensions, Scenario) - Method in class repast.simphony.scenario.ScenarioSaver
- SAVE_AS_ID - Static variable in class repast.simphony.ui.RSGUIConstants
- SAVE_DEFAULT_LAYOUT_ACTION - Static variable in class repast.simphony.ui.RSGUIConstants
- SAVE_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
- SAVE_ID - Static variable in class repast.simphony.ui.RSGUIConstants
- SAVE_LAYOUT_ACTION - Static variable in class repast.simphony.ui.RSGUIConstants
- SAVE_PARAMS - Static variable in class repast.simphony.ui.RSGUIConstants
- saveAs() - Method in class repast.simphony.ui.RSApplication
-
Saves the current scenario into a user specified scenario directory.
- saveAsDefaultLayout() - Method in class repast.simphony.ui.RSApplication
-
Saves the current view layout as the default layout for the current scenario.
- SaveAsDefaultLayout - Class in repast.simphony.ui.action
-
Action for saving the the current layout as a scenario default.
- SaveAsDefaultLayout() - Constructor for class repast.simphony.ui.action.SaveAsDefaultLayout
- SaveAsModel - Class in repast.simphony.ui.action
-
Action for saving a model with save as semantics.
- SaveAsModel() - Constructor for class repast.simphony.ui.action.SaveAsModel
- saveCurrentParameters() - Method in class repast.simphony.ui.RSApplication
-
Saves the current parameters to a parameters.xml file in the current scenario directory.
- SaveCurrentParams - Class in repast.simphony.ui.action
-
Action for saving the current parameters values as defaults.
- SaveCurrentParams() - Constructor for class repast.simphony.ui.action.SaveCurrentParams
- saveCurrentSettings(String) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- saveLayout() - Method in class repast.simphony.ui.RSApplication
-
Saves the current layout to a user selected file.
- saveLayout(File) - Method in class repast.simphony.ui.RSGui
-
Saves the current frame layout to the specified file.
- SaveLayout - Class in repast.simphony.ui.action
-
Action for saving the current frame layout.
- SaveLayout() - Constructor for class repast.simphony.ui.action.SaveLayout
- SaveModel - Class in repast.simphony.ui.action
-
Action for saving a model.
- SaveModel() - Constructor for class repast.simphony.ui.action.SaveModel
- saveParameters(File) - Method in class repast.simphony.ui.GUIParametersManager
-
Saves the parameters in the specified file.
- saveSingleTableAsExcel(TableModel, String, File) - Static method in class repast.simphony.ui.table.SpreadsheetUtils
-
Creates an Excel workbook from a single TableModel
- saveTablesAsExcel(Map<String, TableModel>, File) - Static method in class repast.simphony.ui.table.SpreadsheetUtils
-
Creates an Excel workbook from a list of Table models, with each TableModel inserted as a seprate sheet.
- saveValuesProperties() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- scale - Variable in class repast.simphony.visualization.visualization3D.VisualItem3D
- scale(double[], double) - Method in class repast.simphony.context.AbstractSpatialContext
- scale(double[], double) - Static method in class repast.simphony.space.SpatialMath
-
Scales the point by the specified amount.
- scale(double, int) - Static method in class repast.simphony.util.SimUtilities
-
Scales a decimal value to the specified number of decimal places.
- scaleChanged - Variable in class repast.simphony.visualization.visualization3D.Transformer
- scaleColor(Number, Number, Number, Number) - Static method in class repast.simphony.relogo.Utility
-
Returns a shaded color.
- scaleDenominator - Variable in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
- scaleDenominator - Variable in class repast.simphony.gis.display.PGisLayer
-
Deprecated.
- scaleGroup - Variable in class repast.simphony.visualization.visualization3D.VisualItem3D
- scaling - Variable in class repast.simphony.visualization.visualization3D.Transformer
- Scanner - Class in repast.simphony.util
-
A class that will take in an a Readable object and will perform scanning functions on it.
- Scanner(Readable) - Constructor for class repast.simphony.util.Scanner
- Scanner(String) - Constructor for class repast.simphony.util.Scanner
- Scanner(ReadableByteChannel) - Constructor for class repast.simphony.util.Scanner
- Scanner(ReadableByteChannel, String) - Constructor for class repast.simphony.util.Scanner
- scenario - Variable in class repast.simphony.scenario.ScenarioLoader
- scenario - Variable in class repast.simphony.ui.plugin.editor.AbstractWizardEditor
- scenario - Variable in class repast.simphony.util.wizard.DynamicWizardModel
- Scenario - Class in repast.simphony.scenario
-
Encapsulates a repast simphony scenario.
- Scenario(File, ContextData, UserPathData) - Constructor for class repast.simphony.scenario.Scenario
- SCENARIO_DIRECTORY_PN - Static variable in interface repast.simphony.batch.BatchConstants
- SCENARIO_FILE_NAME - Static variable in class repast.simphony.scenario.Scenario
- SCENARIO_FOLDER_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
- SCENARIO_FOLDER_OPEN_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
- SCENARIO_LEAF_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
- scenarioChanged(ScenarioChangedEvent) - Method in class repast.simphony.scenario.Scenario
- scenarioChanged(ScenarioChangedEvent) - Method in interface repast.simphony.scenario.ScenarioChangedListener
-
Called whenever the Scenario has changed.
- ScenarioChangedEvent - Class in repast.simphony.scenario
-
Event used to convey data about a scenario change.
- ScenarioChangedEvent(Object, String) - Constructor for class repast.simphony.scenario.ScenarioChangedEvent
- ScenarioChangedListener - Interface in repast.simphony.scenario
-
Interface for classes that need to be notified if a scenario has changed.
- ScenarioChangedSupport - Class in repast.simphony.scenario
-
Support class for registering ScenarioChagedListeners and firing scenario changed events.
- ScenarioChangedSupport() - Constructor for class repast.simphony.scenario.ScenarioChangedSupport
- ScenarioConstants - Interface in repast.simphony.scenario
- ScenarioCPInitializer - Class in repast.simphony.scenario
-
Initializes the classpath for a scenario from the user patn file.
- ScenarioCPInitializer() - Constructor for class repast.simphony.scenario.ScenarioCPInitializer
- ScenarioCreator - Class in repast.simphony.scenario
-
Creates a scenario.xml file.
- ScenarioCreator(File, File) - Constructor for class repast.simphony.scenario.ScenarioCreator
-
Creates a ScenarioCreator that will create a scenario.xml in the specified scenario path, copying a model.score file from the model path.
- ScenarioCreator(File, File, boolean) - Constructor for class repast.simphony.scenario.ScenarioCreator
-
Creates a ScenarioCreator that will create a scenario.xml in the specified scenario path, copying a model.score file from the model path and using the specified modelInitializer.
- ScenarioCreator(File, File, String) - Constructor for class repast.simphony.scenario.ScenarioCreator
-
Creates a ScenarioCreator that will create a scenario.xml in the specified scenario path, copying a model.score file from the model path and using the specified modelInitializer.
- ScenarioCreator(File, File, String, boolean) - Constructor for class repast.simphony.scenario.ScenarioCreator
-
Creates a ScenarioCreator that will create a scenario.xml in the specified scenario path, copying a model.score file from the model path and using the specified modelInitializer.
- ScenarioCreatorExtension - Interface in repast.simphony.scenario
-
Interface for classes that want to add additional functionality to the creation of a scenario file.
- ScenarioCreatorExtensions - Class in repast.simphony.plugin
-
Loads scenario.creator.plugin extensions.
- ScenarioCreatorExtensions() - Constructor for class repast.simphony.plugin.ScenarioCreatorExtensions
- ScenarioElement() - Constructor for class repast.simphony.ws.ScenarioFileParser.ScenarioElement
- ScenarioEntry - Interface in repast.simphony.scenario
-
Encapsulates an action entry in a scenario.xml file.
- ScenarioFileLoader - Class in repast.simphony.scenario
-
Parses a scenario.xml file and loads the serialized controller actions into a ControllerRegistry.
- ScenarioFileLoader(ControllerActionIOExtensions) - Constructor for class repast.simphony.scenario.ScenarioFileLoader
-
Creates a ScenarioFileLoader that will load actions using the specified ControllerActionIOExtensions to do the loading.
- ScenarioFileParser - Class in repast.simphony.ws
- ScenarioFileParser() - Constructor for class repast.simphony.ws.ScenarioFileParser
- ScenarioFileParser.ScenarioElement - Class in repast.simphony.ws
- ScenarioLoader - Class in repast.simphony.scenario
-
Loads a scenario, setting up the user classpath, action tree, parameters, etc.
- ScenarioLoader(File, ActionExtensions) - Constructor for class repast.simphony.scenario.ScenarioLoader
- ScenarioLoadException - Exception in repast.simphony.scenario
-
Exception thrown during scenario loading.
- ScenarioLoadException() - Constructor for exception repast.simphony.scenario.ScenarioLoadException
- ScenarioLoadException(String) - Constructor for exception repast.simphony.scenario.ScenarioLoadException
- ScenarioLoadException(String, Throwable) - Constructor for exception repast.simphony.scenario.ScenarioLoadException
- ScenarioLoadException(Throwable) - Constructor for exception repast.simphony.scenario.ScenarioLoadException
- ScenarioNode - Class in repast.simphony.ui.tree
- ScenarioNode(ActionUI, boolean, Object) - Constructor for class repast.simphony.ui.tree.ScenarioNode
- ScenarioNode(ActionUI, Object) - Constructor for class repast.simphony.ui.tree.ScenarioNode
- ScenarioSaver - Class in repast.simphony.scenario
-
Saves a scenario, that is, this serializes the scenario action tree.
- ScenarioSaver(ControllerRegistry, File, ContextData) - Constructor for class repast.simphony.scenario.ScenarioSaver
- ScenarioSelectionPanel - Class in repast.simphony.ui.newscenario
- ScenarioSelectionPanel() - Constructor for class repast.simphony.ui.newscenario.ScenarioSelectionPanel
- ScenarioTree - Class in repast.simphony.ui.tree
- ScenarioTree(UIActionExtensions) - Constructor for class repast.simphony.ui.tree.ScenarioTree
- ScenarioTree.LabelComparator - Class in repast.simphony.ui.tree
- ScenarioTree.PropertiesMenu - Class in repast.simphony.ui.tree
- ScenarioTreeCellRenderer - Class in repast.simphony.ui.tree
-
Sets the appearance of nodes and leafs in the Scenario Tree.
- ScenarioTreeCellRenderer() - Constructor for class repast.simphony.ui.tree.ScenarioTreeCellRenderer
- ScenarioTreeEvent - Class in repast.simphony.ui.tree
- ScenarioTreeEvent(Object, Scenario, ControllerRegistry, ScenarioTree, int) - Constructor for class repast.simphony.ui.tree.ScenarioTreeEvent
- ScenarioUtils - Class in repast.simphony.scenario
-
Provides access to the scenario directory.
- ScenarioUtils() - Constructor for class repast.simphony.scenario.ScenarioUtils
- ScenarioWatcheeInitializer - Class in repast.simphony.scenario
-
Initializes watchers using scenario model file data.
- ScenarioWatcheeInitializer() - Constructor for class repast.simphony.scenario.ScenarioWatcheeInitializer
- sceneRoot - Variable in class repast.simphony.visualization.visualization3D.Display3D
- SchedulableActionActionUI - Class in repast.simphony.ui.editor
- SchedulableActionActionUI(DefaultSchedulableAction) - Constructor for class repast.simphony.ui.editor.SchedulableActionActionUI
- SchedulableActionEditor - Class in repast.simphony.ui.editor
- SchedulableActionEditor(DefaultSchedulableAction) - Constructor for class repast.simphony.ui.editor.SchedulableActionEditor
- SchedulableDescriptor - Interface in repast.simphony.engine.schedule
-
A descriptor for something that will get scheduled.
- schedule(Object) - Method in interface repast.simphony.engine.schedule.ISchedule
-
Schedules for execution any methods in the specified object that have been annotated with the ScheduledMethod annotation.
- schedule(Object) - Method in class repast.simphony.engine.schedule.Schedule
-
Schedules for execution any methods in the specified object that have been annotated with the ScheduledMethod annotation.
- schedule(Object, Object...) - Method in interface repast.simphony.engine.schedule.ISchedule
-
Schedules the best matching ScheduleMethod annotated method for execution.
- schedule(Object, Object...) - Method in class repast.simphony.engine.schedule.Schedule
-
Schedules the best matching ScheduleMethod annotated method for execution.
- schedule(ISchedule, Imageable) - Method in class repast.simphony.ui.widget.MovieMakerConfig
-
Schedules the frame capture and movie creation from the specified imageable on the specified schedule.
- schedule(ScheduleParameters, Object, String, Object...) - Method in interface repast.simphony.engine.schedule.ISchedule
-
Schedules the named method call on the specified target with the specified parameters.
- schedule(ScheduleParameters, Object, String, Object...) - Method in class repast.simphony.engine.schedule.Schedule
-
Schedules the named method call on the specified target with the specified parameters.
- schedule(ScheduleParameters, Object, GraphExecutor<?>) - Method in class repast.simphony.engine.graph.DefaultGraphSchedule
-
Schedules the execution of a graph starting with the specified root node.
- schedule(ScheduleParameters, Object, GraphExecutor<?>) - Method in interface repast.simphony.engine.graph.IGraphSchedule
-
Schedules the execution of a graph starting with the specified root node.
- schedule(ScheduleParameters, Object, Network, Executor<Object>) - Method in class repast.simphony.engine.graph.DefaultGraphSchedule
-
Schedules a Repast network to be executed.
- schedule(ScheduleParameters, Object, Network, Executor<Object>) - Method in interface repast.simphony.engine.graph.IGraphSchedule
-
Schedules a Repast network to be executed.
- schedule(ScheduleParameters, IAction) - Method in interface repast.simphony.engine.schedule.ISchedule
-
Schedules the specified IAction for execution according to the specified schedule parameters.
- schedule(ScheduleParameters, IAction) - Method in class repast.simphony.engine.schedule.Schedule
-
Schedules the specified IAction for execution according to the specified schedule parameters.
- Schedule - Class in repast.simphony.engine.schedule
-
Manages the execution of IAction-s according to a simulation clock.
- Schedule() - Constructor for class repast.simphony.engine.schedule.Schedule
-
Creates a Schedule that by default uses a DefaultSchedulableActionFactory to create its scheduled actions.
- Schedule(ISchedulableActionFactory) - Constructor for class repast.simphony.engine.schedule.Schedule
-
Creates a Schedule that will use the specified ISchedulableActionFactory to create its scheduled actions.
- SCHEDULE_ROOT - Static variable in interface repast.simphony.engine.controller.ControllerActionConstants
- ScheduleAction(Object, double, double, String, Object...) - Static method in class repast.simphony.essentials.RepastEssentials
- ScheduleAction(Object, double, String, Object...) - Static method in class repast.simphony.essentials.RepastEssentials
- ScheduleAction(Object, String, Object...) - Static method in class repast.simphony.essentials.RepastEssentials
- scheduleBeginTime(double, StateChart<?>) - Method in enum class repast.simphony.statecharts.StateChartScheduler
-
Called by generated statechart code to schedule the begin time for a statechart.
- ScheduledMethod - Annotation Interface in repast.simphony.engine.schedule
-
Annotation for scheduling a method.
- ScheduledMethodControllerAction - Class in repast.simphony.engine.controller
- ScheduledMethodControllerAction() - Constructor for class repast.simphony.engine.controller.ScheduledMethodControllerAction
-
Creates a ScheduledMethodControllerAction with no methods scheduled.
- ScheduledMethodControllerAction(List<Class<?>>) - Constructor for class repast.simphony.engine.controller.ScheduledMethodControllerAction
-
Creates a ScheduledMethodControllerAction based on the agent classes contained in the specified data.
- scheduleExecution(Notifier2, Object, Object) - Method in class repast.simphony.engine.watcher.DefaultTriggerScheduler
-
Scheduled the execution of the trigger for all watchers managed by the notifier.
- scheduleExecution(Notifier2, Object, Object) - Method in class repast.simphony.engine.watcher.ImmediateExecutor
-
Executes the trigger immediately for all watchers managed by the notifier.
- scheduleExecution(Notifier2, Object, Object) - Method in interface repast.simphony.engine.watcher.TriggerScheduler
-
Schedules the trigger for execution.
- scheduleGraph(ISchedule, ScheduleParameters, Object, Executor<GraphParams<E>>) - Static method in class repast.simphony.engine.graph.GraphScheduleUtilities
-
Schedules the execution of a graph starting with the specified root node.
- scheduleGraph(ISchedule, ScheduleParameters, Object, Network, Executor<Object>) - Static method in class repast.simphony.engine.graph.GraphScheduleUtilities
-
Schedules a Repast network to be executed.
- ScheduleGroup - Class in repast.simphony.engine.schedule
-
A collection of ISchedulableActions.
- ScheduleGroup() - Constructor for class repast.simphony.engine.schedule.ScheduleGroup
- scheduleIterable(ScheduleParameters, Iterable, String, boolean, Object...) - Method in interface repast.simphony.engine.schedule.ISchedule
-
Schedules the named method call on each object returned by specified target with the specified parameters.
- scheduleIterable(ScheduleParameters, Iterable, String, boolean, Object...) - Method in class repast.simphony.engine.schedule.Schedule
-
Schedules the named method call on each object returned by specified target with the specified parameters.
- ScheduleParameters - Class in repast.simphony.engine.schedule
-
Parameters describing when an action should be scheduled.
- ScheduleParameters(double, Frequency, double, double, PriorityType, double) - Constructor for class repast.simphony.engine.schedule.ScheduleParameters
- scheduleParams - Variable in class repast.simphony.engine.controller.SchedulingControllerAction
- ScheduleParamsPanel - Class in repast.simphony.ui.plugin.editor
- ScheduleParamsPanel() - Constructor for class repast.simphony.ui.plugin.editor.ScheduleParamsPanel
-
This is the same as
new ScheduleParamsPanel(ScheduleParameters.createOneTime(1.0))
. - ScheduleParamsPanel(ScheduleParameters) - Constructor for class repast.simphony.ui.plugin.editor.ScheduleParamsPanel
- ScheduleParamsPanel(ScheduleParameters, boolean) - Constructor for class repast.simphony.ui.plugin.editor.ScheduleParamsPanel
- ScheduleParamsPanel(ScheduleParameters, boolean, boolean) - Constructor for class repast.simphony.ui.plugin.editor.ScheduleParamsPanel
- ScheduleRegistry - Interface in repast.simphony.engine.environment
-
A registry containing schedule related objects.
- ScheduleRegistryFactory - Interface in repast.simphony.engine.environment
-
Factory for building ScheduleRegistries.
- scheduleResolveTime(double) - Method in class repast.simphony.statecharts.DefaultStateChart
- scheduleResolveTime(double, StateChart<?>) - Method in enum class repast.simphony.statecharts.StateChartScheduler
- ScheduleRunner - Class in repast.simphony.ws
-
This class executes the model schedule found in the RunState's ScheduleRegistry.
- ScheduleRunner() - Constructor for class repast.simphony.ws.ScheduleRunner
- ScheduleStep - Class in repast.simphony.visualization.gui
- ScheduleStep() - Constructor for class repast.simphony.visualization.gui.ScheduleStep
- scheduleTriggerDelta() - Element in annotation interface repast.simphony.engine.watcher.Watch
-
Defaults to 1
- scheduleTriggerPriority() - Element in annotation interface repast.simphony.engine.watcher.Watch
-
Defaults to ScheduleParameters.RANDOM_PRIORITY
- SchedulingControllerAction - Class in repast.simphony.engine.controller
-
This is a simple action that schedules an
IAction
in itsSchedulingControllerAction.runInitialize(RunState, Object, Parameters)
method using a givenScheduleParameters
. - SchedulingControllerAction(ScheduleParameters, IAction) - Constructor for class repast.simphony.engine.controller.SchedulingControllerAction
-
Constructs this with the specified parameters and action to be scheduled during the sim's initialization.
- schema - Variable in class repast.simphony.parameter.DefaultParameters
- Schema - Interface in repast.simphony.parameter
-
Maps parameter names to a type.
- SCHEMA_FILE_NAME - Static variable in class repast.simphony.integration.DataFileUtils
- ScreenShotAction - Class in repast.simphony.visualization.gis3D
- ScreenShotAction(WorldWindow) - Constructor for class repast.simphony.visualization.gis3D.ScreenShotAction
- ScriptRunner - Class in repast.simphony.parameter.bsf
-
Runs a bsf script to set up a parameter sweep.
- ScriptRunner(File) - Constructor for class repast.simphony.parameter.bsf.ScriptRunner
-
Creates a ScriptRunner to run the specified file.
- ScriptRunner(RunResultProducer, File) - Constructor for class repast.simphony.parameter.bsf.ScriptRunner
-
Creates a ScriptRunner to run the specified file using the specified RunResultProducer to optimize the parameters.
- ScriptRunner(RunResultProducer, AdvancementChooser, File) - Constructor for class repast.simphony.parameter.bsf.ScriptRunner
-
Creates a ScriptRunner to run the specified file using the specified RunResultProducer, and AdvancementChooser to optimize the parameters.
- scrollPane - Variable in class repast.simphony.ui.table.TablePanel
- scrollPane1 - Variable in class repast.simphony.visualization.gui.AgentSelectionPanel
- scrollPane2 - Variable in class repast.simphony.visualization.gui.AgentSelectionPanel
- scs - Variable in class repast.simphony.scenario.AbstractDescriptor
- SECOND_MOMENT - Enum constant in enum class repast.simphony.data2.AggregateOp
- SEED - Static variable in class repast.simphony.util.HashCodeUtil
-
An initial value for a
hashCode
, to which is added contributions from fields. - SELECT - Enum constant in enum class repast.simphony.visualization.editor.DisplayEditor.Mode
-
Deprecated.
- selectColumn() - Method in class repast.simphony.ui.table.TableFilterDialog
-
Sets dialog options based on selected column.
- selectDelimiter(char) - Method in class repast.simphony.freezedry.gui.DFDirectoryChooserStep
- selected() - Method in class repast.simphony.ui.plugin.editor.OptionsContentWizardStepAdapter
-
Invoked when this OptionsDialogContent is selected.
- selected() - Method in interface repast.simphony.ui.plugin.editor.OptionsDialogContent
-
Invoked when this OptionsDialogContent is selected.
- SELECTED - Static variable in class repast.simphony.gis.tools.ToolManager
- SELECTED_ATTRIBUTE_NAME - Static variable in interface repast.simphony.space.gis.GISConstants
- SelectionDecorator - Class in repast.simphony.visualization.editor.gis
-
Deprecated.2D piccolo based code is being removed
- SelectionDecorator(MapContent) - Constructor for class repast.simphony.visualization.editor.gis.SelectionDecorator
-
Deprecated.
- SelectionHandler - Class in repast.simphony.visualization.editor
-
Deprecated.2D piccolo based code is being removed
- SelectionHandler(PCanvas) - Constructor for class repast.simphony.visualization.editor.SelectionHandler
-
Deprecated.
- selectNode(Object, String) - Method in class repast.simphony.integration.BeanBuilder
- selectNode(Object, String) - Method in class repast.simphony.integration.BeanQueryer
-
This will create a JXPathContext for the curContext if the curContext Object is not a JXPathContext and will pass that created context in to
JXPathUtils.getXPathNode(JXPathContext, JXPathContext, String)
. - selectNode(Object, String) - Method in class repast.simphony.integration.DataFileWriter
- selectNode(Object, String) - Method in class repast.simphony.integration.JDOMBuilder
- selectNode(Object, String) - Method in class repast.simphony.integration.JDOMQueryer
-
Selects the node using the given xpath string.
- selectNode(Object, String) - Method in interface repast.simphony.integration.Queryable
-
Selects a node using the specified context as the current location.
- selectNode(String) - Method in class repast.simphony.integration.BeanBuilder
- selectNode(String) - Method in class repast.simphony.integration.BeanQueryer
-
Returns the value of
JXPathUtils.getXPathNode(rootContext, null, path)}.
- selectNode(String) - Method in class repast.simphony.integration.DataFileWriter
- selectNode(String) - Method in class repast.simphony.integration.JDOMBuilder
- selectNode(String) - Method in class repast.simphony.integration.JDOMQueryer
-
Selects the node using the given xpath string.
- selectNode(String) - Method in interface repast.simphony.integration.Queryable
-
Selects a node from using the current location (or root if no such thing exists) using the specified path.
- selectNodes(Object, String) - Method in class repast.simphony.integration.BeanBuilder
- selectNodes(Object, String) - Method in class repast.simphony.integration.BeanQueryer
-
Returns a collection of nodes according to
JXPathUtils.getXPathNodes(JXPathContext, JXPathContext, String)
. - selectNodes(Object, String) - Method in class repast.simphony.integration.DataFileWriter
- selectNodes(Object, String) - Method in class repast.simphony.integration.JDOMBuilder
- selectNodes(Object, String) - Method in class repast.simphony.integration.JDOMQueryer
-
Retrieves a list of nodes as specified in the select node methods.
- selectNodes(Object, String) - Method in interface repast.simphony.integration.Queryable
-
Selects multiple nodes using the query based at the specified context.
- selectNodes(String) - Method in class repast.simphony.integration.BeanBuilder
- selectNodes(String) - Method in class repast.simphony.integration.BeanQueryer
-
Returns a collection of nodes according to
JXPathUtils.getXPathNodes(JXPathContext, JXPathContext, String)
. - selectNodes(String) - Method in class repast.simphony.integration.DataFileWriter
- selectNodes(String) - Method in class repast.simphony.integration.JDOMBuilder
- selectNodes(String) - Method in class repast.simphony.integration.JDOMQueryer
-
Retrieves a list of nodes as specified in the select node methods.
- selectNodes(String) - Method in interface repast.simphony.integration.Queryable
-
Selects multiple nodes using the query.
- selectNodes(PStack) - Method in class repast.simphony.visualization.editor.SelectionHandler
-
Deprecated.
- selectNodes(PStack, boolean) - Method in class repast.simphony.visualization.editor.PNodeSelector
-
Deprecated.Selects the agent and optionally the edge nodes in the PStack.
- self() - Method in class repast.simphony.relogo.AbstractLink
-
Returns this turtle, patch, or link.
- self() - Method in class repast.simphony.relogo.AbstractPatch
-
Returns this turtle, patch, or link.
- self() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns this turtle, patch, or link.
- self() - Method in class repast.simphony.relogo.Link
-
Returns this turtle, patch, or link.
- self() - Method in interface repast.simphony.relogo.Patch
-
Returns this turtle, patch, or link.
- self() - Method in interface repast.simphony.relogo.Turtle
-
Returns this turtle, patch, or link.
- SelfTransition<T> - Class in repast.simphony.statecharts
- SelfTransition(String, Trigger, AbstractState<T>, double) - Constructor for class repast.simphony.statecharts.SelfTransition
- SelfTransition(Trigger, AbstractState<T>, double) - Constructor for class repast.simphony.statecharts.SelfTransition
- SelfTransitionBuilder<T> - Class in repast.simphony.statecharts
- SelfTransitionBuilder(String, AbstractState<T>) - Constructor for class repast.simphony.statecharts.SelfTransitionBuilder
- SelfTransitionBuilder(AbstractState<T>) - Constructor for class repast.simphony.statecharts.SelfTransitionBuilder
- selfTransitions - Variable in class repast.simphony.statecharts.DefaultStateChart
- send(byte[]) - Method in class repast.simphony.ws.OutgoingMessageSocket
- send(String) - Method in class repast.simphony.ws.OutgoingMessageSocket
- sendUpdate(boolean) - Method in class repast.simphony.ws.DataServer
- sentence(Object...) - Static method in class repast.simphony.relogo.Utility
-
Creates a list from the objects.
- Separation - Class in repast.simphony.visualization.cgd.util
- Separation(int, TreeSet[], TreeSet[], TreeSet[], TreeSet[], int, TreeSet) - Constructor for class repast.simphony.visualization.cgd.util.Separation
- SERIALIZATION_ID - Static variable in class repast.simphony.data2.engine.FileSinkControllerActionIO
- serialVersionUID - Static variable in class repast.simphony.essentials.RepastEssentials
- SeriesConfigTableModel - Class in repast.simphony.chart2.wizard
-
TableModel for configuring series in a time series chart.
- SeriesConfigTableModel(TimeSeriesChartDescriptor, DataSetDescriptor) - Constructor for class repast.simphony.chart2.wizard.SeriesConfigTableModel
- SeriesData() - Constructor for class repast.simphony.chart2.XYDataSinkValueSeries.SeriesData
- SeriesData(int, double) - Constructor for class repast.simphony.chart2.XYDataSinkSourceSeries.SeriesData
- SeriesData(String, Color) - Constructor for class repast.simphony.chart2.engine.TimeSeriesChartDescriptor.SeriesData
- ServerDisplayCreator - Interface in repast.simphony.ws
-
Interface for classes that can create a display.
- ServerDisplayCreatorGIS - Class in repast.simphony.ws.gis
-
Creates 3D GIS displays.
- ServerDisplayCreatorGIS(String, Context<?>, GISDisplayDescriptor) - Constructor for class repast.simphony.ws.gis.ServerDisplayCreatorGIS
- ServerNetStyleGIS - Class in repast.simphony.ws.gis
-
Style for server-based display updates.
- ServerNetStyleGIS(EditedEdgeStyleData) - Constructor for class repast.simphony.ws.gis.ServerNetStyleGIS
- ServerStyleGIS - Class in repast.simphony.ws.gis
-
Style for server-based display updates.
- ServerStyleGIS(EditedStyleData) - Constructor for class repast.simphony.ws.gis.ServerStyleGIS
- serverURI - Variable in class repast.simphony.visualization.gis3D.WMSLayersPanel
- Session - Interface in repast.simphony.batch.ssh
- SESSION_HOST - Static variable in class repast.simphony.batch.ssh.Configuration
- SESSION_INSTANCES - Static variable in class repast.simphony.batch.ssh.Configuration
- SESSION_KEY_FILE - Static variable in class repast.simphony.batch.ssh.Configuration
- SESSION_USER - Static variable in class repast.simphony.batch.ssh.Configuration
- SessionBuilder - Class in repast.simphony.batch.ssh
-
Builds Session objects.
- SessionBuilder() - Constructor for class repast.simphony.batch.ssh.SessionBuilder
- SessionException - Exception in repast.simphony.batch.ssh
-
Exception used to wrap errors that occur during Session execution.
- SessionException(String) - Constructor for exception repast.simphony.batch.ssh.SessionException
- SessionException(String, Throwable) - Constructor for exception repast.simphony.batch.ssh.SessionException
- SessionPropsParser - Class in repast.simphony.batch.ssh
-
Parses a Sessions properties file into individual Session instances.
- SessionPropsParser() - Constructor for class repast.simphony.batch.ssh.SessionPropsParser
- sessions() - Method in class repast.simphony.batch.ssh.Configuration
-
Gets an iterable over the sessions described in this Configuration.
- SessionsDriver - Class in repast.simphony.batch.ssh
-
Distributes parameters to remote ssh'able hosts and locally.
- SessionsDriver(String) - Constructor for class repast.simphony.batch.ssh.SessionsDriver
- set(double, double...) - Method in class repast.simphony.valueLayer.ContinuousValueLayer
-
Sets the specified point to the specified value.
- set(double, int...) - Method in class repast.simphony.valueLayer.BufferedGridValueLayer
-
Sets the specified cell to the specified value.
- set(double, int...) - Method in class repast.simphony.valueLayer.GridValueLayer
-
Sets the specified cell to the specified value.
- set(double, int...) - Method in interface repast.simphony.valueLayer.IGridValueLayer
-
Sets the specified cell to the specified value.
- set(int, int, double) - Method in class repast.simphony.context.space.graph.AdjacencyDoubleMatrix
-
Sets a data value in this matrix.
- set(long, double) - Method in class repast.simphony.valueLayer.DenseValueLayerStore
- set(long, double) - Method in class repast.simphony.valueLayer.SparseValueLayerStore
- set(long, double) - Method in interface repast.simphony.valueLayer.ValueLayerStore
-
Set the double value for the specified index.
- set(DisplayDescriptor) - Method in class repast.simphony.gis.visualization.engine.GISDisplayDescriptor
- set(DisplayDescriptor) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
Sets the fields of this descriptor from another when making copies.
- set(DisplayDescriptor) - Method in class repast.simphony.visualization.engine.CartesianDisplayDescriptor
- set(DisplayDescriptor) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- set(DisplayDescriptor) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
- setAbstractProperties(AbstractState<T>) - Method in class repast.simphony.statecharts.AbstractStateBuilder
- setAction(DataLoaderControllerAction) - Method in class repast.simphony.dataLoader.ui.wizard.DataLoaderWizardModel
- setAction(IAction) - Method in class repast.simphony.engine.schedule.DefaultSchedulableDescriptor
-
Sets the action to be scheduled.
- setAction(IAction) - Method in interface repast.simphony.engine.schedule.SchedulableDescriptor
-
Sets the action to be scheduled.
- setAction(FreezerControllerAction) - Method in class repast.simphony.freezedry.wizard.FreezeDryWizardModel
- setActionName(String) - Method in class repast.simphony.userpanel.ui.UserPanelWizardModel
- setActiveButtons(int) - Method in class repast.simphony.relogo.ReLogoModel
- setActiveUUIDs(Set<String>) - Method in class repast.simphony.statecharts.runtime.StateChartSVGModel
- setActiveView(DockableFrame) - Method in class repast.simphony.ui.RSGui
- setAddEdgeEnabled(boolean) - Method in class repast.simphony.visualization.editor.VizEditorForm
-
Deprecated.
- setAdder(ContinuousAdder<T>) - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
-
Sets the adder used by this space to add new objects.
- setAdder(ContinuousAdder<T>) - Method in interface repast.simphony.space.continuous.ContinuousSpace
-
Sets the adder used by this space to add new objects.
- setAdder(ContinuousAdder<T>) - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
-
Sets the adder used by this space to add new objects.
- setAdder(GISAdder<T>) - Method in class repast.simphony.space.gis.DefaultGeography
-
Sets the current GISAdder that determines how objects are added to the geometry when added to the containing context.
- setAdder(GISAdder<T>) - Method in interface repast.simphony.space.gis.Geography
-
Sets the current GISAdder that determines how objects are added to the geometry when added to the containing context.
- setAdder(GISAdder<T>) - Method in class repast.simphony.space.gis.GeographyParameters
- setAdder(GridAdder<T>) - Method in class repast.simphony.space.grid.AbstractGrid
-
Sets the adder used by this space to add new objects.
- setAdder(GridAdder<T>) - Method in interface repast.simphony.space.grid.Grid
-
Sets the adder used by this space to add new objects.
- setAdder(GridAdder<T>) - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
-
Sets the adder used by this space to add new objects.
- setAddTimeStamp(boolean) - Method in class repast.simphony.data2.engine.FileSinkDescriptor
- setAdvancementChooser(AdvancementChooser) - Method in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
- setAgent(T) - Method in class repast.simphony.statecharts.AbstractTrigger
- setAgent(T) - Method in class repast.simphony.statecharts.AgentTransitionMessageChecker
- setAgentClass(Class) - Method in class repast.simphony.dataLoader.ui.wizard.builder.AgentDescriptor
- setAgentClasses(Collection<Class<?>>) - Method in class repast.simphony.data2.wizard.DataSetWizardModel
- setAgentSet(Set<T>) - Method in class repast.simphony.space.gis.Layer
- setAgentType(Class<? extends T>) - Method in class repast.simphony.space.gis.Layer
- setAggregateOp(AggregateOp) - Method in class repast.simphony.data2.engine.MethodDataSourceDefinition
- setAlsoAtEnd(boolean) - Method in class repast.simphony.ui.plugin.editor.ScheduleParamsPanel
- setAlwaysDropDown(boolean) - Method in class repast.simphony.ui.widget.DropDownButton
- setAngleFormat(String) - Method in class repast.simphony.visualization.gis3D.RepastStatusBar
- setAntiAliasing(boolean) - Method in class repast.simphony.chart2.LineChartCreator
- setAreaOfInterest(ReferencedEnvelope) - Method in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
- setArgMatcher(ArgMatcher) - Method in class repast.simphony.engine.watcher.SharedWatchParameters
- setArgMatcher(ArgMatcher) - Method in class repast.simphony.engine.watcher.WatchParameters
- setArgs(int, Object) - Method in class repast.simphony.engine.schedule.CallBackAction
-
Sets the argument that is passed to the wrapped method.
- setAttractionMultiplier(double) - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
- setAttribute(int, Object) - Method in class repast.simphony.space.gis.FeatureAgent
- setAttribute(String, Object) - Method in class repast.simphony.space.gis.FeatureAgent
- setAttribute(Name, Object) - Method in class repast.simphony.space.gis.FeatureAgent
- setAttribute(T, Object) - Method in interface repast.simphony.space.gis.FeatureAttributeAdapter
-
Sets the value of the attribute.
- setAttributes(Object[]) - Method in class repast.simphony.space.gis.FeatureAgent
- setAttributes(List<Object>) - Method in class repast.simphony.space.gis.FeatureAgent
- setBackground(Color) - Method in class repast.simphony.chart2.engine.ChartDescriptor
- setBackground(Color) - Method in class repast.simphony.dataLoader.ui.wizard.builder.CheckNodeRenderer
- setBackgroundColor(Color) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
- setBackgroundColor(Color) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- setBackgroundColor(Color) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
Sets the background color of the display.
- setBackgroundColor(Color) - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
- setBackgroundColor(Color) - Method in class repast.simphony.visualization.gui.CoverageStyleClassStep
- setBackgroundColor(Color) - Method in class repast.simphony.visualization.gui.StyleClassStep
- setBackgroundColor(Color) - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- setBackgroundColor(Color) - Method in class repast.simphony.visualization.visualization3D.Display3D
- setBackgroundColor(Color) - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
Sets the background color of this display.
- setBarColor(Color) - Method in class repast.simphony.chart2.engine.HistogramChartDescriptor
- setBaseLinkProperties(Observer, LinkFactory, T, T, boolean, Number) - Method in class repast.simphony.relogo.AbstractLink
- setBaseTurtleProperties(Observer, TurtleFactory, String, double, double, NdPoint) - Method in class repast.simphony.relogo.AbstractTurtle
- setBatchNumber(int) - Method in class repast.simphony.engine.environment.RunInfo
- setBean(Object) - Method in class repast.simphony.parameter.BoundParameters
-
Sets the bean to bind to the contained parameters.
- setBinCount(int) - Method in class repast.simphony.chart2.engine.HistogramChartDescriptor
- setBlueMethod(String) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- setBlueMethod(String) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- setBoundingBox(double, double) - Method in class repast.simphony.visualization.cgd.graph.CGDNode
- setBoundingBox(BoundingBox) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
Sets the BoundingBox for the display.
- setBoundingBox(BoundingBox) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.Sets the BoundingBox for the display.
- setBoundingBox(BoundingBox) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
Sets the BoundingBox for the display.
- setBoundingBox(BoundingBox) - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- setBounds(Rectangle2D) - Method in class repast.simphony.relogo.styles.BoundingPPath
- setBounds(Rectangle2D) - Method in class repast.simphony.visualization.visualization2D.style.DefaultStyle2D
-
Deprecated.
- setBranchGroup(BranchGroup) - Method in class repast.simphony.visualization.visualization3D.style.TaggedBranchGroup
- setBufferedReader(BufferedReader) - Method in class repast.simphony.relogo.FileInfo
- setBuilder(T) - Method in class repast.simphony.dataLoader.engine.DataLoaderControllerAction
- setButtonText(String) - Method in class repast.simphony.ui.sweep.ParameterSweepSubmitPanel
- setCanvas(ContextCreatorCanvas) - Method in class repast.simphony.dataLoader.ui.wizard.builder.RemoveListener
- setCascadeSelection(boolean) - Method in class repast.simphony.dataLoader.ui.wizard.builder.CheckNode
- setCellSize(float) - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
- setChartLabel(String) - Method in class repast.simphony.chart2.AbstractXYChartCreator
- setChartTitle(String) - Method in class repast.simphony.chart2.engine.ChartDescriptor
- setChild(VSpatial) - Method in class repast.simphony.visualizationOGL2D.SpatialWrapper
-
Sets the VSpatial that this wraps.
- setChildClass(Class) - Method in class repast.simphony.freezedry.FreezeDryedParentChild
- setChildId(String) - Method in class repast.simphony.freezedry.FreezeDryedParentChild
- setChosenOption(T) - Method in class repast.simphony.util.wizard.DynamicWizardModel
- setClasses(Collection<Class<?>>) - Method in class repast.simphony.userpanel.ui.UserPanelWizardModel
- setClassesToLoad(Iterable<Class<?>>) - Method in class repast.simphony.dataLoader.ui.wizard.FreezeDryerContextActionBuilder
- setClassLoader(ClassLoader) - Method in class repast.simphony.xml.XMLSerializer
-
Sets the classloader used when serializing / deserializing.
- setClasspathAdditions(String) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- setColor(double) - Method in class repast.simphony.relogo.TrackingEdge
- setColor(float[]) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- setColor(float[]) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- setColor(float[]) - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
- setColor(int, Color) - Method in class repast.simphony.gis.styleEditor.Palette
- setColor(Color) - Method in class repast.simphony.visualization.decorator.AbstractProjectionDecorator
-
Sets the color of the decoration.
- setColor(Color) - Method in interface repast.simphony.visualization.gui.styleBuilder.PreviewEdge
- setColor(Color) - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewEdge2D
- setColor(Color) - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewEdge3D
- setColor(Color) - Method in class repast.simphony.visualization.visualization3D.AbstractLabel
- setColor(Color) - Method in interface repast.simphony.visualization.visualization3D.Label
- setColor(Color) - Method in class repast.simphony.visualization.visualization3D.NullLabel
- setColor(Number) - Method in class repast.simphony.relogo.AbstractLink
-
Sets the color of a link to the value color.
- setColor(Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Sets the color of a turtle to the value color.
- setColor(Number) - Method in class repast.simphony.relogo.Link
-
Sets the color of a link to the value color.
- setColor(Number) - Method in interface repast.simphony.relogo.Turtle
-
Sets the color of a turtle to the value color.
- setColor(Rule, Color) - Static method in class repast.simphony.gis.styleEditor.RuleCreator
-
Sets the color of the symbolizer in the specified rule.
- setColorAt(int, Color) - Method in class repast.simphony.gis.styleEditor.ValueTableModel
- setColoredAppearance(Appearance, Color) - Static method in class repast.simphony.visualization.visualization3D.AppearanceFactory
- setColorMax(float[]) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- setColorMax(float[]) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- setColorMax(float[]) - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
- setColorMin(float[]) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- setColorMin(float[]) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- setColorMin(float[]) - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
- setColorScale(float[]) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- setColorScale(float[]) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- setColorScale(float[]) - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
- setColorValue(boolean[]) - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
- setCommandLine(CommandLine) - Method in class repast.simphony.integration.CustomExecute
- setCommandLineArguments(String) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- setCommandPanel(JPanel) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- setConcatenate(boolean) - Method in class repast.simphony.batch.ssh.OutputPattern
-
Sets whether or not to concatenate the files that match pattern.
- setConstantValue(String) - Method in class repast.simphony.ui.sweep.ParameterSweepInput
- setConstrainingList(List) - Method in class repast.simphony.parameter.DefaultParameterSchema
-
Sets the constraining list.
- setConstrainingRange(SteppedRange) - Method in class repast.simphony.parameter.DefaultParameterSchema
-
Sets the constraining range.
- setContext(Context) - Method in class repast.simphony.relogo.AbstractObserver
- setController(Controller) - Method in class repast.simphony.engine.environment.AbstractRunner
- setController(Controller) - Method in interface repast.simphony.engine.environment.Runner
- setController(Controller) - Method in class repast.simphony.ws.ScheduleRunner
- setControllerRegistry(ControllerRegistry) - Method in interface repast.simphony.engine.controller.Controller
-
Sets the registry of
ControllerAction
s that the controller will run. - setControllerRegistry(ControllerRegistry) - Method in class repast.simphony.engine.controller.DefaultController
-
Sets the registry of
ControllerAction
s that the controller will run. - setControllerRegistry(ControllerRegistry) - Method in class repast.simphony.engine.environment.RunState
-
Sets the
ControllerRegistry
used to setup and teardown the simulation. - setControllerRegistry(ControllerRegistry) - Method in class repast.simphony.scenario.Scenario
- setControllerRegistry(Scenario, ControllerRegistry) - Method in class repast.simphony.ui.tree.ScenarioTree
- setConvertor(StringConverter) - Method in class repast.simphony.parameter.DefaultParameterSchema
-
Sets the converter for this schema.
- setCreateContextFromData(boolean) - Method in class repast.simphony.dataLoader.ui.wizard.FreezeDryerContextActionBuilder
- setCrs(String) - Method in class repast.simphony.space.gis.GeographyParameters
-
Sets the CRS code used to generate the Coordinate Referencing System.
- setCRS(String) - Method in class repast.simphony.space.gis.DefaultGeography
-
Sets the coordinate reference system for this Geometry.
- setCRS(String) - Method in interface repast.simphony.space.gis.Geography
-
Sets the coordinate reference system for this Geometry.
- setCRS(CoordinateReferenceSystem) - Method in class repast.simphony.space.gis.DefaultGeography
-
Sets the coordinate reference system for this Geometry.
- setCRS(CoordinateReferenceSystem) - Method in interface repast.simphony.space.gis.Geography
-
Sets the coordinate reference system for this Geometry.
- setCRS(CoordinateReferenceSystem) - Method in class repast.simphony.space.gis.RasterLayer
-
Setting the layer CRS will project the coverage to the new CRS.
- setCurrentDirectory(File) - Method in class repast.simphony.relogo.ReLogoModel
- setCurrentElementValues() - Method in class repast.simphony.visualization.gui.CoverageStyleClassStep
- setCurrentElementValues() - Method in class repast.simphony.visualization.gui.CoverageStyleStep
-
Set the values of the current element in the agent list when another element in the list is selected.
- setCurrentElementValues() - Method in class repast.simphony.visualization.gui.StyleClassStep
- setCurrentElementValues() - Method in class repast.simphony.visualization.gui.StyleStep
-
Set the values of the current element in the agent list when another element in the list is selected.
- setCurrentFileInfo(FileInfo) - Method in class repast.simphony.relogo.ReLogoModel
- setCurrentPlot(String) - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- setCurrentPlotPen(String) - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- setData(double[]) - Method in class repast.simphony.ui.sparkline.SparklineJComponent
- setData(float[]) - Method in class repast.simphony.ui.sparkline.SparklineJComponent
- setData(int[]) - Method in class repast.simphony.ui.sparkline.SparklineJComponent
- setData(Number[]) - Method in class repast.simphony.ui.sparkline.SparklineJComponent
- setData(Object) - Method in class repast.simphony.integration.DataContent
-
Sets the data to be used in the
DataContent.getValue()
method. - setData(Object) - Method in class repast.simphony.ui.sparkline.PropertySourcedSparklineJComponent
- setData(Quantity[]) - Method in class repast.simphony.ui.sparkline.SparklineJComponent
- setData(SimpleFeatureType, Style, FeatureSource) - Method in class repast.simphony.gis.styleEditor.StyleDialog
- setData(SimpleFeatureType, Style, FeatureSource) - Method in class repast.simphony.gis.styleEditor.StyleEditorPanel
- setDataLoader(Object) - Method in class repast.simphony.dataLoader.ui.wizard.ClassContextActionBuilder
-
Sets the DataLoader to be used to load the data.
- setDataSet(String) - Method in class repast.simphony.chart2.engine.ChartDescriptor
- setDataSet(String) - Method in class repast.simphony.data2.engine.AbstractTextSinkDescriptor
- setDataSet(AbstractHistogramDataset) - Method in class repast.simphony.chart2.SingleHistogramDomainAxis
-
Sets the data set that will be used for determining bin edges.
- setDataSource(FreezeDryedDataSource) - Method in class repast.simphony.freezedry.FreezeDryedRegistry
-
Sets this data source to use the specified data source for both reading and writing.
- setDataValueId(String) - Method in class repast.simphony.chart2.engine.TimeSeriesChartDescriptor
-
Sets the id of the data source used to provide the data for the time series.
- setDataVisible(boolean) - Method in class repast.simphony.gis.legend.LegendEntry
-
Deprecated.Set the selected status of this entry.
- setDataVisible(boolean) - Method in class repast.simphony.gis.legend.LegendLayerEntry
-
Deprecated.
- setDataVisible(boolean, boolean) - Method in class repast.simphony.gis.legend.LegendEntry
-
Deprecated.Set the selected status of this entry and whether or not the selected status should be propogated to children.
- setDataVisible(boolean, boolean) - Method in class repast.simphony.gis.legend.LegendLayerEntry
-
Deprecated.Set the selected status of this entry and whether or not the selected status should be propogated to children.
- setDbURL(String) - Method in class repast.simphony.dataLoader.wizard.JDBCContextActionBuilder
- setDbURL(String) - Method in class repast.simphony.freezedry.wizard.JDBCDSBuilder
- setDebugStream(PrintStream) - Method in class repast.simphony.engine.watcher.query.QueryParserTokenManager
- setDefaultDisplay(IDisplay) - Method in class repast.simphony.relogo.ReLogoModel
- setDefaultDistance(double) - Method in class repast.simphony.engine.graph.IterableTraverser
-
Sets the value that will be returned by
IterableTraverser.getDistance(T, T)
. - setDefaultFileExtension(String) - Method in class repast.simphony.data2.gui.FileChooserStep
- setDefaultGeometry(Object) - Method in class repast.simphony.space.gis.FeatureAgent
- setDefaultGeometryProperty(GeometryAttribute) - Method in class repast.simphony.space.gis.FeatureAgent
- setDefaultRule(Rule) - Method in class repast.simphony.gis.styleEditor.ByRangePanelMediator
- setDefaultSchedulableActionFactory(ISchedulableActionFactory) - Method in class repast.simphony.engine.graph.DefaultGraphScheduleFactory
-
Sets the default action factory to be used with constructing schedules
- setDefaultSchedulableActionFactory(ISchedulableActionFactory) - Method in class repast.simphony.engine.schedule.DefaultScheduleFactory
-
Sets the action factory that will be used when createSchedule is called with no arguments.
- setDefaultSchedulableActionFactory(ISchedulableActionFactory) - Method in interface repast.simphony.engine.schedule.IScheduleFactory
-
Sets the action factory that will be used when createSchedule is called with no arguments.
- setDefaultShape(Class, String) - Method in class repast.simphony.relogo.AbstractObserver
-
Sets the default shape for new turtleType turtles to shape.
- setDefaultShape(Class, String) - Method in interface repast.simphony.relogo.Observer
-
Sets the default shape for new turtleType turtles to shape.
- setDefaultShape(String, String) - Method in class repast.simphony.relogo.AbstractObserver
-
Sets the default shape for new turtleType turtles to shape.
- setDefaultShape(String, String) - Method in class repast.simphony.relogo.factories.TurtleFactory
- setDefaultShape(String, String) - Method in interface repast.simphony.relogo.Observer
-
Sets the default shape for new turtleType turtles to shape.
- setDefaultValue(Object) - Method in class repast.simphony.parameter.DefaultParameterSchema
-
Sets the default value of this parameter.
- setDefaultValue(Object) - Method in interface repast.simphony.parameter.ParameterSchema
-
Sets the default value of this parameter.
- setDelimiter(char) - Method in class repast.simphony.dataLoader.ui.wizard.DFDataLoaderContextActionBuilder
- setDelimiter(char) - Method in class repast.simphony.freezedry.wizard.DFDataSourceBuilder
- setDelimiter(String) - Method in class repast.simphony.data2.AbstractFormatter
- setDelimiter(String) - Method in class repast.simphony.data2.engine.AbstractTextSinkDescriptor
- setDelimiter(String) - Method in interface repast.simphony.data2.Formatter
-
Sets the delimiter used by this formatter.
- setDepth(double) - Method in class repast.simphony.visualization.engine.BoundingBox
- setDescriptor(PropertyDescriptor) - Method in class repast.simphony.visualization.editor.PropertyDescriptorAdapter
-
Deprecated.
- setDescriptor(Object) - Method in class repast.simphony.dataLoader.ui.wizard.DummyContextActionBuilder
-
Sets the descriptor for this DataLoader.
- setDescriptor(HistogramChartDescriptor) - Method in class repast.simphony.chart2.wizard.HistogramWizardModel
- setDescriptor(TimeSeriesChartDescriptor) - Method in class repast.simphony.chart2.wizard.TimeSeriesWizardModel
- setDescriptor(ConsoleSinkDescriptor) - Method in class repast.simphony.data2.wizard.ConsoleSinkWizardModel
- setDescriptor(DataSetDescriptor) - Method in class repast.simphony.data2.wizard.DataSetWizardModel
- setDescriptor(FileSinkDescriptor) - Method in class repast.simphony.data2.wizard.FileSinkWizardModel
- setDescriptor(ContextDescriptor) - Method in class repast.simphony.dataLoader.ui.wizard.builder.GUIContextActionBuilder
-
Sets the descriptor for this DataLoader.
- setDescriptor(UserPanelDescriptor) - Method in class repast.simphony.userpanel.ui.UserPanelWizardModel
- setDescriptor(DisplayDescriptor) - Method in class repast.simphony.visualization.engine.DisplayComponentControllerAction
- setDescriptor(DisplayDescriptor) - Method in class repast.simphony.visualization.gui.DisplayWizardModel
- setDescriptorFileName(String) - Method in class repast.simphony.integration.DataFileReader
- setDescriptorFileName(String) - Method in class repast.simphony.integration.DataFileWriter
- setDest(TriangulationPoint) - Method in class repast.simphony.space.delaunay.QuadEdge
-
Set the destination of this edge.
- setDestFileName(String) - Method in class repast.simphony.integration.DataFileWriter
- setDestination(AbstractState<T>) - Method in class repast.simphony.statecharts.HistoryState
- setDiffusionConst(double) - Method in class repast.simphony.valueLayer.ValueLayerDiffuser
- setDir(String) - Method in class repast.simphony.freezedry.gui.DFDirectoryChooserStep
- setDirected(boolean) - Method in class repast.simphony.dataLoader.ui.wizard.builder.ContextDescriptor
- setDirected(boolean) - Method in class repast.simphony.dataLoader.ui.wizard.builder.NetworkDescriptor
- setDirected(boolean) - Method in class repast.simphony.relogo.Link
- setDirected(boolean) - Method in class repast.simphony.space.graph.RepastEdge
- setDirectoryName(String) - Method in class repast.simphony.dataLoader.ui.wizard.DFDataLoaderContextActionBuilder
- setDirectoryName(String) - Method in class repast.simphony.freezedry.wizard.DFDataSourceBuilder
- setDirty(boolean) - Method in class repast.simphony.scenario.Scenario
-
Set the dirty flag on this scenario.
- setDisp(double, double, double) - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout.FRVertexData
- setDisplayInternalNameMap(HashMap<String, String>) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- setDisplayName(String) - Method in class repast.simphony.ui.probe.FieldPropertyDescriptor
-
Sets the display name for this field property.
- setDisplayName(String) - Method in class repast.simphony.ui.sweep.ParameterSweepInput
- setDisplayOrder(double) - Method in class repast.simphony.ui.parameters.AbstractParameterBinder
- setDisplayOrder(double) - Method in interface repast.simphony.ui.parameters.ParameterBinder
-
Sets the order of the created component in the display.
- setDisplayType(String) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- setDisplayType(String, boolean) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
- setDisplayType(String, boolean) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- setDisplayType(String, boolean) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
Sets the display type of this descriptor.
- setDistance(double, Unit) - Method in interface repast.simphony.gis.tools.DistanceSetter
- setDrawSmooth(boolean) - Method in class repast.simphony.visualization.gis3D.RepastSurfaceImage
-
Toggles smooth (anti-aliased) rendering of texture images.
- setDrawSmooth(boolean) - Method in class repast.simphony.visualization.gis3D.RepastTexture
-
Toggles smooth (anti-aliased) rendering of texture images.
- setDriverName(String) - Method in class repast.simphony.dataLoader.wizard.JDBCContextActionBuilder
- setDriverName(String) - Method in class repast.simphony.freezedry.datasource.JDBCConnectPanel
- setDriverName(String) - Method in class repast.simphony.freezedry.wizard.JDBCDSBuilder
- setEdgeCreator(EdgeCreator) - Method in class repast.simphony.context.space.graph.NetworkBuilder
-
Sets the class that will be used to create edges for the created network.
- setEdges(HashMap) - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
- SetEdgeWeight(String, Object, Object, double) - Static method in class repast.simphony.essentials.RepastEssentials
- setEditorFont(Font) - Method in interface repast.simphony.visualization.gui.styleBuilder.PreviewIcon
- setEditorFont(Font) - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewIcon2D
- setEditorFont(Font) - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewIcon3D
- setEditorFontColor(Color) - Method in interface repast.simphony.visualization.gui.styleBuilder.PreviewIcon
- setEditorFontColor(Color) - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewIcon2D
- setEditorFontColor(Color) - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewIcon3D
- setElevationUnit(String) - Method in class repast.simphony.visualization.gis3D.RepastStatusBar
- setEnabled(boolean) - Method in class repast.simphony.data2.engine.ConsoleSinkDescriptor
- setEnabled(boolean) - Method in class repast.simphony.ui.widget.IconRotator
- setEnd1(T) - Method in class repast.simphony.relogo.AbstractLink
-
Sets the first turtle of a link to end1.
- setEnd1(T) - Method in class repast.simphony.relogo.Link
-
Sets the first turtle of a link to end1.
- setEnd2(T) - Method in class repast.simphony.relogo.AbstractLink
-
Sets the second turtle of a link to end2.
- setEnd2(T) - Method in class repast.simphony.relogo.Link
-
Sets the second turtle of a link to end2.
- setEnvironment(Map) - Method in class repast.simphony.integration.CustomExecute
- setEnvironmentBuilder(RunEnvironmentBuilder) - Method in class repast.simphony.engine.environment.AbstractRunner
- setEnvironmentBuilder(RunEnvironmentBuilder) - Method in interface repast.simphony.engine.environment.Runner
- setEnvironmentBuilder(RunEnvironmentBuilder) - Method in class repast.simphony.ws.ScheduleRunner
- setErrorMessage(String) - Method in class repast.simphony.freezedry.datasource.JDBCConnectPanel
- setEvaporationConst(double) - Method in class repast.simphony.valueLayer.ValueLayerDiffuser
- setEventHandler(PInputEventListener) - Method in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.Set the tool which the map is listening to.
- setEventSource(WorldWindow) - Method in class repast.simphony.visualization.gis3D.RepastStatusBar
- setExecutionPanel(JPanel) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- setExecutor(LegacyExecutor) - Method in class repast.simphony.integration.DefaultExtProgRunner
- setExecutor(LegacyExecutor) - Method in interface repast.simphony.integration.ExternalProgramRunner
- setFactor(double) - Method in class repast.simphony.visualization.visualization3D.MouseRotate
-
Set the x-axis amd y-axis movement multipler with factor.
- setFactor(double) - Method in class repast.simphony.visualization.visualization3D.MouseTranslate
-
Set the x-axis amd y-axis movement multipler with factor.
- setFactor(double) - Method in class repast.simphony.visualization.visualization3D.MouseZoom
-
Set the y-axis movement multipler with factor.
- setFactor(double, double) - Method in class repast.simphony.visualization.visualization3D.MouseRotate
-
Set the x-axis amd y-axis movement multipler with xFactor and yFactor respectively.
- setFactor(double, double) - Method in class repast.simphony.visualization.visualization3D.MouseTranslate
-
Set the x-axis amd y-axis movement multipler with xFactor and yFactor respectively.
- setFile(File) - Method in class repast.simphony.relogo.FileInfo
- setFileInfoList(ArrayList<FileInfo>) - Method in class repast.simphony.relogo.ReLogoModel
- setFileName(String) - Method in class repast.simphony.data2.engine.FileSinkDescriptor
- setFileReadable(boolean) - Method in class repast.simphony.relogo.FileInfo
- setFileToParseName(String) - Method in class repast.simphony.integration.DataFileReader
- setFillColor(Color) - Method in class repast.simphony.gis.styleEditor.PreviewLabel
- setFillColor(Color) - Method in interface repast.simphony.visualization.gui.styleBuilder.PreviewIcon
- setFillColor(Color) - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewIcon2D
- setFillColor(Color) - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewIcon3D
- setFillOpacity(double) - Method in class repast.simphony.gis.styleEditor.PreviewLabel
- setFillOpacity(double) - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewIcon2D
- setFilter(Predicate<T>) - Method in class repast.simphony.engine.schedule.DefaultContextSchedulableDescriptor
-
Sets the filter to use on the context to pull agents out and execute them.
- setFilter(Predicate<T>) - Method in interface repast.simphony.util.PredicateFiltered
-
Sets the predicate used for filtering.
- setFinishing(boolean) - Method in interface repast.simphony.engine.schedule.ISchedule
-
Sets whether or not the simultation is finishing, which means that this schedule will no longer allow actions to be scheduled or rescheduled.
- setFinishing(boolean) - Method in class repast.simphony.engine.schedule.Schedule
-
Sets whether or not the simultation is finishing, which means that this schedule will no longer allow actions to be scheduled or rescheduled.
- setFinishing(boolean) - Method in class repast.simphony.engine.schedule.ScheduleGroup
- setFirst(X) - Method in class repast.simphony.util.collections.Pair
-
Sets the first element in the tuple (first, second).
- setFirstStepRandom(boolean) - Method in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
- setFont(Font) - Method in class repast.simphony.visualization.visualization3D.AbstractLabel
- setFont(Font) - Method in interface repast.simphony.visualization.visualization3D.Label
- setFont(Font) - Method in class repast.simphony.visualization.visualization3D.NullLabel
- setForegroundColor(Color) - Method in class repast.simphony.ui.sparkline.SparklineJComponent
- setFormat(FormatType) - Method in class repast.simphony.data2.engine.AbstractTextSinkDescriptor
- setFrame(double, double, double, double, double, double) - Method in class repast.simphony.visualization.engine.BoundingBox
- setFreezeDryedContextId(Object) - Method in class repast.simphony.dataLoader.ui.wizard.FreezeDryerContextActionBuilder
- setFreezeDryedContextId(Object) - Method in class repast.simphony.freezedry.wizard.FreezeDryWizardModel
- setFrequency(Frequency) - Method in class repast.simphony.engine.schedule.AbstractAction
-
Sets the frequency of this AbstractAction.
- setFrequency(Frequency) - Method in class repast.simphony.engine.schedule.ThreadedAction
-
Sets the execution frequency.
- setGenerator(NetworkGenerator<T>) - Method in class repast.simphony.context.space.graph.NetworkBuilder
-
Sets a generator to use to create the network topology.
- setGeography(Geography) - Method in class repast.simphony.visualization.gis3D.AbstractAirspaceLayer
-
Set the geography for this display.
- setGeography(Geography) - Method in class repast.simphony.visualization.gis3D.AbstractRenderableLayer
-
Set the geography for this display.
- setGeography(Geography) - Method in class repast.simphony.visualization.gis3D.CoverageLayer
-
Set the geography for this display.
- setGeography(Geography<?>) - Method in class repast.simphony.ws.gis.StyledLayerGIS
- setGeography(Geography<?>) - Method in class repast.simphony.ws.gis.StyledNetLayerGIS
- setGeomType(Class<? extends Geometry>) - Method in class repast.simphony.space.gis.Layer
- setGraph(Graph<T, RepastEdge<T>>) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
- setGraph(Graph<T, RepastEdge<T>>) - Method in class repast.simphony.space.graph.JungNetwork
- setGravity(float, float, float) - Method in class repast.simphony.space.physics.DefaultPhysicsSpace
- setGravity(float, float, float) - Method in interface repast.simphony.space.physics.PhysicsSpace
- setGreenMethod(String) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- setGreenMethod(String) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- setGridButton(JRadioButton) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- setGridExecutionPanel(JPanel) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- setGridLineColor(Color) - Method in class repast.simphony.chart2.engine.ChartDescriptor
- setGridPointTranslator(GridPointTranslator) - Method in class repast.simphony.space.grid.AbstractGrid
-
Sets the rule to use for controlling what happens at or beyond the borders of the space.
- setGridPointTranslator(GridPointTranslator) - Method in interface repast.simphony.space.grid.Grid
-
Sets the rule to use for controlling what happens at or beyond the borders of the space.
- setGridPointTranslator(GridPointTranslator) - Method in class repast.simphony.valueLayer.GridValueLayer
-
Sets the rule to use for controlling what happens at or beyond the borders of the value layer.
- setGridPointTranslator(GridPointTranslator) - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
-
Sets the rule to use for controlling what happens at or beyond the borders of the space.
- setGridValue(int, int, double) - Method in class repast.simphony.space.gis.RasterLayer
- setGridValue(int, int, float) - Method in class repast.simphony.space.gis.RasterLayer
- setGridValue(int, int, int) - Method in class repast.simphony.space.gis.RasterLayer
- setGUIForModelLoaded() - Method in class repast.simphony.ui.RSGui
- setGUIForModelLoaded(GUIBarManager) - Method in class repast.simphony.ui.ButtonCoordinator
- setGUIForPaused() - Method in class repast.simphony.ui.RSGui
- setGUIForPaused(GUIBarManager) - Method in class repast.simphony.ui.ButtonCoordinator
- setGUIForPostSimInit() - Method in class repast.simphony.ui.RSGui
- setGUIForPostSimInit(GUIBarManager) - Method in class repast.simphony.ui.ButtonCoordinator
- setGUIForStarted() - Method in class repast.simphony.ui.RSGui
- setGUIForStarted(GUIBarManager) - Method in class repast.simphony.ui.ButtonCoordinator
- setGUIForStepped() - Method in class repast.simphony.ui.RSGui
- setGUIForStepped(GUIBarManager) - Method in class repast.simphony.ui.ButtonCoordinator
- setGUIForStopped() - Method in class repast.simphony.ui.RSGui
- setGUIForStopped(GUIBarManager) - Method in class repast.simphony.ui.ButtonCoordinator
- setGUIRegistry(GUIRegistry) - Method in class repast.simphony.engine.environment.RunState
-
Sets the GUI registry
- setHeader(boolean) - Method in class repast.simphony.batch.ssh.OutputPattern
-
Sets whether or not the files that match the pattern will have a header.
- setHeading(Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Sets the heading of the turtle to nNum.
- setHeading(Number) - Method in interface repast.simphony.relogo.Turtle
-
Sets the heading of the turtle to nNum.
- setHeight(double) - Method in class repast.simphony.visualization.engine.BoundingBox
- setHiddenQ(boolean) - Method in class repast.simphony.relogo.AbstractLink
-
Sets link visibility.
- setHiddenQ(boolean) - Method in class repast.simphony.relogo.AbstractTurtle
-
Sets turtle visibility.
- setHiddenQ(boolean) - Method in class repast.simphony.relogo.Link
-
Sets link visibility.
- setHiddenQ(boolean) - Method in interface repast.simphony.relogo.Turtle
-
Sets turtle visibility.
- setHighlightColor(Color) - Method in class repast.simphony.ui.sparkline.SparklineJComponent
- setHistogramNumBars(Number) - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- setHistType(HistogramChartDescriptor.HistogramType) - Method in class repast.simphony.chart2.engine.HistogramChartDescriptor
- setHome(String) - Method in class repast.simphony.data.analysis.AnalysisPluginWizard
- setIcon(Icon) - Method in class repast.simphony.gis.legend.LegendRuleEntry
-
Deprecated.
- setIconFile(File) - Method in interface repast.simphony.visualization.gui.styleBuilder.PreviewIcon
- setIconFile(File) - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewIcon2D
- setIconFile(File) - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewIcon3D
- setIconFile2D(String) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- setId(int) - Method in class repast.simphony.visualization.cgd.util.ParseClanTree
- setId(Object) - Method in class repast.simphony.context.AbstractContext
- setId(Object) - Method in class repast.simphony.context.FormerDefaultContext
- setId(Object) - Method in interface repast.simphony.context.RepastElement
- setId(String) - Method in class repast.simphony.data2.engine.CountSourceDefinition
- setId(String) - Method in class repast.simphony.data2.engine.MethodDataSourceDefinition
- setId(String) - Method in class repast.simphony.freezedry.FreezeDryedObject
- setId(String) - Method in class repast.simphony.statecharts.old.State
- setIdentifier(String) - Method in class repast.simphony.visualization.cgd.graph.CGDEdge
- setIdentifier(String) - Method in class repast.simphony.visualization.cgd.graph.CGDNode
- setIncludeBatchRun(boolean) - Method in class repast.simphony.data2.engine.DataSetDescriptor
- setIncludeRandomSeed(boolean) - Method in class repast.simphony.data2.engine.DataSetDescriptor
- setIncludeTick(boolean) - Method in class repast.simphony.data2.engine.DataSetDescriptor
- setIndex(int) - Method in class repast.simphony.freezedry.FreezeDryedParentChild
- setIndex(int) - Method in class repast.simphony.visualization.cgd.graph.CGDEdge
- setIndex(int) - Method in class repast.simphony.visualization.cgd.graph.CGDNode
- setInfoMessage(String) - Method in class repast.simphony.freezedry.datasource.JDBCConnectPanel
- setInput(String) - Method in class repast.simphony.batch.ssh.LocalSession
- setInput(String) - Method in class repast.simphony.batch.ssh.RemoteSession
- setInput(String) - Method in interface repast.simphony.batch.ssh.Session
-
Sets the file that contains the parameter input for this Session.
- setInputStream(InputStream) - Method in class repast.simphony.essentials.DevNull
- setInterval(double) - Method in class repast.simphony.statecharts.AlwaysTrigger
- setInterval(double) - Method in class repast.simphony.statecharts.ConditionTrigger
- setInterval(double) - Method in class repast.simphony.statecharts.ExponentialDecayRateTrigger
-
This does nothing as there is no polling time associated with this trigger type.
- setInterval(double) - Method in class repast.simphony.statecharts.MessageTrigger
- setInterval(double) - Method in class repast.simphony.statecharts.ProbabilityTrigger
- setInterval(double) - Method in class repast.simphony.statecharts.TimedTrigger
-
This does nothing as there is no polling time associated with this trigger type.
- setInterval(double) - Method in interface repast.simphony.statecharts.Trigger
- setIsNonModelAction(boolean) - Method in class repast.simphony.engine.schedule.AbstractAction
- setIsNonModelAction(IAction) - Method in class repast.simphony.engine.schedule.AbstractAction
- setLabel(Object) - Method in class repast.simphony.relogo.AbstractTurtle
-
Sets the label.
- setLabel(Object) - Method in interface repast.simphony.relogo.Turtle
-
Sets the label.
- setLabel(String) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- setLabel(String) - Method in class repast.simphony.visualization.visualization3D.AbstractLabel
- setLabel(String) - Method in interface repast.simphony.visualization.visualization3D.Label
- setLabel(String) - Method in class repast.simphony.visualization.visualization3D.NullLabel
- setLabel(String, Style3D.LabelPosition) - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
- setLabelColor(float[]) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- setLabelColor(Color) - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
- setLabelColor(Number) - Method in class repast.simphony.relogo.AbstractLink
-
Sets the label color for a link to labelColor.
- setLabelColor(Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Sets the label color for a turtle to labelColor.
- setLabelColor(Number) - Method in class repast.simphony.relogo.Link
-
Sets the label color for a link to labelColor.
- setLabelColor(Number) - Method in interface repast.simphony.relogo.Turtle
-
Sets the label color for a turtle to labelColor.
- setLabelFont(Font) - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
- setLabelFontFamily(String) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- setLabelFontSize(int) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- setLabelFontType(int) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- setLabelMethod(String) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- setLabelOffset(float) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- setLabelOffset(float) - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
- setLabelPosition(String) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- setLabelPrecision(int) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- setLastColor(Color) - Method in class repast.simphony.ui.sparkline.SparklineJComponent
- setLastTimer(long) - Method in class repast.simphony.relogo.ReLogoModel
- setLayerOrders(Map<String, Integer>) - Method in class repast.simphony.gis.visualization.engine.GISDisplayData
- setLayerSelected(boolean) - Method in class repast.simphony.gis.legend.LegendTreeLayerCellRenderer
-
Deprecated.
- setLayerTool(PBasicInputEventHandler, Class) - Method in class repast.simphony.visualization.visualization2D.RepastCanvas2D
-
Deprecated.
- setLayout() - Method in class repast.simphony.visualization.visualization2D.layout.CircleLayout2D
- setLayout() - Method in class repast.simphony.visualization.visualization2D.layout.FRLayout2D
- setLayout() - Method in class repast.simphony.visualization.visualization2D.layout.ISOMLayout2D
- setLayout() - Method in class repast.simphony.visualization.visualization2D.layout.JungLayout
- setLayout() - Method in class repast.simphony.visualization.visualization2D.layout.KKLayout2D
- setLayout() - Method in class repast.simphony.visualization.visualization2D.layout.TreeLayout2D
-
A Tree layout expects the graph to directed and acyclic, with a root node and children nodes.
- setLayout(Layout) - Method in class repast.simphony.visualization.AbstractLayoutUpdater
-
Sets the layout whose updates this updater manages.
- setLayout(Layout) - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- setLayout(Layout) - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
- setLayout(Layout) - Method in interface repast.simphony.visualization.LayoutUpdater
-
Sets the layout whose updates this updater manages.
- setLayout(Layout) - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- setLayout(Layout) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
- setLayout(Layout<?, ?>) - Method in interface repast.simphony.visualization.IDisplay
-
Sets the Layout for the display to use.
- setLayout(Layout<?, ?>) - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
- setLayout(JungNetworkLayout) - Method in interface repast.simphony.visualization.visualization3D.layout.JungGraphElementAccessor
-
Sets the
Network
that is used to specify the locations of vertices and edges in this instance tolayout
. - setLayout(JungNetworkLayout) - Method in class repast.simphony.visualization.visualization3D.layout.JungRadiusGraphElementAccessor
- setLayoutClassName(String) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
- setLayoutClassName(String) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- setLayoutClassName(String) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
- setLayoutFrequency(IDisplay.LayoutFrequency) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
- setLayoutFrequency(IDisplay.LayoutFrequency) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- setLayoutFrequency(IDisplay.LayoutFrequency) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
- setLayoutFrequency(IDisplay.LayoutFrequency, int) - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- setLayoutFrequency(IDisplay.LayoutFrequency, int) - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
- setLayoutFrequency(IDisplay.LayoutFrequency, int) - Method in interface repast.simphony.visualization.IDisplay
-
Sets the frequency of the layout.
- setLayoutFrequency(IDisplay.LayoutFrequency, int) - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- setLayoutFrequency(IDisplay.LayoutFrequency, int) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
- setLayoutFrequency(IDisplay.LayoutFrequency, int) - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
- setLayoutInterval(int) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
- setLayoutInterval(int) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- setLayoutInterval(int) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
- setLayoutProjection(String) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
- setLayoutProjection(String) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- setLayoutProjection(String) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
Sets the name of the projection to associate with the layout.
- setLayoutProperties(VisualizationProperties) - Method in class repast.simphony.visualization.AbstractNetworkLayout
- setLayoutProperties(VisualizationProperties) - Method in class repast.simphony.visualization.cgd.CGDLayout
- setLayoutProperties(VisualizationProperties) - Method in class repast.simphony.visualization.continuous.Continuous2DLayout
-
Sets the layout properties for this layout.
- setLayoutProperties(VisualizationProperties) - Method in class repast.simphony.visualization.continuous.Continuous3DLayout
-
Sets the layout properties for this layout.
- setLayoutProperties(VisualizationProperties) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
Sets the layout properties for this display.
- setLayoutProperties(VisualizationProperties) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.Sets the layout properties for this display.
- setLayoutProperties(VisualizationProperties) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
Sets the layout properties for this display.
- setLayoutProperties(VisualizationProperties) - Method in class repast.simphony.visualization.grid.Grid2DLayout
-
Sets the layout properties for this layout.
- setLayoutProperties(VisualizationProperties) - Method in class repast.simphony.visualization.grid.Grid3DLayout
-
Sets the layout properties for this layout.
- setLayoutProperties(VisualizationProperties) - Method in interface repast.simphony.visualization.Layout
-
Sets the layout properties for this layout.
- setLayoutProperties(VisualizationProperties) - Method in class repast.simphony.visualization.NullLayout
-
Sets the layout properties for this layout.
- setLayoutProperties(VisualizationProperties) - Method in class repast.simphony.visualization.visualization2D.ArbitraryLayout
-
Sets the layout properties for this layout.
- setLayoutProperties(VisualizationProperties) - Method in class repast.simphony.visualization.visualization2D.Random2DLayout
-
Sets the layout properties for this layout.
- setLayoutProperties(VisualizationProperties) - Method in class repast.simphony.visualization.visualization3D.layout.GEM3DLayout
-
Sets the layout properties for this layout.
- setLayoutProperties(VisualizationProperties) - Method in class repast.simphony.visualization.visualization3D.layout.Random3DLayout
-
Sets the layout properties for this layout.
- setLayoutProperties(VisualizationProperties) - Method in class repast.simphony.visualization.visualization3D.layout.SphericalLayout
-
Sets the layout properties for this layout.
- setLinearVelocity(T, float, float, float) - Method in class repast.simphony.space.physics.DefaultPhysicsSpace
- setLinearVelocity(T, float, float, float) - Method in interface repast.simphony.space.physics.PhysicsSpace
- setLineGraph(boolean) - Method in class repast.simphony.ui.sparkline.SparklineJComponent
- setLineStyle(LineStyle) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- setListener(PInputEventListener) - Method in class repast.simphony.visualization.visualization2D.DisplayLayer2D
-
Deprecated.
- setLists(List<T>, List<T>) - Method in class repast.simphony.ui.plugin.editor.ListSelector
- setLNext(QuadEdge) - Method in class repast.simphony.space.delaunay.QuadEdge
- setLocalButton(JRadioButton) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- setLocalExecutionPanel(JPanel) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- setLocation() - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
- setLocation(double, double) - Method in interface repast.simphony.gis.tools.LocationSetter
- setLocation(float[]) - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
- setLocation(Object, float...) - Method in class repast.simphony.visualization.visualization2D.ArbitraryLayout
- setLocation(Point3f) - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
- setLocator(MediaLocator) - Method in class repast.simphony.ui.widget.BufferDataSource
- setLogPrintStream() - Method in class repast.simphony.ui.sweep.ConsoleWindowDialog
- setMark(String) - Method in class repast.simphony.gis.styleEditor.PreviewLabel
-
Set the mark based on the well-known text string (ie "circle").
- setMark(String) - Method in interface repast.simphony.visualization.gui.styleBuilder.PreviewIcon
- setMark(String) - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewIcon2D
- setMark(String) - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewIcon3D
- setMarkRotation(double) - Method in class repast.simphony.gis.styleEditor.PreviewLabel
- setMarkSize(double) - Method in class repast.simphony.gis.styleEditor.PreviewLabel
- setMarkSize(float) - Method in interface repast.simphony.visualization.gui.styleBuilder.PreviewIcon
- setMarkSize(float) - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewIcon2D
- setMarkSize(float) - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewIcon3D
- setMasterContext(Context) - Method in class repast.simphony.engine.environment.RunState
-
Sets the master context for the simulation.
- setMasterContextId(Object) - Method in class repast.simphony.engine.controller.DefaultControllerRegistry
- setMasterContextId(Object) - Method in interface repast.simphony.engine.environment.ControllerRegistry
- setMaterialAppearance(Appearance, Color) - Static method in class repast.simphony.visualization.visualization3D.AppearanceFactory
-
Sets the material of the specified to appearance to the specified color.
- setMatrix(double[][]) - Method in class repast.simphony.context.space.graph.AdjacencyDoubleMatrix
-
Sets the actual matrix for this AdjacencyMatrix.
- setMatrix(DenseDoubleMatrix2D) - Method in class repast.simphony.context.space.graph.AdjacencyDoubleMatrix
-
Sets the actual matrix for this AdjacencyMatrix.
- setMatrixLabel(String) - Method in class repast.simphony.context.space.graph.AdjacencyDoubleMatrix
-
Sets the matrix label.
- setMax(double) - Method in class repast.simphony.chart2.engine.HistogramChartDescriptor
- setMaxEIndex(int) - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
- setMaxIterations(int) - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
- setMaxNIndex(int) - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
- setMaxSubSteps(int) - Method in class repast.simphony.space.physics.DefaultPhysicsSpace
- setMaxSubSteps(int) - Method in interface repast.simphony.space.physics.PhysicsSpace
- setMaxValue(double) - Method in class repast.simphony.valueLayer.ValueLayerDiffuser
- setMaxX(double) - Method in class repast.simphony.visualization.engine.BoundingBox
- setMaxY(double) - Method in class repast.simphony.visualization.engine.BoundingBox
- setMaxZ(double) - Method in class repast.simphony.visualization.engine.BoundingBox
- setMethod() - Element in annotation interface repast.simphony.annotate.PropertyAnnot
- setMethodName(String) - Method in class repast.simphony.data2.engine.MethodDataSourceDefinition
- setMethodName(String) - Method in interface repast.simphony.engine.schedule.ContextSchedulableDescriptor
-
Sets the name of the method to call on the filtered objects.
- setMethodName(String) - Method in class repast.simphony.engine.schedule.DefaultContextSchedulableDescriptor
-
Sets the name of the method to call on the filtered objects.
- setMin(double) - Method in class repast.simphony.chart2.engine.HistogramChartDescriptor
- setMinValue(double) - Method in class repast.simphony.valueLayer.ValueLayerDiffuser
- setMinX(double) - Method in class repast.simphony.visualization.engine.BoundingBox
- setMinY(double) - Method in class repast.simphony.visualization.engine.BoundingBox
- setMinZ(double) - Method in class repast.simphony.visualization.engine.BoundingBox
- setMode(DisplayEditor.Mode) - Method in class repast.simphony.visualization.editor.VizEditorForm
-
Deprecated.
- setModel(AbstractValueModel) - Method in class repast.simphony.ui.sparkline.PropertySourcedSparklineJComponent
- setModel(Model) - Method in class repast.simphony.visualization.gis3D.AbstractAirspaceLayer
-
Set the gov.nasa.worldwind.Model for this display.
- setModel(StateChartSVGModel) - Method in class repast.simphony.statecharts.runtime.StateChartSVGDisplay
- setModelFile3D(String) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- setModelInit(String) - Method in class repast.simphony.ui.newscenario.NewWizardModel
-
Sets the name of an optional model initializer class.
- setModelInitName(String) - Method in class repast.simphony.scenario.Scenario
- setModelParam(String, Object) - Method in class repast.simphony.relogo.ReLogoModel
- setModelPluginPath(File) - Method in class repast.simphony.scenario.Scenario
- setModelSchedule(ISchedule) - Method in class repast.simphony.engine.environment.DefaultScheduleRegistry
-
Sets the schedule users should use to schedule their actions.
- setModelSchedule(ISchedule) - Method in interface repast.simphony.engine.environment.ScheduleRegistry
-
Sets the schedule users should use to schedule their actions.
- setMonitor(String, Object) - Method in class repast.simphony.relogo.ReLogoModel
- setMoveEnabled(boolean) - Method in class repast.simphony.visualization.editor.VizEditorForm
-
Deprecated.
- setMyLinkFactory(LinkFactory) - Method in class repast.simphony.relogo.AbstractLink
- setMyObserver(Observer) - Method in class repast.simphony.relogo.AbstractLink
- setMyObserver(Observer) - Method in class repast.simphony.relogo.AbstractPatch
- setMyObserver(Observer) - Method in class repast.simphony.relogo.AbstractTurtle
- setMyPatchFactory(PatchFactory) - Method in class repast.simphony.relogo.AbstractPatch
- setMyself(Object) - Method in class repast.simphony.relogo.AbstractLink
-
Sets the agent that initiated the asking to the value o.
- setMyself(Object) - Method in class repast.simphony.relogo.AbstractPatch
-
Sets the agent that initiated the asking to the value o.
- setMyself(Object) - Method in class repast.simphony.relogo.AbstractTurtle
-
Sets the agent that initiated the asking to the value o.
- setMyself(Object) - Method in interface repast.simphony.relogo.ReLogoAgent
-
Sets the agent that initiated the asking to the value o.
- setMyTurtleFactory(TurtleFactory) - Method in class repast.simphony.relogo.AbstractTurtle
- setName(String) - Method in class repast.simphony.chart2.wizard.HistogramWizardModel
- setName(String) - Method in class repast.simphony.chart2.wizard.TimeSeriesWizardModel
- setName(String) - Method in class repast.simphony.data2.wizard.ConsoleSinkWizardModel
- setName(String) - Method in class repast.simphony.data2.wizard.DataSetWizardModel
- setName(String) - Method in class repast.simphony.data2.wizard.FileSinkWizardModel
- setName(String) - Method in class repast.simphony.dataLoader.ui.wizard.builder.AgentDescriptor
- setName(String) - Method in class repast.simphony.dataLoader.ui.wizard.builder.NetworkDescriptor
- setName(String) - Method in class repast.simphony.engine.controller.DefaultControllerRegistry
- setName(String) - Method in interface repast.simphony.engine.environment.ControllerRegistry
- setName(String) - Method in class repast.simphony.engine.schedule.DefaultDescriptor
-
Sets the name of this descriptor.
- setName(String) - Method in interface repast.simphony.engine.schedule.Descriptor
-
Sets the name of the descriptor.
- setName(String) - Method in class repast.simphony.engine.watcher.query.ASTName
- setName(String) - Method in class repast.simphony.gis.legend.LegendEntry
-
Deprecated.Set the name of this Legend Entry.
- setName(String) - Method in class repast.simphony.scenario.AbstractDescriptor
-
Sets the name of this descriptor.
- setNetworkDirected(boolean) - Method in class repast.simphony.visualization.network.NetworkDisplayLayer3D
- setNewLineConverter(EscapeConverter) - Method in class repast.simphony.integration.DataFileWriter
- setNewLineConverter(NewLinePatternConverter) - Method in class repast.simphony.integration.DataFileReader
- setNewLocationWrapped(boolean) - Method in class repast.simphony.space.continuous.WrapAroundBorders
- setNextChild(VSpatial) - Method in class repast.simphony.visualizationOGL2D.SpatialWrapper
- setNextPollingTime(double) - Method in class repast.simphony.statecharts.Transition
-
Sets the next polling time for this transition.
- setNodes(ArrayList) - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
- setNumber(String) - Method in class repast.simphony.engine.watcher.query.ASTNumber
- setNumberFormatInstance(NumberFormat) - Static method in class repast.simphony.ui.probe.Utils
- setNumberOfRuns(JTextField) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- setNumNodes(int) - Method in class repast.simphony.visualization.cgd.algorithm.Parser
- setObjTargetClass(String) - Method in class repast.simphony.data2.engine.MethodDataSourceDefinition
- setObserverID(String) - Method in class repast.simphony.relogo.AbstractObserver
- setOffset(float) - Method in class repast.simphony.visualization.visualization3D.AbstractLabel
- setOffset(float) - Method in interface repast.simphony.visualization.visualization3D.Label
- setOffset(float) - Method in class repast.simphony.visualization.visualization3D.NullLabel
- setONext(QuadEdge) - Method in class repast.simphony.space.delaunay.QuadEdge
- setOPrev(QuadEdge) - Method in class repast.simphony.space.delaunay.QuadEdge
- setOptions(Iterable<WizardOption>) - Method in class repast.simphony.util.wizard.ChooseOptionStep
- setOrg(TriangulationPoint) - Method in class repast.simphony.space.delaunay.QuadEdge
-
Set the origin of the edge.
- setOutlineColor(Color) - Method in class repast.simphony.gis.styleEditor.PreviewLabel
- setOutlineColor(Color) - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewIcon2D
- setOutlineOpacity(double) - Method in class repast.simphony.gis.styleEditor.PreviewLabel
- setOutlineOpacity(double) - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewIcon2D
- setOutlineThickness(double) - Method in class repast.simphony.gis.styleEditor.PreviewLabel
- setOutlineThickness(double) - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewIcon2D
- setOutOfRangeHandling(OutOfRangeHandling) - Method in class repast.simphony.chart2.engine.HistogramChartDescriptor
- setoutputBuilder(OutputBuilder<?, ?>) - Method in class repast.simphony.integration.DataFileReader
- setOutputStream(ConsoleDataSink.OutputStream) - Method in class repast.simphony.data2.engine.ConsoleSinkDescriptor
- setPaint(Paint) - Method in class repast.simphony.relogo.styles.BoundingPPath
- setPaint(Paint) - Method in class repast.simphony.visualization.visualization2D.style.DefaultEdgeStyle2D
-
Deprecated.
- setPaint(Paint) - Method in class repast.simphony.visualization.visualization2D.style.DefaultStyle2D
-
Deprecated.
- setParameter(String) - Method in class repast.simphony.ui.sweep.ParameterSweepInput
- setParameters(Parameters) - Method in class repast.simphony.engine.environment.DefaultRunEnvironmentBuilder
-
Sets the parameters to be used in the next simulation run.
- setParameters(Parameters) - Method in class repast.simphony.engine.environment.RunEnvironment
-
Sets the parameters for the current run.
- setParameters(Parameters) - Method in interface repast.simphony.engine.environment.RunEnvironmentBuilder
-
Sets the parameters to be used in the next simulation run.
- setParameterSweeper(ParameterSweeper) - Method in class repast.simphony.batch.BatchScenario
- setParamPanels(List<ParameterSweepInput>) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- setParams(Parameters) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- setParent(CompositeState<T>) - Method in class repast.simphony.statecharts.AbstractState
- setParent(State) - Method in class repast.simphony.statecharts.old.CompositeState
- setParent(State) - Method in class repast.simphony.statecharts.old.State
- setParentClass(Class) - Method in class repast.simphony.freezedry.FreezeDryedParentChild
- setParentId(String) - Method in class repast.simphony.freezedry.FreezeDryedParentChild
- setParentPanel(JPanel) - Method in class repast.simphony.statecharts.runtime.UICreatorFactory.StateChartButton
- setPassword(String) - Method in class repast.simphony.dataLoader.wizard.JDBCContextActionBuilder
- setPassword(String) - Method in class repast.simphony.freezedry.datasource.JDBCConnectPanel
- setPassword(String) - Method in class repast.simphony.freezedry.wizard.JDBCDSBuilder
- setPatchVarMatrix(String, DenseDoubleMatrix2D) - Method in class repast.simphony.relogo.AbstractObserver
- setPath(File) - Method in class repast.simphony.plugin.ModelPluginLoader
-
Adds a plugin search path.
- setPath(String) - Method in class repast.simphony.batch.ssh.OutputPattern
-
Sets the path for the found output to be written to.
- setPattern(String) - Method in class repast.simphony.batch.ssh.OutputPattern
-
Sets the glob style pattern for file matching.
- setPause(boolean) - Method in class repast.simphony.batch.InteractivBatchRunner
- setPause(boolean) - Method in class repast.simphony.engine.environment.AbstractRunner
- setPause(boolean) - Method in interface repast.simphony.engine.environment.Runner
- setPause(boolean) - Method in interface repast.simphony.render.Renderer
-
Pause the rendering.
- setPause(boolean) - Method in class repast.simphony.render.RendererManager
-
Calls setPause on each Renderer contained in this RendererManager.
- setPause(boolean) - Method in class repast.simphony.ui.GUIScheduleRunner
- setPause(boolean) - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.Executes when simulation is paused.
- setPause(boolean) - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
- setPause(boolean) - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- setPause(boolean) - Method in class repast.simphony.visualization.visualization3D.Display3D
- setPause(boolean) - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
- setPause(boolean) - Method in class repast.simphony.ws.ScheduleRunner
- setPauseAt(double) - Method in class repast.simphony.ui.RunOptionsModel
-
Sets the pause at tick.
- setPcolor(double) - Method in class repast.simphony.relogo.AbstractPatch
-
Sets the color of a patch to pcolor.
- setPcolor(double) - Method in interface repast.simphony.relogo.Patch
-
Sets the color of a patch to pcolor.
- setPcolor(Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Sets the color of patch here to pcolor.
- setPcolor(Number) - Method in interface repast.simphony.relogo.Turtle
-
Sets the color of a patch here to pcolor.
- setPenMode(Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Sets the pen setting of a turtle to penMode.
- setPenMode(Number) - Method in interface repast.simphony.relogo.Turtle
-
Sets the pen setting of a turtle to penMode.
- setPenSize(Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Sets the pen width of a turtle to penSize.
- setPenSize(Number) - Method in interface repast.simphony.relogo.Turtle
-
Sets the pen width of a turtle to penSize.
- setPlabel(Object) - Method in class repast.simphony.relogo.AbstractPatch
-
Sets the patch label.
- setPlabel(Object) - Method in interface repast.simphony.relogo.Patch
-
Sets the patch label.
- setPlabelColor(Number) - Method in class repast.simphony.relogo.AbstractPatch
-
Sets the patch label color.
- setPlabelColor(Number) - Method in interface repast.simphony.relogo.Patch
-
Sets the patch label color.
- setPlotPenColor(Number) - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- setPlotPenInterval(Number) - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- setPlotPenMode(Number) - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- setPlotRangeLength(int) - Method in class repast.simphony.chart2.engine.TimeSeriesChartDescriptor
- setPlotXRange(Number, Number) - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- setPlotYRange(Number, Number) - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- setPoints(Point2D.Double[]) - Method in class repast.simphony.visualization.cgd.graph.CGDEdge
- setPointTranslator(PointTranslator) - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
-
Sets the rule to use for controlling what happens at or beyond the borders of the space.
- setPointTranslator(PointTranslator) - Method in interface repast.simphony.space.continuous.ContinuousSpace
-
Sets the rule to use for controlling what happens at or beyond the borders of the space.
- setPointTranslator(PointTranslator) - Method in class repast.simphony.valueLayer.ContinuousValueLayer
-
Sets the rule to use for controlling what happens at or beyond the borders of the value layer.
- setPointTranslator(PointTranslator) - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
-
Sets the rule to use for controlling what happens at or beyond the borders of the space.
- setPolygonAppearance(Appearance, AppearanceFactory.PolygonDraw) - Static method in class repast.simphony.visualization.visualization3D.AppearanceFactory
- setPopupMenu(JPopupMenu) - Method in class repast.simphony.ui.widget.DropDownButton
-
Sets the pop-up menu that will be show as a drop-down.
- setPosition(double, double) - Method in class repast.simphony.visualization.cgd.graph.CGDNode
- setPosition(Point2D.Double) - Method in class repast.simphony.visualization.cgd.graph.CGDNode
- setPosition(Style3D.LabelPosition) - Method in class repast.simphony.visualization.visualization3D.AbstractLabel
- setPosition(Style3D.LabelPosition) - Method in interface repast.simphony.visualization.visualization3D.Label
- setPosition(Style3D.LabelPosition) - Method in class repast.simphony.visualization.visualization3D.NullLabel
- setPriority(double) - Method in class repast.simphony.statecharts.DefaultStateChart
- setPriority(double) - Method in class repast.simphony.statecharts.SelfTransitionBuilder
- setPriority(double) - Method in class repast.simphony.statecharts.StateChartBuilder
- setPriority(double) - Method in class repast.simphony.statecharts.TransitionBuilder
- setProbeSupport(ProbeListenerSupport) - Method in class repast.simphony.visualization.AbstractDisplay
- setProcess(Process) - Method in class repast.simphony.ui.sweep.ConsoleWindowDialog
- setProjection(ContinuousSpace) - Method in class repast.simphony.visualization.continuous.Continuous2DLayout
- setProjection(ContinuousSpace) - Method in class repast.simphony.visualization.continuous.Continuous3DLayout
- setProjection(Network) - Method in class repast.simphony.visualization.cgd.CGDLayout
- setProjection(Network) - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
- setProjection(Network) - Method in class repast.simphony.visualization.visualization3D.layout.GEM3DLayout
- setProjection(Network) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
- setProjection(Network<T>) - Method in class repast.simphony.visualization.AbstractNetworkLayout
- setProjection(Network<T>) - Method in class repast.simphony.visualization.visualization2D.layout.JungLayout
- setProjection(Network<T>) - Method in class repast.simphony.visualization.visualization2D.layout.TreeLayout2D
- setProjection(Grid) - Method in class repast.simphony.visualization.grid.Grid2DLayout
- setProjection(Grid) - Method in class repast.simphony.visualization.grid.Grid3DLayout
- setProjection(Projection) - Method in class repast.simphony.visualization.NullLayout
- setProjection(Projection) - Method in class repast.simphony.visualization.visualization2D.ArbitraryLayout
- setProjection(Projection) - Method in class repast.simphony.visualization.visualization2D.Random2DLayout
- setProjection(Projection) - Method in class repast.simphony.visualization.visualization3D.layout.Random3DLayout
- setProjection(Projection) - Method in class repast.simphony.visualization.visualization3D.layout.SphericalLayout
- setProjection(T) - Method in class repast.simphony.visualization.decorator.AbstractProjectionDecorator
-
Sets the Grid that this decorator decorates.
- setProjection(T) - Method in interface repast.simphony.visualization.decorator.ProjectionDecorator2D
-
Sets the that this decorator decorates.
- setProjection(T) - Method in interface repast.simphony.visualization.decorator.ProjectionDecorator3D
-
Sets the that this decorator decorates.
- setProjection(U) - Method in interface repast.simphony.visualization.Layout
-
Sets the projection associated with this Layout.
- setProperties(Map<String, Object>) - Method in class repast.simphony.dataLoader.ui.wizard.builder.AgentDescriptor
- setProperty(Object, Object) - Method in class repast.simphony.annotate.FieldPropertyManipulator
- setProperty(Object, Object) - Method in interface repast.simphony.annotate.PropertyManipulator
- setProperty(String, Object) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
Sets the specified property.
- setProperty(String, Object) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.Sets the specified property.
- setProperty(String, Object) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
Sets the specified property.
- setProperty(String, String, Object) - Method in class repast.simphony.visualization.engine.AbstractProjectionDescriptor
-
Sets the named property in the specified property group.
- setProperty(String, String, Object) - Method in interface repast.simphony.visualization.engine.ProjectionDescriptor
-
Sets the named property in the specified property group.
- setProperty(NumericProbedProperty) - Method in class repast.simphony.ui.sparkline.PropertySourcedSparklineJComponent
- setQueryCondition(IBooleanExpression) - Method in class repast.simphony.engine.watcher.SharedWatchParameters
- setQueryCondition(IBooleanExpression) - Method in class repast.simphony.engine.watcher.WatchParameters
- setRadioButtonPanel(JPanel) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- setRandomRegistry(RandomRegistry) - Method in class repast.simphony.engine.environment.RunState
- setReadDescriptorFileName(String) - Method in interface repast.simphony.integration.DataFile
- setReadDescriptorFileName(String) - Method in class repast.simphony.integration.DefaultDataFile
- setReader(Reader) - Method in class repast.simphony.integration.DefaultDataFile
- setReader(Reader) - Method in interface repast.simphony.integration.IntegrationSource
-
Sets the reader to write with.
- setReadFileName(String) - Method in interface repast.simphony.integration.DataFile
- setReadFileName(String) - Method in class repast.simphony.integration.DefaultDataFile
- setRedMethod(String) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- setRedMethod(String) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- setRelationships(List<RelationshipDescriptor>) - Method in class repast.simphony.dataLoader.ui.wizard.builder.NetworkDescriptor
- setRenderQuality(RepastStereoOptionSceneController.RenderQuality) - Method in class repast.simphony.gis.visualization.engine.GISDisplayDescriptor
- setRenderQuality(RepastStereoOptionSceneController.RenderQuality) - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
- setRenderQuality(RepastStereoOptionSceneController.RenderQuality) - Method in class repast.simphony.visualization.gis3D.RepastStereoOptionSceneController
- setRepulsionMultiplier(double) - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
- setResultProducer(RunResultProducer) - Method in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
- setRetainFiles(boolean) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- setRLWorldDimensions(RLWorldDimensions) - Method in class repast.simphony.relogo.AbstractObserver
- setRNext(QuadEdge) - Method in class repast.simphony.space.delaunay.QuadEdge
- setRootBeanClass(Class<?>) - Method in class repast.simphony.integration.BeanBuilder
-
Sets the class to use as the root for setting values.
- setRot(QuadEdge) - Method in class repast.simphony.space.delaunay.QuadEdge
-
The dual (perpendicular bisector) of this edge.
- setRot3(QuadEdge) - Method in class repast.simphony.space.delaunay.QuadEdge
-
The result of applying the rot operator 3 times.
- setRotation(double) - Method in class repast.simphony.visualization.visualization2D.style.DefaultStyle2D
-
Deprecated.
- setRotation(AxisAngle4f) - Method in class repast.simphony.visualization.visualization3D.Transformer
- setRotation(AxisAngle4f) - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
- setRotationX(double) - Method in class repast.simphony.visualization.visualization3D.Transformer
- setRotationY(double) - Method in class repast.simphony.visualization.visualization3D.Transformer
- setRotationZ(double) - Method in class repast.simphony.visualization.visualization3D.Transformer
- setRowFilters(Set<RowFilter<Object, Object>>) - Method in class repast.simphony.ui.table.TablePanel
- setRule(int, Rule) - Method in class repast.simphony.gis.styleEditor.SampleStyleTableModel
-
Sets the rules at the specified row to the specified rule.
- setRule(int, Rule) - Method in class repast.simphony.gis.styleEditor.ValueTableModel
-
Sets the rules at the specified row to the specified rule.
- setRule(Rule) - Method in class repast.simphony.gis.legend.LegendRuleEntry
-
Deprecated.
- setRule(Rule) - Method in class repast.simphony.gis.styleEditor.RuleEditPanel
- setRunCount(int) - Method in class repast.simphony.parameter.ParameterSweeperBuilder
-
Sets the number of runs the sweeper should perform.
- setRunCount(int) - Method in class repast.simphony.parameter.ParameterTreeSweeper
-
Sets the number of time that the sweeper should execute a run for each unique parameter combination.
- setRunInfo(RunInfo) - Method in class repast.simphony.engine.environment.RunState
-
Sets the run info.
- setRunning(boolean) - Method in class repast.simphony.chart2.BatchUpdateXYSeries
-
Tells this BatchUpdateXYSeries whether the sim is running or not.
- setRunNumber(int) - Method in class repast.simphony.engine.environment.RunInfo
- setRunStatus(int, RunningStatus) - Method in class repast.simphony.batch.ssh.LocalSession
- setRunStatus(int, RunningStatus) - Method in class repast.simphony.batch.ssh.RemoteSession
- setRunStatus(int, RunningStatus) - Method in interface repast.simphony.batch.ssh.Session
-
Sets the run status for the specified instance on this Remote.
- setSafeMasterContext(Context) - Static method in class repast.simphony.engine.environment.RunState
- setScale(float, float, float) - Method in class repast.simphony.visualization.visualization3D.Transformer
- setScale(float, float, float) - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
- setScenarioDir(File) - Static method in class repast.simphony.scenario.ScenarioUtils
- setScenarioDirectory(File) - Method in class repast.simphony.scenario.Scenario
-
Sets the scenario directory.
- setScenarioEvt(ScenarioTreeEvent) - Method in class repast.simphony.ui.plugin.AbstractEditorMenuItem
-
Sets the ScenarioTreeEvent that triggers this menu item.
- setScenarioEvt(ScenarioTreeEvent) - Method in interface repast.simphony.ui.plugin.EditorMenuItem
-
Sets the ScenarioTreeEvent that triggers this menu item.
- setScenarioPath(File) - Method in class repast.simphony.ui.newscenario.NewWizardModel
-
Sets the path to the scenario dir.
- setSchedParams(ScheduleParameters, boolean) - Method in class repast.simphony.data2.wizard.DataSetWizardModel
- setScheduleAtEnd(boolean) - Method in class repast.simphony.data2.engine.DataSetDescriptor
- setScheduleFactory(IScheduleFactory) - Method in class repast.simphony.engine.environment.DefaultRunEnvironmentBuilder
-
Sets the schedule factory used to create the schedule for simulation runs.
- setScheduleFactory(IScheduleFactory) - Method in interface repast.simphony.engine.environment.RunEnvironmentBuilder
-
Sets the schedule factory used to create the schedule for simulation runs.
- setScheduleParameters(ScheduleParameters) - Method in class repast.simphony.data2.engine.DataSetDescriptor
- setScheduleParameters(ScheduleParameters) - Method in interface repast.simphony.engine.schedule.ContextSchedulableDescriptor
-
Sets the parameters for when the action should occur.
- setScheduleParameters(ScheduleParameters) - Method in class repast.simphony.engine.schedule.DefaultContextSchedulableDescriptor
-
Sets the parameters for when the action should occur.
- setScheduleParameters(ScheduleParameters) - Method in class repast.simphony.engine.schedule.DefaultSchedulableDescriptor
-
Sets the parameters for when the action should occur.
- setScheduleParameters(ScheduleParameters) - Method in interface repast.simphony.engine.schedule.SchedulableDescriptor
-
Sets the parameters for when the action should occur.
- setScheduleParameters(ScheduleParameters) - Method in class repast.simphony.ui.plugin.editor.ScheduleParamsPanel
- setScheduleParameters(ScheduleParameters) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
- setScheduleParameters(ScheduleParameters) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- setScheduleParameters(ScheduleParameters) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
Sets the parameters for when to activate the display update.
- setScheduleParams(ScheduleParameters) - Method in class repast.simphony.freezedry.wizard.FreezeDryWizardModel
- setScheduleRegistry(ScheduleRegistry) - Method in class repast.simphony.engine.environment.RunState
-
Sets the schedule registry
- setScheduleRunner(Runner) - Method in interface repast.simphony.engine.controller.Controller
-
Sets the ScheduleRunner that will be used to execute the model's schedule and found through the RunState.
- setScheduleRunner(Runner) - Method in class repast.simphony.engine.controller.DefaultController
-
Sets the ScheduleRunner that will be used to execute the model's schedule found through the RunState.
- setScheduleRunner(Runner) - Method in class repast.simphony.engine.environment.DefaultScheduleRegistry
-
Sets the runner used for executing the schedule.
- setScheduleRunner(Runner) - Method in interface repast.simphony.engine.environment.ScheduleRegistry
-
Sets the runner used for executing the schedule.
- setScheduleTickDelay(int) - Method in class repast.simphony.engine.environment.RunEnvironment
-
Set the delay between schedule executions.
- setScheduleTickDelay(int) - Method in class repast.simphony.ui.RunOptionsModel
-
Set the Schedule tick delay.
- setScorePath(File) - Method in class repast.simphony.ui.newscenario.NewWizardModel
-
Sets the path to the score dir.
- setSecond(Y) - Method in class repast.simphony.util.collections.Pair
-
Sets the second element in the tuple (first, second).
- setSeed(int) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Sets the seed for the default random number generator.
- setSeed(int) - Static method in class repast.simphony.random.RandomHelper
-
This sets the seed for the default stream.
- setSeed(int) - Method in interface repast.simphony.random.RandomRegistry
-
Sets the seed for the default random number generator.
- setSelected(boolean) - Method in class repast.simphony.dataLoader.ui.wizard.builder.CheckNode
- setSelectedType(String) - Method in class repast.simphony.ui.sweep.ParameterSweepInput
- setShape(Shape) - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewIcon2D
- setShape(String) - Method in class repast.simphony.relogo.AbstractTurtle
-
Sets the shape of a turtle to shape.
- setShape(String) - Method in interface repast.simphony.relogo.Turtle
-
Sets the shape of a turtle to shape.
- setShapeAppearance(Shape3D, TaggedAppearance) - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
- setShapeChanged(boolean) - Method in class repast.simphony.relogo.AbstractTurtle
- setShapeChanged(boolean) - Method in interface repast.simphony.relogo.Turtle
- setShapeToLine() - Method in class repast.simphony.gis.styleEditor.PreviewLabel
-
Set the Shape instance to a line shape.
- setShapeToPolygon() - Method in class repast.simphony.gis.styleEditor.PreviewLabel
-
Set the Shape instance to a polygon shape.
- setShapeWkT(String) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- setShowBackgroundButton(boolean) - Method in class repast.simphony.visualization.gui.StyleClassStep
- setShowGrid(boolean) - Method in class repast.simphony.chart2.engine.ChartDescriptor
- setShowLegend(boolean) - Method in class repast.simphony.chart2.engine.ChartDescriptor
- setShowNetworkStatus(boolean) - Method in class repast.simphony.visualization.gis3D.RepastStatusBar
- setShuffle(boolean) - Method in interface repast.simphony.engine.schedule.ContextSchedulableDescriptor
-
Sets whether or not to shuffle the list of objects before executing them or not.
- setShuffle(boolean) - Method in class repast.simphony.engine.schedule.DefaultContextSchedulableDescriptor
-
Sets whether or not to shuffle the list of objects before executing them or not.
- setShuffleWatchers(boolean) - Method in class repast.simphony.engine.watcher.SharedWatchParameters
-
Sets whether or not to shuffle the watchers before triggering them.
- setShuffleWatchers(boolean) - Method in class repast.simphony.engine.watcher.WatchParameters
-
Sets whether or not to shuffle the watchers before triggering them.
- setSize(float) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- setSize(float) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- setSize(int) - Method in class repast.simphony.relogo.TrackingEdge
- setSize(int, int) - Method in class repast.simphony.gis.display.PGisLayer
-
Deprecated.
- setSize(Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Sets the size of a turtle to size.
- setSize(Number) - Method in interface repast.simphony.relogo.Turtle
-
Sets the size of a turtle to size.
- setSizeMax(float) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- setSizeMax(float) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- setSizeMaxMethodName(String) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- setSizeMaxMethodName(String) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- setSizeMethodName(String) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- setSizeMethodName(String) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- setSizeMin(float) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- setSizeMin(float) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- setSizeMinMethodName(String) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- setSizeMinMethodName(String) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- setSizeScale(float) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- setSizeScale(float) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- setSizeScaleMethodName(String) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- setSizeScaleMethodName(String) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- setSource(Object) - Method in class repast.simphony.dataLoader.ui.wizard.builder.RelationshipDescriptor
- setSource(T) - Method in class repast.simphony.relogo.Link
- setSourceEndPaint(Paint) - Method in class repast.simphony.visualization.network.PEdge
-
Deprecated.
- setSourceEndType(int) - Method in class repast.simphony.visualization.network.PEdge
-
Deprecated.
- setSourceId(String) - Method in class repast.simphony.chart2.engine.HistogramChartDescriptor
- setSourceType(String) - Method in class repast.simphony.data2.engine.DataSetDescriptor
- setSparklineLength(int) - Method in class repast.simphony.engine.environment.RunEnvironment
- setSparklineLength(int) - Method in class repast.simphony.ui.RunOptionsModel
-
Sets the sparkline length
- setSparklineType(boolean) - Method in class repast.simphony.engine.environment.RunEnvironment
- setSparklineType(boolean) - Method in class repast.simphony.ui.RunOptionsModel
-
Sets the sparkline type
- setSpecPath(File) - Method in class repast.simphony.ui.newscenario.NewWizardModel
-
Sets the path to the model spec file.
- setStateChart(DefaultStateChart<T>) - Method in class repast.simphony.statecharts.AbstractState
- setStateChart(DefaultStateChart<T>) - Method in class repast.simphony.statecharts.Transition
- setStateChartProperties(DefaultStateChart<T>) - Method in class repast.simphony.statecharts.StateChartBuilder
- setStateUuidMap(Map<AbstractState<T>, String>) - Method in class repast.simphony.statecharts.CompositeState
- setStateUuidMap(Map<AbstractState<T>, String>) - Method in class repast.simphony.statecharts.DefaultStateChart
- setStatusBarText(Color, String) - Method in class repast.simphony.ui.RSGui
-
Sets the status bar to the specified text and text color.
- setStatusBarText(Font, Color, String) - Method in class repast.simphony.ui.RSGui
-
Sets the status bar to the specified text and text color.
- setStatusBarText(String) - Method in class repast.simphony.ui.RSGui
-
Sets the status bar to the specified text..
- setStepSize(float) - Method in class repast.simphony.space.physics.DefaultPhysicsSpace
- setStepSize(float) - Method in interface repast.simphony.space.physics.PhysicsSpace
- setStopAt(double) - Method in class repast.simphony.ui.RunOptionsModel
-
Sets the tick to stop at
- setStoreLogin(boolean) - Method in class repast.simphony.dataLoader.wizard.JDBCContextActionBuilder
- setStoreLogin(boolean) - Method in class repast.simphony.freezedry.datasource.JDBCContextBuilder
- setStoreLogin(boolean) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- setStoreLogin(boolean) - Method in class repast.simphony.freezedry.wizard.JDBCDSBuilder
- setStrength(double) - Method in class repast.simphony.dataLoader.ui.wizard.builder.RelationshipDescriptor
- setStringConverter(StringConverter<?>) - Method in class repast.simphony.ui.probe.FieldPropertyDescriptor
-
Sets the StringConverter.
- setStringConverter(StringConverter<?>) - Method in class repast.simphony.ui.probe.MethodPropertyDescriptor
-
Sets the StringConverter.
- setStroke(Stroke) - Method in interface repast.simphony.visualization.gui.styleBuilder.PreviewEdge
- setStroke(Stroke) - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewEdge2D
- setStroke(Stroke) - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewEdge3D
- setStroke(Stroke) - Method in class repast.simphony.visualization.visualization2D.style.DefaultEdgeStyle2D
-
Deprecated.
- setStroke(Stroke) - Method in class repast.simphony.visualization.visualization2D.style.DefaultStyle2D
-
Deprecated.
- setStyle(CoverageStyle) - Method in class repast.simphony.visualization.gis3D.CoverageLayer
-
Sets the style used by this display layer.
- setStyle(EdgeStyle2D) - Method in class repast.simphony.visualization.network.NetworkDisplayLayer2D
- setStyle(Style2D) - Method in class repast.simphony.visualization.visualization2D.StyledDisplayLayer2D
-
Deprecated.
- setStyle(ValueLayerStyle) - Method in class repast.simphony.visualization.visualization2D.ValueDisplayLayer2D
-
Deprecated.
- setStyle(Style3D) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplayLayer3D
- setStyle(ValueLayerStyle3D) - Method in class repast.simphony.visualization.visualization3D.DefaultValueDisplayLayer3D
- setStyle(ValueLayerStyle3D) - Method in interface repast.simphony.visualization.visualization3D.ValueDisplayLayer3D
- setStyle(StyleOGL2D<?>) - Method in class repast.simphony.ws.StyledLayer
- setStyle(ServerNetStyleGIS) - Method in class repast.simphony.ws.gis.StyledNetLayerGIS
- setStyle(ServerStyleGIS) - Method in class repast.simphony.ws.gis.StyledLayerGIS
- setStyle(S) - Method in class repast.simphony.visualization.gis3D.AbstractAirspaceLayer
-
Sets the style used by this display layer.
- setStyle(S) - Method in class repast.simphony.visualization.gis3D.AbstractRenderableLayer
-
Sets the style used by this display layer.
- setStyle(S) - Method in class repast.simphony.visualizationOGL2D.AbstractDisplayLayerOGL2D
-
Sets the style used by this display layer.
- setSubmit(JButton) - Method in class repast.simphony.ui.sweep.ParameterSweepSubmitPanel
- setSummary(String) - Method in class repast.simphony.ui.plugin.editor.TitleComponent
- setSweeperProducer(SweeperProducer) - Method in class repast.simphony.batch.BatchRunner
- setSym(QuadEdge) - Method in class repast.simphony.space.delaunay.QuadEdge
-
The edge with opposite orientation to this one, i.e.
- setTabSize(int) - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
- setTag(String) - Method in class repast.simphony.visualization.visualization3D.style.TaggedAppearance
- setTag(String) - Method in class repast.simphony.visualization.visualization3D.style.TaggedBranchGroup
- setTaggedBranchGroup(TaggedBranchGroup) - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
- setTarget(Object) - Method in class repast.simphony.dataLoader.ui.wizard.builder.RelationshipDescriptor
- setTarget(Object) - Method in class repast.simphony.engine.schedule.CallBackAction
-
Sets the target of the method call.
- setTarget(Object) - Method in class repast.simphony.engine.schedule.DynamicTargetAction
-
Sets the target of this action.
- setTarget(T) - Method in class repast.simphony.relogo.Link
- setTargetEndPaint(Paint) - Method in class repast.simphony.visualization.network.PEdge
-
Deprecated.
- setTargetEndType(int) - Method in class repast.simphony.visualization.network.PEdge
-
Deprecated.
- setter - Variable in class repast.simphony.gis.tools.DistanceTool
- setter - Variable in class repast.simphony.gis.tools.PositionTool
- SetterConstants - Interface in repast.simphony.parameter.xml
- setterName - Variable in class repast.simphony.ui.probe.DefaultProbedPropertyUICreator
- setText(String) - Method in class repast.simphony.gis.legend.LegendTreeLayerCellRenderer
-
Deprecated.set the note name in the checkbox also remove and readd in the center of the boxlayout of the panel to have enough space for the name string, since the component was initialise with the string "Legend" that might shorter than the note's real name
- setTextField1(JTextField) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- setTextField2(JTextField) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- setTextField3(JTextField) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- setTextField4(JTextField) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- setTextField5(JTextField) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- setTexture(WWTexture) - Method in class repast.simphony.visualization.gis3D.PlaceMark
- setTextureFile3D(String) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
- setTextureParameters(DrawContext, Texture) - Method in class repast.simphony.visualization.gis3D.RepastTexture
- setTf1Grid(String) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- setTf1Local(String) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- setTf1Optimized(String) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- setTf2Grid(String) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- setTf2Local(String) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- setTf2Optimized(String) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- setTf3Grid(String) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- setTf3Local(String) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- setTf3Optimized(String) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- setTf4Grid(String) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- setTf4Local(String) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- setTf4Optimized(String) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- setTf5Grid(String) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- setTf5Local(String) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- setTf5Optimized(String) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- setTickCountFormatter(TickCountFormatter) - Method in class repast.simphony.ui.RSGui
-
Sets the current TickCountFormatter that is used to format the text in the tick label.
- setTickListener(TickListener) - Method in class repast.simphony.batch.InteractivBatchRunner
- setTickListener(TickListener) - Method in class repast.simphony.ui.GUIScheduleRunner
- setTickListener(TickListener) - Method in class repast.simphony.ws.ScheduleRunner
- setTicks(double) - Method in class repast.simphony.relogo.ReLogoModel
- setTieMode(String) - Method in class repast.simphony.relogo.Link
-
Sets tie mode to "none", "fixed", or "free".
- setTimeQuantity(Quantity<?>) - Method in interface repast.simphony.engine.schedule.ISchedule
-
Sets the current user time units.
- setTimeQuantity(Quantity<?>) - Method in class repast.simphony.engine.schedule.Schedule
-
Sets the current user time units.
- Settings - Class in repast.simphony.util
- Settings() - Constructor for class repast.simphony.util.Settings
- SETTINGS_FILE_NAME - Static variable in class repast.simphony.util.Settings
- SETTINGS_INFO - Static variable in class repast.simphony.freezedry.datasource.JDBCContextBuilder
- SETTINGS_REGISTRY_ID - Static variable in class repast.simphony.util.Settings
- settingsRegistry - Variable in class repast.simphony.data.analysis.AnalysisPluginRunner
- setTitle(String) - Method in class repast.simphony.dataLoader.engine.DataLoaderControllerAction
- setTitle(String) - Method in class repast.simphony.ui.plugin.editor.TitleComponent
- setTitle(String) - Method in class repast.simphony.ui.RSGui
- setToDefault() - Method in class repast.simphony.relogo.AbstractPatch
-
Sets the standard patch variables to their default values.
- setToDefault() - Method in interface repast.simphony.relogo.Patch
-
Sets the standard patch variables to their default values.
- setTool(Action) - Method in class repast.simphony.gis.tools.ToolManager
- setTool(PBasicInputEventHandler) - Method in class repast.simphony.visualization.visualization2D.RepastCanvas2D
-
Deprecated.
- setToolTipText(String) - Method in class repast.simphony.visualization.gis3D.LayerPanel
- setTopObjOrder(HashMap<Integer, Integer>) - Method in class repast.simphony.visualization.cgd.algorithm.Parser
- setToroidal(boolean) - Method in class repast.simphony.valueLayer.ValueLayerDiffuser
- setTotalRuns(int) - Method in class repast.simphony.parameter.RunParameterSetter
- setTrackAgents(boolean) - Method in class repast.simphony.gis.visualization.engine.GISDisplayDescriptor
- setTrackAgents(boolean) - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
- setTransition(Transition<T>) - Method in class repast.simphony.statecharts.AbstractTrigger
- setTransition(Transition<T>) - Method in class repast.simphony.statecharts.AgentTransitionMessageChecker
- setTransition(Transition<T>) - Method in class repast.simphony.statecharts.MessageTrigger
- setTransitionResolutionStrategy(TransitionResolutionStrategy) - Method in class repast.simphony.statecharts.DefaultStateChart
- setTransitionUuidMap(Map<Transition<T>, String>) - Method in class repast.simphony.statecharts.DefaultStateChart
- setTranslation(Point3f) - Method in class repast.simphony.visualization.visualization3D.Transformer
- setTransparentAppearance(Appearance, int, float) - Static method in class repast.simphony.visualization.visualization3D.AppearanceFactory
- setTriggerSchedule(WatcherTriggerSchedule, double, double) - Method in class repast.simphony.engine.watcher.SharedWatchParameters
- setTriggerSchedule(WatcherTriggerSchedule, double, double) - Method in class repast.simphony.engine.watcher.WatchParameters
- setType(String) - Method in class repast.simphony.scenario.data.ProjectionData
- setType(DataSetDescriptor.DataSetType) - Method in class repast.simphony.data2.engine.DataSetDescriptor
- setTypeID(Object) - Method in class repast.simphony.context.AbstractContext
-
Sets an id that indentifies the user-defined type of this context.
- setTypeID(Object) - Method in interface repast.simphony.context.Context
-
Sets an id that indentifies the user-defined type of this context.
- setTypeID(Object) - Method in class repast.simphony.context.FormerDefaultContext
-
Sets an id that indentifies the user-defined type of this context.
- setTypeName(String) - Method in class repast.simphony.data2.engine.CountSourceDefinition
- setUiCreator(ProbedPropertyUICreator) - Method in class repast.simphony.ui.probe.ProbedPropertiesFinder.Property
- setUnitSize(float) - Method in class repast.simphony.visualization.decorator.AbstractProjectionDecorator
-
Sets the unit size of the decoration.
- setUnitSize(float) - Method in class repast.simphony.visualization.UnitSizeLayoutProperties
- setup() - Method in interface repast.simphony.engine.controller.Controller
- setup() - Method in class repast.simphony.engine.controller.DefaultController
- setupAutoComplete() - Method in class repast.simphony.dataLoader.wizard.JDBCDataStep
- setupCallback(MouseBehaviorCallback) - Method in class repast.simphony.visualization.visualization3D.MouseRotate
-
The transformChanged method in the callback class will be called every time the transform is updated
- setupCallback(MouseBehaviorCallback) - Method in class repast.simphony.visualization.visualization3D.MouseTranslate
-
The transformChanged method in the callback class will be called every time the transform is updated
- setupCallback(MouseBehaviorCallback) - Method in class repast.simphony.visualization.visualization3D.MouseZoom
-
The transformChanged method in the callback class will be called every time the transform is updated
- setUpdate(boolean) - Method in class repast.simphony.chart2.BatchUpdateXYSeries
- setupWizard(boolean, boolean) - Method in class repast.simphony.data.analysis.AnalysisPluginWizard
- setupWizard(boolean, boolean) - Method in class repast.simphony.data.analysis.NetworkAnalysisPluginWizard
- setURL(String) - Method in class repast.simphony.freezedry.datasource.JDBCConnectPanel
- setUseModelPlugin(boolean) - Method in class repast.simphony.ui.newscenario.NewWizardModel
-
Sets whether or not a model plugin will be used.
- setUserDefinedVariables(Turtle) - Method in class repast.simphony.relogo.AbstractTurtle
- setUserInfo(UserInfo) - Method in class repast.simphony.batch.ssh.SSHSessionFactory
- setUserInitializer(ModelInitializer) - Method in class repast.simphony.batch.BatchScenario
-
Sets a ModelInitializer that will be run when the scenario is loaded.
- setUserName(String) - Method in class repast.simphony.dataLoader.wizard.JDBCContextActionBuilder
- setUserName(String) - Method in class repast.simphony.freezedry.datasource.JDBCConnectPanel
- setUserName(String) - Method in class repast.simphony.freezedry.wizard.JDBCDSBuilder
- setUseRoot(boolean) - Method in class repast.simphony.freezedry.wizard.FreezeDryWizardModel
- setUserPanelCreatorClass(Class<?>) - Method in class repast.simphony.userpanel.ui.DefaultUserPanelDescriptor
- setUserPanelCreatorClass(Class<?>) - Method in interface repast.simphony.userpanel.ui.UserPanelDescriptor
- setUserPanelCreatorClass(Class<?>) - Method in class repast.simphony.userpanel.ui.UserPanelWizardModel
- setValue(int, int, String) - Method in interface repast.simphony.integration.ArrayDataTypeHandler.ArrayHandler
- setValue(Object) - Method in class repast.simphony.space.gis.FeatureAgent
- setValue(Object) - Method in class repast.simphony.ui.parameters.ParameterValueModel
- setValue(Object) - Method in class repast.simphony.ui.table.DoubleTableCellRenderer
- setValue(Object, String, Object) - Static method in class repast.simphony.util.ClassUtilities
- setValue(String, Object) - Method in class repast.simphony.parameter.BeanParameters
-
Sets the specified parameter name to the specified value.
- setValue(String, Object) - Method in class repast.simphony.parameter.BoundParameters
-
Sets the specified parameter name to the specified value.
- setValue(String, Object) - Method in class repast.simphony.parameter.DefaultParameters
-
Sets the specified parameter name to the specified value.
- setValue(String, Object) - Method in class repast.simphony.parameter.EmptyParameters
-
Sets the specified parameter name to the specified value.
- setValue(String, Object) - Method in interface repast.simphony.parameter.Parameters
-
Sets the specified parameter name to the specified value.
- setValue(String, Object) - Method in class repast.simphony.visualization.gui.CoverageStyleStep.CoverageLayerElement
- setValue(String, Object) - Method in class repast.simphony.visualization.gui.LayerOrderStep.ListModelElement
- setValue(String, Object) - Method in class repast.simphony.visualization.gui.StyleStep.AgentTypeElement
- setValue(Collection<Property>) - Method in class repast.simphony.space.gis.FeatureAgent
- setValue(GridCoordinates2D, double) - Method in class repast.simphony.space.gis.WritableGridCoverage2D
- setValue(GridCoordinates2D, float) - Method in class repast.simphony.space.gis.WritableGridCoverage2D
- setValue(GridCoordinates2D, int) - Method in class repast.simphony.space.gis.WritableGridCoverage2D
- setValue(DirectPosition, double) - Method in class repast.simphony.space.gis.WritableGridCoverage2D
- setValue(DirectPosition, float) - Method in class repast.simphony.space.gis.WritableGridCoverage2D
- setValue(DirectPosition, int) - Method in class repast.simphony.space.gis.WritableGridCoverage2D
- setValueAt(Object, int, int) - Method in class repast.simphony.chart2.wizard.SeriesConfigTableModel
- setValueAt(Object, int, int) - Method in class repast.simphony.data2.wizard.AggMethodTableModel
- setValueAt(Object, int, int) - Method in class repast.simphony.data2.wizard.SimpleMethodTableModel
- setValueAt(Object, int, int) - Method in class repast.simphony.gis.styleEditor.ValueTableModel
-
This empty implementation is provided so users don't have to implement this method if their data model is not editable.
- setValueAt(Object, int, int) - Method in class repast.simphony.visualization.gui.StyleTableModel
- setValueLayer(IGridValueLayer) - Method in class repast.simphony.valueLayer.ValueLayerDiffuser
- setValueLayerEditedStyleName(String) - Method in class repast.simphony.visualization.engine.CartesianDisplayDescriptor
-
Sets the value layer edited style name.
- setValueLayerEditedStyleName(String) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.Sets the value layer edited style name.
- setValueLayerEditedStyleName(String) - Method in interface repast.simphony.visualization.engine.ValueLayerDescriptor
-
Sets the value layer edited style name.
- setValueLayerStyleName(String) - Method in class repast.simphony.visualization.engine.CartesianDisplayDescriptor
-
Sets the value layer style name.
- setValueLayerStyleName(String) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.Sets the value layer style name.
- setValueLayerStyleName(String) - Method in interface repast.simphony.visualization.engine.ValueLayerDescriptor
-
Sets the value layer style name.
- setViewBounds(Rectangle2D) - Method in class repast.simphony.visualization.visualization2D.RepastCanvas2D
-
Deprecated.
- setViewType(GISDisplayDescriptor.VIEW_TYPE) - Method in class repast.simphony.gis.visualization.engine.GISDisplayData
- setViewType(GISDisplayDescriptor.VIEW_TYPE) - Method in class repast.simphony.gis.visualization.engine.GISDisplayDescriptor
- setVisibilityChanged(boolean) - Method in class repast.simphony.relogo.AbstractTurtle
- setVisibilityChanged(boolean) - Method in interface repast.simphony.relogo.Turtle
- setVisible(boolean) - Method in class repast.simphony.gis.display.RepastMapLayer
-
Deprecated.
- setVisible(boolean) - Method in class repast.simphony.gis.display.RepastRasterLayer
-
Deprecated.
- setWatcheeCondition(String) - Method in class repast.simphony.engine.watcher.SharedWatchParameters
- setWatcheeCondition(String) - Method in class repast.simphony.engine.watcher.WatchParameters
- setWatcherCount(int) - Method in class repast.simphony.engine.watcher.SharedWatchParameters
-
Gets the amount of watchers to trigger.
- setWatcherCount(int) - Method in class repast.simphony.engine.watcher.WatchParameters
-
Gets the amount of watchers to trigger.
- setWatchID(String) - Method in class repast.simphony.engine.watcher.SharedWatchParameters
- setWatchID(String) - Method in class repast.simphony.engine.watcher.WatchParameters
- setWeight(double) - Method in class repast.simphony.space.graph.RepastEdge
-
Sets the weight of this edge.
- setWhoCounter(Number) - Static method in class repast.simphony.relogo.AbstractTurtle
- setWidth(double) - Method in class repast.simphony.visualization.engine.BoundingBox
- setWorkingDirectory(File) - Method in class repast.simphony.integration.CustomExecute
- setWorldValue(double, double, double) - Method in class repast.simphony.space.gis.RasterLayer
- setWorldValue(double, double, float) - Method in class repast.simphony.space.gis.RasterLayer
- setWorldValue(double, double, int) - Method in class repast.simphony.space.gis.RasterLayer
- setWriteDescriptorFileName(String) - Method in interface repast.simphony.integration.DataFile
- setWriteDescriptorFileName(String) - Method in class repast.simphony.integration.DefaultDataFile
- setWriteFileName(String) - Method in interface repast.simphony.integration.DataFile
- setWriteFileName(String) - Method in class repast.simphony.integration.DefaultDataFile
- setWriter(Writer) - Method in class repast.simphony.integration.DefaultDataFile
- setWriter(Writer) - Method in interface repast.simphony.integration.IntegrationSource
-
Sets the writer to write with.
- setWrittenObject(Queryable) - Method in class repast.simphony.integration.DataFileWriter
- setWrittenObject(Queryable) - Method in class repast.simphony.integration.DefaultDataFile
- setWrittenObject(Queryable) - Method in class repast.simphony.integration.DefaultExtProgRunner
-
Performs a setWriteObject on all the integration sources.
- setWrittenObject(Queryable) - Method in interface repast.simphony.integration.Writer
- setX(double) - Method in class repast.simphony.visualization.cgd.graph.CGDNode
- setX(int) - Method in class repast.simphony.space.delaunay.TriangulationPoint
- setX(int) - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
- setXAxisLabel(String) - Method in class repast.simphony.chart2.AbstractXYChartCreator
- setXAxisLabel(String) - Method in class repast.simphony.chart2.engine.ChartDescriptor
- setXcor(Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Sets the x coordinate of a turtle to number.
- setXcor(Number) - Method in interface repast.simphony.relogo.Turtle
-
Sets the x coordinate of a turtle to number.
- setXmlFile(File) - Method in class repast.simphony.xml.AbstractConverter
- setXmlFile(File) - Method in class repast.simphony.xml.XMLSerializer
-
Set the XML file for converters that need the file path for serializing out objects to other file types in the same folder as the XML file.
- setXMLFile(String) - Method in class repast.simphony.freezedry.wizard.FreezeDryWizardModel
- setXSize(int) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
- setXSourceId(String) - Method in class repast.simphony.chart2.AbstractXYSeriesDataSink
-
Sets the id of the data source that produces the x value.
- setxy(Number, Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Sets the x-y coordinates of a turtle to (nX, nY).
- setxy(Number, Number) - Method in interface repast.simphony.relogo.Turtle
-
Sets the x-y coordinates of a turtle to (nX, nY).
- setY(double) - Method in class repast.simphony.visualization.cgd.graph.CGDNode
- setY(float) - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
- setY(int) - Method in class repast.simphony.space.delaunay.TriangulationPoint
- setY(int) - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
- setYAxisLabel(String) - Method in class repast.simphony.chart2.AbstractXYChartCreator
- setYAxisLabel(String) - Method in class repast.simphony.chart2.engine.ChartDescriptor
- setYcor(Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Sets the y coordinate of a turtle to number.
- setYcor(Number) - Method in interface repast.simphony.relogo.Turtle
-
Sets the y coordinate of a turtle to number.
- setYMax(float) - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
- setYMin(float) - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
- setYScale(float) - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
- setYSize(int) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
- setYValue(boolean) - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
- setZ(int) - Method in class repast.simphony.visualization.visualization3D.layout.DimensionLocal
- setZ(int) - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
- setZipNShip(boolean) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- shadeOfQ(Number, Number) - Static method in class repast.simphony.relogo.Utility
-
Queries if two shades are of the same color.
- shape - Variable in class repast.simphony.gis.styleEditor.PreviewLabel
- shape - Variable in class repast.simphony.relogo.AbstractLink
- shape - Variable in class repast.simphony.ws.DisplayProperties
- SHAPE - Enum constant in enum class repast.simphony.visualization.visualization3D.style.EdgeStyle3D.EdgeType
- Shape_List - Static variable in class repast.simphony.visualization.gui.styleBuilder.IconFactory2D
- shapeFactory - Variable in class repast.simphony.visualizationOGL2D.DefaultStyleOGL2D
- ShapeFactory - Class in repast.simphony.visualization.visualization3D
- ShapeFactory() - Constructor for class repast.simphony.visualization.visualization3D.ShapeFactory
- ShapeFactory2D - Class in repast.simphony.visualization.visualization2D
-
Deprecated.replaced by ogl 2D
- ShapeFactory2D() - Constructor for class repast.simphony.visualization.visualization2D.ShapeFactory2D
-
Deprecated.
- ShapefileAgentBuilder - Class in repast.simphony.gis.dataLoader
-
TODO Geotools: re-work this into the ContextBuilderFactory context.xml dataloader mechanism
- ShapefileFeatureAgentFactory<T> - Class in repast.simphony.space.gis
-
Factory class for creating feature agents that are appropriate for writing to shapfiles.
- ShapefileLoader<T> - Class in repast.simphony.space.gis
-
Creates and sets agents properties from a features in shapefile.
- ShapefileLoader(Class<T>, URL, Geography, Context) - Constructor for class repast.simphony.space.gis.ShapefileLoader
-
Creates a shapefile loader for agents of the specified class and whose data source is the specified shapefile.
- ShapefileWriter - Class in repast.simphony.space.gis
-
Writes the contents of a geography to a shapefile each layer of the geography is written to a separate shapefile.
- ShapefileWriter(Geography) - Constructor for class repast.simphony.space.gis.ShapefileWriter
-
Creates a ShapefileWriter that will write layers in the specified geography to a shapefile.
- ShapePaths - Class in repast.simphony.ws
- ShapePaths() - Constructor for class repast.simphony.ws.ShapePaths
- shapes - Variable in class repast.simphony.visualization.visualization3D.VisualItem3D
- shapes() - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
- shapeWkt - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
- SharedWatchParameters - Class in repast.simphony.engine.watcher
-
Contains the invariant part of a WatchParamter that can be shared among WatchParameters for different objects.
- SharedWatchParameters(String, String) - Constructor for class repast.simphony.engine.watcher.SharedWatchParameters
- SheetInfo - Class in repast.simphony.relogo.util
- SheetInfo(String, List<PrimitiveCategory>) - Constructor for class repast.simphony.relogo.util.SheetInfo
- SHORT - Enum constant in enum class repast.simphony.freezedry.ArrayValueHandler
- SHORT - Enum constant in enum class repast.simphony.parameter.xml.AbstractNumberSetterCreator.Type
- ShortConverter() - Constructor for class repast.simphony.parameter.StringConverterFactory.ShortConverter
- ShortestPath<T> - Class in repast.simphony.space.graph
-
Calculates the shortest path from a specified node to all other nodes in the net using Dijkstra's algorithm.
- ShortestPath() - Constructor for class repast.simphony.space.graph.ShortestPath
-
Constructor
- ShortestPath(Network<T>) - Constructor for class repast.simphony.space.graph.ShortestPath
- ShortestPath(Network<T>, T) - Constructor for class repast.simphony.space.graph.ShortestPath
-
Deprecated.As of release 1.2, replaced by
ShortestPath(Network<T> net)
- ShortSteppedSetter - Class in repast.simphony.parameter
-
This
ParameterSetter
will run through a space of numbers. - ShortSteppedSetter(String, short, short, short) - Constructor for class repast.simphony.parameter.ShortSteppedSetter
-
Constructs this with the given base value, step size, and maximum value.
- shouldRevert(double) - Method in interface repast.simphony.parameter.optimizer.AdvancementChooser
-
If the sweeper should revert to the parameters used before the last ones.
- shouldRevert(double) - Method in class repast.simphony.parameter.optimizer.AnnealingAdvancementChooser
- shouldRevert(double) - Method in class repast.simphony.parameter.optimizer.HillClimber
-
Returns true when the previous run's value was greater than runResult or when we're exploring the local space to figure out which direction to go.
- shouldRevert(double) - Method in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper.DefaultAdvanceChooser
- shouldStartDragInteraction(PInputEvent) - Method in class repast.simphony.visualization.editor.ContSpaceMoveHandler
-
Deprecated.
- shouldStartDragInteraction(PInputEvent) - Method in class repast.simphony.visualization.editor.gis.GISMoveHandler
-
Deprecated.
- shouldStartDragInteraction(PInputEvent) - Method in class repast.simphony.visualization.editor.GridMoveHandler
-
Deprecated.
- shouldStartDragInteraction(PInputEvent) - Method in class repast.simphony.visualization.editor.NetAddEdgeHandler
-
Deprecated.
- shouldStartDragInteraction(PInputEvent) - Method in class repast.simphony.visualization.editor.NetMoveHandler
-
Deprecated.
- show() - Method in class repast.simphony.ui.widget.ErrorLog
- show(Object) - Method in class repast.simphony.relogo.AbstractLink
-
Prints value with agent identifier to the console.
- show(Object) - Method in class repast.simphony.relogo.AbstractObserver
-
Prints value with agent identifier to the console.
- show(Object) - Method in class repast.simphony.relogo.AbstractPatch
-
Prints value with agent identifier to the console.
- show(Object) - Method in class repast.simphony.relogo.AbstractTurtle
-
Prints value with agent identifier to the console.
- show(Object) - Method in class repast.simphony.relogo.Link
-
Prints value with agent identifier to the console.
- show(Object) - Method in interface repast.simphony.relogo.Observer
-
Prints value with agent identifier to the console.
- show(Object) - Method in interface repast.simphony.relogo.Patch
-
Prints value with agent identifier to the console.
- show(Object) - Method in interface repast.simphony.relogo.Turtle
-
Prints value with agent identifier to the console.
- show(String) - Method in class repast.simphony.space.gis.WritableGridCoverage2D
- show(String, int, int) - Method in class repast.simphony.space.gis.WritableGridCoverage2D
- show(JComponent, int, int) - Method in class repast.simphony.visualization.editor.FloatingList
-
Deprecated.
- SHOW_DECORATOR - Static variable in class repast.simphony.visualization.decorator.AbstractProjectionDecorator
- SHOW_DECORATOR - Static variable in interface repast.simphony.visualization.decorator.DecoratorConstants
- SHOW_LABEL - Static variable in class repast.simphony.statecharts.runtime.UICreatorFactory.StateChartButton
- showDialog(Component) - Method in class repast.simphony.visualization.gui.DisplayConfigurationWizard
- showDialog(Component) - Method in class repast.simphony.visualization.gui.DisplayWizardCreator
- showDialog(Component, String) - Method in class repast.simphony.chart2.wizard.HistogramEditorWizard
- showDialog(Component, String) - Method in class repast.simphony.chart2.wizard.TimeSeriesEditorWizard
- showDialog(Component, String) - Method in class repast.simphony.data2.wizard.ConsoleSinkEditorWizard
- showDialog(Component, String) - Method in class repast.simphony.data2.wizard.DataSetEditorWizard
- showDialog(Component, String) - Method in class repast.simphony.data2.wizard.FileSinkEditorWizard
- showDialog(Component, String) - Method in class repast.simphony.userpanel.ui.UserPanelEditorWizard
- showDialog(Component, String) - Method in class repast.simphony.util.wizard.DynamicWizard
- showDialog(JDialog, String) - Method in class repast.simphony.ui.plugin.editor.OptionsDialog
- showDialog(JFrame, String) - Method in class repast.simphony.ui.plugin.editor.OptionsDialog
- showDialogModal() - Method in class repast.simphony.data.analysis.AnalysisPluginWizard
-
Shows the wizard in a modal dialog.
- showError(String, String) - Method in class repast.simphony.ui.plugin.editor.ScheduleParamsPanel
- showError(String, String) - Method in class repast.simphony.ui.RSGui
- ShowExportDialog - Class in repast.simphony.gis.ui
- ShowExportDialog() - Constructor for class repast.simphony.gis.ui.ShowExportDialog
- showFillPane(boolean) - Method in class repast.simphony.gis.styleEditor.RuleEditPanel
- showGrid - Variable in class repast.simphony.chart2.engine.ChartDescriptor
- showHoverProbes - Variable in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- showLegend - Variable in class repast.simphony.chart2.engine.ChartDescriptor
- showLink() - Method in class repast.simphony.relogo.AbstractLink
-
Makes link visible.
- showLink() - Method in class repast.simphony.relogo.Link
-
Makes link visible.
- showMarkPane(boolean) - Method in class repast.simphony.gis.styleEditor.RuleEditPanel
- showMessage(String) - Method in class repast.simphony.batch.ssh.ConsoleUserInfo
- showNetworkStatus - Variable in class repast.simphony.visualization.gis3D.RepastStatusBar
- showStrokePane(boolean) - Method in class repast.simphony.gis.styleEditor.RuleEditPanel
- showTurtle() - Method in class repast.simphony.relogo.AbstractTurtle
-
Makes turtle visible.
- showTurtle() - Method in interface repast.simphony.relogo.Turtle
-
Makes turtle visible.
- SHP_FILE_STYLE_PROP - Static variable in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- shuffle - Variable in class repast.simphony.engine.watcher.AbstractTriggerScheduler
- shuffle() - Method in class repast.simphony.engine.schedule.ActionList
-
Shuffles the elements of this list.
- shuffle() - Element in annotation interface repast.simphony.engine.schedule.ScheduledMethod
-
Whether or not to randomize the scheduling of collections of agent methods, if more than one agent is being scheduled by this annonation.
- shuffle() - Element in annotation interface repast.simphony.engine.watcher.Watch
-
Gets whether or not the list of watchers to be triggered is shuffled prior to triggering.
- shuffle(double[], Uniform) - Static method in class repast.simphony.util.SimUtilities
-
Shuffles the specified double[] using the specifid Uniform rng.
- shuffle(List<E>) - Static method in class repast.simphony.relogo.Utility
-
Returns a list randomly reordered.
- shuffle(List, Uniform) - Static method in class repast.simphony.util.SimUtilities
-
Shuffles the specified list using the specifid Uniform rng.
- shutdown() - Method in class repast.simphony.visualization.gis3D.RepastWorldWindowGLCanvas
- shutdown() - Method in class repast.simphony.visualization.gis3D.RepastWorldWindowGLJPanel
- shutdown() - Method in class repast.simphony.ws.OneRunRunner
- shutDown() - Method in class repast.simphony.ws.RepastWS
- SIBLING - Static variable in class repast.simphony.visualization.cgd.util.Separation
- simple - Variable in class repast.simphony.visualizationOGL2D.SVGSpatialSource
- SimpleAdder<T> - Class in repast.simphony.space.gis
- SimpleAdder() - Constructor for class repast.simphony.space.gis.SimpleAdder
- SimpleCartesianAdder<T> - Class in repast.simphony.space.continuous
-
This is a simple implementation of an adder that doesn't perform any action.
- SimpleCartesianAdder() - Constructor for class repast.simphony.space.continuous.SimpleCartesianAdder
- SimpleCharStream - Class in repast.simphony.engine.watcher.query
-
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
- SimpleCharStream(InputStream) - Constructor for class repast.simphony.engine.watcher.query.SimpleCharStream
- SimpleCharStream(InputStream, int, int) - Constructor for class repast.simphony.engine.watcher.query.SimpleCharStream
- SimpleCharStream(InputStream, int, int, int) - Constructor for class repast.simphony.engine.watcher.query.SimpleCharStream
- SimpleCharStream(InputStream, String) - Constructor for class repast.simphony.engine.watcher.query.SimpleCharStream
- SimpleCharStream(InputStream, String, int, int) - Constructor for class repast.simphony.engine.watcher.query.SimpleCharStream
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class repast.simphony.engine.watcher.query.SimpleCharStream
- SimpleCharStream(Reader) - Constructor for class repast.simphony.engine.watcher.query.SimpleCharStream
- SimpleCharStream(Reader, int, int) - Constructor for class repast.simphony.engine.watcher.query.SimpleCharStream
- SimpleCharStream(Reader, int, int, int) - Constructor for class repast.simphony.engine.watcher.query.SimpleCharStream
- simpleDistance - Variable in class repast.simphony.engine.graph.NaryTreeTraverser
- SimpleEditedEdgeStyleDialog - Class in repast.simphony.visualization.gui.styleBuilder
- SimpleEditedEdgeStyleDialog(Dialog) - Constructor for class repast.simphony.visualization.gui.styleBuilder.SimpleEditedEdgeStyleDialog
- SimpleEditedEdgeStyleDialog(Frame) - Constructor for class repast.simphony.visualization.gui.styleBuilder.SimpleEditedEdgeStyleDialog
- SimpleFactory<T> - Interface in repast.simphony.util
-
A simple interface for factories that create some type.
- SimpleGridAdder<T> - Class in repast.simphony.space.grid
-
This is a simple implementation of an adder that doesn't perform any action.
- SimpleGridAdder() - Constructor for class repast.simphony.space.grid.SimpleGridAdder
- SimpleMarkFactory - Class in repast.simphony.gis.styleEditor
-
MarkFactory that provides Styled Layer Descriptor (SLD) compatible shapes based on the "well known name" element of the SLD schema.
- SimpleMarkFactory() - Constructor for class repast.simphony.gis.styleEditor.SimpleMarkFactory
- SimpleMethodTableModel - Class in repast.simphony.data2.wizard
- SimpleMethodTableModel(Iterable<MethodDataSourceDefinition>) - Constructor for class repast.simphony.data2.wizard.SimpleMethodTableModel
- SimpleNode - Class in repast.simphony.engine.watcher.query
- SimpleNode(int) - Constructor for class repast.simphony.engine.watcher.query.SimpleNode
- SimpleNode(QueryParser, int) - Constructor for class repast.simphony.engine.watcher.query.SimpleNode
- SimpleParameterSetter - Class in repast.simphony.parameter
- SimpleParameterSetter() - Constructor for class repast.simphony.parameter.SimpleParameterSetter
- SimpleState - Class in repast.simphony.statecharts.old
- SimpleState<T> - Class in repast.simphony.statecharts
- SimpleState() - Constructor for class repast.simphony.statecharts.old.SimpleState
- SimpleState(String) - Constructor for class repast.simphony.statecharts.SimpleState
- SimpleStateBuilder<T> - Class in repast.simphony.statecharts
- SimpleStateBuilder(String) - Constructor for class repast.simphony.statecharts.SimpleStateBuilder
- SimpleWrapper<T> - Class in repast.simphony.util.collections
-
A simple wrapper class that will hold an object and for its
SimpleWrapper.toString()
will return a given description. - SimpleWrapper(String, T) - Constructor for class repast.simphony.util.collections.SimpleWrapper
-
Constructs this with the specified description and wrapped object.
- simStarted() - Method in class repast.simphony.ui.RunOptionsModel
-
Notifies this RunOptions model that simulation has started.
- simStopped() - Method in class repast.simphony.ui.RunOptionsModel
-
Notifies this RunOptions model that simulation has stoped.
- SimUtilities - Class in repast.simphony.util
-
A collection of utility methods.
- SimUtilities() - Constructor for class repast.simphony.util.SimUtilities
- sin(Number) - Static method in class repast.simphony.relogo.Utility
-
Returns the sine of an angle.
- SingleHistogramDomainAxis - Class in repast.simphony.chart2
-
This class axis is setup to display the domain of a histogram.
- SingleHistogramDomainAxis() - Constructor for class repast.simphony.chart2.SingleHistogramDomainAxis
- SingleHistogramDomainAxis(String) - Constructor for class repast.simphony.chart2.SingleHistogramDomainAxis
- singleOccupancy1D(GridAdder<T>, GridPointTranslator, int) - Static method in class repast.simphony.space.grid.GridBuilderParameters
-
Returns GridBuilderParameters suitable for creating a single occupancy 1 dimensional grid.
- singleOccupancy1DTorus(GridAdder<T>, int) - Static method in class repast.simphony.space.grid.GridBuilderParameters
-
Returns GridBuilderParameters suitable for creating a single occupancy 1 dimensional periodic wrapped grid.
- singleOccupancy2D(GridAdder<T>, GridPointTranslator, int, int) - Static method in class repast.simphony.space.grid.GridBuilderParameters
-
Returns GridBuilderParameters suitable for creating a single occupancy 2 dimensional grid.
- singleOccupancy2DTorus(GridAdder<T>, int, int) - Static method in class repast.simphony.space.grid.GridBuilderParameters
-
Returns GridBuilderParameters suitable for creating a single occupancy 2 dimensional torus.
- SingleOccupancyCellAccessor<T> - Class in repast.simphony.space.grid
-
Coordinate accessor for a space where each location holds a single object.
- SingleOccupancyCellAccessor() - Constructor for class repast.simphony.space.grid.SingleOccupancyCellAccessor
- SingleOccupancyCoordinateAccessor<T> - Class in repast.simphony.space.continuous
-
Coordinate accessor for a space where each location holds a single object.
- SingleOccupancyCoordinateAccessor() - Constructor for class repast.simphony.space.continuous.SingleOccupancyCoordinateAccessor
- singleOccupancyND(GridAdder<T>, GridPointTranslator, int...) - Static method in class repast.simphony.space.grid.GridBuilderParameters
-
Returns GridBuilderParameters suitable for creating a single occupancy n-dimensional grid.
- singleOccupancyNDTorus(GridAdder<T>, int...) - Static method in class repast.simphony.space.grid.GridBuilderParameters
-
Returns GridBuilderParameters suitable for creating a single occupancy n-dimensional torus.
- SingleRunDataSetManager - Class in repast.simphony.data2
-
DataSetManager for single (i.e.
- SingleRunDataSetManager() - Constructor for class repast.simphony.data2.SingleRunDataSetManager
- SINGLETON - Static variable in class repast.simphony.visualization.cgd.util.Clan
- SinkBuilder - Interface in repast.simphony.data2.builder
-
Inteface for classes that can build DataSinks.
- sinkBuilders - Variable in class repast.simphony.data2.builder.AbstractDataSetBuilder
- SinkDataStep<D extends AbstractTextSinkDescriptor,
T extends DataSetModel<D>> - Class in repast.simphony.data2.wizard -
Data configure step for creating sinks.
- SinkDataStep(String, String) - Constructor for class repast.simphony.data2.wizard.SinkDataStep
- sinks - Variable in class repast.simphony.data2.AbstractDataSet
- sinks - Variable in class repast.simphony.visualization.cgd.util.Clan
- sinks() - Method in class repast.simphony.data2.AbstractDataSet
- sinks() - Method in interface repast.simphony.data2.DataSet
-
Gets the sinks associated with this DataSet.
- size - Variable in class repast.simphony.space.continuous.AbstractContinuousSpace
- size - Variable in class repast.simphony.space.grid.AbstractGrid
- size - Variable in class repast.simphony.visualization.cgd.util.Clan
- size - Variable in class repast.simphony.visualization.cgd.util.ParseClanTree
- size - Variable in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- size - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
- size - Variable in class repast.simphony.visualization.gis3D.WMSLayersPanel
- size - Variable in class repast.simphony.ws.DisplayProperties
- size() - Method in class repast.simphony.context.AbstractContext
- size() - Method in class repast.simphony.context.FormerDefaultContext
- size() - Method in class repast.simphony.context.space.graph.ContextJungNetwork
- size() - Method in class repast.simphony.data2.AbstractDataSetManager.ObjList
- size() - Method in interface repast.simphony.data2.SizedIterable
-
Gets the number of elements in the iterable.
- size() - Method in class repast.simphony.engine.schedule.ActionList
-
Gets the size of this list.
- size() - Method in class repast.simphony.engine.schedule.ActionQueue
-
Gets the number of elements in the queue.
- size() - Method in class repast.simphony.engine.schedule.ScheduleGroup
-
Returns the number of ISchedulableActions in this ScheduleGroup.
- size() - Method in class repast.simphony.parameter.DefaultSchema
-
Gets the number of parameters in this schema.
- size() - Method in interface repast.simphony.parameter.Schema
-
Gets the number of parameters in this schema.
- size() - Method in class repast.simphony.query.space.grid.GridCell
-
Gets the number of object held by this GridCell.
- size() - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
-
Gets the number of objects currently in the space.
- size() - Method in interface repast.simphony.space.continuous.ContinuousSpace
-
Gets the number of objects currently in the space.
- size() - Method in class repast.simphony.space.Dimensions
-
Gets the number of dimensions in this Dimensions.
- size() - Method in class repast.simphony.space.gis.DefaultGeography
-
Gets the number of objects in the geography.
- size() - Method in interface repast.simphony.space.gis.Geography
-
Gets the number of objects in the geography.
- size() - Method in class repast.simphony.space.graph.JungNetwork
- size() - Method in interface repast.simphony.space.graph.Network
-
Gets the number of nodes in this network.
- size() - Method in class repast.simphony.space.grid.AbstractGrid
-
Gets the number of objects currently in the space.
- size() - Method in interface repast.simphony.space.grid.Grid
-
Gets the number of objects currently in the space.
- size() - Method in class repast.simphony.space.grid.GridDimensions
-
Gets the number of dimensions in this Dimensions.
- size() - Method in class repast.simphony.util.collections.CompositeIndexedIterable
-
Gets the number of elements in this IndexedIterable.
- size() - Method in interface repast.simphony.util.collections.IndexedIterable
-
Gets the number of elements in this IndexedIterable.
- size() - Method in class repast.simphony.util.collections.ListIndexedIterable
-
Gets the number of elements in this IndexedIterable.
- size() - Method in class repast.simphony.util.collections.NaryTree
-
Gets the number of nodes currently in the tree.
- size() - Method in class repast.simphony.util.collections.OpenLongToDoubleHashMap
-
Get the number of elements stored in the map.
- size() - Method in interface repast.simphony.util.collections.Tree
-
Gets the number of nodes currently in the tree.
- size() - Method in class repast.simphony.util.PriorityQueue
-
Gets the number of elements in the queue.
- size() - Method in class repast.simphony.valueLayer.DenseValueLayerStore
- size() - Method in class repast.simphony.valueLayer.GridValueLayer
-
Return the number of entries in the value layer.
- size() - Method in class repast.simphony.valueLayer.SparseValueLayerStore
- size() - Method in interface repast.simphony.valueLayer.ValueLayerStore
- size() - Method in class repast.simphony.visualization.cgd.util.Separation
- size() - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
-
Gets the number of objects currently in the space.
- size() - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
-
Gets the number of objects currently in the space.
- SizeableStyleData - Interface in repast.simphony.visualization.editedStyle
-
Interface for edited styles that are scalable.
- SizedIterable<T> - Interface in repast.simphony.data2
-
An iterable with a size
- sizeInternal() - Method in class repast.simphony.context.AbstractContext
- sizeInternal() - Method in class repast.simphony.context.DefaultContext
- sizeInternal() - Method in class repast.simphony.context.SmallDefaultContext
- sizeMax - Variable in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- sizeMax - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
- sizeMaxMethodName - Variable in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- sizeMaxMethodName - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
- sizeMaxModel - Variable in class repast.simphony.visualization.gui.styleBuilder.AbstractStyleDialog
- sizeMethodName - Variable in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- sizeMethodName - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
- sizeMin - Variable in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- sizeMin - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
- sizeMinMethodName - Variable in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- sizeMinMethodName - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
- sizeMinModel - Variable in class repast.simphony.visualization.gui.styleBuilder.AbstractStyleDialog
- sizeModel - Variable in class repast.simphony.visualization.gui.styleBuilder.AbstractStyleDialog
- sizeScale - Variable in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- sizeScale - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
- sizeScaleMethodName - Variable in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
- sizeScaleMethodName - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
- sizeScaleModel - Variable in class repast.simphony.visualization.gui.styleBuilder.AbstractStyleDialog
- skipFirstStep - Variable in class repast.simphony.data.analysis.AnalysisPluginWizard
- sky() - Static method in class repast.simphony.relogo.Utility
-
Returns the numerical value corresponding to the color sky.
- SM_FILTER_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
- SM_SAVE_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
- SMALL_MARK_SIZE - Static variable in class repast.simphony.gis.styleEditor.PreviewLabel
- SmallDefaultContext<T> - Class in repast.simphony.context
- SmallDefaultContext() - Constructor for class repast.simphony.context.SmallDefaultContext
- SmallDefaultContext(Object) - Constructor for class repast.simphony.context.SmallDefaultContext
- SmallDefaultContext(Object, Object) - Constructor for class repast.simphony.context.SmallDefaultContext
- SMALLER - Enum constant in enum class repast.simphony.context.FormerDefaultContext.ContextHint
- SMOOTH - Enum constant in enum class repast.simphony.visualizationOGL2D.ValueLayerStyleOGL.Shading
- smoothing - Variable in class repast.simphony.visualization.gis3D.CoverageLayer
- SnapshotTaker - Class in repast.simphony.ui.widget
-
Takes a snapshot of a JComponent.
- SnapshotTaker(JComponent) - Constructor for class repast.simphony.ui.widget.SnapshotTaker
- SnapshotTaker(Imageable) - Constructor for class repast.simphony.ui.widget.SnapshotTaker
- SOLID - Enum constant in enum class repast.simphony.visualization.editedStyle.LineStyle
- solver - Variable in class repast.simphony.space.physics.DefaultPhysicsSpace
- sort() - Method in class repast.simphony.engine.schedule.ScheduleGroup
-
Sorts the DefaultActions in this ScheduleGroup according to their priority.
- sort(AgentSet) - Static method in class repast.simphony.relogo.Utility
-
Returns an agentset that has been sorted by the natural ordering of the agents.
- sort(Comparator) - Method in class repast.simphony.dataLoader.ui.wizard.builder.CheckNode
- sort(Comparator<ISchedulableAction>, boolean) - Method in class repast.simphony.engine.schedule.ActionList
-
Sorts this list using the specified Comparator.
- sort(List) - Static method in class repast.simphony.relogo.Utility
-
Returns a list that has been sorted by ascending order.
- sortChildren(Comparator<T>) - Method in class repast.simphony.util.collections.NaryTree
-
Sorts the children of each node w/r to each other according the specified comparator
- sortChildren(Comparator<T>) - Method in interface repast.simphony.util.collections.Tree
-
Sorts the children of each node w/r to each other according the specified comparator
- source - Variable in class repast.simphony.space.graph.RepastEdge
- source - Variable in class repast.simphony.util.Scanner
- source - Variable in class repast.simphony.visualization.cgd.graph.CGDEdge
- sourceIds - Variable in class repast.simphony.data2.engine.AbstractTextSinkDescriptor
- sourceMap - Variable in class repast.simphony.sql.SQLWindow
- sourceObject - Variable in class repast.simphony.query.space.gis.AbstractGeometryQuery
- sources - Variable in class repast.simphony.visualization.cgd.util.Clan
- SOUTH - Enum constant in enum class repast.simphony.visualization.visualization3D.style.Style3D.LabelPosition
- SOUTH - Static variable in interface repast.simphony.space.Direction
-
Directional constant for vector movement.
- SOUTH_EAST - Enum constant in enum class repast.simphony.visualization.visualization3D.style.Style3D.LabelPosition
- SOUTH_WEST - Enum constant in enum class repast.simphony.visualization.visualization3D.style.Style3D.LabelPosition
- SPACE_DIMENSIONS_KEY - Static variable in class repast.simphony.freezedry.freezedryers.proj.ContinuousProjectionDryer
- SPACE_DIMENSIONS_KEY - Static variable in class repast.simphony.freezedry.freezedryers.proj.GridProjectionDryer2
- SPACE_ORIGIN_KEY - Static variable in class repast.simphony.freezedry.freezedryers.proj.ContinuousProjectionDryer
- SPACE_ORIGIN_KEY - Static variable in class repast.simphony.freezedry.freezedryers.proj.GridProjectionDryer2
- SpaceAddHandler - Class in repast.simphony.visualization.editor
-
Deprecated.2D piccolo based code is being removed
- SpaceAddHandler(PCanvas, Display2D, DisplayEditor2D, ContinuousSpace) - Constructor for class repast.simphony.visualization.editor.SpaceAddHandler
-
Deprecated.
- SpaceAddListener - Class in repast.simphony.visualization.editor
-
Deprecated.2D piccolo based code is being removed
- SpaceAddListener(ContinuousSpace, SpaceAddHandler) - Constructor for class repast.simphony.visualization.editor.SpaceAddListener
-
Deprecated.
- SpaceConverter - Class in repast.simphony.xml
-
XStream converter for ContextSpace, the default continuous space type in simphony.
- SpaceConverter() - Constructor for class repast.simphony.xml.SpaceConverter
- spaceDimensions - Variable in class repast.simphony.space.grid.WrapAroundBorders
- SpaceLocationProbe - Class in repast.simphony.ui.probe
-
Probe of an objects location in a continuous space.
- SpaceLocationProbe(Object, ContinuousSpace<?>) - Constructor for class repast.simphony.ui.probe.SpaceLocationProbe
- SpaceProjectionBuilder - Class in repast.simphony.dataLoader.engine
-
Builds a grid projection based on SContinousSpace data.
- SpaceProjectionBuilder() - Constructor for class repast.simphony.dataLoader.engine.SpaceProjectionBuilder
- spaceWidths - Variable in class repast.simphony.space.continuous.WrapAroundBorders
- spaceWidths - Variable in class repast.simphony.space.grid.WrapAroundBorders
- SparklineJComponent - Class in repast.simphony.ui.sparkline
- SparklineJComponent() - Constructor for class repast.simphony.ui.sparkline.SparklineJComponent
- SparseValueLayerStore - Class in repast.simphony.valueLayer
-
Value layer store backed by a sparse map.
- SparseValueLayerStore(int, double) - Constructor for class repast.simphony.valueLayer.SparseValueLayerStore
- SpatialContext<T,
V> - Interface in repast.simphony.context - SpatialException - Exception in repast.simphony.space
-
Exception used by spaces to indicate invalid moves and the like.
- SpatialException(String) - Constructor for exception repast.simphony.space.SpatialException
-
Constructs a new runtime exception with the specified detail message.
- SpatialException(String, Throwable) - Constructor for exception repast.simphony.space.SpatialException
-
Constructs a new runtime exception with the specified detail message and cause.
- SpatialMath - Class in repast.simphony.space
- SpatialMath() - Constructor for class repast.simphony.space.SpatialMath
- SpatialPredicate - Class in repast.simphony.query.space.projection
-
Abstract implementation of Predicate interface.
- SpatialPredicate() - Constructor for class repast.simphony.query.space.projection.SpatialPredicate
- SpatialSource - Interface in repast.simphony.visualizationOGL2D
-
Interface for classes that can act as sources for VSpatials.
- SpatialWrapper - Class in repast.simphony.visualizationOGL2D
-
Wraps the VSpatial produced by a style.
- SpatialWrapper(VSpatial) - Constructor for class repast.simphony.visualizationOGL2D.SpatialWrapper
- spawn() - Method in class repast.simphony.integration.DefaultLegacyExecutor
- spawn() - Method in interface repast.simphony.integration.LegacyExecutor
- spawnAndReturnProcess() - Method in class repast.simphony.integration.CustomExecute
-
Starts a process defined by the command line.
- SPECIAL_COL_MARKER - Static variable in class repast.simphony.freezedry.AbstractDataSource
-
This should be pre-pended to column names that will be interpreted in a "special" way (IE used to identify an object, or as a reference to another table).
- specialConstructor - Variable in exception repast.simphony.engine.watcher.query.ParseException
-
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
- specialToken - Variable in class repast.simphony.engine.watcher.query.Token
-
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
- SpecificClassOption - Class in repast.simphony.dataLoader.ui.wizard
- SpecificClassOption() - Constructor for class repast.simphony.dataLoader.ui.wizard.SpecificClassOption
- SphericalLayout - Class in repast.simphony.visualization.visualization3D.layout
-
z between -R and R, phi between 0 and 2 pi, each with a uniform distribution To find the latitude (theta) of this point, note that z=Rsin(theta), so theta=sin-1(z/R); its longitude is (surprise!) phi.
- SphericalLayout() - Constructor for class repast.simphony.visualization.visualization3D.layout.SphericalLayout
- splice(QuadEdge, QuadEdge) - Method in class repast.simphony.space.delaunay.DelaunayGraph
- SpreadsheetUtils - Class in repast.simphony.ui.table
-
Utility to convert TableModels to spreadsheet files via POI
- SpreadsheetUtils() - Constructor for class repast.simphony.ui.table.SpreadsheetUtils
- sprout(Number) - Method in class repast.simphony.relogo.AbstractPatch
-
Makes a number of random new turtles.
- sprout(Number) - Method in interface repast.simphony.relogo.Patch
-
Makes a number of random new turtles.
- sprout(Number, Closure) - Method in class repast.simphony.relogo.AbstractPatch
-
Makes a number of random new turtles then executes a set of commands on the created turtles.
- sprout(Number, Closure) - Method in interface repast.simphony.relogo.Patch
-
Makes a number of random new turtles then executes a set of commands on the created turtles.
- sprout(Number, Closure, Class) - Method in class repast.simphony.relogo.AbstractPatch
-
Makes a number of random new turtles of a specific type then executes a set of commands on the created turtles.
- sprout(Number, Closure, Class) - Method in interface repast.simphony.relogo.Patch
-
Makes a number of random new turtles of a specific type then executes a set of commands on the created turtles.
- sprout(Number, Closure, String) - Method in class repast.simphony.relogo.AbstractPatch
-
Makes a number of random new turtles of a specific type then executes a set of commands on the created turtles.
- sprout(Number, Closure, String) - Method in interface repast.simphony.relogo.Patch
-
Makes a number of random new turtles of a specific type then executes a set of commands on the created turtles.
- SQLWindow - Class in repast.simphony.sql
-
Panel for executing and displaying SQL results.
- SQLWindow() - Constructor for class repast.simphony.sql.SQLWindow
- sqrt(Number) - Static method in class repast.simphony.relogo.Utility
-
Returns the square root of a number.
- SquareIcon - Class in repast.simphony.dataLoader.ui.wizard.builder
- SquareIcon - Class in repast.simphony.gis.display
-
Deprecated.2D piccolo based code is being removed
- SquareIcon - Class in repast.simphony.ui.plugin.editor
-
Draws a square colored icon.
- SquareIcon(int, int, Color) - Constructor for class repast.simphony.ui.plugin.editor.SquareIcon
- SquareIcon(Color) - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.SquareIcon
- SquareIcon(Color) - Constructor for class repast.simphony.gis.display.SquareIcon
-
Deprecated.
- SquareIcon(Color, int) - Constructor for class repast.simphony.gis.display.SquareIcon
-
Deprecated.
- SSH_DIR_KEY - Static variable in class repast.simphony.batch.ssh.Configuration
- SSHSession - Class in repast.simphony.batch.ssh
- SSHSession(Session) - Constructor for class repast.simphony.batch.ssh.SSHSession
- SSHSessionFactory - Class in repast.simphony.batch.ssh
-
Factory for creating SSHSession objects.
- st() - Method in class repast.simphony.relogo.AbstractTurtle
-
Makes turtle visible.
- st() - Method in interface repast.simphony.relogo.Turtle
-
Makes turtle visible.
- stageChanged(RenderingEvent) - Method in class repast.simphony.visualization.gis3D.RepastStatusBar
- stageChanged(RenderingEvent) - Method in class repast.simphony.visualization.gis3D.ScreenShotAction
- standardDeviation(Collection) - Static method in class repast.simphony.relogo.Utility
-
Returns the standard deviation for a collection.
- start - Variable in class repast.simphony.gis.tools.DistanceTool
- start() - Element in annotation interface repast.simphony.engine.schedule.ScheduledMethod
-
Specifies the start time
- start() - Method in class repast.simphony.ui.RSApplication
-
Starts a simulation run.
- start() - Method in class repast.simphony.ui.widget.BufferDataSource
- start() - Method in class repast.simphony.visualization.editor.ContSpaceMoveHandler
-
Deprecated.Starts the listener.
- start() - Method in class repast.simphony.visualization.editor.gis.GISAddHandler
-
Deprecated.
- start() - Method in class repast.simphony.visualization.editor.gis.GISMoveHandler
-
Deprecated.Starts the listener.
- start() - Method in class repast.simphony.visualization.editor.gis.GISNetAddEdgeHandler
-
Deprecated.Starts the listener.
- start() - Method in class repast.simphony.visualization.editor.gis.GISSelectionHandler
-
Deprecated.Starts the listener.
- start() - Method in class repast.simphony.visualization.editor.GridAddHandler
-
Deprecated.Starts the listener.
- start() - Method in class repast.simphony.visualization.editor.GridLocationToolTip
-
Deprecated.Starts the listener.
- start() - Method in class repast.simphony.visualization.editor.GridMoveHandler
-
Deprecated.Starts the listener.
- start() - Method in class repast.simphony.visualization.editor.NetAddEdgeHandler
-
Deprecated.Starts the listener.
- start() - Method in class repast.simphony.visualization.editor.NetMoveHandler
-
Deprecated.Starts the listener.
- start() - Method in interface repast.simphony.visualization.editor.PEditorEventListener
-
Deprecated.Starts the listener.
- start() - Method in class repast.simphony.visualization.editor.SelectionHandler
-
Deprecated.Starts the listener.
- start() - Method in class repast.simphony.visualization.editor.SpaceAddHandler
-
Deprecated.Starts the listener.
- start() - Method in class repast.simphony.ws.OneRunRunner
- start(GeometryUtil.GeometryType) - Method in class repast.simphony.visualization.editor.gis.GISAddHandler
-
Deprecated.
- Start() - Method in class repast.simphony.engine.watcher.query.QueryParser
- START - Enum constant in enum class repast.simphony.gis.display.PGisLayer.RenderEnum
-
Deprecated.
- START - Static variable in class repast.simphony.parameter.xml.NumberSetterCreator
- START_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
- START_ID - Static variable in class repast.simphony.ui.RSGUIConstants
- startCanvas - Variable in class repast.simphony.gis.tools.DistanceTool
- startChildrenRead(FreezeDryedObject) - Method in class repast.simphony.freezedry.AbstractDataSource
-
Initializes the reading of the children of a specified
FreezeDryedObject
. - startChildrenRead(FreezeDryedObject) - Method in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
- startChildrenRead(FreezeDryedObject) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- startChildrenWrite(FreezeDryedObject) - Method in class repast.simphony.freezedry.AbstractDataSource
-
Initiates the writing of the children for the specified
FreezeDryedObject
. - startChildrenWrite(FreezeDryedObject) - Method in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
- startChildrenWrite(FreezeDryedObject) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- startDrag(PInputEvent) - Method in class repast.simphony.visualization.editor.ContSpaceMoveHandler
-
Deprecated.
- startDrag(PInputEvent) - Method in class repast.simphony.visualization.editor.gis.GISMoveHandler
-
Deprecated.
- startDrag(PInputEvent) - Method in class repast.simphony.visualization.editor.GridMoveHandler
-
Deprecated.
- startDrag(PInputEvent) - Method in class repast.simphony.visualization.editor.NetAddEdgeHandler
-
Deprecated.
- startDrag(PInputEvent) - Method in class repast.simphony.visualization.editor.NetMoveHandler
-
Deprecated.
- started() - Method in class repast.simphony.batch.BatchRunner
-
Invoked when the current run has been started.
- started() - Method in class repast.simphony.batch.OneRunBatchRunner
-
Invoked when the current run has been started.
- started() - Method in class repast.simphony.chart2.engine.TimeSeriesComponentControllerAction
- started() - Method in class repast.simphony.data2.AbstractDataSetManager
- started() - Method in interface repast.simphony.engine.environment.RunListener
-
Invoked when the current run has been started.
- started() - Method in class repast.simphony.relogo.ReLogoModel
- started() - Method in class repast.simphony.statecharts.runtime.StateChartSVGDisplayController
- started() - Method in class repast.simphony.ui.RSApplication
-
Invoked when the current run has been started.
- started() - Method in class repast.simphony.ws.OneRunRunner
-
Invoked when the current run has been started.
- startElement(String, String, String, Attributes) - Method in class repast.simphony.parameter.ParametersParser
- startElement(String, String, String, Attributes) - Method in class repast.simphony.parameter.ParametersValuesLoader
- startElement(String, String, String, Attributes) - Method in class repast.simphony.parameter.xml.ParameterSweepParser
- startElement(String, String, String, Attributes) - Method in class repast.simphony.scenario.ScenarioFileLoader
-
Receive notification of the start of an element.
- startElement(String, String, String, Attributes) - Method in class repast.simphony.ws.ScenarioFileParser
- startFld - Variable in class repast.simphony.ui.plugin.editor.ScheduleParamsPanel
- startNetCheckThread() - Method in class repast.simphony.visualization.gis3D.RepastStatusBar
- StartRun - Class in repast.simphony.ui.action
-
Action for starting a run
- StartRun() - Constructor for class repast.simphony.ui.action.StartRun
- startTypeRead(Class) - Method in class repast.simphony.freezedry.AbstractDataSource
-
Initiates the reading of the specified class.
- startTypeRead(Class) - Method in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
- startTypeRead(Class) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- startTypeWrite(FreezeDryedObject) - Method in class repast.simphony.freezedry.AbstractDataSource
-
This is called at the start of a call to write.
- startTypeWrite(FreezeDryedObject) - Method in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
- startTypeWrite(FreezeDryedObject) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- State - Class in repast.simphony.statecharts.old
-
State abstract class.
- State() - Constructor for class repast.simphony.statecharts.old.State
- State(int) - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.CheckNode.State
- StateAction<T> - Interface in repast.simphony.statecharts
- stateChanged(ChangeEvent) - Method in class repast.simphony.ui.plugin.editor.OptionsDialog
- stateChanged(ChangeEvent) - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
- StateChart - Class in repast.simphony.statecharts.old
- StateChart<T> - Interface in repast.simphony.statecharts
- StateChart() - Constructor for class repast.simphony.statecharts.old.StateChart
- StateChartBeginAction - Class in repast.simphony.statecharts
- StateChartBeginAction(StateChartSimIntegrator) - Constructor for class repast.simphony.statecharts.StateChartBeginAction
- StateChartBuilder<T> - Class in repast.simphony.statecharts
- StateChartBuilder(T, AbstractState<T>) - Constructor for class repast.simphony.statecharts.StateChartBuilder
- StateChartBuilder(T, AbstractState<T>, String) - Constructor for class repast.simphony.statecharts.StateChartBuilder
- StateChartButton() - Constructor for class repast.simphony.statecharts.runtime.UICreatorFactory.StateChartButton
- statechartClosed() - Method in interface repast.simphony.statecharts.runtime.StatechartCloseListener
- StatechartCloseListener - Interface in repast.simphony.statecharts.runtime
- StateChartListener - Interface in repast.simphony.statecharts
-
Listener for state chart (state) changes.
- StateChartResolveAction - Class in repast.simphony.statecharts
- StateChartResolveAction() - Constructor for class repast.simphony.statecharts.StateChartResolveAction
- StateChartScheduler - Enum Class in repast.simphony.statecharts
-
This is singleton responsible for managing the scheduling of statechart begin and resolve actions.
- StateChartSimIntegrator - Interface in repast.simphony.statecharts
-
Interface for classes that can integrate a statechart into the larger simulation.
- StateChartSVGDisplay - Class in repast.simphony.statecharts.runtime
- StateChartSVGDisplay(StateChartSVGDisplayController, String, URI) - Constructor for class repast.simphony.statecharts.runtime.StateChartSVGDisplay
- StateChartSVGDisplayController - Class in repast.simphony.statecharts.runtime
- StateChartSVGDisplayController(Object, StateChart<?>) - Constructor for class repast.simphony.statecharts.runtime.StateChartSVGDisplayController
- StateChartSVGModel - Class in repast.simphony.statecharts.runtime
- StateChartSVGModel(SVGDocument) - Constructor for class repast.simphony.statecharts.runtime.StateChartSVGModel
- STATIC - Enum constant in enum class repast.simphony.chart2.engine.HistogramChartDescriptor.HistogramType
- staticCoverageMap - Variable in class repast.simphony.gis.visualization.engine.GISDisplayData
-
Map of static raster layer FILES loaded directly to the display <file name, style> for static coverages style can be null
- staticCoverages - Variable in class repast.simphony.gis.visualization.engine.GISDisplayDescriptor
-
Map of <file name, style> for static coverages.
- staticFlag - Static variable in class repast.simphony.engine.watcher.query.SimpleCharStream
- StaticHistogramDataset - Class in repast.simphony.chart2
-
Static histogram dataset for use with JFreeChart histograms.
- StaticHistogramDataset(Comparable<?>, double[], OutOfRangeHandling) - Constructor for class repast.simphony.chart2.StaticHistogramDataset
- StaticHistogramDataset(Comparable<?>, double, double, int, OutOfRangeHandling) - Constructor for class repast.simphony.chart2.StaticHistogramDataset
- staticInstance - Static variable in class repast.simphony.engine.environment.RunState
- STATUS_BAR - Static variable in class repast.simphony.ui.RSGUIConstants
- STATUS_BAR_VIZ - Static variable in class repast.simphony.ui.RSGUIConstants
- STATUS_BAR_WARN - Static variable in class repast.simphony.ui.RSGUIConstants
- STATUS_OUTPUT_FILE - Static variable in interface repast.simphony.batch.BatchConstants
- statusBar - Variable in class repast.simphony.visualization.gis3D.DisplayGIS3D
- StatusException - Exception in repast.simphony.batch.ssh
-
Exception thrown by the RemoteStatus code.
- StatusException(String) - Constructor for exception repast.simphony.batch.ssh.StatusException
- StatusException(String, Throwable) - Constructor for exception repast.simphony.batch.ssh.StatusException
- StatusException(Throwable) - Constructor for exception repast.simphony.batch.ssh.StatusException
- STD_DEV - Enum constant in enum class repast.simphony.data2.AggregateOp
- step - Variable in class repast.simphony.engine.environment.AbstractRunner
- step - Variable in class repast.simphony.ws.ScheduleRunner
- step() - Method in class repast.simphony.batch.InteractivBatchRunner
- step() - Method in class repast.simphony.engine.environment.AbstractRunner
- step() - Method in interface repast.simphony.engine.environment.Runner
- step() - Method in class repast.simphony.space.physics.DefaultPhysicsSpace
- step() - Method in interface repast.simphony.space.physics.PhysicsSpace
-
Manually step the physics space dynamics
- step() - Method in class repast.simphony.ui.GUIScheduleRunner
- step() - Method in class repast.simphony.ui.RSApplication
-
Steps a simulation run forward a single step.
- step() - Method in class repast.simphony.ws.OneRunRunner
- step() - Method in class repast.simphony.ws.ScheduleRunner
- STEP - Static variable in class repast.simphony.parameter.xml.NumberSetterCreator
- STEP_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
- STEP_ID - Static variable in class repast.simphony.ui.RSGUIConstants
- stepListeners - Variable in class repast.simphony.ui.plugin.editor.PluginWizardStep
- SteppedRange - Class in repast.simphony.parameter
-
Implements a range with step information for a GUI.
- SteppedRange(double, double, double) - Constructor for class repast.simphony.parameter.SteppedRange
-
Creates a SteppedRange with the specified min, max and step values.
- StepRun - Class in repast.simphony.ui.action
-
Action for stepping a run
- StepRun() - Constructor for class repast.simphony.ui.action.StepRun
- stepSize - Variable in class repast.simphony.space.physics.DefaultPhysicsSpace
- STICKY - Enum constant in enum class repast.simphony.relogo.factories.RLWorldDimensions.WorldType
- STICKY_RULE - Static variable in interface repast.simphony.dataLoader.engine.AutoBuilderConstants
- StickyBorders - Class in repast.simphony.space.continuous
-
Border implementation where translates across the border limits are clamped to the border coordinates.
- StickyBorders - Class in repast.simphony.space.grid
-
Border implementation where translates across the border limits are clamped to the border coordinates.
- StickyBorders() - Constructor for class repast.simphony.space.continuous.StickyBorders
- StickyBorders() - Constructor for class repast.simphony.space.grid.StickyBorders
- stop - Variable in class repast.simphony.engine.environment.AbstractRunner
- stop - Variable in class repast.simphony.ws.ScheduleRunner
- stop() - Method in class repast.simphony.batch.InteractivBatchRunner
- stop() - Method in class repast.simphony.engine.environment.AbstractRunner
-
Stops the execution of the scheduled events after the any events scheduled for the current tick have been executed.
- stop() - Method in interface repast.simphony.engine.environment.Runner
- stop() - Static method in class repast.simphony.relogo.Utility
-
Stop the simulation.
- stop() - Method in class repast.simphony.statecharts.DefaultStateChart
-
Stops this statechart.
- stop() - Method in interface repast.simphony.statecharts.StateChart
-
Stops the state chart.
- stop() - Method in class repast.simphony.ui.GUIScheduleRunner
- stop() - Method in class repast.simphony.ui.RSApplication
-
Stops the simulation run.
- stop() - Method in class repast.simphony.ui.widget.BufferDataSource
- stop() - Method in interface repast.simphony.visualization.DisplayEditorLifecycle
-
Deprecated.Stops the Editor and performs any clean up.
- stop() - Method in class repast.simphony.visualization.editor.ContSpaceMoveHandler
-
Deprecated.Stops the listener.
- stop() - Method in class repast.simphony.visualization.editor.DisplayEditor2D
-
Deprecated.Stops the Editor and performs any clean up.
- stop() - Method in class repast.simphony.visualization.editor.DisplayEditor3D
-
Deprecated.Stops the Editor and performs any clean up.
- stop() - Method in class repast.simphony.visualization.editor.gis.DisplayEditorGIS
-
Deprecated.Stops the Editor and performs any clean up.
- stop() - Method in class repast.simphony.visualization.editor.gis.GISAddHandler
-
Deprecated.
- stop() - Method in class repast.simphony.visualization.editor.gis.GISMoveHandler
-
Deprecated.Stops the listener.
- stop() - Method in class repast.simphony.visualization.editor.gis.GISNetAddEdgeHandler
-
Deprecated.Stops the listener.
- stop() - Method in class repast.simphony.visualization.editor.gis.GISSelectionHandler
-
Deprecated.Stops the listener.
- stop() - Method in class repast.simphony.visualization.editor.GridAddHandler
-
Deprecated.Stops the listener.
- stop() - Method in class repast.simphony.visualization.editor.GridLocationToolTip
-
Deprecated.Stops the listener.
- stop() - Method in class repast.simphony.visualization.editor.GridMoveHandler
-
Deprecated.Stops the listener.
- stop() - Method in class repast.simphony.visualization.editor.NetAddEdgeHandler
-
Deprecated.Stops the listener.
- stop() - Method in class repast.simphony.visualization.editor.NetMoveHandler
-
Deprecated.Stops the listener.
- stop() - Method in interface repast.simphony.visualization.editor.PEditorEventListener
-
Deprecated.Stops the listener.
- stop() - Method in class repast.simphony.visualization.editor.SelectionHandler
-
Deprecated.Stops the listener.
- stop() - Method in class repast.simphony.visualization.editor.SpaceAddHandler
-
Deprecated.Stops the listener.
- stop() - Method in class repast.simphony.ws.OneRunRunner
- stop() - Method in class repast.simphony.ws.ScheduleRunner
- Stop - Enum Class in repast.simphony.relogo
- STOP_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
- STOP_ID - Static variable in class repast.simphony.ui.RSGUIConstants
- StopEnabledCallBackAction - Class in repast.simphony.relogo.factories
- StopEnabledCallBackAction(BindableBoolean, Object, String, Object...) - Constructor for class repast.simphony.relogo.factories.StopEnabledCallBackAction
- stopped() - Method in class repast.simphony.batch.BatchRunner
-
Invoked when the current run has been stopped.
- stopped() - Method in class repast.simphony.batch.OneRunBatchRunner
-
Invoked when the current run has been stopped.
- stopped() - Method in class repast.simphony.chart2.engine.TimeSeriesComponentControllerAction
- stopped() - Method in class repast.simphony.data2.AbstractDataSetManager
- stopped() - Method in interface repast.simphony.engine.environment.RunListener
-
Invoked when the current run has been stopped.
- stopped() - Method in class repast.simphony.relogo.ReLogoModel
- stopped() - Method in class repast.simphony.statecharts.runtime.StateChartSVGDisplayController
- stopped() - Method in class repast.simphony.ui.RSApplication
-
Invoked when the current run has been stopped.
- stopped() - Method in class repast.simphony.ws.OneRunRunner
-
Invoked when the current run has been stopped.
- StopRun - Class in repast.simphony.ui.action
-
Action for stopping a run
- StopRun() - Constructor for class repast.simphony.ui.action.StopRun
- store - Variable in class repast.simphony.valueLayer.GridValueLayer
- store - Variable in class repast.simphony.valueLayer.SparseValueLayerStore
- storeChildren(FreezeDryedObject, Context) - Method in class repast.simphony.freezedry.freezedryers.ContextFreezeDryer
- storeClassMapping(String, String) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- storeLogin - Variable in class repast.simphony.dataLoader.wizard.JDBCContextActionBuilder
- storeLogin - Variable in class repast.simphony.freezedry.datasource.JDBCDataSource
- storeLogin - Variable in class repast.simphony.freezedry.wizard.JDBCDSBuilder
- storeMetaData(FreezeDryedObject, DefaultContext<?>) - Method in class repast.simphony.freezedry.freezedryers.ContextFreezeDryer
- storeProjections(FreezeDryedObject, Context<?>) - Method in class repast.simphony.freezedry.freezedryers.ContextFreezeDryer
- storeSettings() - Method in class repast.simphony.ui.RSApplication
- storeSettings() - Static method in class repast.simphony.util.Settings
- storeSettings(AnalysisPluginWizard) - Method in class repast.simphony.data.analysis.AnalysisPluginRunner
- STRAIGHT_LINES - Static variable in class repast.simphony.visualization.network.PEdge
-
Deprecated.
- STRICT_RULE - Static variable in interface repast.simphony.dataLoader.engine.AutoBuilderConstants
- StrictBorders - Class in repast.simphony.space.continuous
-
Strict border implementation.
- StrictBorders - Class in repast.simphony.space.grid
-
Strict border implementation.
- StrictBorders() - Constructor for class repast.simphony.space.continuous.StrictBorders
- StrictBorders() - Constructor for class repast.simphony.space.grid.StrictBorders
- stride - Variable in class repast.simphony.valueLayer.GridValueLayer
- STRING - Enum constant in enum class repast.simphony.freezedry.ArrayValueHandler
- STRING - Enum constant in enum class repast.simphony.integration.ArrayDataTypeHandler
- STRING - Enum constant in enum class repast.simphony.integration.DataTypeHandler
- STRING_DELIMITER - Static variable in enum class repast.simphony.integration.DataFileElementReader
- StringConverter<T> - Interface in repast.simphony.parameter
-
Converts an Object to and from a String representation.
- StringConverterFactory - Class in repast.simphony.parameter
- StringConverterFactory.BooleanConverter - Class in repast.simphony.parameter
- StringConverterFactory.ByteConverter - Class in repast.simphony.parameter
- StringConverterFactory.DoubleConverter - Class in repast.simphony.parameter
- StringConverterFactory.FloatConverter - Class in repast.simphony.parameter
- StringConverterFactory.IntConverter - Class in repast.simphony.parameter
- StringConverterFactory.LongConverter - Class in repast.simphony.parameter
- StringConverterFactory.ShortConverter - Class in repast.simphony.parameter
- StringConverterFactory.StringStringConverter - Class in repast.simphony.parameter
- StringConverterFormat - Class in repast.simphony.ui.probe
-
Format subclass that uses a StringConverter to perform the formatting.
- StringConverterFormat(StringConverter<Object>) - Constructor for class repast.simphony.ui.probe.StringConverterFormat
- StringFilter<M,
I> - Class in repast.simphony.ui.table -
Row filter for string values.
- StringFilter(String, int, String, NamedRowFilter.Operator) - Constructor for class repast.simphony.ui.table.StringFilter
- StringFormatter(int) - Constructor for class repast.simphony.data2.AbstractFormatter.StringFormatter
- StringProbedProperty - Class in repast.simphony.ui.probe
- StringProbedProperty(PropertyDescriptor) - Constructor for class repast.simphony.ui.probe.StringProbedProperty
- StringProbedProperty(PropertyDescriptor, List<Object>) - Constructor for class repast.simphony.ui.probe.StringProbedProperty
- StringStringConverter() - Constructor for class repast.simphony.parameter.StringConverterFactory.StringStringConverter
- stringToDblArray(String) - Method in class repast.simphony.xml.AbstractConverter
- stringToIntArray(String) - Method in class repast.simphony.xml.AbstractConverter
- stroke - Variable in class repast.simphony.visualization.visualization2D.style.DefaultStyle2D
-
Deprecated.
- STROKE_KEY - Static variable in class repast.simphony.visualization.visualization2D.StyledDisplayLayer2D
-
Deprecated.
- STROKE_PAINT_KEY - Static variable in class repast.simphony.visualization.visualization2D.StyledDisplayLayer2D
-
Deprecated.
- strokeColor - Variable in class repast.simphony.visualization.visualization2D.style.DefaultStyle2D
-
Deprecated.
- strokeVisible - Variable in class repast.simphony.gis.styleEditor.RuleEditPanel
- StructurePK<T> - Class in repast.simphony.context
- StructurePK() - Constructor for class repast.simphony.context.StructurePK
- style - Variable in class repast.simphony.visualization.gis3D.AbstractAirspaceLayer
- style - Variable in class repast.simphony.visualization.gis3D.AbstractRenderableLayer
- style - Variable in class repast.simphony.visualization.gis3D.CoverageLayer
- style - Variable in class repast.simphony.visualization.visualization3D.AbstractDisplayLayer3D
- style - Variable in class repast.simphony.visualizationOGL2D.AbstractDisplayLayerOGL2D
- style - Variable in class repast.simphony.ws.gis.StyledLayerGIS
- style - Variable in class repast.simphony.ws.gis.StyledNetLayerGIS
- Style2D<T> - Interface in repast.simphony.visualization.visualization2D.style
-
Deprecated.replaced by ogl 2D
- Style3D<T> - Interface in repast.simphony.visualization.visualization3D.style
- Style3D.LabelPosition - Enum Class in repast.simphony.visualization.visualization3D.style
- styleBox - Variable in class repast.simphony.visualization.gui.CoverageStyleClassStep
- styleBox - Variable in class repast.simphony.visualization.gui.StyleClassStep
- styleBuilder - Variable in class repast.simphony.gis.styleEditor.RuleEditPanel
- styleCache - Static variable in class repast.simphony.visualization.gui.CoverageStyleClassStep
- styleCache - Static variable in class repast.simphony.visualization.gui.EdgeStyleStep
- styleCache - Static variable in class repast.simphony.visualization.gui.StyleClassStep
- StyleClassFinder - Class in repast.simphony.visualization.gui
-
This implementation of class utilities is different from the one in repast.simphony.util.ClassUtilities only in that here the exceptions are not reported.
- StyleClassFinder() - Constructor for class repast.simphony.visualization.gui.StyleClassFinder
- StyleClassStep - Class in repast.simphony.visualization.gui
-
Style editor step for displays that use style classes to style agents.
- StyleClassStep() - Constructor for class repast.simphony.visualization.gui.StyleClassStep
- StyledDisplayLayer2D - Class in repast.simphony.visualization.visualization2D
-
Deprecated.replaced by ogl 2D
- StyledDisplayLayer2D(Style2D, RepastCanvas2D) - Constructor for class repast.simphony.visualization.visualization2D.StyledDisplayLayer2D
-
Deprecated.
- StyledDisplayLayerOGL2D - Class in repast.simphony.visualizationOGL2D
-
OGL2D display layer that compbines a style with VSpatial objects.
- StyledDisplayLayerOGL2D(StyleOGL2D<?>, VLayer) - Constructor for class repast.simphony.visualizationOGL2D.StyledDisplayLayerOGL2D
- StyleDialog - Class in repast.simphony.gis.styleEditor
-
Basic dialog class for GIS style editor.
- StyleDialog(Dialog) - Constructor for class repast.simphony.gis.styleEditor.StyleDialog
- StyleDialog(Frame) - Constructor for class repast.simphony.gis.styleEditor.StyleDialog
- StyledLayer - Class in repast.simphony.ws
- StyledLayer(StyleOGL2D, String, int) - Constructor for class repast.simphony.ws.StyledLayer
- StyledLayerGIS - Class in repast.simphony.ws.gis
-
Layer for GIS Display Server.
- StyledLayerGIS(ServerStyleGIS, String, int) - Constructor for class repast.simphony.ws.gis.StyledLayerGIS
- StyledNetLayerGIS - Class in repast.simphony.ws.gis
- StyledNetLayerGIS(ServerNetStyleGIS, String, int) - Constructor for class repast.simphony.ws.gis.StyledNetLayerGIS
- StyleEditorPanel - Class in repast.simphony.gis.styleEditor
-
Panel that holds the various sub-panel editors (Basic, Rule, Value, etc.).
- StyleEditorPanel() - Constructor for class repast.simphony.gis.styleEditor.StyleEditorPanel
- StyleGIS<T> - Interface in repast.simphony.visualization.gis3D.style
-
The general 3D GIS style interface.
- styleModel - Variable in class repast.simphony.visualization.gui.CoverageStyleClassStep
- styleModel - Variable in class repast.simphony.visualization.gui.StyleClassStep
- StyleOGL2D<T> - Interface in repast.simphony.visualizationOGL2D
-
Style interface for ogl 2D styling.
- StylePreviewFactory - Class in repast.simphony.gis.styleEditor
-
Factory for creating style preview labels that are used in GUI elements to show how style agents will appear.
- StylePreviewFactory() - Constructor for class repast.simphony.gis.styleEditor.StylePreviewFactory
- Styler - Class in repast.simphony.visualization.gis
-
Deprecated.2D piccolo based code is being removed
- Styler() - Constructor for class repast.simphony.visualization.gis.Styler
-
Deprecated.
- StyleRegistrar<T> - Class in repast.simphony.visualization.engine
-
Creates a style from a style classname.
- StyleRegistrar() - Constructor for class repast.simphony.visualization.engine.StyleRegistrar
- StyleRegistrar.Registrar<T> - Interface in repast.simphony.visualization.engine
-
Inteface for a closure that registers the created style on the display.
- StyleRegistrar2D - Class in repast.simphony.visualization.engine
-
Style registrar for 2D displays.
- StyleRegistrar2D() - Constructor for class repast.simphony.visualization.engine.StyleRegistrar2D
- StyleRegistrar3D - Class in repast.simphony.visualization.engine
-
Style registrar for 3D displays.
- StyleRegistrar3D() - Constructor for class repast.simphony.visualization.engine.StyleRegistrar3D
- StyleRegistrarOGL2D - Class in repast.simphony.visualization.engine
-
Style registrar for 2D displays.
- StyleRegistrarOGL2D() - Constructor for class repast.simphony.visualization.engine.StyleRegistrarOGL2D
- StyleStep - Class in repast.simphony.visualization.gui
-
Abstract style step for display wizards that provides basic agent selection.
- StyleStep(String, String) - Constructor for class repast.simphony.visualization.gui.StyleStep
- StyleStep.AgentTypeElement - Class in repast.simphony.visualization.gui
-
Stores agent name, class and style attributes in the list entries
- StyleTableModel - Class in repast.simphony.visualization.gui
- StyleTableModel() - Constructor for class repast.simphony.visualization.gui.StyleTableModel
- SUBCONTEXT_ADDED - Enum constant in enum class repast.simphony.context.ContextEvent.EventType
- SUBCONTEXT_REMOVED - Enum constant in enum class repast.simphony.context.ContextEvent.EventType
- subContexts - Variable in class repast.simphony.context.AbstractContext
- subContexts() - Method in class repast.simphony.scenario.data.ContextData
-
Gets an iterable over the sub-context data of this ContextData.
- sublist(List<E>, int, int) - Static method in class repast.simphony.relogo.Utility
-
Returns the portion of a list from one position to before another position.
- substring(String, int, int) - Static method in class repast.simphony.relogo.Utility
-
Returns the portion of a string from one position to before another position.
- subtractHeadings(double, double) - Static method in class repast.simphony.relogo.Utility
-
Returns the difference of two headings.
- sum(Collection) - Static method in class repast.simphony.relogo.Utility
-
Returns the sum of a collection.
- SUM - Enum constant in enum class repast.simphony.data2.AggregateOp
- SUM_LOGS - Enum constant in enum class repast.simphony.data2.AggregateOp
- SUM_SQRS - Enum constant in enum class repast.simphony.data2.AggregateOp
- surfaceImage - Variable in class repast.simphony.visualization.gis3D.CoverageLayer
- SurfaceShapeLayer - Class in repast.simphony.visualization.gis3D
-
Styled display layer for WorldWind display layers.
- SurfaceShapeLayer(String, SurfaceShapeStyle<?>) - Constructor for class repast.simphony.visualization.gis3D.SurfaceShapeLayer
- SurfaceShapeStyle<T> - Interface in repast.simphony.visualization.gis3D.style
-
Interface for surface shapes (lines, polygons) in the 3D GIS display.
- SVGApplication - Class in repast.simphony.statecharts.runtime
-
Test SVGApplication adapted from: http://xmlgraphics.apache.org/batik/using/swing.html
- SVGApplication(JFrame) - Constructor for class repast.simphony.statecharts.runtime.SVGApplication
- svgCanvas - Variable in class repast.simphony.statecharts.runtime.SVGApplication
- SVGSpatialSource - Class in repast.simphony.visualizationOGL2D
-
Registers spatials from an SVG spatial source.
- SVGSpatialSource(String, String) - Constructor for class repast.simphony.visualizationOGL2D.SVGSpatialSource
- SVGToBufferedImage - Class in repast.simphony.visualizationOGL2D
-
Reads an SVG file into a buffered image.
- SVGToBufferedImage() - Constructor for class repast.simphony.visualizationOGL2D.SVGToBufferedImage
- SVGToNamedShape - Class in repast.simphony.visualizationOGL2D
- SVGToNamedShape(String, String) - Constructor for class repast.simphony.visualizationOGL2D.SVGToNamedShape
- SVGToNamedShape(String, String, Map<String, String>) - Constructor for class repast.simphony.visualizationOGL2D.SVGToNamedShape
- SVGUtils - Class in repast.simphony.statecharts.runtime
- SVGUtils() - Constructor for class repast.simphony.statecharts.runtime.SVGUtils
- swap() - Method in class repast.simphony.valueLayer.BufferedGridValueLayer
-
Swaps the read and write buffers.
- swap(QuadEdge) - Method in class repast.simphony.space.delaunay.DelaunayGraph
- swapItems() - Method in class repast.simphony.visualization.gui.StyleTableModel
- sweeper - Variable in class repast.simphony.parameter.xml.AbstractXMLSweeperProducer
- SweeperProducer - Interface in repast.simphony.parameter
-
Interface for classes that produce a ParameterTreeSweeper and its concommitant Parameters.
- SWITCH - Enum constant in enum class repast.simphony.parameter.optimizer.AdvanceType
-
Switch to a different parameter
- SwitchTo(int) - Method in class repast.simphony.engine.watcher.query.QueryParserTokenManager
- SymbolEditorDialog - Class in repast.simphony.gis.styleEditor
-
Dialog that wraps a RuleEditPanel.
- SymbolEditorDialog(Dialog) - Constructor for class repast.simphony.gis.styleEditor.SymbolEditorDialog
- SymbolEditorDialog(Frame) - Constructor for class repast.simphony.gis.styleEditor.SymbolEditorDialog
- symbolizer - Variable in class repast.simphony.gis.styleEditor.RuleEditPanel
- SymbolizerFactory - Interface in repast.simphony.gis.styleEditor
-
Interface for classes that create Symoblizers.
- SymbolizerFactoryBuilder - Class in repast.simphony.gis.styleEditor
-
Builds SymbolizerFactories of different types.
- SymbolizerFactoryBuilder() - Constructor for class repast.simphony.gis.styleEditor.SymbolizerFactoryBuilder
- symbolType - Variable in class repast.simphony.ws.gis.StyledLayerGIS
- SYN_CONTEXT_PREFIX - Static variable in interface repast.simphony.context.Context
- syncToSource() - Method in class repast.simphony.util.RandomAccessScanner
- SyntheticDisplayData - Class in repast.simphony.visualization.editor
-
Deprecated.2D piccolo based code is being removed
- SyntheticDisplayData(VisualizedObjectContainer) - Constructor for class repast.simphony.visualization.editor.SyntheticDisplayData
-
Deprecated.
- SYSTEM - Enum constant in enum class repast.simphony.integration.EscapeConverter
- SYSTEM - Enum constant in enum class repast.simphony.integration.NewLinePatternConverter
-
If the system's line separator is "\r\n" it will do the same as a WINDOWS converter, if the pattern is "\n" it will return a UNIX one, otherwise it will just return the string.
- SystemConstants - Interface in repast.simphony.util
-
Holds some system specific constants.
T
- T_HEAD - Static variable in interface repast.simphony.visualization.visualization2D.style.EdgeStyle2D
-
Deprecated.
- tabbedPane - Variable in class repast.simphony.ui.table.AgentTablePanel
- tabChild - Variable in class repast.simphony.visualizationOGL2D.DisplayOGL2D
- table - Variable in class repast.simphony.ui.table.RowTable
- table - Variable in class repast.simphony.ui.table.TablePanel
- TABLE - Enum constant in enum class repast.simphony.integration.DataFileElementReader
- TABLE - Enum constant in enum class repast.simphony.integration.DataFileElements
- TABLE - Enum constant in enum class repast.simphony.integration.DataFileElementWriter
- TABLE_ATTRS() - Constructor for class repast.simphony.integration.DataFileElements.TABLE_ATTRS
- TABLE_OBJ_KEY - Static variable in class repast.simphony.ui.table.AgentTablePanel
- tableChanged(TableModelEvent) - Method in class repast.simphony.chart2.wizard.AggregateChartStep
- tableChanged(TableModelEvent) - Method in class repast.simphony.data2.wizard.AggMethodSourcePanel
- tableClosed() - Method in class repast.simphony.statecharts.runtime.UICreatorFactory.StateChartButton
- tableClosed() - Method in interface repast.simphony.ui.table.AgentTableListener
-
Occurs when the docking frame enclosing the table is closed which destroys the table.
- TableFilterDialog - Class in repast.simphony.ui.table
-
Dialog for editing filters on TablePanels
- TableFilterDialog(TablePanel, Frame) - Constructor for class repast.simphony.ui.table.TableFilterDialog
- TableFilterFactory<M,
I> - Class in repast.simphony.ui.table - TableFilterFactory() - Constructor for class repast.simphony.ui.table.TableFilterFactory
- tablePanel - Variable in class repast.simphony.ui.table.TableFilterDialog
- TablePanel - Class in repast.simphony.ui.table
-
Basic table panel with some customization over standard JTable.
- TablePanel() - Constructor for class repast.simphony.ui.table.TablePanel
- TablePanel(TableModel, String) - Constructor for class repast.simphony.ui.table.TablePanel
- tabParent - Variable in class repast.simphony.visualizationOGL2D.DisplayOGL2D
- tabSize - Variable in class repast.simphony.engine.watcher.query.SimpleCharStream
- TABULAR - Enum constant in enum class repast.simphony.data2.FormatType
- TabularFormatter - Class in repast.simphony.data2
-
Formats data in a tabular format with a user specified delimiter.
- TabularFormatter(Collection<? extends DataSource>, String) - Constructor for class repast.simphony.data2.TabularFormatter
-
Creates a Formatter that will format data form the specified sources.
- tag - Variable in enum class repast.simphony.integration.DataFileElementReader
- tag - Variable in enum class repast.simphony.integration.DataFileElementWriter
- tag - Variable in enum class repast.simphony.integration.EscapeConverter
- TaggedAppearance - Class in repast.simphony.visualization.visualization3D.style
- TaggedAppearance() - Constructor for class repast.simphony.visualization.visualization3D.style.TaggedAppearance
- TaggedAppearance(String) - Constructor for class repast.simphony.visualization.visualization3D.style.TaggedAppearance
- taggedBranchGroup - Variable in class repast.simphony.visualization.visualization3D.VisualItem3D
- TaggedBranchGroup - Class in repast.simphony.visualization.visualization3D.style
- TaggedBranchGroup() - Constructor for class repast.simphony.visualization.visualization3D.style.TaggedBranchGroup
- TaggedBranchGroup(String) - Constructor for class repast.simphony.visualization.visualization3D.style.TaggedBranchGroup
- takeSnapshot(JComponent) - Method in class repast.simphony.ui.widget.SnapshotTaker
-
Takes a snapshot of the Imageable associated with this Snapshot taker.
- tan(Number) - Static method in class repast.simphony.relogo.Utility
-
Returns the tangent of an angle.
- target - Variable in class repast.simphony.query.space.graph.AbstractNetworkQuery
- target - Variable in class repast.simphony.space.graph.RepastEdge
- target - Variable in class repast.simphony.visualization.cgd.graph.CGDEdge
- TARGET - Static variable in class repast.simphony.integration.DataFileElements.ARRAY_ATTRS
- TARGET - Static variable in class repast.simphony.integration.DataFileElements.DATA_ATTRS
- TARGET - Static variable in class repast.simphony.integration.DataFileElements.RECORD_ATTRS
- temp - Variable in class repast.simphony.parameter.optimizer.DefaultExponentialCoolingSchedule
- test() - Method in class repast.simphony.gis.display.NetworkDisplayLayerGIS
-
Deprecated.
- textScale - Variable in class repast.simphony.visualization.visualization3D.AbstractLabel
- TextSinkActionCreator - Class in repast.simphony.data2.engine
- TextSinkActionCreator() - Constructor for class repast.simphony.data2.engine.TextSinkActionCreator
- texture - Variable in class repast.simphony.visualization.gis3D.PlaceMark
- texture - Variable in class repast.simphony.visualization.gis3D.style.DefaultMarkStyle
- texture - Variable in class repast.simphony.visualization.gis3D.style.EditedMarkStyle
- textureFile3D - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
- textWidth - Variable in class repast.simphony.visualization.visualization3D.AbstractLabel
- thickness - Variable in class repast.simphony.relogo.AbstractLink
- thread - Variable in class repast.simphony.engine.environment.AbstractRunner
- ThreadedAction - Class in repast.simphony.engine.schedule
-
An ISchedulableAction that will run in the background for some specificable number of ticks (the duration).
- ThreadedAction(ScheduleParameters, IAction, long) - Constructor for class repast.simphony.engine.schedule.ThreadedAction
-
Creates a ThreadedAction to execute the specified IAction according to the specified scheduling parameters.
- THREE_D - Static variable in class repast.simphony.visualization.engine.DisplayType
- tick() - Static method in class repast.simphony.relogo.Utility
-
The tick counter is incremented by one.
- TICK_COUNT_LABEL - Static variable in class repast.simphony.ui.RSGUIConstants
- TICK_COUNT_UPDATE - Static variable in interface repast.simphony.ws.MessageConstants
- TICK_GROUP - Static variable in class repast.simphony.ui.RSGUIConstants
- tickAdvance(Number) - Static method in class repast.simphony.relogo.Utility
-
The tick counter is incremented by num ticks.
- tickCount - Variable in class repast.simphony.engine.schedule.Schedule
- TickCountDataSource - Class in repast.simphony.data2
-
DataSource that returns the current tick count.
- TickCountDataSource() - Constructor for class repast.simphony.data2.TickCountDataSource
- TickCountFormatter - Interface in repast.simphony.ui.plugin
-
Interface for class that want to implement Tick Count formatting.
- tickCountUpdated(double) - Method in interface repast.simphony.engine.controller.TickListener
- tickCountUpdated(double) - Method in class repast.simphony.ui.RSApplication
-
Called when the schedule increments the tick count.
- tickCountUpdated(double) - Method in class repast.simphony.ws.TickServer
- TickListener - Interface in repast.simphony.engine.controller
- ticks() - Static method in class repast.simphony.relogo.Utility
-
Returns the present value of the tick counter.
- TickServer - Class in repast.simphony.ws
- TickServer(String) - Constructor for class repast.simphony.ws.TickServer
- tie() - Method in class repast.simphony.relogo.AbstractLink
-
Joins together two ends of a link and ties the movements of the ends.
- tie() - Method in class repast.simphony.relogo.Link
-
Joins together two ends of a link and ties the movements of the ends, including headings.
- tieMode - Variable in class repast.simphony.relogo.AbstractLink
-
Possible values: "none", "fixed", "free"
- TIF - Static variable in class repast.simphony.ui.widget.SnapshotTaker
- TIFF - Static variable in class repast.simphony.ui.widget.SnapshotTaker
- TIME_SERIES - Enum constant in enum class repast.simphony.chart2.engine.ChartDescriptor.ChartType
- TIME_UNITS_ID - Static variable in interface repast.simphony.dataLoader.engine.AutoBuilderConstants
- TimedTransition - Class in repast.simphony.statecharts.old
- TimedTransition(double) - Constructor for class repast.simphony.statecharts.old.TimedTransition
- TimedTrigger<T> - Class in repast.simphony.statecharts
- TimedTrigger(double) - Constructor for class repast.simphony.statecharts.TimedTrigger
- TimedTrigger(TriggerDoubleFunction<T>) - Constructor for class repast.simphony.statecharts.TimedTrigger
- timer() - Static method in class repast.simphony.relogo.Utility
-
Returns the time since "resetTimer" was last called.
- TimeSeriesActionEditorCreator - Class in repast.simphony.chart2.gui
- TimeSeriesActionEditorCreator() - Constructor for class repast.simphony.chart2.gui.TimeSeriesActionEditorCreator
- TimeSeriesActionLoader(File, Object) - Constructor for class repast.simphony.chart2.engine.TimeSeriesControllerActionIO.TimeSeriesActionLoader
- TimeSeriesActionUI - Class in repast.simphony.chart2.gui
-
Provides the scenario tree user inteface for console sink editing.
- TimeSeriesActionUI(TimeSeriesComponentControllerAction) - Constructor for class repast.simphony.chart2.gui.TimeSeriesActionUI
- TimeSeriesChartDescriptor - Class in repast.simphony.chart2.engine
-
ChartDescriptor for TimeSeries type charts where tick is the time value.
- TimeSeriesChartDescriptor(String) - Constructor for class repast.simphony.chart2.engine.TimeSeriesChartDescriptor
- TimeSeriesChartDescriptor(String, String) - Constructor for class repast.simphony.chart2.engine.TimeSeriesChartDescriptor
- TimeSeriesChartDescriptor.SeriesData - Class in repast.simphony.chart2.engine
- TimeSeriesChartMenuItem - Class in repast.simphony.chart2.gui
-
Implements the "Add Time Series Chart" menu item.
- TimeSeriesChartMenuItem() - Constructor for class repast.simphony.chart2.gui.TimeSeriesChartMenuItem
- TimeSeriesComponentControllerAction - Class in repast.simphony.chart2.engine
-
ControllerAction responsible for creating DataSets from DataSetDescriptors.
- TimeSeriesComponentControllerAction(TimeSeriesChartDescriptor) - Constructor for class repast.simphony.chart2.engine.TimeSeriesComponentControllerAction
- TimeSeriesControllerActionIO - Class in repast.simphony.chart2.engine
- TimeSeriesControllerActionIO() - Constructor for class repast.simphony.chart2.engine.TimeSeriesControllerActionIO
- TimeSeriesControllerActionIO.TimeSeriesActionLoader - Class in repast.simphony.chart2.engine
- TimeSeriesEditorWizard - Class in repast.simphony.chart2.wizard
- TimeSeriesEditorWizard(List<DataSetDescriptor>) - Constructor for class repast.simphony.chart2.wizard.TimeSeriesEditorWizard
- TimeSeriesEditorWizard(List<DataSetDescriptor>, TimeSeriesChartDescriptor) - Constructor for class repast.simphony.chart2.wizard.TimeSeriesEditorWizard
- TimeSeriesGeneralStep - Class in repast.simphony.chart2.wizard
-
General Step for creating time series.
- TimeSeriesGeneralStep() - Constructor for class repast.simphony.chart2.wizard.TimeSeriesGeneralStep
- TimeSeriesWizardModel - Class in repast.simphony.chart2.wizard
- TimeSeriesWizardModel(List<DataSetDescriptor>) - Constructor for class repast.simphony.chart2.wizard.TimeSeriesWizardModel
- TimeSeriesWizardModel(List<DataSetDescriptor>, TimeSeriesChartDescriptor) - Constructor for class repast.simphony.chart2.wizard.TimeSeriesWizardModel
- title - Variable in class repast.simphony.ui.plugin.editor.AbstractWizardActionUI
- title - Variable in class repast.simphony.util.wizard.AbstractWizardOption
- TITLE_COLOR - Static variable in class repast.simphony.ui.plugin.editor.TitleComponent
- TitleComponent - Class in repast.simphony.ui.plugin.editor
-
Customized title component for wizard panels.
- TitleComponent(Wizard) - Constructor for class repast.simphony.ui.plugin.editor.TitleComponent
- titlesVisible - Variable in class repast.simphony.gis.styleEditor.RuleEditPanel
- toArray() - Method in class repast.simphony.context.FormerDefaultContext
- toArray(U[]) - Method in class repast.simphony.context.FormerDefaultContext
- toBeAdded - Variable in class repast.simphony.visualizationOGL2D.AbstractDisplayLayerOGL2D
- toBeAdded - Variable in class repast.simphony.ws.gis.StyledLayerGIS
- toBeAdded - Variable in class repast.simphony.ws.gis.StyledNetLayerGIS
- toBeMoved - Variable in class repast.simphony.ws.gis.StyledLayerGIS
- toBeRemoved - Variable in class repast.simphony.visualizationOGL2D.AbstractDisplayLayerOGL2D
- toBeRemoved - Variable in class repast.simphony.ws.gis.StyledLayerGIS
- toBeRemoved - Variable in class repast.simphony.ws.gis.StyledNetLayerGIS
- toDoubleArray(double[]) - Method in class repast.simphony.space.continuous.NdPoint
-
Copies the point coordinates into the specified double array.
- toDoubleArray(double[]) - Method in class repast.simphony.space.Dimensions
-
Copies the dimension sizes into the provided double array.
- toDoubleArray(double[]) - Method in class repast.simphony.space.grid.GridDimensions
-
Copies the dimension sizes into the provied double array.
- toggle() - Method in class repast.simphony.dataLoader.ui.wizard.builder.LegendLabel
- toggle() - Method in class repast.simphony.dataLoader.ui.wizard.builder.SquareIcon
- TOGGLE - Static variable in class repast.simphony.gis.tools.ToolManager
- toggleAnaglyphStereo() - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
- ToggleButtonIcon - Class in repast.simphony.relogo.factories
- ToggleButtonIcon() - Constructor for class repast.simphony.relogo.factories.ToggleButtonIcon
- toggleInfoProbe() - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- toggleInfoProbe() - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
- toggleInfoProbe() - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- toggleInfoProbe() - Method in class repast.simphony.visualization.visualization3D.Display3D
- toIntArray(int[]) - Method in class repast.simphony.space.Dimensions
-
Copies the dimension sizes into the provided int array, casting to an int if necessary.
- toIntArray(int[]) - Method in class repast.simphony.space.grid.GridDimensions
-
Copies the dimension sizes into the provided int array, casting to an int if necessary.
- toIntArray(int[]) - Method in class repast.simphony.space.grid.GridPoint
-
Copies the point coordinates into the specified int array.
- token - Variable in class repast.simphony.engine.watcher.query.QueryParser
- Token - Class in repast.simphony.engine.watcher.query
-
Describes the input token stream.
- Token() - Constructor for class repast.simphony.engine.watcher.query.Token
- token_source - Variable in class repast.simphony.engine.watcher.query.QueryParser
- tokenImage - Variable in exception repast.simphony.engine.watcher.query.ParseException
-
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
- tokenImage - Static variable in interface repast.simphony.engine.watcher.query.QueryParserConstants
- TokenMgrError - Error in repast.simphony.engine.watcher.query
- TokenMgrError() - Constructor for error repast.simphony.engine.watcher.query.TokenMgrError
- TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error repast.simphony.engine.watcher.query.TokenMgrError
- TokenMgrError(String, int) - Constructor for error repast.simphony.engine.watcher.query.TokenMgrError
- toolbar - Variable in class repast.simphony.ui.table.TablePanel
- toolbarItems - Variable in class repast.simphony.ui.table.AgentTablePanel
- toolLayer - Variable in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
- ToolManager - Class in repast.simphony.gis.tools
- ToolManager() - Constructor for class repast.simphony.gis.tools.ToolManager
- TOOLS_MENU_ID - Static variable in class repast.simphony.ui.RSGUIConstants
- toParameter() - Method in class repast.simphony.ui.parameters.BooleanParameterBinder
- toParameter() - Method in class repast.simphony.ui.parameters.DefaultParameterBinder
- toParameter() - Method in class repast.simphony.ui.parameters.FPRangeParameterBinder
- toParameter() - Method in class repast.simphony.ui.parameters.ListParameterBinder
- toParameter() - Method in interface repast.simphony.ui.parameters.ParameterBinder
-
Updates the parameter that this is a binder for with the latest value from the created component.
- toParameter() - Method in class repast.simphony.ui.parameters.RangeParameterBinder
- toParameter() - Method in class repast.simphony.ui.parameters.ReadOnlyParameterBinder
- toParameterType(Attribute) - Static method in class repast.simphony.scenario.data.AttributeFactory
- topRotTransGroup - Variable in class repast.simphony.visualization.visualization3D.Display3D
- toroidal - Variable in class repast.simphony.valueLayer.ValueLayerDiffuser
- toss(ISchedulableAction) - Method in class repast.simphony.engine.schedule.ActionQueue
-
Insert the specified action into the queue without maintain heap order.
- toss(T) - Method in class repast.simphony.util.PriorityQueue
-
Insert the specified item into the queue without maintain heap order.
- toString() - Method in class repast.simphony.context.space.graph.AdjacencyDoubleMatrix
-
Returns a String representation of this AdjacencyMatrix (comment etc.) together with the actual data matrix.
- toString() - Method in class repast.simphony.context.space.graph.ContextJungNetwork
- toString() - Method in class repast.simphony.dataLoader.engine.DataLoaderControllerAction
- toString() - Method in class repast.simphony.engine.schedule.ScheduleParameters
- toString() - Method in class repast.simphony.engine.watcher.query.SimpleNode
- toString() - Method in class repast.simphony.engine.watcher.query.Token
-
Returns the image.
- toString() - Method in class repast.simphony.engine.watcher.WatcheeData
- toString() - Method in class repast.simphony.freezedry.datasource.DFRowData
- toString() - Method in class repast.simphony.freezedry.FreezeDryedObject
- toString() - Method in class repast.simphony.freezedry.FreezeDryedParentChild
- toString() - Method in class repast.simphony.freezedry.wizard.DFFreezerControllerAction
- toString() - Method in class repast.simphony.gis.legend.LegendEntry
-
Deprecated.
- toString() - Method in enum class repast.simphony.gis.visualization.engine.GISDisplayDescriptor.VIEW_TYPE
- toString() - Method in class repast.simphony.integration.DataContent
-
This is the same as
DataContent.getValue()
. - toString() - Method in class repast.simphony.parameter.ByteSteppedSetter
- toString() - Method in class repast.simphony.parameter.DoubleSteppedSetter
- toString() - Method in class repast.simphony.parameter.FloatSteppedSetter
- toString() - Method in class repast.simphony.parameter.IntSteppedSetter
- toString() - Method in class repast.simphony.parameter.ListParameterSetter
- toString() - Method in class repast.simphony.parameter.LongSteppedSetter
- toString() - Method in class repast.simphony.parameter.ParameterTreeSweeper
- toString() - Method in class repast.simphony.parameter.RunParameterSetter
- toString() - Method in class repast.simphony.parameter.ShortSteppedSetter
- toString() - Method in class repast.simphony.relogo.AbstractLink
-
This method provides a human-readable name for the agent.
- toString() - Method in class repast.simphony.relogo.AbstractObserver
-
This method provides a human-readable name for the agent.
- toString() - Method in class repast.simphony.relogo.AbstractPatch
-
This method provides a human-readable name for the agent.
- toString() - Method in class repast.simphony.relogo.AbstractTurtle
-
This method provides a human-readable name for the agent.
- toString() - Method in class repast.simphony.relogo.image.NLImage
- toString() - Method in interface repast.simphony.relogo.Observer
- toString() - Method in interface repast.simphony.relogo.Patch
- toString() - Method in interface repast.simphony.relogo.Turtle
-
This method provides a human-readable name for the agent.
- toString() - Method in class repast.simphony.space.continuous.NdPoint
- toString() - Method in class repast.simphony.space.Dimensions
- toString() - Method in class repast.simphony.space.grid.GridDimensions
- toString() - Method in class repast.simphony.space.grid.GridPoint
- toString() - Method in class repast.simphony.statecharts.AbstractState
- toString() - Method in class repast.simphony.statecharts.ConditionTrigger
- toString() - Method in class repast.simphony.statecharts.ExponentialDecayRateTrigger
- toString() - Method in class repast.simphony.statecharts.MessageConditionMessageChecker
- toString() - Method in class repast.simphony.statecharts.MessageEqualsMessageChecker
- toString() - Method in class repast.simphony.statecharts.MessageTrigger
- toString() - Method in class repast.simphony.statecharts.ProbabilityTrigger
- toString() - Method in class repast.simphony.statecharts.TimedTrigger
- toString() - Method in class repast.simphony.statecharts.Transition
- toString() - Method in class repast.simphony.ui.editor.ClassListItem
- toString() - Method in enum class repast.simphony.ui.table.NamedRowFilter.Operator
- toString() - Method in class repast.simphony.ui.table.NamedRowFilter
- toString() - Method in class repast.simphony.ui.tree.ScenarioNode
- toString() - Method in class repast.simphony.util.collections.SimpleWrapper
-
Same as
Pair.getFirst()
. - toString() - Method in class repast.simphony.visualization.Box
- toString() - Method in class repast.simphony.visualization.cgd.util.Clan
- toString() - Method in class repast.simphony.visualization.cgd.util.ParseClanTree
- toString() - Method in class repast.simphony.visualization.gis3D.CoverageProbeObject
-
Provides a nice string value for the probe panel title
- toString() - Method in class repast.simphony.visualization.gui.CoverageStyleStep.CoverageLayerElement
- toString() - Method in class repast.simphony.visualization.gui.LayerOrderStep.ListModelElement
- toString() - Method in class repast.simphony.visualization.gui.StyleStep.AgentTypeElement
- toString(File) - Method in class repast.simphony.parameter.FileParameterType
-
Returns the path of the file.
- toString(Object) - Method in class repast.simphony.parameter.DefaultParameterSchema
- toString(Object) - Method in interface repast.simphony.parameter.ParameterSchema
-
Converts the object into a String representation.
- toString(Object) - Method in class repast.simphony.parameter.StringConverterFactory.BooleanConverter
- toString(Object) - Method in class repast.simphony.parameter.StringConverterFactory.StringStringConverter
- toString(String) - Method in class repast.simphony.engine.watcher.query.SimpleNode
- toString(Quantity<?>) - Method in class repast.simphony.ui.probe.QuantityConverter
-
Converts the specified object to a String representation and returns that representation.
- toString(CGDGraph) - Method in class repast.simphony.visualization.cgd.util.Clan
- toString(CGDGraph) - Method in class repast.simphony.visualization.cgd.util.ParseClanTree
- toString(T) - Method in interface repast.simphony.parameter.StringConverter
-
Converts the specified object to a String representation and returns that representation.
- toStringChildren(ParameterSetter) - Method in class repast.simphony.parameter.ParameterTreeSweeper
- ToStringComparator - Class in repast.simphony.util
- ToStringComparator() - Constructor for class repast.simphony.util.ToStringComparator
- totalRuns - Variable in class repast.simphony.parameter.RunParameterSetter
- TouchesQuery<T> - Class in repast.simphony.query.space.gis
-
Query that returns objects touched by a geometry.
- TouchesQuery(Geography<T>, Geometry) - Constructor for class repast.simphony.query.space.gis.TouchesQuery
-
Creates a Touches that will query the specified geography for objects that are touched by the specified geometry.
- TouchesQuery(Geography<T>, T) - Constructor for class repast.simphony.query.space.gis.TouchesQuery
-
Creates a TouchesQuery that will query the specified geography for objects that are touched by the geometry of the specified object.
- towards(Patch) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the direction to patch p.
- towards(Patch) - Method in interface repast.simphony.relogo.Turtle
-
Returns the direction to patch p.
- towards(Turtle) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the direction to turtle t.
- towards(Turtle) - Method in interface repast.simphony.relogo.Turtle
-
Returns the direction to turtle t.
- towardsxy(Number, Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the direction from a turtle or patch to a point.
- towardsxy(Number, Number) - Method in interface repast.simphony.relogo.Turtle
-
Returns the direction from a turtle or patch to a point.
- toXML() - Method in class repast.simphony.ui.parameters.BooleanParameterBinder
- toXML() - Method in class repast.simphony.ui.parameters.DefaultParameterBinder
- toXML() - Method in class repast.simphony.ui.parameters.FPRangeParameterBinder
- toXML() - Method in class repast.simphony.ui.parameters.ListParameterBinder
- toXML() - Method in interface repast.simphony.ui.parameters.ParameterBinder
-
Gets the parameter xml representation of this ParameterBinder.
- toXML() - Method in class repast.simphony.ui.parameters.ParametersUI
-
Gets the parameter xml representation of the currently created parameter UI.
- toXML() - Method in class repast.simphony.ui.parameters.RandomSeedParameterBinder
- toXML() - Method in class repast.simphony.ui.parameters.RangeParameterBinder
- toXML() - Method in class repast.simphony.ui.parameters.ReadOnlyParameterBinder
- toXML(Object) - Method in class repast.simphony.xml.XMLSerializer
-
Serializes the specified object to XML and returns that XML as a String.
- toXML(Object, OutputStream) - Method in class repast.simphony.xml.XMLSerializer
-
Serializes the specified object to the specified OutputStream.
- toXML(Object, Writer) - Method in class repast.simphony.xml.XMLSerializer
-
Serializes the specified object to the specified writer.
- toXML(Parameters, String, String) - Method in class repast.simphony.ui.parameters.AbstractParameterBinder
- trackAgents - Variable in class repast.simphony.visualization.gis3D.DisplayGIS3D
- TrackingEdge<T> - Class in repast.simphony.relogo
- TrackingEdge(T, T, boolean) - Constructor for class repast.simphony.relogo.TrackingEdge
- TrackingEdge(T, T, boolean, double) - Constructor for class repast.simphony.relogo.TrackingEdge
- TrackingEdgeCreator<T> - Class in repast.simphony.relogo
- TrackingEdgeCreator() - Constructor for class repast.simphony.relogo.TrackingEdgeCreator
- trans - Variable in class repast.simphony.space.grid.GridBuilderParameters
- transform - Variable in class repast.simphony.gis.display.PGisLayer
-
Deprecated.
- transform - Variable in class repast.simphony.gis.tools.PositionTool
- transform(double[], double...) - Method in class repast.simphony.space.continuous.AbstractPointTranslator
-
Transform the given targetLocation according to default moveTo semantics.
- transform(double[], double...) - Method in interface repast.simphony.space.continuous.PointTranslator
-
Transform the given targetLocation according to this PointTranslator's semantics.
- transform(double[], double...) - Method in class repast.simphony.space.continuous.WrapAroundBorders
-
Transform the given targetLocation according to periodic "wrapped" semantics.
- transform(int[], int...) - Method in class repast.simphony.space.grid.AbstractGridPointTranslator
-
Transform the given targetLocation according to default moveTo semantics.
- transform(int[], int...) - Method in interface repast.simphony.space.grid.GridPointTranslator
-
Transform the given targetLocation according to this GridPointTranslator's semantics.
- transform(int[], int...) - Method in class repast.simphony.space.grid.WrapAroundBorders
-
Transform the given targetLocation according to periodic "wrapped" semantics.
- transform(Object) - Method in class repast.simphony.space.graph.RepastPajekEdgeTransformer
- transform(Object) - Method in class repast.simphony.space.graph.RepastPajekVertexTransformer
- transform(Point3f) - Method in class repast.simphony.visualizationOGL2D.SpatialWrapper
- transform(NdPoint, double...) - Method in class repast.simphony.space.continuous.AbstractPointTranslator
-
Transform the given targetLocation according to default moveTo semantics.
- transform(NdPoint, double...) - Method in interface repast.simphony.space.continuous.PointTranslator
-
Transform the given targetLocation according to this PointTranslator's semantics.
- transform(NdPoint, double...) - Method in class repast.simphony.space.continuous.WrapAroundBorders
-
Transform the given targetLocation according to periodic "wrapped" semantics.
- transform(RepastEdge<T>) - Method in class repast.simphony.space.graph.JungEdgeTransformer
- transform(GridPoint, int...) - Method in class repast.simphony.space.grid.AbstractGridPointTranslator
-
Transform the given targetLocation according to default moveTo semantics.
- transform(GridPoint, int...) - Method in interface repast.simphony.space.grid.GridPointTranslator
-
Transform the given targetLocation according to this GridPointTranslator's semantics.
- transform(GridPoint, int...) - Method in class repast.simphony.space.grid.WrapAroundBorders
-
Transform the given targetLocation according to periodic "wrapped" semantics.
- transformChanged(Transform3D) - Method in class repast.simphony.visualization.visualization3D.MouseRotate
-
Users can overload this method which is called every time the Behavior updates the transform Default implementation does nothing
- transformChanged(Transform3D) - Method in class repast.simphony.visualization.visualization3D.MouseTranslate
-
Users can overload this method which is called every time the Behavior updates the transform Default implementation does nothing
- transformChanged(Transform3D) - Method in class repast.simphony.visualization.visualization3D.MouseZoom
-
Users can overload this method which is called every time the Behavior updates the transform Default implementation does nothing
- transformer - Variable in class repast.simphony.visualization.visualization3D.VisualItem3D
- Transformer - Class in repast.simphony.visualization.visualization3D
- Transformer() - Constructor for class repast.simphony.visualization.visualization3D.Transformer
- TRANSFORMS_APPLIED - Static variable in class repast.simphony.visualization.visualization3D.Display3D
- transition - Variable in class repast.simphony.statecharts.AbstractTrigger
- transition - Variable in class repast.simphony.statecharts.AgentTransitionMessageChecker
- Transition<T> - Class in repast.simphony.statecharts
- Transition - Interface in repast.simphony.statecharts.old
- Transition(String, Trigger, AbstractState<T>, AbstractState<T>, double) - Constructor for class repast.simphony.statecharts.Transition
- Transition(Trigger, AbstractState<T>, AbstractState<T>) - Constructor for class repast.simphony.statecharts.Transition
- Transition(Trigger, AbstractState<T>, AbstractState<T>, double) - Constructor for class repast.simphony.statecharts.Transition
- TransitionAction<T> - Interface in repast.simphony.statecharts
- TransitionBuilder<T> - Class in repast.simphony.statecharts
- TransitionBuilder(String, AbstractState<T>, AbstractState<T>) - Constructor for class repast.simphony.statecharts.TransitionBuilder
- TransitionBuilder(AbstractState<T>, AbstractState<T>) - Constructor for class repast.simphony.statecharts.TransitionBuilder
- TransitionResolutionStrategy - Enum Class in repast.simphony.statecharts
- translate - Variable in class repast.simphony.visualization.visualization3D.Transformer
- translate(double[], double...) - Method in class repast.simphony.space.continuous.BouncyBorders
-
Translate the specified location by the specified displacement.
- translate(double[], double...) - Method in interface repast.simphony.space.continuous.PointTranslator
-
Translate the specified location by the specified displacement.
- translate(double[], double...) - Method in class repast.simphony.space.continuous.StickyBorders
-
Translates the specified location by the amount of displacement along each dimensions.
- translate(double[], double...) - Method in class repast.simphony.space.continuous.StrictBorders
-
Translate the specified location by the specified displacement.
- translate(double[], double...) - Method in class repast.simphony.space.continuous.WrapAroundBorders
-
Translates the specified location by the specified displacement according to periodic "wrapped" semantics.
- translate(int[], int...) - Method in class repast.simphony.space.grid.BouncyBorders
-
Translate the specified location by the specified displacement.
- translate(int[], int...) - Method in interface repast.simphony.space.grid.GridPointTranslator
-
Translate the specified location by the specified displacement.
- translate(int[], int...) - Method in class repast.simphony.space.grid.StickyBorders
-
Translates the specified location by the amount of displacement along each dimensions.
- translate(int[], int...) - Method in class repast.simphony.space.grid.StrictBorders
-
Translate the specified location by the specified displacement.
- translate(int[], int...) - Method in class repast.simphony.space.grid.WrapAroundBorders
-
Translates the specified location by the specified displacement according to periodic "wrapped" semantics.
- translate(NdPoint, double[], double...) - Method in class repast.simphony.space.continuous.BouncyBorders
-
Translate the specified location by the specified displacement.For example, if the location is (3, 4) and the displacement is (1, -2), the new location will be (4, 2).
- translate(NdPoint, double[], double...) - Method in interface repast.simphony.space.continuous.PointTranslator
-
Translate the specified location by the specified displacement.For example, if the location is (3, 4) and the displacement is (1, -2), the new location will be (4, 2).
- translate(NdPoint, double[], double...) - Method in class repast.simphony.space.continuous.StickyBorders
-
Translates the specified location by the amount of displacement along each dimensions.
- translate(NdPoint, double[], double...) - Method in class repast.simphony.space.continuous.StrictBorders
-
Translate the specified location by the specified displacement.For example, if the location is (3, 4) and the displacement is (1, -2), the new location will be (4, 2).
- translate(NdPoint, double[], double...) - Method in class repast.simphony.space.continuous.WrapAroundBorders
-
Translates the specified location by the specified displacement according to periodic "wrapped" semantics.
- translateGroup - Variable in class repast.simphony.visualization.visualization3D.VisualItem3D
- translator - Variable in class repast.simphony.space.continuous.AbstractContinuousSpace
- translator - Variable in class repast.simphony.space.grid.AbstractGrid
- translator - Variable in class repast.simphony.valueLayer.ContinuousValueLayer
- translator - Variable in class repast.simphony.valueLayer.GridValueLayer
- TRANSLATOR_KEY - Static variable in class repast.simphony.freezedry.freezedryers.proj.ContinuousProjectionDryer
- TRANSLATOR_KEY - Static variable in class repast.simphony.freezedry.freezedryers.proj.GridProjectionDryer2
- transVec - Variable in class repast.simphony.visualization.network.DirectedEdgeVisualItem
- traverser - Variable in class repast.simphony.parameter.ParameterTreeSweeper
- Traverser<E> - Interface in repast.simphony.space.graph
-
Interface used by the graph scheduling utilities to traverse the nodes in a graph.
- tree - Variable in class repast.simphony.engine.graph.NaryTreeTraverser
- Tree<T> - Interface in repast.simphony.util.collections
-
Interface for class that want to implement Tree collection behavior.
- TREE_GROUP - Static variable in class repast.simphony.ui.RSGUIConstants
- TREE_VIEW - Static variable in class repast.simphony.ui.RSGUIConstants
- TreeLayout2D<T> - Class in repast.simphony.visualization.visualization2D.layout
-
A Tree layout.
- TreeLayout2D() - Constructor for class repast.simphony.visualization.visualization2D.layout.TreeLayout2D
- TreeVisitor<T> - Interface in repast.simphony.util.collections
-
Interface for a functor type object that is executed against nodes in a Tree.
- TriangulationPoint - Class in repast.simphony.space.delaunay
-
This adds geometric primitives to ILocations to support DelaunayTriangulation.
- TriangulationPoint(double, double, Object) - Constructor for class repast.simphony.space.delaunay.TriangulationPoint
-
Construct a new TriangulationPoint using an x and a y cooridnate.
- trigger - Variable in class repast.simphony.engine.watcher.AbstractTriggerScheduler
- trigger() - Method in class repast.simphony.statecharts.old.TimedTransition
- Trigger - Interface in repast.simphony.statecharts
- triggerCondition() - Element in annotation interface repast.simphony.engine.watcher.Watch
-
The trigger condition for triggering the method on which this is an annotation.
- TriggerDoubleFunction<T> - Interface in repast.simphony.statecharts
- triggered(Object, Object) - Method in class repast.simphony.engine.watcher.Notifier2
-
Called when the watchee state (i.e.
- triggered(String, Object, boolean) - Method in class repast.simphony.engine.watcher.WatcherTrigger
- triggered(String, Object, double) - Method in class repast.simphony.engine.watcher.WatcherTrigger
- triggered(String, Object, float) - Method in class repast.simphony.engine.watcher.WatcherTrigger
- triggered(String, Object, int) - Method in class repast.simphony.engine.watcher.WatcherTrigger
- triggered(String, Object, long) - Method in class repast.simphony.engine.watcher.WatcherTrigger
- triggered(String, Object, Object) - Method in class repast.simphony.engine.watcher.WatcherTrigger
- TriggerListener - Interface in repast.simphony.statecharts
- TriggerScheduler - Interface in repast.simphony.engine.watcher
-
Interface for classes that schedule a NotifierTrigger for execution.
- trim(String) - Method in class repast.simphony.parameter.xml.AbstractNumberSetterCreator
- TRUE - Enum constant in enum class repast.simphony.relogo.Stop
- truncate(long) - Method in class repast.simphony.integration.RandomAccessWriter
-
Truncates the file to the specified size.
- truncateToPosition() - Method in class repast.simphony.integration.RandomAccessWriter
-
Truncates the file to the current offset.
- turquoise() - Static method in class repast.simphony.relogo.Utility
-
Returns the numerical value corresponding to the color turquoise.
- turtle(Number) - Method in class repast.simphony.relogo.AbstractLink
-
Returns the turtle of the given number.
- turtle(Number) - Method in class repast.simphony.relogo.AbstractObserver
-
Returns the turtle of the given number.
- turtle(Number) - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the turtle of the given number.
- turtle(Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the turtle of the given number.
- turtle(Number) - Method in class repast.simphony.relogo.Link
-
Returns the turtle of the given number.
- turtle(Number) - Method in interface repast.simphony.relogo.Observer
-
Returns the turtle of the given number.
- turtle(Number) - Method in interface repast.simphony.relogo.Patch
-
Returns the turtle of the given number.
- turtle(Number) - Method in interface repast.simphony.relogo.Turtle
-
Returns the turtle of the given number.
- Turtle - Interface in repast.simphony.relogo
-
ReLogo Turtle interface.
- TurtleFactory - Class in repast.simphony.relogo.factories
- TurtleFactory(Class<? extends BaseTurtle>) - Constructor for class repast.simphony.relogo.factories.TurtleFactory
- TurtleFactory(Class<? extends BaseTurtle>, Collection<Class<? extends BaseTurtle>>) - Constructor for class repast.simphony.relogo.factories.TurtleFactory
- turtles() - Method in class repast.simphony.relogo.AbstractLink
-
Returns an agentset containing all turtles.
- turtles() - Method in class repast.simphony.relogo.AbstractObserver
-
Returns an agentset containing all turtles.
- turtles() - Method in class repast.simphony.relogo.AbstractPatch
-
Returns an agentset containing all turtles.
- turtles() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns an agentset containing all turtles.
- turtles() - Method in class repast.simphony.relogo.Link
-
Returns an agentset containing all turtles.
- turtles() - Method in interface repast.simphony.relogo.Observer
-
Returns an agentset containing all turtles.
- turtles() - Method in interface repast.simphony.relogo.Patch
-
Returns an agentset containing all turtles.
- turtles() - Method in interface repast.simphony.relogo.Turtle
-
Returns an agentset containing all turtles.
- turtlesAt(Number, Number) - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the agentset on the patch at the direction (ndx, ndy) from the caller.
- turtlesAt(Number, Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the agentset on the patch at the direction (ndx, ndy) from the caller.
- turtlesAt(Number, Number) - Method in interface repast.simphony.relogo.Patch
-
Returns the agentset on the patch at the direction (ndx, ndy) from the caller.
- turtlesAt(Number, Number) - Method in interface repast.simphony.relogo.Turtle
-
Returns the agentset on the patch at the direction (ndx, ndy) from the caller.
- turtleSet(Object...) - Static method in class repast.simphony.relogo.Utility
-
Collects arguments into an agenset of turtles.
- TurtleShape - Class in repast.simphony.relogo.styles
- TurtleShape(List<TurtleShapeComponent>, boolean) - Constructor for class repast.simphony.relogo.styles.TurtleShape
- TurtleShapeComponent - Class in repast.simphony.relogo.styles
- TurtleShapeComponent(Shape, boolean, Color) - Constructor for class repast.simphony.relogo.styles.TurtleShapeComponent
- turtlesHere() - Method in class repast.simphony.relogo.AbstractPatch
-
Returns an agentset of turtles from the patch of the caller.
- turtlesHere() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns an agentset of turtles from the patch of the caller.
- turtlesHere() - Method in interface repast.simphony.relogo.Patch
-
Returns an agentset of turtles from the patch of the caller.
- turtlesHere() - Method in interface repast.simphony.relogo.Turtle
-
Returns an agentset of turtles from the patch of the caller.
- turtlesOn(Collection) - Method in class repast.simphony.relogo.AbstractLink
-
Returns an agentset of turtles on the patches in a collection or on the patches that a collection of turtles are.
- turtlesOn(Collection) - Method in class repast.simphony.relogo.AbstractObserver
-
Returns an agentset of turtles on the patches in a collection or on the patches that a collection of turtles are.
- turtlesOn(Collection) - Method in class repast.simphony.relogo.AbstractPatch
-
Returns an agentset of turtles on the patches in a collection or on the patches that a collection of turtles are.
- turtlesOn(Collection) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns an agentset of turtles on the patches in a collection or on the patches that a collection of turtles are.
- turtlesOn(Collection) - Method in class repast.simphony.relogo.Link
-
Returns an agentset of turtles on the patches in a collection or on the patches that a collection of turtles are.
- turtlesOn(Collection) - Method in interface repast.simphony.relogo.Observer
-
Returns an agentset of turtles on the patches in a collection or on the patches that a collection of turtles are.
- turtlesOn(Collection) - Method in interface repast.simphony.relogo.Patch
-
Returns an agentset of turtles on the patches in a collection or on the patches that a collection of turtles are.
- turtlesOn(Collection) - Method in interface repast.simphony.relogo.Turtle
-
Returns an agentset of turtles on the patches in a collection or on the patches that a collection of turtles are.
- turtlesOn(Patch) - Method in class repast.simphony.relogo.AbstractLink
-
Returns an agentset of turtles on a given patch.
- turtlesOn(Patch) - Method in class repast.simphony.relogo.AbstractObserver
-
Returns an agentset of turtles on a given patch.
- turtlesOn(Patch) - Method in class repast.simphony.relogo.AbstractPatch
-
Returns an agentset of turtles on a given patch.
- turtlesOn(Patch) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns an agentset of turtles on a given patch.
- turtlesOn(Patch) - Method in class repast.simphony.relogo.Link
-
Returns an agentset of turtles on a given patch.
- turtlesOn(Patch) - Method in interface repast.simphony.relogo.Observer
-
Returns an agentset of turtles on a given patch.
- turtlesOn(Patch) - Method in interface repast.simphony.relogo.Patch
-
Returns an agentset of turtles on a given patch.
- turtlesOn(Patch) - Method in interface repast.simphony.relogo.Turtle
-
Returns an agentset of turtles on a given patch.
- turtlesOn(Turtle) - Method in class repast.simphony.relogo.AbstractLink
-
Returns an agentset of turtles on the same patch as a turtle.
- turtlesOn(Turtle) - Method in class repast.simphony.relogo.AbstractObserver
-
Returns an agentset of turtles on the same patch as a turtle.
- turtlesOn(Turtle) - Method in class repast.simphony.relogo.AbstractPatch
-
Returns an agentset of turtles on the same patch as a turtle.
- turtlesOn(Turtle) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns an agentset of turtles on the same patch as a turtle.
- turtlesOn(Turtle) - Method in class repast.simphony.relogo.Link
-
Returns an agentset of turtles on the same patch as a turtle.
- turtlesOn(Turtle) - Method in interface repast.simphony.relogo.Observer
-
Returns an agentset of turtles on the same patch as a turtle.
- turtlesOn(Turtle) - Method in interface repast.simphony.relogo.Patch
-
Returns an agentset of turtles on the same patch as a turtle.
- turtlesOn(Turtle) - Method in interface repast.simphony.relogo.Turtle
-
Returns an agentset of turtles on the same patch as a turtle.
- turtlesU(Observer) - Static method in class repast.simphony.relogo.Utility
- turtleU(int, Observer) - Static method in class repast.simphony.relogo.Utility
-
Reports the turtle with the given who number, or null if there is no such turtle.
- TWO_D - Static variable in class repast.simphony.visualization.engine.DisplayType
- TWO_D_DISPLAY_UPDATE - Static variable in interface repast.simphony.ws.MessageConstants
- type - Variable in class repast.simphony.chart2.engine.ChartDescriptor
- type - Variable in class repast.simphony.gis.styleEditor.RuleEditPanel
- type - Variable in class repast.simphony.parameter.groovy.CustomParameterSetter
- type - Variable in class repast.simphony.parameter.xml.AbstractNumberSetterCreator
- type - Variable in class repast.simphony.ui.probe.DefaultProbedPropertyUICreator
- TYPE - Static variable in class repast.simphony.gis.visualization.engine.GIS3DVisualizationRegistryData
- TYPE - Static variable in class repast.simphony.gis.visualization.engine.GISVisualizationRegistryData
-
Deprecated.
- TYPE - Static variable in class repast.simphony.integration.DataFileElements.ARRAY_ATTRS
- TYPE - Static variable in class repast.simphony.integration.DataFileElements.DATA_ATTRS
- TYPE - Static variable in class repast.simphony.visualization.continuous.Continuous2DProjectionDecorator
- TYPE - Static variable in class repast.simphony.visualization.DisplayEvent
- TYPE_A - Static variable in interface repast.simphony.scenario.data.ContextFileIOConstants
- TYPE_COL - Static variable in class repast.simphony.freezedry.freezedryers.PrimitiveFreezeDryer
- TYPE_KEY - Static variable in class repast.simphony.visualization.decorator.AbstractProjectionDecorator
- typeChanged() - Method in class repast.simphony.gis.styleEditor.ByRangePanelMediator
- typeComponentTable - Variable in class repast.simphony.engine.environment.DefaultGUIRegistry
- typeMap - Static variable in class repast.simphony.parameter.ParametersParser
- typeMap - Static variable in class repast.simphony.parameter.ParametersValuesLoader
- typeMap - Static variable in class repast.simphony.scenario.data.AttributeFactory
- typeMap - Static variable in class repast.simphony.ui.parameters.AbstractParameterBinder
- typeMap - Static variable in class repast.simphony.ui.parameters.ParametersUIParser
U
- UIActionExtensions - Class in repast.simphony.ui.plugin
- UIActionExtensions() - Constructor for class repast.simphony.ui.plugin.UIActionExtensions
- UICreatorFactory - Class in repast.simphony.statecharts.runtime
-
PPUICreatorFactory for creating the UI probe component for a statechart.
- UICreatorFactory() - Constructor for class repast.simphony.statecharts.runtime.UICreatorFactory
- UICreatorFactory.StateChartButton - Class in repast.simphony.statecharts.runtime
- UICreatorFactory.WindowRegistry - Class in repast.simphony.statecharts.runtime
-
The WindowRegistry keeps track of open statechart displays and buttons to coordinate button label and color highlighting.
- UIExtPointLoader - Class in repast.simphony.ui
-
Processes Repast Simphony related gui extension points.
- UIExtPointLoader(RSGui) - Constructor for class repast.simphony.ui.UIExtPointLoader
-
Creates a new UIExtPointLoader that will work with the specified gui.
- UISaver - Class in repast.simphony.ui.plugin.editor
- UISaver() - Constructor for class repast.simphony.ui.plugin.editor.UISaver
- ULTRAHIGH - Enum constant in enum class repast.simphony.visualization.gis3D.RepastStereoOptionSceneController.RenderQuality
- UnconditionalByClassMessageChecker - Class in repast.simphony.statecharts
- UnconditionalByClassMessageChecker(Class<?>) - Constructor for class repast.simphony.statecharts.UnconditionalByClassMessageChecker
- UnconditionalMessageChecker - Class in repast.simphony.statecharts
- UnconditionalMessageChecker() - Constructor for class repast.simphony.statecharts.UnconditionalMessageChecker
- UndirectedJungNetwork<T> - Class in repast.simphony.space.graph
- UndirectedJungNetwork(String) - Constructor for class repast.simphony.space.graph.UndirectedJungNetwork
- UndirectedJungNetwork(String, EdgeCreator<? extends RepastEdge<T>, T>) - Constructor for class repast.simphony.space.graph.UndirectedJungNetwork
- unescape(String) - Static method in class repast.simphony.relogo.util.ReLogoSupport
- unHighlight() - Method in class repast.simphony.statecharts.runtime.UICreatorFactory.StateChartButton
- union(TreeSet) - Method in class repast.simphony.visualization.cgd.util.CGDTreeSet
- unit - Variable in class repast.simphony.gis.tools.DistanceTool
- UNIT_IMPERIAL - Static variable in class repast.simphony.visualization.gis3D.RepastStatusBar
- UNIT_METRIC - Static variable in class repast.simphony.visualization.gis3D.RepastStatusBar
- UNIT_SIZE - Static variable in class repast.simphony.visualization.decorator.AbstractProjectionDecorator
- UNIT_SIZE - Static variable in interface repast.simphony.visualization.decorator.DecoratorConstants
- UNIT_SIZE - Static variable in class repast.simphony.visualization.UnitSizeLayoutProperties
- UNIT_SIZE_LAYOUT_PROPERTIES_ID - Static variable in class repast.simphony.visualization.UnitSizeLayoutProperties
- unitSize - Variable in class repast.simphony.visualization.decorator.AbstractProjectionDecorator
- UnitSizeLayoutProperties - Class in repast.simphony.visualization
-
Properties for a layout that needs a "unit size".
- UnitSizeLayoutProperties() - Constructor for class repast.simphony.visualization.UnitSizeLayoutProperties
- universe - Variable in class repast.simphony.visualization.visualization3D.Display3D
- UNIX - Enum constant in enum class repast.simphony.integration.EscapeConverter
- UNIX - Enum constant in enum class repast.simphony.integration.NewLinePatternConverter
-
Returns the string as it is.
- UNKNOWN - Static variable in class repast.simphony.visualization.cgd.util.Clan
- unlockVertex(Object) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Removes the vertex from the DontMove list
- unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class repast.simphony.freezedry.engine.JDBCDataSourceConverter
- unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class repast.simphony.gis.xml.GeographyConverter
- unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class repast.simphony.scenario.DescriptorConverter
- unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class repast.simphony.scenario.FastMethodConvertor
- unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class repast.simphony.xml.ContinuousValueLayerConverter
- unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class repast.simphony.xml.DefaultContextConverter
- unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class repast.simphony.xml.GridConverter
- unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class repast.simphony.xml.GridValueLayerConverter
- unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class repast.simphony.xml.NetworkConverter
- unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class repast.simphony.xml.QuantityConverter
- unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class repast.simphony.xml.SpaceConverter
- unquote(String) - Static method in class repast.simphony.relogo.util.ReLogoSupport
- UnremoveableIterator<T> - Class in repast.simphony.util.collections
-
An iterator that delegates its iterator operations to another iterator, but disallows removal.
- UnremoveableIterator(Iterator<T>) - Constructor for class repast.simphony.util.collections.UnremoveableIterator
- UNROLLED_BATCH_PARAM_FILE_PN - Static variable in interface repast.simphony.batch.BatchConstants
- unselectNodes() - Method in class repast.simphony.visualization.editor.PNodeSelector
-
Deprecated.Unselects any selected nodes.
- unsetLocation() - Method in interface repast.simphony.gis.tools.LocationSetter
- untie() - Method in class repast.simphony.relogo.AbstractLink
-
Unties two ends of a link.
- untie() - Method in class repast.simphony.relogo.Link
-
Unties two ends of a link.
- Unzipper - Class in repast.simphony.util
-
Unzips a named file into current directory.
- Unzipper() - Constructor for class repast.simphony.util.Unzipper
- UP_ICON - Static variable in class repast.simphony.visualization.gui.CoverageStyleStep
- UP_ICON - Static variable in class repast.simphony.visualization.gui.LayerOrderStep
- UP_ICON - Static variable in class repast.simphony.visualization.gui.StyleStep
- update() - Method in class repast.simphony.chart2.BatchUpdateXYSeries
-
Notifies listeners that
- update() - Method in class repast.simphony.chart2.OverflowLegendUpdater
-
Updates the title to the latest overflow.
- update() - Method in class repast.simphony.gis.display.GisDisplayMediator
-
Deprecated.
- update() - Method in class repast.simphony.gis.display.NetworkDisplayLayerGIS
-
Deprecated.
- update() - Method in class repast.simphony.gis.display.PGisLayer
-
Deprecated.Redraw the image of the layer.
- update() - Method in class repast.simphony.statecharts.old.StateChart
- update() - Method in class repast.simphony.statecharts.runtime.StateChartSVGDisplayController
- update() - Method in interface repast.simphony.statecharts.StateChartListener
- update() - Method in interface repast.simphony.statecharts.TriggerListener
- update() - Method in class repast.simphony.ui.probe.OldProbeModel
-
Fires a property change event for all properties so that the viz representation will update to show the new values.
- update() - Method in class repast.simphony.ui.probe.Probe
-
Updates the probe to show the latest values of the probed property.
- update() - Method in class repast.simphony.ui.probe.ProbeManager
-
Update all the probes to show the current values of their probed objects.
- update() - Method in class repast.simphony.ui.probe.ProbeModel
-
Updates any bindings associated with this model to reflect the current state of the probed object.
- update() - Method in class repast.simphony.visualization.AbstractNetworkLayout
- update() - Method in class repast.simphony.visualization.AddedRemovedLayoutUpdater
-
Updates the layout if the trigger condition is removed or added.
- update() - Method in class repast.simphony.visualization.cgd.CGDLayout
- update() - Method in class repast.simphony.visualization.continuous.Continuous2DLayout
- update() - Method in class repast.simphony.visualization.continuous.Continuous2DProjectionDecorator
-
Updates the decorator.
- update() - Method in class repast.simphony.visualization.continuous.Continuous3DLayout
- update() - Method in class repast.simphony.visualization.continuous.Continuous3DProjectionDecorator
- update() - Method in interface repast.simphony.visualization.decorator.ProjectionDecorator2D
-
Updates the decorator.
- update() - Method in interface repast.simphony.visualization.decorator.ProjectionDecorator3D
-
Updates the decorator.
- update() - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- update() - Method in class repast.simphony.visualization.gis.Updater
-
Deprecated.
- update() - Method in class repast.simphony.visualization.gis3D.CoverageLayer
-
Update the coverage with raster data an styling
- update() - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
- update() - Method in class repast.simphony.visualization.grid.Grid2DLayout
- update() - Method in class repast.simphony.visualization.grid.Grid2DProjectionDecorator
-
Updates the decorator.
- update() - Method in class repast.simphony.visualization.grid.Grid3DLayout
- update() - Method in class repast.simphony.visualization.grid.Grid3DProjectionDecorator
-
Updates the decorator.
- update() - Method in interface repast.simphony.visualization.IDisplay
-
Updates the state of the display to reflect whatever it is that it is displaying.
- update() - Method in class repast.simphony.visualization.IntervalLayoutUpdater
-
Update the layout.
- update() - Method in interface repast.simphony.visualization.Layout
-
Updates this layout.
- update() - Method in interface repast.simphony.visualization.LayoutUpdater
-
Update the layout.
- update() - Method in class repast.simphony.visualization.MovedLayoutUpdater
-
Updates the layout if the trigger condition is removed, added, or moved.
- update() - Method in class repast.simphony.visualization.network.PEdge
-
Deprecated.
- update() - Method in class repast.simphony.visualization.NullLayout
- update() - Method in class repast.simphony.visualization.UpdateLayoutUpdater
-
Update the layout.
- update() - Method in class repast.simphony.visualization.visualization2D.ArbitraryLayout
- update() - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.The update method is called according to the frequency in the display descriptor.
- update() - Method in class repast.simphony.visualization.visualization2D.layout.JungLayout
- update() - Method in class repast.simphony.visualization.visualization2D.layout.TreeLayout2D
- update() - Method in class repast.simphony.visualization.visualization2D.Random2DLayout
- update() - Method in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
- update() - Method in class repast.simphony.visualization.visualization3D.DefaultValueDisplayLayer3D
- update() - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
- update() - Method in class repast.simphony.visualization.visualization3D.layout.GEM3DLayout
- update() - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
set update by default to advance positions
- update() - Method in class repast.simphony.visualization.visualization3D.layout.Random3DLayout
- update() - Method in class repast.simphony.visualization.visualization3D.layout.SphericalLayout
- update() - Method in interface repast.simphony.visualization.visualization3D.ValueDisplayLayer3D
- update() - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
- update() - Method in class repast.simphony.visualizationOGL2D.ValueLayerDisplayLayer
- update(boolean) - Method in class repast.simphony.ws.DisplayServer
- update(boolean) - Method in class repast.simphony.ws.TickServer
- update(DoubleArrayList) - Method in class repast.simphony.chart2.AbstractHistogramDataset
-
Updates the histogram with the values in the buffer.
- update(WorldWindow) - Method in class repast.simphony.visualization.gis3D.LayerPanel
- update(StringBuilder, Layout<?, ?>) - Method in class repast.simphony.ws.gis.StyledLayerGIS
- update(StringBuilder, Layout<?, ?>) - Method in class repast.simphony.ws.gis.StyledNetLayerGIS
- update(ByteBuffer, Layout<?, ?>) - Method in class repast.simphony.ws.StyledLayer
- update(BranchGroup, U) - Method in interface repast.simphony.visualization.visualization3D.ProjectionStyle3D
- update(Turtle) - Method in class repast.simphony.relogo.AbstractTurtle
- update(LayoutUpdater) - Method in class repast.simphony.visualization.gis3D.AbstractAirspaceLayer
-
Updates the displayed nodes by applying styles etc.
- update(LayoutUpdater) - Method in class repast.simphony.visualization.gis3D.AbstractRenderableLayer
-
Updates the displayed nodes by applying styles etc.
- update(LayoutUpdater) - Method in interface repast.simphony.visualization.IDisplayLayer
-
Updates the layout, styles etc.
- update(LayoutUpdater) - Method in class repast.simphony.visualization.network.NetworkDisplayLayer2D
- update(LayoutUpdater) - Method in class repast.simphony.visualization.visualization2D.StyledDisplayLayer2D
-
Deprecated.Called from Display2D.update() according to the update interval
- update(LayoutUpdater) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplayLayer3D
- update(LayoutUpdater) - Method in class repast.simphony.visualizationOGL2D.AbstractDisplayLayerOGL2D
-
Updates the displayed nodes by applying styles etc.
- update(LayoutUpdater) - Method in class repast.simphony.visualizationOGL2D.NetworkLayerOGL2D
- update(LayoutUpdater) - Method in class repast.simphony.visualizationOGL2D.StyledDisplayLayerOGL2D
-
Updates the displayed nodes by applying styles etc.
- update(ValueLayerStyle3D) - Method in interface repast.simphony.visualization.visualization3D.DataGeometry
- update(ValueLayerStyle3D) - Method in class repast.simphony.visualization.visualization3D.MeshGridGeometry
- update(T) - Method in interface repast.simphony.relogo.OutOfContextSubscriber
- updateAppearance(Style3D) - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
- updateChild() - Method in class repast.simphony.visualizationOGL2D.SpatialWrapper
- updateComplete() - Method in class repast.simphony.data2.gui.FileChooserStep
- updateComplete() - Method in class repast.simphony.dataLoader.ui.wizard.FreezeDryedClassChooserStep
- updateComplete() - Method in class repast.simphony.freezedry.wizard.ChooseContextStep
- updateComplete() - Method in class repast.simphony.userpanel.ui.UserPanelStep
- updateComplete() - Method in class repast.simphony.util.wizard.CompleteHandlerWizardStep
- updateComponent(Object, boolean) - Method in class repast.simphony.visualization.gis3D.WMSLayersPanel
- updated - Variable in class repast.simphony.visualization.visualization3D.AbstractLabel
- updateData(Geometry) - Method in class repast.simphony.visualization.visualization3D.DataGeometryUpdater
- updateDisplay() - Method in class repast.simphony.relogo.ReLogoModel
- updatedLastRender - Variable in class repast.simphony.visualization.visualization3D.Display3D
- updateExisting(StringBuilder) - Method in class repast.simphony.ws.gis.StyledLayerGIS
- updateExisting(StringBuilder, Layout) - Method in class repast.simphony.ws.gis.StyledNetLayerGIS
- updateFromIterable(StringBuilder, Iterable<DisplayProperties<?>>, boolean) - Method in class repast.simphony.ws.gis.StyledLayerGIS
- updateFromIterable(StringBuilder, Layout, Iterable<DisplayProperties<RepastEdge<?>>>) - Method in class repast.simphony.ws.gis.StyledNetLayerGIS
- updateGuiParamsManager(Parameters, ParametersUI) - Method in class repast.simphony.ui.RSApplication
- updateLabel(Style3D) - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
- updateLayer(Layer) - Method in class repast.simphony.gis.legend.LegendModel
-
Deprecated.When a GIS layer changes, for example because the style has been updated, update the legend nodes to reflect the new information.
- UpdateLayoutUpdater - Class in repast.simphony.visualization
-
Updates the layout every time the display is updated, regardless of the current condition.
- UpdateLayoutUpdater(Layout) - Constructor for class repast.simphony.visualization.UpdateLayoutUpdater
-
Creates a UpdateLayoutUpdater to manage the updates of the specified layout.
- UpdateLineColumn(char) - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
- updateListeners() - Method in class repast.simphony.ui.plugin.editor.PluginWizardStep
- updateLocation(Point3f, float, Point3f, float) - Method in class repast.simphony.visualization.network.DirectedEdgeVisualItem
- updateLocation(Point3f, float, Point3f, float) - Method in class repast.simphony.visualization.network.DirectedLineEdgeVisualItem
- updateLocation(Point3f, float, Point3f, float) - Method in class repast.simphony.visualization.network.EdgeVisualItem
- updateLocation(Point3f, float, Point3f, float) - Method in class repast.simphony.visualization.network.LineEdgeVisualItem3D
- updateLocation(Point3f, float, Point3f, float) - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
- updateLocation(Layout) - Method in class repast.simphony.visualization.visualization3D.NodeVisualItem
- updateLocation(Layout) - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
- updateLock - Variable in class repast.simphony.visualization.gis3D.DisplayGIS3D
- updateNode(PNode, Layout, boolean) - Method in class repast.simphony.visualization.visualization2D.StyledDisplayLayer2D
-
Deprecated.For now, this method is just storing the new location of the node.
- updateObjects(LayoutUpdater) - Method in class repast.simphony.visualization.gis3D.AbstractRenderableLayer
-
Apply style to all objects that exist in the layer
- updatePanel(File) - Method in class repast.simphony.ui.parameters.ParametersUI
-
Updates the panel with the latest parameters from the parameters file.
- updatePreview() - Method in class repast.simphony.gis.styleEditor.PreviewLabel
-
Updates the PreviewLabel icon based on the current values for fill, opacity, etc.
- updatePreview() - Method in class repast.simphony.gis.styleEditor.RuleEditPanel
- updatePreview() - Method in interface repast.simphony.visualization.gui.styleBuilder.PreviewEdge
- updatePreview() - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewEdge2D
- updatePreview() - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewEdge3D
- updatePreview() - Method in interface repast.simphony.visualization.gui.styleBuilder.PreviewIcon
- updatePreview() - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewIcon2D
- updatePreview() - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewIcon3D
- updateProbePanel(Probe, MutableParameters) - Method in class repast.simphony.ui.RSGui
- updater - Variable in class repast.simphony.visualization.gis3D.DisplayGIS3D
- updater - Variable in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- updater - Variable in class repast.simphony.visualization.visualization3D.Display3D
- updater - Variable in class repast.simphony.visualizationOGL2D.DisplayOGL2D
- Updater - Class in repast.simphony.visualization.gis
-
Deprecated.2D piccolo based code is being removed
- Updater(MapContent, Geography, Styler, Map<String, FeatureCollection>, List<Class>, Map<Integer, String>) - Constructor for class repast.simphony.visualization.gis.Updater
-
Deprecated.
- updateRepresentation(Style3D) - Method in class repast.simphony.visualization.network.LineEdgeVisualItem3D
- updateRotation(Style3D) - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
- updateScale(Style3D) - Method in class repast.simphony.visualization.network.EdgeVisualItem
- updateScale(Style3D) - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
- updateShape() - Method in class repast.simphony.gis.styleEditor.PreviewLabel
- updateStep() - Method in class repast.simphony.ui.plugin.editor.PluginWizardStep
- updateStep() - Method in interface repast.simphony.ui.plugin.editor.PluginWizardStepListener
-
Update any data in an implementing wizard step.
- updateTaggedBranchGroup(Style3D) - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
- updateTickCountLabel() - Method in class repast.simphony.ui.ButtonCoordinator
- updateTickCountLabel(double) - Method in class repast.simphony.ui.RSGui
- updateTickCountLabel(String) - Method in class repast.simphony.ui.ButtonCoordinator
- updateToolTip(PInputEvent) - Method in class repast.simphony.visualization.editor.GridLocationToolTip
-
Deprecated.
- updateValuesProperties() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- updateValuesProperties(ParameterSweepInput) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
- updateWorldTransformation() - Method in class repast.simphony.visualizationOGL2D.SpatialWrapper
- uphill(String) - Method in interface repast.simphony.relogo.Turtle
-
Moves the turtle to the highest valued patch of patchVariable in the eight neighboring patches plus the current patch.
- uphill4(String) - Method in interface repast.simphony.relogo.Turtle
-
Moves the turtle to the highest valued patch of patchVariable in the four neighboring patches plus the current patch.
- upIndex(int, int) - Method in class repast.simphony.context.space.graph.Lattice2DGenerator
- urlField - Variable in class repast.simphony.dataLoader.wizard.JDBCDataStep
- usageName() - Element in annotation interface repast.simphony.parameter.Parameter
-
Gets java bean style property name for this parameter.
- usageName() - Element in annotation interface repast.simphony.ui.probe.ProbedProperty
-
Gets java bean style property name for this property.
- USE_ROOT_ID - Static variable in class repast.simphony.freezedry.ContextFreezeDryingAction
- useDefaultChanged() - Method in class repast.simphony.gis.styleEditor.ValueTableModel
- useDelimiter(String) - Method in class repast.simphony.util.Scanner
-
Sets the delimiter pattern used for
Scanner.next()
andScanner.getNextDelimited()
. - useDelimiter(Pattern) - Method in class repast.simphony.util.Scanner
-
Sets the delimiter pattern used for
Scanner.next()
andScanner.getNextDelimited()
. - USER_PANEL_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
- USER_PANEL_ROOT - Static variable in interface repast.simphony.engine.controller.ControllerActionConstants
- USER_PATH_FILE_NAME - Static variable in interface repast.simphony.scenario.ScenarioConstants
- userInit - Variable in class repast.simphony.batch.BatchScenario
- userName - Variable in class repast.simphony.dataLoader.wizard.JDBCContextActionBuilder
- userName - Variable in class repast.simphony.freezedry.datasource.DBConnectionInfo
- userName - Variable in class repast.simphony.freezedry.wizard.JDBCDSBuilder
- userNameField - Variable in class repast.simphony.dataLoader.wizard.JDBCDataStep
- useRoot() - Method in class repast.simphony.freezedry.wizard.FreezeDryWizardModel
- UserPanelActionEditorCreator - Class in repast.simphony.userpanel.ui
- UserPanelActionEditorCreator() - Constructor for class repast.simphony.userpanel.ui.UserPanelActionEditorCreator
- UserPanelActionLoader(File, Object) - Constructor for class repast.simphony.userpanel.ui.UserPanelControllerActionIO.UserPanelActionLoader
- UserPanelActionUI - Class in repast.simphony.userpanel.ui
- UserPanelActionUI(DefaultUserPanelDescriptorAction) - Constructor for class repast.simphony.userpanel.ui.UserPanelActionUI
- UserPanelCompositeControllerActionCreator - Class in repast.simphony.userpanel.ui
- UserPanelCompositeControllerActionCreator() - Constructor for class repast.simphony.userpanel.ui.UserPanelCompositeControllerActionCreator
- UserPanelControllerActionIO - Class in repast.simphony.userpanel.ui
- UserPanelControllerActionIO() - Constructor for class repast.simphony.userpanel.ui.UserPanelControllerActionIO
- UserPanelControllerActionIO.UserPanelActionLoader - Class in repast.simphony.userpanel.ui
- UserPanelCreator - Interface in repast.simphony.userpanel.ui
- UserPanelDescriptor - Interface in repast.simphony.userpanel.ui
- UserPanelEditor - Class in repast.simphony.userpanel.ui
-
Adaptor for UserPanelEditorWizard to Editor interface.
- UserPanelEditor(UserPanelEditorWizard, ScenarioTreeEvent, DefaultUserPanelDescriptorAction) - Constructor for class repast.simphony.userpanel.ui.UserPanelEditor
- UserPanelEditorWizard - Class in repast.simphony.userpanel.ui
- UserPanelEditorWizard(List<Class<?>>) - Constructor for class repast.simphony.userpanel.ui.UserPanelEditorWizard
- UserPanelEditorWizard(List<Class<?>>, UserPanelDescriptor) - Constructor for class repast.simphony.userpanel.ui.UserPanelEditorWizard
- UserPanelMenuItem - Class in repast.simphony.userpanel.ui
- UserPanelMenuItem() - Constructor for class repast.simphony.userpanel.ui.UserPanelMenuItem
- UserPanelStep - Class in repast.simphony.userpanel.ui
- UserPanelStep() - Constructor for class repast.simphony.userpanel.ui.UserPanelStep
- UserPanelWizardModel - Class in repast.simphony.userpanel.ui
- UserPanelWizardModel(Collection<Class<?>>) - Constructor for class repast.simphony.userpanel.ui.UserPanelWizardModel
- UserPanelWizardModel(Collection<Class<?>>, UserPanelDescriptor) - Constructor for class repast.simphony.userpanel.ui.UserPanelWizardModel
- UserPathData - Class in repast.simphony.scenario.data
-
Encapsulates metadata about a model, the classpath etc.
- UserPathData(String) - Constructor for class repast.simphony.scenario.data.UserPathData
- UserPathFileReader - Class in repast.simphony.scenario.data
-
Reads a model.xml file and produces a ModelData object.
- UserPathFileReader() - Constructor for class repast.simphony.scenario.data.UserPathFileReader
- userStyleData - Variable in class repast.simphony.visualization.gui.styleBuilder.AbstractStyleDialog
- userStyleName - Variable in class repast.simphony.visualization.gui.styleBuilder.AbstractStyleDialog
- userTimeQuantity - Variable in class repast.simphony.engine.schedule.Schedule
-
User time quantity converts some abstract quantity to a schedule tick value, and visa versa.
- util - Variable in class repast.simphony.freezedry.freezedryers.ArrayFreezeDryer
- util - Variable in class repast.simphony.freezedry.PrimitiveArrayFreezeDryer
- Utility - Class in repast.simphony.relogo
-
ReLogo Utility class.
- Utility() - Constructor for class repast.simphony.relogo.Utility
- Utils - Class in repast.simphony.ui.probe
-
Utilities class.
- Utils() - Constructor for class repast.simphony.ui.probe.Utils
- UTMFinder - Class in repast.simphony.space.gis
-
Finds the UTM CRS appropriate to a specified lon, lat location.
- UTMFinder() - Constructor for class repast.simphony.space.gis.UTMFinder
V
- VAL_COL - Static variable in class repast.simphony.freezedry.freezedryers.PrimitiveFreezeDryer
- validate() - Method in class repast.simphony.space.gis.FeatureAgent
- validate(Object) - Method in class repast.simphony.parameter.DefaultParameterSchema
-
Validates the specified object against the type and optional constraint info for the parameter name.
- validate(Object) - Method in interface repast.simphony.parameter.ParameterSchema
-
Validates the specified object against the type and optional constraint info for the parameter name.
- validate(String, Object) - Method in class repast.simphony.parameter.DefaultSchema
-
Validates the specified object against the type info contained for the parameter name.
- validate(String, Object) - Method in interface repast.simphony.parameter.Schema
-
Validates the specified object against the type info contained for the parameter name.
- validateConnectionSettings() - Method in class repast.simphony.freezedry.datasource.JDBCContextBuilder
- validateConnectionSettings() - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- validateConnectionSettings(DBConnectionInfo, String) - Static method in class repast.simphony.freezedry.datasource.DBUtils
- validateData() - Method in class repast.simphony.ui.sweep.ParameterSweepSubmitPanel
- validateDescriptor(DisplayDescriptor) - Method in class repast.simphony.visualization.engine.DisplayDescriptorValidator
-
Check the provided DisplayDescriptor validity and provide a new updated DisplayDescriptor if necessary.
- validateDisplay(List<String>) - Method in class repast.simphony.gis.visualization.engine.GISDisplayValidator
- validateDisplay(List<String>) - Method in interface repast.simphony.visualization.engine.DisplayValidator
-
Checks if the display type associated with a visualization registry data entry supports the projection types in the provided list.
- validateFilterValue(Class<?>, String) - Method in class repast.simphony.ui.table.TableFilterDialog
- validateForExecution(GraphParams<E>) - Method in interface repast.simphony.engine.graph.GraphExecutor
-
Validates that the parameters given say the current node should be executed.
- validateForExecution(GraphParams<Object>) - Method in class repast.simphony.engine.graph.NetworkTopologyExecutor
-
Checks if two nodes are still connected with {@link NetworkTopology#areIncident(Object, Object).
- value() - Element in annotation interface repast.simphony.relogo.ast.ExtendsLibLink
- value() - Element in annotation interface repast.simphony.relogo.ast.ExtendsLibObserver
- value() - Element in annotation interface repast.simphony.relogo.ast.ExtendsLibPatch
- value() - Element in annotation interface repast.simphony.relogo.ast.ExtendsLibTurtle
- value() - Element in annotation interface repast.simphony.relogo.builder.ReLogoBuilderGeneratedFor
- value() - Element in annotation interface repast.simphony.statecharts.generator.GeneratedFor
- value() - Method in class repast.simphony.util.collections.OpenLongToDoubleHashMap.Iterator
-
Get the value of current entry.
- value(T, Transition<T>, Parameters) - Method in interface repast.simphony.statecharts.TriggerDoubleFunction
- VALUE_LAYER - Enum constant in enum class repast.simphony.scenario.data.ProjectionType_old
- VALUE_LAYER_KEY - Static variable in class repast.simphony.visualizationOGL2D.ValueLayerDisplayLayer
- VALUE_LAYER_TYPE - Static variable in class repast.simphony.scenario.data.ProjectionData
- VALUE_LAYERS_KEY - Static variable in class repast.simphony.freezedry.freezedryers.ContextFreezeDryer
- valueDisplayLayer - Variable in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- ValueDisplayLayer2D - Class in repast.simphony.visualization.visualization2D
-
Deprecated.replaced by ogl 2D
- ValueDisplayLayer2D(ValueLayerStyle, RepastCanvas2D) - Constructor for class repast.simphony.visualization.visualization2D.ValueDisplayLayer2D
-
Deprecated.
- ValueDisplayLayer3D - Interface in repast.simphony.visualization.visualization3D
- valueLayer - Variable in class repast.simphony.valueLayer.ValueLayerDiffuser
- valueLayer - Variable in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
- ValueLayer - Interface in repast.simphony.valueLayer
-
Interface for classes that produce some numeric value when given spatial coordinates.
- ValueLayerDescriptor - Interface in repast.simphony.visualization.engine
-
Descriptor interface for descriptors with value layers.
- ValueLayerDiffuser - Class in repast.simphony.valueLayer
-
This implements a diffusion algorithm on a grid value layer.
- ValueLayerDiffuser() - Constructor for class repast.simphony.valueLayer.ValueLayerDiffuser
-
Constructs this with the default evaporation and diffusion constants.
- ValueLayerDiffuser(IGridValueLayer, double, double) - Constructor for class repast.simphony.valueLayer.ValueLayerDiffuser
-
Constructs this with the specified evaporation and diffusion constants.
- ValueLayerDiffuser(IGridValueLayer, double, double, boolean) - Constructor for class repast.simphony.valueLayer.ValueLayerDiffuser
-
Constructs this with the specified evaporation constant, diffusion constant, and toroidal'ness.
- ValueLayerDisplayLayer - Class in repast.simphony.visualizationOGL2D
-
DisplayLayer for displaying value layers.
- ValueLayerDisplayLayer(ValueLayer, ValueLayerStyleOGL, VLayer) - Constructor for class repast.simphony.visualizationOGL2D.ValueLayerDisplayLayer
- ValueLayerLocationProbe - Class in repast.simphony.ui.probe
-
ProbeableBean for an objects location in a value layer.
- ValueLayerLocationProbe(Object) - Constructor for class repast.simphony.ui.probe.ValueLayerLocationProbe
- ValueLayerProbeObject2D - Class in repast.simphony.ui.probe
-
Probe object for value layers
- ValueLayerProbeObject2D(double[], ValueLayer) - Constructor for class repast.simphony.ui.probe.ValueLayerProbeObject2D
- valueLayers - Variable in class repast.simphony.visualization.AbstractDisplayData
- valueLayers - Variable in class repast.simphony.visualization.engine.CartesianDisplayDescriptor
- valueLayers - Variable in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- ValueLayerStep - Class in repast.simphony.visualization.gui
- ValueLayerStep() - Constructor for class repast.simphony.visualization.gui.ValueLayerStep
- ValueLayerStore - Interface in repast.simphony.valueLayer
-
Interface for value layer data stores.
- valueLayerStyle - Variable in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
- ValueLayerStyle - Interface in repast.simphony.visualization.visualization2D.style
-
Deprecated.replaced by ogl 2D
- ValueLayerStyle3D - Interface in repast.simphony.visualization.visualization3D.style
-
Interface for classes that implement 3D visualization styles for ValueLayers.
- valueLayerStyleMap - Variable in class repast.simphony.visualizationOGL2D.DisplayOGL2D
- ValueLayerStyleOGL - Interface in repast.simphony.visualizationOGL2D
-
Interface for classes that implement visualization styles for 2D ogl ValueLayers.
- ValueLayerStyleOGL.Shading - Enum Class in repast.simphony.visualizationOGL2D
- valueLayerTransGroup - Variable in class repast.simphony.visualization.visualization3D.Display3D
- valueOf(String) - Static method in enum class repast.simphony.batch.RunningStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.chart2.engine.ChartDescriptor.ChartType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.chart2.engine.HistogramChartDescriptor.HistogramType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.chart2.OutOfRangeHandling
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.context.ContextEvent.EventType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.context.FormerDefaultContext.ContextHint
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.context.space.graph.NetworkFileFormat
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.data2.AggregateOp
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.data2.ConsoleDataSink.OutputStream
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.data2.engine.DataSetDescriptor.DataSetType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.data2.FormatType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.engine.environment.GUIRegistryType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.engine.schedule.Frequency
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.engine.schedule.PriorityType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.engine.watcher.WatcherTriggerSchedule
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.freezedry.ArrayValueHandler
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.gis.display.PGisLayer.RenderEnum
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.gis.styleEditor.PaletteIcon.Orientation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.gis.util.GeometryUtil.GeometryType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.gis.visualization.engine.GISDisplayDescriptor.VIEW_TYPE
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.integration.ArrayDataTypeHandler
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.integration.DataFileElementReader
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.integration.DataFileElements
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.integration.DataFileElementWriter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.integration.DataTypeHandler
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.integration.EscapeConverter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.integration.NewLinePatternConverter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.parameter.optimizer.AdvanceType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.parameter.xml.AbstractNumberSetterCreator.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.relogo.factories.RLWorldDimensions.WorldType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.relogo.Stop
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.scenario.data.ProjectionType_old
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.space.graph.NetworkEvent.EventType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.space.projection.ProjectionEvent.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.statecharts.StateChartScheduler
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.statecharts.TransitionResolutionStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.ui.probe.DefaultProbedPropertyUICreator.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.ui.table.NamedRowFilter.Operator
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.valueLayer.BufferedGridValueLayer.Buffer
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.visualization.editedStyle.LineStyle
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.visualization.editor.DisplayEditor.Mode
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.visualization.gis3D.RepastStereoOptionSceneController.RenderQuality
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.visualization.IDisplay.LayoutFrequency
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.visualization.LayoutUpdater.Condition
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.visualization.ProbeEvent.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.visualization.visualization3D.AppearanceFactory.PolygonDraw
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.visualization.visualization3D.style.EdgeStyle3D.EdgeType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.visualization.visualization3D.style.Style3D.LabelPosition
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.visualizationOGL2D.ValueLayerStyleOGL.Shading
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class repast.simphony.xml.Keys
-
Returns the enum constant of this class with the specified name.
- values - Variable in class repast.simphony.parameter.DefaultParameters
- values() - Static method in enum class repast.simphony.batch.RunningStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.chart2.engine.ChartDescriptor.ChartType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.chart2.engine.HistogramChartDescriptor.HistogramType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.chart2.OutOfRangeHandling
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.context.ContextEvent.EventType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.context.FormerDefaultContext.ContextHint
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.context.space.graph.NetworkFileFormat
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.data2.AggregateOp
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.data2.ConsoleDataSink.OutputStream
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.data2.engine.DataSetDescriptor.DataSetType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.data2.FormatType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.engine.environment.GUIRegistryType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.engine.schedule.Frequency
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.engine.schedule.PriorityType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.engine.watcher.WatcherTriggerSchedule
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.freezedry.ArrayValueHandler
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.gis.display.PGisLayer.RenderEnum
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.gis.styleEditor.PaletteIcon.Orientation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.gis.util.GeometryUtil.GeometryType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.gis.visualization.engine.GISDisplayDescriptor.VIEW_TYPE
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.integration.ArrayDataTypeHandler
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.integration.DataFileElementReader
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.integration.DataFileElements
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.integration.DataFileElementWriter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.integration.DataTypeHandler
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.integration.EscapeConverter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.integration.NewLinePatternConverter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.parameter.optimizer.AdvanceType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.parameter.xml.AbstractNumberSetterCreator.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.relogo.factories.RLWorldDimensions.WorldType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.relogo.Stop
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.scenario.data.ProjectionType_old
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.space.graph.NetworkEvent.EventType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.space.projection.ProjectionEvent.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.statecharts.StateChartScheduler
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.statecharts.TransitionResolutionStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.ui.probe.DefaultProbedPropertyUICreator.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.ui.table.NamedRowFilter.Operator
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.valueLayer.BufferedGridValueLayer.Buffer
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.visualization.editedStyle.LineStyle
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.visualization.editor.DisplayEditor.Mode
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.visualization.gis3D.RepastStereoOptionSceneController.RenderQuality
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.visualization.IDisplay.LayoutFrequency
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.visualization.LayoutUpdater.Condition
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.visualization.ProbeEvent.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.visualization.visualization3D.AppearanceFactory.PolygonDraw
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.visualization.visualization3D.style.EdgeStyle3D.EdgeType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.visualization.visualization3D.style.Style3D.LabelPosition
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.visualizationOGL2D.ValueLayerStyleOGL.Shading
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class repast.simphony.xml.Keys
-
Returns an array containing the constants of this enum class, in the order they are declared.
- ValueTableModel - Class in repast.simphony.gis.styleEditor
-
Table for the Value panel that shows how the icon fill appears according to the value rules.
- ValueTableModel(SimpleFeatureType, Style) - Constructor for class repast.simphony.gis.styleEditor.ValueTableModel
- variableIconBlueColorMaxModel - Variable in class repast.simphony.visualization.gui.styleBuilder.AbstractStyleDialog
- variableIconBlueColorMinModel - Variable in class repast.simphony.visualization.gui.styleBuilder.AbstractStyleDialog
- variableIconBlueColorScaleModel - Variable in class repast.simphony.visualization.gui.styleBuilder.AbstractStyleDialog
- variableIconBlueColorValueModel - Variable in class repast.simphony.visualization.gui.styleBuilder.AbstractStyleDialog
- variableIconGreenColorMaxModel - Variable in class repast.simphony.visualization.gui.styleBuilder.AbstractStyleDialog
- variableIconGreenColorMinModel - Variable in class repast.simphony.visualization.gui.styleBuilder.AbstractStyleDialog
- variableIconGreenColorScaleModel - Variable in class repast.simphony.visualization.gui.styleBuilder.AbstractStyleDialog
- variableIconGreenColorValueModel - Variable in class repast.simphony.visualization.gui.styleBuilder.AbstractStyleDialog
- variableIconRedColorMaxModel - Variable in class repast.simphony.visualization.gui.styleBuilder.AbstractStyleDialog
- variableIconRedColorMinModel - Variable in class repast.simphony.visualization.gui.styleBuilder.AbstractStyleDialog
- variableIconRedColorScaleModel - Variable in class repast.simphony.visualization.gui.styleBuilder.AbstractStyleDialog
- variableIconRedColorValueModel - Variable in class repast.simphony.visualization.gui.styleBuilder.AbstractStyleDialog
- variance(Collection) - Static method in class repast.simphony.relogo.Utility
-
Returns the variance for a list.
- VARIANCE - Enum constant in enum class repast.simphony.data2.AggregateOp
- VelocityUtils - Class in repast.simphony.util
-
A class providing utility functions for working with template strings through Velocity.
- VelocityUtils() - Constructor for class repast.simphony.util.VelocityUtils
- vertex_locations - Variable in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
- VERTICAL - Enum constant in enum class repast.simphony.gis.styleEditor.PaletteIcon.Orientation
- VERYHIGH - Enum constant in enum class repast.simphony.visualization.gis3D.RepastStereoOptionSceneController.RenderQuality
- VIEW_MENU_ID - Static variable in class repast.simphony.ui.RSGUIConstants
- ViewAgentTable - Class in repast.simphony.ui.action
-
Action that creates a table of agents and their probe-able properties
- ViewAgentTable() - Constructor for class repast.simphony.ui.action.ViewAgentTable
- viewControlsSelectListener - Variable in class repast.simphony.visualization.gis3D.DisplayGIS3D
- viewType - Variable in class repast.simphony.gis.visualization.engine.GISDisplayData
- violet() - Static method in class repast.simphony.relogo.Utility
-
Returns the numerical value corresponding to the color violet.
- visible - Variable in class repast.simphony.visualization.gis3D.DisplayGIS3D
- visibleEdges - Variable in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
- visibleGraph - Variable in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
- visibleVertices - Variable in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
- visit(ControllerAction) - Method in interface repast.simphony.engine.controller.ControllerActionVisitor
- visit(T) - Method in interface repast.simphony.util.collections.TreeVisitor
-
Visit the specified node, presumably performing some operation on that node.
- visitContextSchedulableControllerAction(DefaultContextSchedulableControllerAction) - Method in interface repast.simphony.engine.controller.ControllerActionVisitor
- visitSchedulableAction(DefaultSchedulableAction) - Method in interface repast.simphony.engine.controller.ControllerActionVisitor
- VisualItem3D<T> - Class in repast.simphony.visualization.visualization3D
- VisualItem3D(TaggedBranchGroup, T, Label) - Constructor for class repast.simphony.visualization.visualization3D.VisualItem3D
- VisualItem3DAdderRemover - Class in repast.simphony.visualization.visualization3D
-
Manages the adding and removing of VisualItem3Ds.
- VisualItem3DAdderRemover() - Constructor for class repast.simphony.visualization.visualization3D.VisualItem3DAdderRemover
- visualItemMap - Variable in class repast.simphony.visualization.gis3D.AbstractAirspaceLayer
- visualItemMap - Variable in class repast.simphony.visualization.gis3D.AbstractRenderableLayer
- visualItemMap - Variable in class repast.simphony.visualization.visualization2D.DisplayLayer2D
-
Deprecated.
- visualItemMap - Variable in class repast.simphony.visualization.visualization3D.AbstractDisplayLayer3D
- VISUALIZATION_GROUP - Static variable in class repast.simphony.ui.RSGUIConstants
- VisualizationProperties - Interface in repast.simphony.visualization
-
Wraps layout properties.
- VisualizationRegistry - Class in repast.simphony.visualization.engine
- VisualizationRegistry() - Constructor for class repast.simphony.visualization.engine.VisualizationRegistry
- VisualizationRegistryData - Interface in repast.simphony.visualization.engine
-
Visualization registry data stores information about the available visualization types (displays) and their associated capabilities, such as converters, loaders, and GUI panels.
- visualizedObject - Variable in class repast.simphony.visualization.visualization3D.VisualItem3D
- VisualizedObjectContainer<T> - Interface in repast.simphony.visualization
-
Interface for classes that contain objects that can be visualized.
- VIZ_EDIT_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
- VIZ_HOME_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
- VIZ_INFO_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
- VIZ_ROOT - Static variable in interface repast.simphony.engine.controller.ControllerActionConstants
- VizEditorAction - Class in repast.simphony.ui.widget
-
Actions that runs and stops a DisplayEditor.
- VizEditorAction(DisplayEditorLifecycle) - Constructor for class repast.simphony.ui.widget.VizEditorAction
- VizEditorForm - Class in repast.simphony.visualization.editor
-
Deprecated.2D piccolo based code is being removed
- VizEditorForm() - Constructor for class repast.simphony.visualization.editor.VizEditorForm
-
Deprecated.
- VizHomeAction - Class in repast.simphony.ui.widget
-
Action that resets a displays home view
- VizHomeAction(IDisplay) - Constructor for class repast.simphony.ui.widget.VizHomeAction
- VizInfoAction - Class in repast.simphony.ui.widget
-
Action that toggles an info probe
- VizInfoAction(IDisplay) - Constructor for class repast.simphony.ui.widget.VizInfoAction
- VLStyleRegistrar<T> - Class in repast.simphony.visualization.engine
-
Registers value layer styles on a display.
- VLStyleRegistrar() - Constructor for class repast.simphony.visualization.engine.VLStyleRegistrar
- VLStyleRegistrar.Registrar<T> - Interface in repast.simphony.visualization.engine
-
Inteface for a closure that registers the created style on the display.
- VLStyleRegistrar2D - Class in repast.simphony.visualization.engine
-
Style registrar for 2D value layer styles.
- VLStyleRegistrar2D() - Constructor for class repast.simphony.visualization.engine.VLStyleRegistrar2D
- VLStyleRegistrar3D - Class in repast.simphony.visualization.engine
-
Style registrar for 3D value layer styles.
- VLStyleRegistrar3D() - Constructor for class repast.simphony.visualization.engine.VLStyleRegistrar3D
- VLStyleRegistrarOGL2D - Class in repast.simphony.visualization.engine
-
Style registrar for 2D value layer styles.
- VLStyleRegistrarOGL2D() - Constructor for class repast.simphony.visualization.engine.VLStyleRegistrarOGL2D
- VM_ARGS - Static variable in interface repast.simphony.batch.BatchConstants
- VM_ARGS_KEY - Static variable in class repast.simphony.batch.ssh.Configuration
- VNContains<T> - Class in repast.simphony.space.grid
-
Determines whether or not a particular target object is in the Von Neumann neighborhood of a particular source.
- VNContains(Grid<T>) - Constructor for class repast.simphony.space.grid.VNContains
-
Creates a VN contains for the specified grid.
- VNQuery<T> - Class in repast.simphony.query.space.grid
-
Queries a grid for the Von Neumann neighborhood of a specific point or object.
- VNQuery(Grid<T>, T, int...) - Constructor for class repast.simphony.query.space.grid.VNQuery
-
Creates a Von Neumann query on the specified grid using the specified object as the source where the neighborhood is specified by the extent.
- voidAction(ISchedulableAction) - Method in class repast.simphony.engine.schedule.ActionQueue
-
Find the specified Action in the queue and void it.
- vSpacer1 - Variable in class repast.simphony.visualization.gui.AgentSelectionPanel
- vSpacer2 - Variable in class repast.simphony.visualization.gui.AgentSelectionPanel
- vSpatialMoved(VSpatial, Point3f) - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
W
- wait(Number) - Static method in class repast.simphony.relogo.Utility
-
The agent waits timeInSecs number of seconds
- waitForDone() - Method in class repast.simphony.ui.widget.BufferSourceStream
- waitForRun() - Method in class repast.simphony.batch.BatchRunner
- waitForRun() - Method in class repast.simphony.batch.OneRunBatchRunner
- waitForSpawn() - Method in class repast.simphony.integration.DefaultLegacyExecutor
- WARN - Enum constant in enum class repast.simphony.batch.RunningStatus
- WARN_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
- warning(SAXParseException) - Method in class repast.simphony.integration.MessageCenterHandler
- wasCanceled() - Method in class repast.simphony.freezedry.datasource.JDBCConnectDialog
- wasCanceled() - Method in class repast.simphony.ui.newscenario.NewScenarioWizard
-
Returns true if the wizard was canceled, otherwise false.
- wasCanceled() - Method in class repast.simphony.ui.plugin.editor.DefaultEditorDialog
- wasCanceled() - Method in interface repast.simphony.ui.plugin.editor.Editor
- wasCanceled() - Method in class repast.simphony.ui.plugin.editor.OptionsEditorDialog
- wasCanceled() - Method in class repast.simphony.ui.table.TableFilterDialog
- wasCanceled() - Method in class repast.simphony.userpanel.ui.UserPanelEditor
- wasCancelled() - Method in class repast.simphony.chart2.wizard.HistogramEditorWizard
- wasCancelled() - Method in class repast.simphony.chart2.wizard.TimeSeriesEditorWizard
- wasCancelled() - Method in class repast.simphony.data2.wizard.ConsoleSinkEditorWizard
- wasCancelled() - Method in class repast.simphony.data2.wizard.DataSetEditorWizard
- wasCancelled() - Method in class repast.simphony.data2.wizard.FileSinkEditorWizard
- wasCancelled() - Method in class repast.simphony.userpanel.ui.UserPanelEditorWizard
- wasCancelled() - Method in class repast.simphony.util.wizard.DynamicWizard
- watch(Object) - Method in interface repast.simphony.relogo.Observer
-
Does nothing, included for translation compatibility.
- Watch - Annotation Interface in repast.simphony.engine.watcher
-
Annotation for creating a watcher.
- WatchAnnotationReader - Class in repast.simphony.engine.watcher
- WatchAnnotationReader() - Constructor for class repast.simphony.engine.watcher.WatchAnnotationReader
- WatchContextListener - Class in repast.simphony.engine.watcher
-
ContextListener that examines objects added to a Context to see if they have watches and if so setup the notification mechanism on them.
- WatchContextListener(ISchedule, Map<Class<?>, List<Pair<Method, Watch>>>) - Constructor for class repast.simphony.engine.watcher.WatchContextListener
- watchCount() - Method in class repast.simphony.engine.controller.WatcherControllerAction
-
Gets the number of watches.
- watchCount() - Method in class repast.simphony.engine.watcher.WatchAnnotationReader
-
Gets the number of watches.
- watchData - Variable in class repast.simphony.engine.watcher.ArgMatcher
- WatchData - Interface in repast.simphony.engine.watcher
-
Optional arg passed to a watcher's method containing details of the Watch that triggered the method.
- watcheeClassName() - Element in annotation interface repast.simphony.engine.watcher.Watch
-
The fully qualified class name of the watchee..
- WatcheeData - Class in repast.simphony.engine.watcher
- WatcheeData(String) - Constructor for class repast.simphony.engine.watcher.WatcheeData
- WatcheeDataFinder - Class in repast.simphony.engine.watcher
-
Finds the Watchee info for instrumentation by searching paths for classes with @Watch annotations, as well as looking for specified watcher classes in those paths.
- WatcheeDataFinder(WatcheeInstrumentor) - Constructor for class repast.simphony.engine.watcher.WatcheeDataFinder
- WatcheeDataFinder.FinderResult - Class in repast.simphony.engine.watcher
- WatcheeDataNode - Class in repast.simphony.engine.watcher
- WatcheeDataNode(WatcheeData) - Constructor for class repast.simphony.engine.watcher.WatcheeDataNode
- WatcheeDescriptor - Class in repast.simphony.engine.watcher
-
Describes a watchee.
- WatcheeDescriptor(String) - Constructor for class repast.simphony.engine.watcher.WatcheeDescriptor
- watcheeFieldNames() - Element in annotation interface repast.simphony.engine.watcher.Watch
-
A comma separated list of the field names to watch in the watchee class.
- watcheeIndex - Variable in class repast.simphony.engine.watcher.ArgMatcher
- WatcheeInstrumentor - Class in repast.simphony.engine.watcher
-
Instruments watchee classes to add the watcher notification mechanism.
- WatcheeInstrumentor() - Constructor for class repast.simphony.engine.watcher.WatcheeInstrumentor
- WatcherControllerAction - Class in repast.simphony.engine.controller
-
Controller action that associates the watcher mechanism with the master context and processes any objects already in the master context.
- WatcherControllerAction(WatchAnnotationReader) - Constructor for class repast.simphony.engine.controller.WatcherControllerAction
- WatcherEditor - Class in repast.simphony.engine.watcher
-
Edits the code in a watched class.
- WatcherEditor(String) - Constructor for class repast.simphony.engine.watcher.WatcherEditor
- WatcherPathFilter - Class in repast.simphony.engine.watcher
-
Filter that evaluates to true if the path contained by this filter is part of the evaluated path.
- WatcherPathFilter(String) - Constructor for class repast.simphony.engine.watcher.WatcherPathFilter
- watchers(boolean) - Method in class repast.simphony.engine.watcher.Notifier2
-
Gets an iterable over all the watchers managed by this Notifier.
- WatcherTrigger - Class in repast.simphony.engine.watcher
-
Triggers registered watchers when a watched field and so on in a watchee fires.
- WatcherTriggerSchedule - Enum Class in repast.simphony.engine.watcher
- watches() - Element in annotation interface repast.simphony.engine.watcher.WatchItems
-
Array of individual watch-s.
- WatchItems - Annotation Interface in repast.simphony.engine.watcher
-
Annotation for creating multiple watches on a single method.
- watchMe() - Method in class repast.simphony.relogo.AbstractPatch
-
Does nothing, included for translation compatibility.
- watchMe() - Method in class repast.simphony.relogo.AbstractTurtle
-
Does nothing, included for translation compatibility.
- watchMe() - Method in interface repast.simphony.relogo.Patch
-
Does nothing, included for translation compatibility.
- watchMe() - Method in interface repast.simphony.relogo.Turtle
-
Does nothing, included for translation compatibility.
- WatchParameters - Class in repast.simphony.engine.watcher
-
Parameter object for setting watches
- WatchParameters(SharedWatchParameters, CallBackAction) - Constructor for class repast.simphony.engine.watcher.WatchParameters
- WattsBetaSmallWorldGenerator<T> - Class in repast.simphony.context.space.graph
-
WattsBetaSmallWorldGenerator is a graph generator that produces a small world network using the beta-model as proposed by Duncan Watts.
- WattsBetaSmallWorldGenerator(double, int, boolean) - Constructor for class repast.simphony.context.space.graph.WattsBetaSmallWorldGenerator
-
Constructs the small world graph generator.
- WayPoint - Class in repast.simphony.relogo
- WayPoint() - Constructor for class repast.simphony.relogo.WayPoint
- WEST - Enum constant in enum class repast.simphony.visualization.visualization3D.style.Style3D.LabelPosition
- WEST - Static variable in interface repast.simphony.space.Direction
-
Directional constant for vector movement.
- wgs84 - Variable in class repast.simphony.gis.tools.PositionTool
- whenToTrigger() - Element in annotation interface repast.simphony.engine.watcher.Watch
-
Gets when to trigger the watch: immediately or later.
- white() - Static method in class repast.simphony.relogo.Utility
-
Returns the numerical value corresponding to the color white.
- width - Variable in class repast.simphony.visualization.cgd.graph.CGDNode
- willReadBlock() - Method in class repast.simphony.ui.widget.BufferSourceStream
- WINDOW_MENU_ID - Static variable in class repast.simphony.ui.RSGUIConstants
- windowActivated(WindowEvent) - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- windowActivated(WindowEvent) - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- windowActivated(WindowEvent) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
- windowClosed(WindowEvent) - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- windowClosed(WindowEvent) - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- windowClosed(WindowEvent) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
- windowClosing(WindowEvent) - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- windowClosing(WindowEvent) - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- windowClosing(WindowEvent) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
- windowDeactivated(WindowEvent) - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- windowDeactivated(WindowEvent) - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- windowDeactivated(WindowEvent) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
- windowDeiconified(WindowEvent) - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- windowDeiconified(WindowEvent) - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- windowDeiconified(WindowEvent) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
- windowDeiconified(WindowEvent) - Method in class repast.simphony.visualization.visualization3D.Display3D
- windowIconified(WindowEvent) - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- windowIconified(WindowEvent) - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- windowIconified(WindowEvent) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
- windowOpened(WindowEvent) - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- windowOpened(WindowEvent) - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- windowOpened(WindowEvent) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
- windowRegistry - Variable in class repast.simphony.statecharts.runtime.UICreatorFactory.WindowRegistry
- WindowRegistry() - Constructor for class repast.simphony.statecharts.runtime.UICreatorFactory.WindowRegistry
- WINDOWS - Enum constant in enum class repast.simphony.integration.EscapeConverter
- WINDOWS - Enum constant in enum class repast.simphony.integration.NewLinePatternConverter
-
Replaces "\n" matches with "\r\n" matches.
- Within - Class in repast.simphony.query.space.projection
-
Predicate that evalutes whether one object is within some distance of another in a projection.
- Within(Object, Object, double) - Constructor for class repast.simphony.query.space.projection.Within
-
Creates a Within predicate that will evaluate whether or not the first object is within (<=) a specified path length of the other.
- Within() - Method in class repast.simphony.engine.watcher.query.QueryParser
- WITHIN - Static variable in interface repast.simphony.engine.watcher.query.QueryParserConstants
- WITHIN_MOORE - Static variable in interface repast.simphony.engine.watcher.query.QueryParserConstants
- WITHIN_VN - Static variable in interface repast.simphony.engine.watcher.query.QueryParserConstants
- WithinBooleanExpression - Class in repast.simphony.engine.watcher.query
-
Returns true if the length of the path from the watcher to the watchee is within (<=) some value in any network in the current Context.
- WithinBooleanExpression(double, Context) - Constructor for class repast.simphony.engine.watcher.query.WithinBooleanExpression
- WithinDistance<T> - Class in repast.simphony.query
-
Base class for queries whose results contains all the objects within some distance of a specified object.
- WithinDistance(Context<T>, double, T) - Constructor for class repast.simphony.query.WithinDistance
-
Creates a WithinDistance query whose results will be all the objects in all the projections of a particular type in the context within some distance of the specified object.
- WithinMoore - Class in repast.simphony.query.space.projection
-
Predicate that evalutes whether one object is within the Moore neighborhood of another in a grid projection.
- WithinMoore(Object, Object, double) - Constructor for class repast.simphony.query.space.projection.WithinMoore
-
Creates a Within predicate that will evaluate whether or not the second object is a member of the Moore neighborhood of the first object.
- WithinMooreBooleanExpression - Class in repast.simphony.engine.watcher.query
-
Returns true if the watchee is within the watcher's Moore neighborhood in any grid projection contained by the context.
- WithinMooreBooleanExpression(double, Context) - Constructor for class repast.simphony.engine.watcher.query.WithinMooreBooleanExpression
- WithinQuery<T> - Class in repast.simphony.query.space.gis
-
Query that returns objects a specific a geometry is within.
- WithinQuery(Geography<T>, Geometry) - Constructor for class repast.simphony.query.space.gis.WithinQuery
-
Creates a WithinQuery that will query the specified geography for objects that contain the specified geometry, that is, objects that the geometry is within.
- WithinQuery(Geography<T>, T) - Constructor for class repast.simphony.query.space.gis.WithinQuery
-
Creates a WithinQuery that will query the specified geography for objects that contain the geometry of the specified object, that is, objects that the geometry is within.
- withinState(String) - Method in class repast.simphony.statecharts.DefaultStateChart
- withinState(String) - Method in interface repast.simphony.statecharts.StateChart
- WithinVN - Class in repast.simphony.query.space.projection
-
Predicate that evalutes whether one object is within the Von Neumann neighborhood of another in a grid projection.
- WithinVN(Object, Object, double) - Constructor for class repast.simphony.query.space.projection.WithinVN
-
Creates a Within predicate that will evaluate whether or not the second object is a member of the Von Neumann neighborhood of the first object.
- WithinVNBooleanExpression - Class in repast.simphony.engine.watcher.query
-
Returns true if the watchee is within the watcher's Von Neumann neighborhood in any grid projection in the context.
- WithinVNBooleanExpression(double, Context) - Constructor for class repast.simphony.engine.watcher.query.WithinVNBooleanExpression
- withLocalRandomness(Closure) - Static method in class repast.simphony.relogo.Utility
- wizard - Variable in class repast.simphony.chart2.wizard.HistogramEditorWizard
- wizard - Variable in class repast.simphony.chart2.wizard.TimeSeriesEditorWizard
- wizard - Variable in class repast.simphony.data.analysis.AnalysisPluginRunner
- wizard - Variable in class repast.simphony.data2.wizard.ConsoleSinkEditorWizard
- wizard - Variable in class repast.simphony.data2.wizard.DataSetEditorWizard
- wizard - Variable in class repast.simphony.data2.wizard.FileSinkEditorWizard
- wizard - Variable in class repast.simphony.userpanel.ui.UserPanelEditorWizard
- wizard - Variable in class repast.simphony.visualization.gui.DisplayConfigurationWizard
- WIZARD_OPTIONS_ID - Static variable in class repast.simphony.dataLoader.ui.wizard.DataLoaderWizardPluginUtil
- WIZARD_OPTIONS_ID - Static variable in class repast.simphony.freezedry.wizard.FreezeDryWizardPluginUtil
- wizardCancelled(WizardEvent) - Method in class repast.simphony.dataLoader.ui.wizard.DataLoaderWizardModel
- wizardCancelled(WizardEvent) - Method in class repast.simphony.util.wizard.DynamicWizard
- wizardCancelled(WizardEvent) - Method in class repast.simphony.util.wizard.DynamicWizardModel
- wizardCancelled(WizardEvent) - Method in class repast.simphony.visualization.gui.DisplayWizardModel
- wizardClosed(WizardEvent) - Method in class repast.simphony.dataLoader.ui.wizard.DataLoaderWizardModel
- wizardClosed(WizardEvent) - Method in class repast.simphony.util.wizard.DynamicWizard
- wizardClosed(WizardEvent) - Method in class repast.simphony.util.wizard.DynamicWizardModel
- wizardClosed(WizardEvent) - Method in class repast.simphony.visualization.gui.DisplayWizardModel
- wizardModel - Variable in class repast.simphony.data.analysis.AnalysisPluginWizard
- WizardModelFactory - Interface in repast.simphony.util.wizard
- WizardOption - Interface in repast.simphony.util.wizard
-
This represents an option in a wizard.
- WizardPluginUtil - Class in repast.simphony.util.wizard
-
Utilities for working with plugin-able wizards.
- WizardPluginUtil() - Constructor for class repast.simphony.util.wizard.WizardPluginUtil
- wizards - Variable in class repast.simphony.ui.plugin.editor.OptionsEditorDialog
- WizardUtils - Class in repast.simphony.data2.wizard
-
Utility methods for creating data wizards.
- WizardUtils() - Constructor for class repast.simphony.data2.wizard.WizardUtils
- WMSLayerManagerFrame - Class in repast.simphony.visualization.gis3D
- WMSLayerManagerFrame(WorldWindow, LayerPanel) - Constructor for class repast.simphony.visualization.gis3D.WMSLayerManagerFrame
- WMSLayersPanel - Class in repast.simphony.visualization.gis3D
- WMSLayersPanel(WorldWindow, String, Dimension) - Constructor for class repast.simphony.visualization.gis3D.WMSLayersPanel
- WMSLayersPanel.LayerInfo - Class in repast.simphony.visualization.gis3D
- WMSLayersPanel.LayerInfoAction - Class in repast.simphony.visualization.gis3D
- word(Object...) - Static method in class repast.simphony.relogo.Utility
-
Returns a string created by combining objects.
- WORKING_DIRECTORY_PN - Static variable in interface repast.simphony.batch.BatchConstants
- workspace - Variable in class repast.simphony.data.analysis.AnalysisPluginRunner
- workspace - Variable in class repast.simphony.freezedry.wizard.FreezeDryButtonModel
- worldHeight() - Method in class repast.simphony.relogo.AbstractLink
-
Returns the height of the world.
- worldHeight() - Method in class repast.simphony.relogo.AbstractObserver
-
Returns the height of the world.
- worldHeight() - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the height of the world.
- worldHeight() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the height of the world.
- worldHeight() - Method in class repast.simphony.relogo.Link
-
Returns the height of the world.
- worldHeight() - Method in interface repast.simphony.relogo.Observer
-
Returns the height of the world.
- worldHeight() - Method in interface repast.simphony.relogo.Patch
-
Returns the height of the world.
- worldHeight() - Method in interface repast.simphony.relogo.Turtle
-
Returns the height of the world.
- worldHeightU(Observer) - Static method in class repast.simphony.relogo.Utility
- worldWidth() - Method in class repast.simphony.relogo.AbstractLink
-
Returns the width of the world.
- worldWidth() - Method in class repast.simphony.relogo.AbstractObserver
-
Returns the width of the world.
- worldWidth() - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the width of the world.
- worldWidth() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the width of the world.
- worldWidth() - Method in class repast.simphony.relogo.Link
-
Returns the width of the world.
- worldWidth() - Method in interface repast.simphony.relogo.Observer
-
Returns the width of the world.
- worldWidth() - Method in interface repast.simphony.relogo.Patch
-
Returns the width of the world.
- worldWidth() - Method in interface repast.simphony.relogo.Turtle
-
Returns the width of the world.
- worldWidthU(Observer) - Static method in class repast.simphony.relogo.Utility
- worldWindow - Variable in class repast.simphony.visualization.gis3D.DisplayGIS3D
- WRAP - Enum constant in enum class repast.simphony.relogo.factories.RLWorldDimensions.WorldType
- WrapAroundBorders - Class in repast.simphony.space.continuous
-
Periodic type border implementation.
- WrapAroundBorders - Class in repast.simphony.space.grid
-
Periodic type border implementation.
- WrapAroundBorders() - Constructor for class repast.simphony.space.continuous.WrapAroundBorders
- WrapAroundBorders() - Constructor for class repast.simphony.space.grid.WrapAroundBorders
- wrapColor(Number) - Static method in class repast.simphony.relogo.Utility
-
Returns a color in the range [0, 140).
- wrapWithSparkLineButton(AbstractValueModel, JComponent) - Method in class repast.simphony.ui.probe.NumericProbedProperty
- WritableGridCoverage2D - Class in repast.simphony.space.gis
-
WritableGridCoverage2D provides write capabilities to GridCoverage2D by wrapping a standard GridCoverage2D and overriding the evaluate methods and providing set methods.
- WritableGridCoverage2D(GridCoverage2D) - Constructor for class repast.simphony.space.gis.WritableGridCoverage2D
- write() - Method in class repast.simphony.integration.DataFileWriter
- write() - Method in class repast.simphony.integration.DefaultDataFile
- write() - Method in class repast.simphony.integration.DefaultExtProgRunner
- write() - Method in interface repast.simphony.integration.Writer
- write(File, ContextData) - Method in class repast.simphony.scenario.data.ContextFileWriter
-
Writes the specified ContextData to the specified file.
- write(String, URL) - Method in class repast.simphony.space.gis.ShapefileWriter
-
Writes named geography layer to the specified URL.
- write(FreezeDryedObject) - Method in class repast.simphony.freezedry.AbstractDataSource
- write(FreezeDryedObject) - Method in interface repast.simphony.freezedry.FreezeDryedDataSource
- WRITE - Enum constant in enum class repast.simphony.ui.probe.DefaultProbedPropertyUICreator.Type
- WRITE - Enum constant in enum class repast.simphony.valueLayer.BufferedGridValueLayer.Buffer
- writeArray(Object, char) - Static method in enum class repast.simphony.freezedry.ArrayValueHandler
-
Writes an array of a type to a String.
- writeByteArray(FreezeDryedObject, String, byte[]) - Method in class repast.simphony.freezedry.AbstractDataSource
-
Writes a byte array retrieved from the specified
FreezeDryedObject
with the specified fieldName. - writeByteArray(FreezeDryedObject, String, byte[]) - Method in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
- writeByteArray(FreezeDryedObject, String, byte[]) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- writeChildData(FreezeDryedObject, HashMap<String, Object>) - Method in class repast.simphony.freezedry.AbstractDataSource
-
Writes the data for a child of the specified
FreezeDryedObject
. - writeChildData(FreezeDryedObject, HashMap<String, Object>) - Method in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
- writeChildData(FreezeDryedObject, HashMap<String, Object>) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- writeChildren(FreezeDryedObject) - Method in class repast.simphony.freezedry.AbstractDataSource
- WriteExternalFile(Object, String, String) - Static method in class repast.simphony.essentials.RepastEssentials
- writeObject(String, Object, HierarchicalStreamWriter, MarshallingContext) - Method in class repast.simphony.xml.AbstractConverter
-
Writes an object to XML.
- Writer - Interface in repast.simphony.integration
-
Interface representing a class that will write data.
- writerMap - Variable in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
- writeRow(FreezeDryedObject, Map<String, Object>) - Method in class repast.simphony.freezedry.AbstractDataSource
-
This writes a row of data out which was generated by the specified
FreezeDryedObject
. - writeRow(FreezeDryedObject, Map<String, Object>) - Method in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
- writeRow(FreezeDryedObject, Map<String, Object>) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
- writeSpecificationToFile(Parameters, File) - Method in class repast.simphony.parameter.ParametersWriter
- writeSpecificationToFile(Parameters, Map<String, Double>, File) - Method in class repast.simphony.parameter.ParametersWriter
- writeString(String, String, HierarchicalStreamWriter) - Method in class repast.simphony.xml.AbstractConverter
-
Writes a string to the xml stream.
- writeStyleData() - Method in class repast.simphony.visualization.gui.styleBuilder.AbstractStyleDialog
- writeStyleData() - Method in class repast.simphony.visualization.gui.styleBuilder.EditedStyleDialog
- writeStyleData() - Method in class repast.simphony.visualization.gui.styleBuilder.EditedValueLayerStyleDialog
- writeToObject(Object) - Method in class repast.simphony.visualization.editor.PropertyDescriptorAdapter
-
Deprecated.
- writeValue(String, Object) - Method in class repast.simphony.integration.BeanBuilder
-
Writes a value to the specified object
- writeValue(String, Object) - Method in class repast.simphony.integration.JDOMBuilder
-
Writes a value under the parent element.
- writeValue(String, Object) - Method in interface repast.simphony.integration.OutputBuilder
-
Writes the specifed value using the specified name.
- writeValueDelimiter(Object, String) - Method in class repast.simphony.integration.DataFileWriter
- writeValuePattern(Object, String, String) - Method in class repast.simphony.integration.DataFileWriter
- writeValuesToFile(Parameters, File) - Method in class repast.simphony.parameter.ParametersWriter
- writeValuesToString(Parameters) - Method in class repast.simphony.parameter.ParametersWriter
- WSInitializer - Class in repast.simphony.ws
- WSInitializer() - Constructor for class repast.simphony.ws.WSInitializer
- wwd - Variable in class repast.simphony.visualization.gis3D.WMSLayersPanel.LayerInfoAction
- wwd - Variable in class repast.simphony.visualization.gis3D.WMSLayersPanel
- WWUtils - Class in repast.simphony.visualization.gis3D
-
Utilities for GIS visualization in WorldWind.
- WWUtils() - Constructor for class repast.simphony.visualization.gis3D.WWUtils
X
- x - Variable in class repast.simphony.visualization.cgd.graph.CGDNode
- xAxisLabel - Variable in class repast.simphony.chart2.AbstractXYChartCreator
- xAxisLabel - Variable in class repast.simphony.chart2.engine.ChartDescriptor
- xId - Variable in class repast.simphony.chart2.AbstractXYSeriesDataSink
- XMLContextActionBuilder - Class in repast.simphony.dataLoader.ui.wizard
- XMLContextActionBuilder() - Constructor for class repast.simphony.dataLoader.ui.wizard.XMLContextActionBuilder
- XMLContextBuilder - Class in repast.simphony.dataLoader.engine
-
ContextBuilder that loads context from a xml serialized file.
- XMLContextBuilder(File) - Constructor for class repast.simphony.dataLoader.engine.XMLContextBuilder
-
Creates an XMLContext builder that will load the specified file
- XMLContextBuilder(File, List<Converter>) - Constructor for class repast.simphony.dataLoader.engine.XMLContextBuilder
-
Creates an XMLContext builder that will load from the named file.
- XMLContextBuilder(String) - Constructor for class repast.simphony.dataLoader.engine.XMLContextBuilder
-
Creates an XMLContext builder that will load from the named file.
- XMLContextBuilder(String, List<Converter>) - Constructor for class repast.simphony.dataLoader.engine.XMLContextBuilder
-
Creates an XMLContext builder that will load from the named file.
- XMLDataLoaderAction - Class in repast.simphony.dataLoader.engine
-
Action for creating contexts from a serialized xml file.
- XMLDataLoaderAction(String, List<Converter>, Scenario) - Constructor for class repast.simphony.dataLoader.engine.XMLDataLoaderAction
- XMLDataLoaderAction(String, Scenario) - Constructor for class repast.simphony.dataLoader.engine.XMLDataLoaderAction
- XMLDataLoaderAction(XMLContextBuilder, Scenario) - Constructor for class repast.simphony.dataLoader.engine.XMLDataLoaderAction
- XMLDataLoaderActionLoader - Class in repast.simphony.dataLoader.engine
-
ActionLoader for xml serialized file based data loaders.
- XMLDataLoaderActionLoader(File, Object) - Constructor for class repast.simphony.dataLoader.engine.XMLDataLoaderActionLoader
- XMLDataLoaderActionSaver - Class in repast.simphony.dataLoader.engine
-
DataLoader action saver for XMLDataLoaderAction.
- XMLDataLoaderActionSaver() - Constructor for class repast.simphony.dataLoader.engine.XMLDataLoaderActionSaver
- XMLDataLoaderControllerActionIO - Class in repast.simphony.dataLoader.engine
-
A ControllerActionIO for loading / saving XMLDataLoaderActions
- XMLDataLoaderControllerActionIO() - Constructor for class repast.simphony.dataLoader.engine.XMLDataLoaderControllerActionIO
- xmlFile - Variable in class repast.simphony.xml.AbstractConverter
- XMLFileChooserStep - Class in repast.simphony.dataLoader.ui.wizard
- XMLFileChooserStep - Class in repast.simphony.freezedry.wizard
- XMLFileChooserStep() - Constructor for class repast.simphony.dataLoader.ui.wizard.XMLFileChooserStep
- XMLFileChooserStep() - Constructor for class repast.simphony.freezedry.wizard.XMLFileChooserStep
- XMLFileOption - Class in repast.simphony.freezedry.wizard
- XMLFileOption() - Constructor for class repast.simphony.freezedry.wizard.XMLFileOption
- XMLLoaderOption - Class in repast.simphony.dataLoader.ui.wizard
- XMLLoaderOption() - Constructor for class repast.simphony.dataLoader.ui.wizard.XMLLoaderOption
- XMLSerializer - Class in repast.simphony.xml
-
Wraps an XStream instance and adds converters specialized for simphony.
- XMLSerializer() - Constructor for class repast.simphony.xml.XMLSerializer
-
Creates an XMLSerializer.
- XMLSweeperProducer - Class in repast.simphony.parameter.xml
-
A SweeperProducer that produces a sweeper based on an XML parameter file.
- XMLSweeperProducer(InputStream) - Constructor for class repast.simphony.parameter.xml.XMLSweeperProducer
- XMLSweeperProducer(URL) - Constructor for class repast.simphony.parameter.xml.XMLSweeperProducer
-
Creates an XMLSweeperProducer from the specified parameter file
- XPATH_FILE_DEF_CORRECT - Static variable in class repast.simphony.integration.JXPathUtils
-
The correct representation of the root FileDef tag (/fileDef) according to what JXPath requires.
- XPATH_FILE_DEF_WRONG - Static variable in class repast.simphony.integration.JXPathUtils
-
The normal (default) FileDef string.
- xSize - Variable in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
- xydata - Variable in class repast.simphony.chart2.AbstractXYSeriesDataSink
- XYDataSinkSourceSeries - Class in repast.simphony.chart2
-
DataSink that appends data into series.
- XYDataSinkSourceSeries(BatchUpdateXYSeries) - Constructor for class repast.simphony.chart2.XYDataSinkSourceSeries
-
Creates a XYDataSinkSourceSeries that will add series to the specified XYSeriesCollection and update those series.
- XYDataSinkSourceSeries(BatchUpdateXYSeries, List<String>) - Constructor for class repast.simphony.chart2.XYDataSinkSourceSeries
-
Creates a XYDataSinkSourceSeries that will add series to the specified XYSeriesCollection and update those series.
- XYDataSinkSourceSeries.Row - Class in repast.simphony.chart2
- XYDataSinkSourceSeries.SeriesData - Class in repast.simphony.chart2
- XYDataSinkValueSeries - Class in repast.simphony.chart2
-
DataSink that appends data into series.
- XYDataSinkValueSeries(BatchUpdateXYSeries, String, String) - Constructor for class repast.simphony.chart2.XYDataSinkValueSeries
-
Creates a XYDataSinkValueSeries that will add series to the specified XYSeriesCollection and update those series.
- XYDataSinkValueSeries.SeriesData - Class in repast.simphony.chart2
Y
- y - Variable in class repast.simphony.visualization.cgd.graph.CGDNode
- y - Variable in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
- yAxisLabel - Variable in class repast.simphony.chart2.AbstractXYChartCreator
- yAxisLabel - Variable in class repast.simphony.chart2.engine.ChartDescriptor
- yellow() - Static method in class repast.simphony.relogo.Utility
-
Returns the numerical value corresponding to the color yellow.
- yMax - Variable in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
- yMin - Variable in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
- yScale - Variable in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
- ySize - Variable in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
- yValue - Variable in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
Z
- ZeroNumberFormat - Class in repast.simphony.ui.probe
- ZeroNumberFormat(NumberFormat) - Constructor for class repast.simphony.ui.probe.ZeroNumberFormat
- zoomToAreaOfInterest() - Method in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.Zoom the map to the area of interest specified in the MapContext.
- zoomToPreviousExtent() - Method in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
Context.getObjectsAsStream(Class)
and the Java 8+ streaming APIStream
instead.