A B C D E F G H I J K L M N O P Q R S T U V W Y

R

radius - Variable in class org.ascape.model.space.Array2DSmallWorld
The radius.
RANDOM_ORDER - Static variable in class org.ascape.view.nonvis.ScapeFromXMLView
The Constant RANDOM_ORDER.
RANDOM_WALK_AVAILABLE_RULE - Static variable in class org.ascape.model.CellOccupant
A rule causing the taget agent to take a random walk.
RANDOM_WALK_RULE - Static variable in class org.ascape.model.LocatedAgent
A rule causing the taget agent to take a random walk.
RandomAgentSelector - Class in org.ascape.model.engine
The Class RandomAgentSelector.
RandomAgentSelector(IncrementalExecutionStrategy, int) - Constructor for class org.ascape.model.engine.RandomAgentSelector
Instantiates a new random agent selector.
randomEdgeRatio - Variable in class org.ascape.model.space.Array2DSmallWorld
The random edge ratio.
RandomFunctions - Interface in org.ascape.util
 
randomInRange(int, int) - Method in class org.ascape.model.AscapeObject
Generate an integer uniformly distributed across some range.
randomInRange(double, double) - Method in class org.ascape.model.AscapeObject
Generate a double uniformly distributed across some range.
randomInRange(int, int) - Method in class org.ascape.model.space.CollectionSpace
Generate an integer uniformly distributed across some range.
randomInRange(double, double) - Method in class org.ascape.model.space.CollectionSpace
Generate a double uniformly distributed across some range.
randomInRange(int, int) - Method in interface org.ascape.util.RandomFunctions
 
randomInRange(double, double) - Method in interface org.ascape.util.RandomFunctions
Generate a double uniformly distributed across some range.
randomInRange(Random, int, int) - Static method in class org.ascape.util.Utility
Generate an integer uniformly distributed across some range.
randomInRange(Random, double, double) - Static method in class org.ascape.util.Utility
Generate a double uniformly distributed across some range.
randomIs() - Method in class org.ascape.model.AscapeObject
Returns a random boolean value.
randomIs() - Method in class org.ascape.model.space.CollectionSpace
Returns a random boolean value.
randomIs() - Method in interface org.ascape.util.RandomFunctions
Returns a random boolean value.
randomIs(Random) - Static method in class org.ascape.util.Utility
Returns a random boolean value.
RandomIterator - Interface in org.ascape.util
An iterator that returns elements in random order.
Randomizable - Interface in org.ascape.util
Any object that can be randomized.
randomize() - Method in class org.ascape.model.space.CollectionSpace.ListMutableRandomIterator
 
randomize() - Method in class org.ascape.model.space.CollectionSpace.ListRandomIterator
 
randomize() - Method in interface org.ascape.util.Randomizable
 
randomizeCallingOrder() - Method in class org.ascape.model.space.Array1D
Randomizes the lookup used to determine calling order for random order execution of rules.
randomizeCallingOrder() - Method in class org.ascape.model.space.Array2DBase
Randomizes the lookup used to determine calling order for random order execution of rules.
randomizeOrder(int[], Random) - Static method in class org.ascape.model.space.CollectionSpace
Randomizes order of the supplied int.
randomizeRank(int) - Method in class org.ascape.model.space.Array2DBase
Randomizes the coordinates within the specified rank.
randomToLimit(int) - Method in class org.ascape.model.AscapeObject
Generate an integer uniformly distributed across 0...limit - 1.
randomToLimit(int) - Method in class org.ascape.model.space.CollectionSpace
Generate an integer uniformly distributed across 0...limit - 1.
randomToLimit(int) - Method in interface org.ascape.util.RandomFunctions
Generate an integer uniformly distributed across 0...limit - 1.
randomToLimit(Random, int) - Static method in class org.ascape.util.Utility
Generate an integer uniformly distributed across 0...limit - 1.
randomWalk() - Method in class org.ascape.model.CellOccupant
Picks a random neighboring location on the host cell's lattice.
randomWalk() - Method in class org.ascape.model.LocatedAgent
Moves a set distance in a random direction.
randomWalk() - Method in class org.ascape.model.MomentumAgent
Moves a set distance in a random direction.
randomWalkAvailable() - Method in class org.ascape.model.CellOccupant
Picks a random available neighboring location on the host cell's lattice.
rankLimit - Static variable in class org.ascape.model.space.Array2DBase
The rank limit.
ratePerDayAsRatePerIteration(double) - Method in class org.ascape.gis.model.ScapeTime
Return the parameter rate per day as rate per iteration.
ratePerHourAsRatePerIteration(double) - Method in class org.ascape.gis.model.ScapeTime
Return the parameter rate per hour as rate per iteration.
ratePerMinuteAsRatePerIteration(double) - Method in class org.ascape.gis.model.ScapeTime
Return the parameter rate per minute as rate per iteration.
ratePerSecondAsRatePerIteration(double) - Method in class org.ascape.gis.model.ScapeTime
Return the parameter rate per second as rate per iteration.
readChar() - Method in class org.ascape.query.parser.SimpleCharStream
 
readExternal(ObjectInput) - Method in class org.ascape.view.custom.AgentCustomizer
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
readExternal(ObjectInput) - Method in class org.ascape.view.custom.BaseCustomizer
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
readExternal(ObjectInput) - Method in class org.ascape.view.vis.AgentSizedView
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
readExternal(ObjectInput) - Method in class org.ascape.view.vis.AgentView
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
readExternal(ObjectInput) - Method in class org.ascape.view.vis.CellView
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
readExternal(ObjectInput) - Method in class org.ascape.view.vis.ChartView
 
readExternal(ObjectInput) - Method in class org.ascape.view.vis.erv.EntityRelationView
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
readExternal(ObjectInput) - Method in class org.ascape.view.vis.HostedAgentView
 
readExternal(ObjectInput) - Method in class org.ascape.view.vis.OverheadRelative2DView
 
readExternal(ObjectInput) - Method in class org.ascape.view.vis.PanelView
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
recordedView - Static variable in class org.ascape.view.vis.control.ControlActionView
The recorded view.
recorder - Variable in class org.ascape.view.vis.control.ControlActionView
The recorder.
RecorderListener - Interface in org.ascape.movie
A marker interface for a recording target that Quicktime can use; e.g.
RecorderTarget - Interface in org.ascape.movie
An interface for a recording target that a recorder can use.
recordFrame() - Method in class org.ascape.movie.MovieRecorder
Called the listener or target to record the next frame.
recordFrame() - Method in class org.ascape.movie.qt.QuickTimeRecorder
Records one frame of the recording at the specified frames per second.
recordFrameNum - Variable in class org.ascape.movie.MovieRecorder
THe frame number currently being recorded
recordingCancelStop() - Method in class org.ascape.view.vis.control.ControlActionView
Called to stop or cancel recording.
recordingCreated() - Method in interface org.ascape.movie.RecorderListener
Called by the recorder when it has been properly initialized
recordingCreated() - Method in class org.ascape.view.vis.control.ControlActionView
 
recordingCreated() - Method in class org.ascape.view.vis.control.ControlBarView
 
recordingStarted() - Method in interface org.ascape.movie.RecorderListener
Called by the recorder when recording has begun, and we are waiting for the next frame.
recordingStarted() - Method in class org.ascape.view.vis.control.ControlActionView
 
recordingStopped() - Method in interface org.ascape.movie.RecorderListener
Called by the recorder when all recording has stopped.
recordingStopped() - Method in class org.ascape.view.vis.control.ControlActionView
 
recordingStopped() - Method in class org.ascape.view.vis.control.ControlBarView
 
RectangleElement - Class in org.ascape.ant
Neccessary only because Java still doesn't allow x,y width and height vlaues to be set seperatly!.
RectangleElement() - Constructor for class org.ascape.ant.RectangleElement
 
red - Static variable in class org.ascape.util.vis.ColorFeatureFixed
A color feature that always returns red.
redBall - Static variable in class org.ascape.util.vis.ImageFeatureFixed
A image of a red ball.
redBallFeature - Static variable in class org.ascape.util.vis.ImageFeatureFixed
A image feature of a red ball.
redBase - Variable in class org.ascape.util.vis.ColorFeatureGradiated
The base value of the red component of this color.
redMaximum - Variable in class org.ascape.util.vis.ColorFeatureGradiated
The maximum value of the red component of this color.
redMinimum - Variable in class org.ascape.util.vis.ColorFeatureGradiated
The minimum value of the red component of this color.
reduceImage(Image, double, double) - Static method in class org.ascape.util.Utility
Negatively scale an image.
register(ImageProvider) - Static method in class org.ascape.util.vis.ImageRegistry
 
registerView(Class, Class) - Static method in class org.ascape.view.vis.ViewVisUtil
Register view.
registerViewFrame(ViewFrameBridge) - Method in class org.ascape.runtime.swing.DesktopEnvironment
Register view frame.
ReInit(InputStream) - Method in class org.ascape.query.parser.BoolExprTree
 
ReInit(Reader) - Method in class org.ascape.query.parser.BoolExprTree
 
ReInit(BoolExprTreeTokenManager) - Method in class org.ascape.query.parser.BoolExprTree
 
ReInit(SimpleCharStream) - Method in class org.ascape.query.parser.BoolExprTreeTokenManager
 
ReInit(SimpleCharStream, int) - Method in class org.ascape.query.parser.BoolExprTreeTokenManager
 
ReInit(Reader, int, int, int) - Method in class org.ascape.query.parser.SimpleCharStream
 
ReInit(Reader, int, int) - Method in class org.ascape.query.parser.SimpleCharStream
 
ReInit(Reader) - Method in class org.ascape.query.parser.SimpleCharStream
 
ReInit(InputStream, int, int, int) - Method in class org.ascape.query.parser.SimpleCharStream
 
ReInit(InputStream) - Method in class org.ascape.query.parser.SimpleCharStream
 
ReInit(InputStream, int, int) - Method in class org.ascape.query.parser.SimpleCharStream
 
RelationFeature - Interface in org.ascape.util.vis
An interface for classes which define the Relation rendering of an entity relation graphical view.
Relative - Interface in org.ascape.model.space
User: Miles Parker Date: Feb 28, 2006 Time: 12:12:21 PM To change this template use File | Settings | File Templates.
relativeCoordinates - Variable in class org.ascape.model.space.Array2DBase
The relative coordinates.
relativeCoordinatesRankDistance - Static variable in class org.ascape.model.space.Array2DBase
The relative coordinates rank distance.
relativeCoordinatesRankLengths - Static variable in class org.ascape.model.space.Array2DBase
The relative coordinates rank lengths.
relativeCoordinatesTemplate - Static variable in class org.ascape.model.space.Array2DBase
The Constant relativeCoordinatesTemplate.
RELEASE_RUNTIME_MODE - Static variable in class org.ascape.runtime.AbstractUIEnvironment
Symbol indicating the current viewMode is setup for release.
reloadData() - Method in class org.ascape.gis.view.MapLocationHandler
A no op.
remove() - Method in class org.ascape.model.Scape.ConditionalIterator
 
remove(Object) - Method in class org.ascape.model.Scape
Removes the supplied object (agent) from this collection.
remove(int) - Method in class org.ascape.model.Scape
Removes the object at the index from this collection.
remove(Object) - Method in class org.ascape.model.space.Array2DBase
 
remove() - Method in class org.ascape.model.space.BFSWithinIterator
 
remove() - Method in class org.ascape.model.space.CollectionSpace.ConditionalIterator
 
remove() - Method in class org.ascape.model.space.CollectionSpace.CSIterator
 
remove() - Method in class org.ascape.model.space.CollectionSpace.CSMutableIterator
 
remove(Object) - Method in class org.ascape.model.space.CollectionSpace
Removes the supplied object (agent) from this collection.
remove(Object) - Method in class org.ascape.model.space.Graph
Removes the supplied object (agent) from this list.
remove(CoordinateDiscrete) - Method in class org.ascape.model.space.ListBase
Removes the agent at the specified coordinate from this list.
remove(int) - Method in class org.ascape.model.space.ListBase
Removes the agent at the specified position from this list.
remove(Object) - Method in class org.ascape.model.space.ListBase
Removes the supplied object (agent) from this list.
remove(Object) - Method in interface org.ascape.model.space.Mutable
Removes the supplied object (agent) from this list.
remove(Object) - Method in class org.ascape.model.space.SubCollection
Removes the supplied object (agent) from this collection and its superlist.
remove(Object) - Method in class org.ascape.model.space.SubListSpace
Removes the supplied object (agent) from this list and its superlist.
removeAgentCustomizer() - Method in class org.ascape.view.vis.AgentView
Removes the agent inspector from this view.
removeAll(Collection) - Method in class org.ascape.model.Scape
Removes all of the agnets contained in the collection.
removeAll(Collection) - Method in class org.ascape.model.space.Array2DBase
 
removeAll(Collection) - Method in class org.ascape.model.space.CollectionSpace
Removes all of the agents contained in the collection.
removeAll(Collection) - Method in class org.ascape.model.space.SubCollection
Removes all of the agnets contained in the collection from this space collection and its super space collection.
removeAll(Collection) - Method in class org.ascape.model.space.SubListSpace
Removes all of the agnets contained in the collection from this space list and its super space list.
removeAllRelationFeatures() - Method in class org.ascape.view.vis.erv.EntityRelationView
Method.
removeAllStatCollectors() - Method in class org.ascape.model.rule.CollectStats
Removes any and all existing stat collectors from the rule.
removeCustomizer() - Method in class org.ascape.view.vis.AgentView
Removes the customizer for this view.
removeCustomizer() - Method in class org.ascape.view.vis.ChartView
Removes the customizer for this chart.
removeDrawFeature(PlatformDrawFeature) - Method in class org.ascape.model.Scape
Removes the provided draw feature.
removeDrawFeature(DrawFeature) - Method in class org.ascape.view.vis.AgentView
Removes the provided draw feature.
removeElement(Object) - Method in class org.ascape.util.VectorSelection
Removes an elemnt from the underlying vector.
removeGraphic(OMGraphic) - Method in class org.ascape.gis.view.MapView
 
removeNeighbor(Node, Node) - Method in class org.ascape.model.space.Graph
Remove agent b from a's list of neighbors.
removeOccupant() - Method in class org.ascape.model.Cell
Removes this cell's occupant.
removeOccupant() - Method in class org.ascape.model.HostCell
Evict the supplied occupant.
removeOMGraphic(OMGraphic) - Method in class org.ascape.gis.view.MapView.ViewMapBean
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.ascape.view.custom.BaseCustomizer
Removes a property change listener.
removeQualifiers(String) - Static method in class org.ascape.util.Utility
Removes qualifiers such as min and max from string.
removeScapeListener(ScapeListener) - Method in class org.ascape.model.Scape
Removes the observer from this scape.
removeSeries(String) - Method in class org.ascape.view.vis.ChartView
Removes a series from the chart being viewed.
removeStatCollector(StatCollector) - Method in class org.ascape.model.rule.CollectStats
Removes the stat collector.
removeStatCollector(StatCollector) - Method in class org.ascape.util.data.DataGroup
 
removeToolBarButton(JToolBar, Action) - Static method in class org.ascape.runtime.swing.DesktopEnvironment
A helper method to remove a button from the provided toolbar for the specified action.
removeUnderscores(String) - Static method in class org.ascape.util.PropertyAccessor
 
removeView(ScapeListener) - Method in class org.ascape.runtime.RuntimeEnvironment
Removes the view.
removeView(ScapeListener) - Method in class org.ascape.runtime.swing.SwingEnvironment
 
removeViews(ScapeListener[]) - Method in class org.ascape.runtime.RuntimeEnvironment
Removes the views.
REPEATED_DRAW - Static variable in class org.ascape.model.Scape
Symbol for repeated random draw execution style.
replace(Node, Node) - Method in class org.ascape.model.space.Array
Changes the agent at the foirmer cells location to the supplied cell.
replaceNeighbor(Node, Node, boolean) - Method in class org.ascape.model.space.Graph
Replaces the agent's list of neighbors with new neighbor.
REPORT_ADDED - Static variable in class org.ascape.model.event.ScapeEvent
The scape requests the listener to take notice that it has been added to the scape.
REPORT_DESERIALIZED - Static variable in class org.ascape.model.event.ScapeEvent
The scape has been deserialized.
REPORT_INITIALIZED - Static variable in class org.ascape.model.event.ScapeEvent
The scape has been initialized.
REPORT_ITERATE - Static variable in class org.ascape.model.event.ScapeEvent
The scape has been updated (iterated.)
REPORT_LISTENER_UPDATED - Static variable in class org.ascape.model.event.ControlEvent
A listener of the target has been updated.
REPORT_REMOVED - Static variable in class org.ascape.model.event.ScapeEvent
The scape requests the listener to take notice that it has been removed from the scape.
REPORT_START - Static variable in class org.ascape.model.event.ScapeEvent
The scape has been initialized, had stats collected, and started.
REPORT_STOP - Static variable in class org.ascape.model.event.ScapeEvent
The scape has stopped.
REQUEST_CHANGE_ITERATIONS_PER_REDRAW - Static variable in class org.ascape.model.event.ScapeEvent
The scape requests the views to change their iterationsPerRedraw.
REQUEST_CLOSE - Static variable in class org.ascape.model.event.ControlEvent
The target is requested to open another model.
REQUEST_CLOSE - Static variable in class org.ascape.model.event.ScapeEvent
The scape is closing, and requests scape specific views to finish their business and destroy themselves.
REQUEST_OPEN - Static variable in class org.ascape.model.event.ControlEvent
The target is requested to open another model, saving itself first.
REQUEST_OPEN_SAVED - Static variable in class org.ascape.model.event.ControlEvent
The target is requested to open a saved run, saving itself first.
REQUEST_PAUSE - Static variable in class org.ascape.model.event.ControlEvent
The target is requested to pause.
REQUEST_QUIT - Static variable in class org.ascape.model.event.ControlEvent
The target is requested to exit.
REQUEST_QUIT - Static variable in class org.ascape.model.event.ScapeEvent
The entire environment is quitting, and requests all views to finish their business and destroy itself.
REQUEST_RESTART - Static variable in class org.ascape.model.event.ControlEvent
The target is requested to restart; that is, stop and start from initial state.
REQUEST_RESUME - Static variable in class org.ascape.model.event.ControlEvent
The target is requested to resume.
REQUEST_SAVE - Static variable in class org.ascape.model.event.ControlEvent
The target is requested to save itself.
REQUEST_SETUP - Static variable in class org.ascape.model.event.ScapeEvent
The scape is in a pre-initialization state, and can be modified freely.
REQUEST_START - Static variable in class org.ascape.model.event.ControlEvent
The target is requested to start.
REQUEST_STEP - Static variable in class org.ascape.model.event.ControlEvent
The target is requested to step one iteration.
REQUEST_STOP - Static variable in class org.ascape.model.event.ControlEvent
The target is requested to stop.
requestFile() - Method in class org.ascape.movie.MovieRecorder
Called to start recording.
requestRestart() - Method in class org.ascape.runtime.Runner
Requests the scape to restart.
requestUpdate() - Method in class org.ascape.model.LocatedAgent
Indicate to all views of this cell that an update is needed.
requestUpdateAll() - Method in class org.ascape.view.vis.AgentView
Requests that all cells be updated, irregardless of wether they have requested it or not.
requestUpdateNext() - Method in class org.ascape.model.LocatedAgent
Indicate to all views of this cell that an update is needed next iteration.
reseed() - Method in class org.ascape.model.AscapeObject
Resets the random number generator.
reset() - Method in class org.ascape.model.engine.AgentOrderMutableStrategy
 
reset() - Method in class org.ascape.model.engine.AgentOrderStrategy
 
reset() - Method in class org.ascape.model.engine.ChainedStrategy
 
reset() - Method in class org.ascape.model.engine.DefaultRuleSelector
 
reset() - Method in class org.ascape.model.engine.ExecutionStrategy
Reset.
reset() - Method in class org.ascape.model.engine.FilteredRuleSelector
 
reset() - Method in class org.ascape.model.engine.IncrementalExecutionStrategy
 
reset() - Method in class org.ascape.model.engine.PartialTourAgentSelector
 
reset() - Method in class org.ascape.model.engine.RandomAgentSelector
 
reset() - Method in class org.ascape.model.engine.RuleOrderMutableStrategy
 
reset() - Method in class org.ascape.model.engine.RuleOrderStrategy
 
reset() - Method in interface org.ascape.model.engine.Selector
Reset.
reset() - Method in class org.ascape.model.engine.TourAgentSelector
 
reset() - Method in interface org.ascape.util.sweep.Sweepable
 
reset() - Method in class org.ascape.util.sweep.SweepDimension
Resets the dimension to its original value.
reset() - Method in class org.ascape.util.sweep.SweepDimension.TypedDoubleSweepDimension
 
reset() - Method in class org.ascape.util.sweep.SweepDimension.TypedFloatSweepDimension
 
reset() - Method in class org.ascape.util.sweep.SweepDimension.TypedIntegerSweepDimension
 
reset() - Method in class org.ascape.util.sweep.SweepDimension.TypedLongSweepDimension
 
reset() - Method in class org.ascape.util.sweep.SweepGroup
Sets the entire swep group back to its initial state.
reset() - Method in class org.ascape.util.sweep.SweepLink
Resets the memebrs to their initial states.
ResetableIterator - Interface in org.ascape.util
An iterator that can be reused - e.g.
resolution - Static variable in class org.ascape.util.Function
Desired resolution of maximization.
respondControl(ControlEvent) - Method in interface org.ascape.model.event.ControlListener
Respond control.
respondControl(ControlEvent) - Method in class org.ascape.model.Scape
Responds to any control events fired at this scape.
respondControl(ControlEvent) - Method in class org.ascape.runtime.Runner
Responds to any control events fired at this scape.
respondDrawFeature(DrawFeatureEvent) - Method in class org.ascape.model.Scape
This is for grid communication of changes in draw feature.
restart() - Method in class org.ascape.runtime.Runner
Stops the scape and requests the scape to restart.
resultsDescription() - Method in class org.ascape.view.nonvis.ConsoleOutView
Prints the current model results to standard out.
resume() - Method in class org.ascape.runtime.Runner
Requests the scape to resume.
retainAll(Collection) - Method in class org.ascape.model.Scape
Retains only the elements in the scape that are in the specified collection.
retainAll(Collection) - Method in class org.ascape.model.space.Array2DBase
 
retainAll(Collection) - Method in class org.ascape.model.space.CollectionSpace
Retains only the elements in the context that are in the specified collection.
retainAll(Collection) - Method in class org.ascape.model.space.SubCollection
Retains only the elements in the space that are in the specified collection.
retainAll(Collection) - Method in class org.ascape.model.space.SubListSpace
Retains only the elements in the space that are in the specified collection.
retrieveAllAccessors() - Method in class org.ascape.model.Scape
Returns all property accessors for this scape and recursivly for all member scapes of this scape.
retrieveAllAccessorsOrdered() - Method in class org.ascape.model.Scape
Returns all property accessors for this scape and recursivly for all member scapes of this scape.
retrieveModelAccessorsOrdered() - Method in class org.ascape.model.Scape
Returns all property accessors for this scape (excluding inappropriate/disabled accessors such as size) and recursivly for all member scapes of this scape.
retrieveSettings() - Method in class org.ascape.view.custom.AutoCustomizer
Retrieve the settings from the model, and update the panel's components to reflect them.
retrieveSettings() - Method in class org.ascape.view.custom.ModelCustomizer
Retrieve the settings from the model, and update the panel's components to reflect them.
retrieveSettings() - Method in class org.ascape.view.custom.ModelCustomizerSwing
Retrieve the settings from the model, and update the panel's components to reflect them.
rootElement - Variable in class org.ascape.ant.AllOutputView
The root element.
Rule - Class in org.ascape.model.rule
An abstract base class for behaviors that can be be iterated across agent scapes or a single agent.
Rule(String) - Constructor for class org.ascape.model.rule.Rule
Constructs a rule with the providied name.
RULE_ORDER - Static variable in class org.ascape.model.Scape
Symbol for by rule execution order.
RuleOrderMutableStrategy - Class in org.ascape.model.engine
The Class RuleOrderMutableStrategy.
RuleOrderMutableStrategy(StrategyFactory) - Constructor for class org.ascape.model.engine.RuleOrderMutableStrategy
Instantiates a new rule order mutable strategy.
RuleOrderStrategy - Class in org.ascape.model.engine
The Class RuleOrderStrategy.
RuleOrderStrategy(StrategyFactory) - Constructor for class org.ascape.model.engine.RuleOrderStrategy
Instantiates a new rule order strategy.
RuleOrderUpdateMutableStrategy - Class in org.ascape.model.engine
The Class RuleOrderUpdateMutableStrategy.
RuleOrderUpdateMutableStrategy(StrategyFactory) - Constructor for class org.ascape.model.engine.RuleOrderUpdateMutableStrategy
Instantiates a new rule order update mutable strategy.
RuleOrderUpdateStrategy - Class in org.ascape.model.engine
The Class RuleOrderUpdateStrategy.
RuleOrderUpdateStrategy(StrategyFactory) - Constructor for class org.ascape.model.engine.RuleOrderUpdateStrategy
Instantiates a new rule order update strategy.
RuleSelector - Interface in org.ascape.model.engine
The Interface RuleSelector.
run() - Method in class org.ascape.ant.ScapeElement
Run.
run() - Method in class org.ascape.runtime.Runner
The basic execution cycle of a running scape.
run(boolean) - Method in class org.ascape.runtime.Runner
The basic execution cycle of a running scape.
runControlBar - Variable in class org.ascape.view.vis.control.ControlBarView
The run control bar.
runCount - Variable in class org.ascape.view.nonvis.DataOutputView
The number used for naming each consecutive run.
runDataStream - Variable in class org.ascape.view.nonvis.DataOutputView
The data stream statistics are written to.
runFile - Variable in class org.ascape.view.nonvis.DataOutputView
The run file.
runHeadersWritten - Variable in class org.ascape.view.nonvis.DataOutputView
The run headers written.
runMainLoop() - Method in class org.ascape.runtime.Runner
The main run loop of a running simulation.
Runner - Class in org.ascape.runtime
Manages model runs.
Runner() - Constructor for class org.ascape.runtime.Runner
 
Runner(RuntimeEnvironment) - Constructor for class org.ascape.runtime.Runner
 
RuntimeEnvironment - Class in org.ascape.runtime
Supports all non-ui shared aspects of Ascape runtime environment, including console view, managing environment views, etc..
RuntimeEnvironment() - Constructor for class org.ascape.runtime.RuntimeEnvironment
Instantiates a new runtime environment.
runtimeMode - Variable in class org.ascape.runtime.AbstractUIEnvironment
Runtime viewMode; one of debug or release.

A B C D E F G H I J K L M N O P Q R S T U V W Y
Copyright © 1998-2008 The Brookings Institution, NuTech Solutions, Metascape, LLC All Rights Reserved.