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

C

CACHE_RESULTS - Static variable in class org.ascape.model.space.Array
The Constant CACHE_RESULTS.
CALCULATE_NEIGHBORS_RULE - Static variable in class org.ascape.model.Cell
A rule causing the taget agent to move to a random location.
calculateAgentSizeForViewSize(Dimension) - Method in class org.ascape.view.vis.AgentSizedView
Calculate agent size for view size.
calculateAgentSizeForViewSize(Dimension) - Method in class org.ascape.view.vis.Overhead2DView
 
calculateAgentSizeForViewSize(Dimension) - Method in class org.ascape.view.vis.Scrolling1DView
 
calculateAgentSizeForViewSize(Dimension) - Method in class org.ascape.view.vis.StretchyView
 
calculateCollection(Collection) - Method in class org.ascape.util.data.StatCollector
Calcualtes the statcollector across the provided list.
calculateDistance(Coordinate, Coordinate) - Method in class org.ascape.gis.model.Globe
Returns the shortest distance between one LocatedAgent and another.
calculateDistance(LocatedAgent) - Method in class org.ascape.model.LocatedAgent
Return the distance between this agent and the supplied agent.
calculateDistance(Coordinate) - Method in class org.ascape.model.LocatedAgent
Return the distance between this agent and the supplied coordinate.
calculateDistance(LocatedAgent, LocatedAgent) - Method in class org.ascape.model.Scape
Returns the shortest distance between one agent and another.
calculateDistance(Coordinate, Coordinate) - Method in class org.ascape.model.Scape
Returns the shortest distance between one LocatedAgent and another.
calculateDistance(Coordinate, Coordinate) - Method in class org.ascape.model.space.Array2DEuclidian
Returns the shortest distance between one cell and the other, assuming a walk between the two cells.
calculateDistance(Coordinate, Coordinate) - Method in class org.ascape.model.space.Array2DMoore
Returns the shortest distance between one cell and the other, assuming a walk between the two cells.
calculateDistance(Coordinate, Coordinate) - Method in class org.ascape.model.space.Array2DSmallWorld
 
calculateDistance(Coordinate, Coordinate) - Method in class org.ascape.model.space.Array2DVonNeumann
Returns the shortest distance between one cell and the other.
calculateDistance(Location, Location) - Method in class org.ascape.model.space.CollectionSpace
Returns the shortest distance between one agent and another.
calculateDistance(Coordinate, Coordinate) - Method in class org.ascape.model.space.CollectionSpace
Returns the shortest distance between one Location and another.
calculateDistance(Coordinate, Coordinate) - Method in class org.ascape.model.space.Continuous1D
Returns the shortest distance between one Location and another.
calculateDistance(Coordinate, Coordinate) - Method in class org.ascape.model.space.Continuous2D
Returns the shortest distance between one Location and another.
calculateDistance(Coordinate, Coordinate) - Method in class org.ascape.model.space.Discrete
 
calculateDistance(int, int, int) - Static method in class org.ascape.model.space.Discrete
Calculate distance.
calculateDistance(Coordinate, Coordinate) - Method in class org.ascape.model.space.ListBase
 
calculateDistance(Coordinate, Coordinate) - Method in class org.ascape.model.space.Singleton
Returns the shortest distance between one agent and another.
calculateDistance(Coordinate, Coordinate) - Method in interface org.ascape.model.space.Space
Calculate distance.
calculateDistance(Location, Location) - Method in interface org.ascape.model.space.Space
Calculate distance.
calculateDistance(Coordinate, Coordinate) - Method in class org.ascape.model.space.SubCollection
Returns the shortest distance between one agent and the other, in the context of the superscape.
calculateDistance(Coordinate, Coordinate) - Method in class org.ascape.model.space.SubListSpace
Returns the shortest distance between one agent and the other, in the context of the superscape.
calculateDistanceMoore(Coordinate, Coordinate) - Method in class org.ascape.model.space.Array2D
Calculate distance moore.
calculateIterator(Iterator) - Method in class org.ascape.util.data.StatCollector
Calcualtes the statcollector across the provided iterator.
calculateNeighbors() - Method in class org.ascape.model.Cell
Computes the cells neighbors in the context of the primary scape and assigns them as this cell's neighbors.
calculateNeighbors(Node) - Method in class org.ascape.model.space.Array2DEuclidian
 
calculateNeighbors(Node) - Method in class org.ascape.model.space.Array2DSmallWorld
 
calculateNeighbors(Node) - Method in class org.ascape.model.space.Discrete
Calculate neighbors.
calculateNeighbors(Node) - Method in class org.ascape.model.space.Graph
 
calculateRelativePosition(Location, Location) - Method in class org.ascape.model.space.Continuous2D
Returns the shortest relative position of two agents.
calculateRelativePosition(Coordinate, Coordinate) - Method in class org.ascape.model.space.Continuous2D
Returns the shortest relative position of two agents.
calculateValue() - Method in class org.ascape.util.data.StatCollector
Calculate the value to be added (once) to the statistic.
calculateValues() - Method in class org.ascape.model.rule.CollectStats
Clears the values so that they can be collected for the next iteration.
calculateViewSizeForAgentSize(int) - Method in class org.ascape.view.vis.AgentSizedView
Calculate view size for agent size.
calculateViewSizeForAgentSize(int) - Method in class org.ascape.view.vis.Overhead2DView
 
calculateViewSizeForAgentSize(int) - Method in class org.ascape.view.vis.Scrolling1DView
 
calculateViewSizeForAgentSize(int) - Method in class org.ascape.view.vis.StretchyView
 
calculateVisibility() - Method in class org.ascape.runtime.swing.UserFrame
Calculate visibility.
cancelOrStop() - Method in class org.ascape.movie.MovieRecorder
Called to stop or cancel recording.
capitalizeFirstCharacter(String) - Static method in class org.ascape.util.PropertyAccessor
 
Cell - Class in org.ascape.model
The base class for all members of lattices.
Cell() - Constructor for class org.ascape.model.Cell
 
CellOccupant - Class in org.ascape.model
An occupant of a cell within a lattice.
CellOccupant() - Constructor for class org.ascape.model.CellOccupant
 
cells - Variable in class org.ascape.model.space.Array2DBase
The actual 2D array of agents.
cells_fill_draw_feature - Variable in class org.ascape.view.vis.CellView
Draws the provided object, assumed to be a cell, by filling it using the cell color feature.
cells_fill_draw_inset_feature - Variable in class org.ascape.view.vis.CellView
Draws the provided object, assumed to be a cell, by filling it using the cell color feature.
CellView - Class in org.ascape.view.vis
A generic base class for views that draw some kind of spatial view of a group of cells.
CellView() - Constructor for class org.ascape.view.vis.CellView
Constructs a CellView, adding a listener to present a settings frame when the user double-clicks on the view.
chain(ExecutionStrategy) - Method in class org.ascape.model.engine.ExecutionStrategy
Chain.
ChainedStrategy - Class in org.ascape.model.engine
The Class ChainedStrategy.
ChainedStrategy(ExecutionStrategy, ExecutionStrategy) - Constructor for class org.ascape.model.engine.ChainedStrategy
Instantiates a new chained strategy.
changeInFullScreen() - Method in class org.ascape.view.vis.control.ControlActionView
Change in full screen.
changeInFullScreen() - Method in class org.ascape.view.vis.control.ControlBarView
 
changeInFullScreen() - Method in class org.ascape.view.vis.control.MenuBarView
 
ChartCustomizer - Class in org.ascape.view.custom
A frame (modeless dialog) for making live changes to a chart.
ChartCustomizer() - Constructor for class org.ascape.view.custom.ChartCustomizer
Constructs the dialog.
ChartCustomizer(ChartView) - Constructor for class org.ascape.view.custom.ChartCustomizer
Constructs the frame.
ChartSeriesElement - Class in org.ascape.ant
The Class ChartSeriesElement.
ChartSeriesElement() - Constructor for class org.ascape.ant.ChartSeriesElement
 
ChartView - Class in org.ascape.view.vis
A chart view of a scape.
ChartView() - Constructor for class org.ascape.view.vis.ChartView
Construct a chart view of default time series type.
ChartView(int) - Constructor for class org.ascape.view.vis.ChartView
Construct a chart view with a specicifed chart type.
ChartView(String) - Constructor for class org.ascape.view.vis.ChartView
Construct a chart view of default time series type.
ChartView(int, String) - Constructor for class org.ascape.view.vis.ChartView
Construct a chart view of default time series type.
ChartView.PieChartDataset - Class in org.ascape.view.vis
The Class PieChartDataset.
ChartView.PieChartDataset() - Constructor for class org.ascape.view.vis.ChartView.PieChartDataset
Instantiates a new pie chart dataset.
checkForLicenseAgreement() - Static method in class org.ascape.runtime.swing.DesktopEnvironment
Check for license agreement.
children - Variable in class org.ascape.query.parser.SimpleNode
 
circle(int) - Static method in class org.ascape.util.vis.ERVGlyphFactory
Method.
CLASSIC_VIEW_MODE - Static variable in class org.ascape.runtime.swing.DesktopEnvironment
Symbol indicating the manager is supporting a swing external frames view, using javax.swing.JFrame;
clear() - Method in class org.ascape.model.rule.CollectStats
Clears the values so that they can be collected for the next iteration.
clear() - Method in class org.ascape.model.rule.SearchRule
Clears the found result.
clear() - Method in class org.ascape.model.Scape
Removes all agents from the scape.
clear() - Method in class org.ascape.model.space.Array2DBase
 
clear() - Method in class org.ascape.model.space.CollectionSpace
Removes all agents from the context.
clear() - Method in class org.ascape.model.space.Graph
 
clear() - Method in interface org.ascape.model.space.Mutable
Removes all agents from the space.
clear() - Method in class org.ascape.model.space.SubCollection
Removes all agents from the space, and all members of this space from the super collection.
clear() - Method in class org.ascape.model.space.SubListSpace
Removes all agents from the space, and all members of this space from the super list.
clear() - Method in class org.ascape.util.data.DataGroup
Clears all data for the group.
clear() - Method in class org.ascape.util.data.DataSeries
Clears the series of all values.
clear() - Method in class org.ascape.util.data.DataSeriesStore
Clears the series of all values.
clear() - Method in class org.ascape.util.data.StatCollector
Override to clear all values related to this stat.
clear() - Method in class org.ascape.util.data.StatCollectorCSA
Sets all values statistics to base values (0 or max.)
clear() - Method in class org.ascape.util.data.StatCollectorCSAMM
Sets all values statistics to base values (0 or max.)
clear() - Method in class org.ascape.util.data.StatCollectorCSAMMVar
Sets all values statistics to base values (0 or max.) Clears variance vector.
clear() - Method in class org.ascape.util.VectorSelection
Sets selection to none, unselecting every element in the vector.
CLEAR_STATS_RULE - Static variable in class org.ascape.model.Scape
A rule causing all children and members that are scapes to iterate.
clearBackgroundAutomatically - Variable in class org.ascape.view.vis.AgentView
The clear background automatically.
clearDeleteMarker() - Method in class org.ascape.model.Agent
Resets the marker for deletion.
clearDeleteMarker() - Method in class org.ascape.model.space.DefaultLocation
 
clearDeleteMarker() - Method in interface org.ascape.model.space.Location
Clear delete marker.
clearGraphics() - Method in class org.ascape.gis.view.MapView
 
clearNeighbors(Node) - Method in class org.ascape.model.space.Graph
Clears the source agent's list of neighbors.
clearOMGraphics() - Method in class org.ascape.gis.view.MapView.ViewMapBean
 
clearSelection() - Method in class org.ascape.util.data.DataSelection
Sets selection to none, unselecting every series in the data group.
clearSelection() - Method in class org.ascape.util.VectorSelection
Sets selection to none, unselecting every element in the vector.
clearSeries() - Method in class org.ascape.view.vis.ChartView
Clears all series selections from the chart being viewed.
clone() - Method in class org.ascape.model.Agent
Clones the agent.
clone() - Method in class org.ascape.model.AscapeObject
Clones this object.
clone() - Method in class org.ascape.model.Cell
Clones the host cell, making coordinate null.
clone() - Method in class org.ascape.model.CellOccupant
Clone this occupant, making host cell and coordinate null, since for a base cell occupant it is illegal for more than one cell to occupy the same location.
clone() - Method in class org.ascape.model.engine.DefaultRuleSelector
 
clone() - Method in class org.ascape.model.engine.ExecutionStrategy
 
clone() - Method in class org.ascape.model.engine.IncrementalExecutionStrategy
 
clone() - Method in class org.ascape.model.engine.RandomAgentSelector
 
clone() - Method in interface org.ascape.model.engine.Selector
Clone.
clone() - Method in class org.ascape.model.engine.TourAgentSelector
 
clone() - Method in class org.ascape.model.event.DefaultScapeListener
Clones this object.
clone() - Method in interface org.ascape.model.event.ScapeListener
Require public access for clone.
clone() - Method in class org.ascape.model.HostCell
Clones the host cell, making occupant and neighbors null.
clone() - Method in class org.ascape.model.Scape
Overides the clone method to do a deep clone of member state so that such state will not be shared between scapes.
clone() - Method in class org.ascape.model.space.Array2DBase
Overides the clone method to do a deep clone of member state so that such state will not be shared between scapes.
clone() - Method in class org.ascape.model.space.CollectionSpace
Overides the clone method to do a deep clone of member state so that such state will not be shared between scapes.
clone() - Method in class org.ascape.model.space.DefaultLocation
 
clone() - Method in class org.ascape.model.space.Geometry
Clones the geometry.
clone() - Method in interface org.ascape.model.space.Location
Clone.
clone() - Method in interface org.ascape.model.space.Space
Clone.
clone() - Method in class org.ascape.util.data.DataSelection
Clones this selectable data group, retaining the original's data group, and copying selection.
clone() - Method in class org.ascape.util.Function
Clones this function.
clone() - Method in class org.ascape.util.VectorSelection
Performs shallow copy, cloning this vector selection, with a shared backing vector.
clone() - Method in class org.ascape.util.vis.ColorFeatureFixed
Clones this feature.
clone() - Method in class org.ascape.util.vis.ColorFeatureGradiated
Clones this feature.
clone() - Method in class org.ascape.util.vis.ImageFeatureFixed
Clones this feature.
clone() - Method in class org.ascape.view.vis.PanelView
Clones this object.
close() - Method in class org.ascape.movie.MovieRecorder
Closes the movie and the file it is being saved to.
close() - Method in class org.ascape.movie.qt.QuickTimeRecorder
CLoses the quicktim recorder and the file, and perfroms any other cleanup.
close() - Method in class org.ascape.runtime.Runner
 
closeAndOpenNew() - Method in class org.ascape.runtime.Runner
Requests the scape to open another model, closing the existing one.
closeAndOpenNewFinally(Scape) - Method in class org.ascape.runtime.Runner
Requests the scape to open another model, closing the existing one.
closeAndOpenSaved() - Method in class org.ascape.runtime.Runner
Requests the scape to open a saved run, closing the existing one.
closeAndOpenSavedFinally(Scape) - Method in class org.ascape.runtime.NonGraphicRunner
 
closeAndOpenSavedFinally(Scape) - Method in class org.ascape.runtime.Runner
 
closeAndOpenSavedFinally(Scape) - Method in class org.ascape.runtime.swing.SwingRunner
Requests the scape to open a saved run, closing the existing one.
closeFinally() - Method in class org.ascape.runtime.Runner
Closes the application; allowing views to close themseleves gracefully.
COLLECT_STATS_RULE - Static variable in class org.ascape.model.Scape
A rule causing all children and members that are scapes to iterate.
COLLECTING - Static variable in class org.ascape.util.data.StatCollector
 
collection - Variable in class org.ascape.model.space.CollectionSpace
The backing collection.
CollectionSpace - Class in org.ascape.model.space
The Class CollectionSpace.
CollectionSpace() - Constructor for class org.ascape.model.space.CollectionSpace
Instantiates a new collection space.
CollectionSpace.ClosestDataPoint - Class in org.ascape.model.space
The Class ClosestDataPoint.
CollectionSpace.ClosestDataPoint(Coordinate) - Constructor for class org.ascape.model.space.CollectionSpace.ClosestDataPoint
Instantiates a new closest data point.
CollectionSpace.ConditionalIterator - Class in org.ascape.model.space
The Class ConditionalIterator.
CollectionSpace.ConditionalIterator(Iterator, Conditional) - Constructor for class org.ascape.model.space.CollectionSpace.ConditionalIterator
Instantiates a new conditional iterator.
CollectionSpace.CSIterator - Class in org.ascape.model.space
The Class CSIterator.
CollectionSpace.CSIterator() - Constructor for class org.ascape.model.space.CollectionSpace.CSIterator
Instantiates a new CS iterator.
CollectionSpace.CSMutableIterator - Class in org.ascape.model.space
The Class CSMutableIterator.
CollectionSpace.CSMutableIterator() - Constructor for class org.ascape.model.space.CollectionSpace.CSMutableIterator
 
CollectionSpace.ListMutableRandomIterator - Class in org.ascape.model.space
The Class ListMutableRandomIterator.
CollectionSpace.ListMutableRandomIterator() - Constructor for class org.ascape.model.space.CollectionSpace.ListMutableRandomIterator
Instantiates a new list mutable random iterator.
CollectionSpace.ListRandomIterator - Class in org.ascape.model.space
The Class ListRandomIterator.
CollectionSpace.ListRandomIterator() - Constructor for class org.ascape.model.space.CollectionSpace.ListRandomIterator
Instantiates a new list random iterator.
CollectionSpace.MutableSubIterator - Class in org.ascape.model.space
The Class MutableSubIterator.
CollectionSpace.MutableSubIterator(int, int) - Constructor for class org.ascape.model.space.CollectionSpace.MutableSubIterator
Instantiates a new mutable sub iterator.
CollectionSpace.SubIterator - Class in org.ascape.model.space
The Class SubIterator.
CollectionSpace.SubIterator(int, int) - Constructor for class org.ascape.model.space.CollectionSpace.SubIterator
Instantiates a new sub iterator.
CollectStats - Class in org.ascape.model.rule
A rule for gathering values (typically aggegate statistics) from the entire population of agents.
CollectStats() - Constructor for class org.ascape.model.rule.CollectStats
Constructs a new stat collecting rule.
CollectStats(StatCollector[]) - Constructor for class org.ascape.model.rule.CollectStats
Constructs a new stat collecting rule.
ColorFeature - Interface in org.ascape.util.vis
A Color feature returns a color based on the state of an object of known type provided to it.
colorFeature - Variable in class org.ascape.util.vis.DrawColorFeature
The color feature to use for drawing this feature.
ColorFeatureConcrete - Class in org.ascape.util.vis
A Color feature returns a color based on the state of an object of known type provided to it.
ColorFeatureConcrete() - Constructor for class org.ascape.util.vis.ColorFeatureConcrete
Constructs a concrete instantiation of a color feature.
ColorFeatureConcrete(String) - Constructor for class org.ascape.util.vis.ColorFeatureConcrete
Constructs a concrete instantiation of a color feature with the supplied name.
ColorFeatureFixed - Class in org.ascape.util.vis
An interface for a class providing an color that doesn't change in relation to the supplied object.
ColorFeatureFixed() - Constructor for class org.ascape.util.vis.ColorFeatureFixed
Constructs a ColorFeatureFixed.
ColorFeatureFixed(String, Color) - Constructor for class org.ascape.util.vis.ColorFeatureFixed
Constructs a ColorFeatureFixed.
ColorFeatureGradiated - Class in org.ascape.util.vis
A class for displaying a gradiated color whose intensity is determined by the supplied UnitIntervalDataPoint.
ColorFeatureGradiated() - Constructor for class org.ascape.util.vis.ColorFeatureGradiated
Constructs a ColorFeatureGradiated.
ColorFeatureGradiated(String) - Constructor for class org.ascape.util.vis.ColorFeatureGradiated
Constructs the gradiated color feature with the supplied name.
ColorFeatureGradiated(Color, UnitIntervalDataPoint) - Constructor for class org.ascape.util.vis.ColorFeatureGradiated
Constructs a ColorFeatureGradiated with the supplied unit interval and maximum color.
ColorFeatureGradiated(String, Color, UnitIntervalDataPoint) - Constructor for class org.ascape.util.vis.ColorFeatureGradiated
Constructs a ColorFeatureGradiated with the supplied name, maximum color, and unit interval.
ColorFeatureGradiated(String, Color, Color, UnitIntervalDataPoint) - Constructor for class org.ascape.util.vis.ColorFeatureGradiated
Constructs a ColorFeatureGradiated with the supplied name, maximum color, and unit interval.
ColorFeatureGradiatedIndex - Class in org.ascape.util.vis
A class for displaying a gradiated color whose intensity is determined by the supplied UnitIntervalDataPoint.
ColorFeatureGradiatedIndex(String) - Constructor for class org.ascape.util.vis.ColorFeatureGradiatedIndex
 
ColorFeatureGradiatedIndex(String, Color, UnitIntervalDataPoint) - Constructor for class org.ascape.util.vis.ColorFeatureGradiatedIndex
Constructs a ColorFeatureGradiated with the supplied name, maximum color, and unit interval.
ColorFeatureGradiatedIndex(String, Color, Color, UnitIntervalDataPoint) - Constructor for class org.ascape.util.vis.ColorFeatureGradiatedIndex
Constructs a ColorFeatureGradiated with the supplied name, maximum color, and unit interval.
ColorRenderer - Class in org.ascape.view.custom
The Class ColorRenderer.
ColorRenderer(boolean) - Constructor for class org.ascape.view.custom.ColorRenderer
Instantiates a new color renderer.
column - Variable in class org.ascape.query.parser.SimpleCharStream
 
compare(Object, Object) - Method in class org.ascape.util.data.DataPointComparator
Compares two object using the data point to interpret their values.
COMPARE_ORDERED_QUALIFIERS - Static variable in class org.ascape.model.Scape
 
compareTo(Object) - Method in class org.ascape.util.data.StatCollector
Compares one stat collector to another by name.
compareTo(Object) - Method in class org.ascape.util.PropertyAccessor
 
ComparisonOperator() - Method in class org.ascape.query.parser.BoolExprTree
 
COMPLETE_TOUR - Static variable in class org.ascape.model.Scape
Symbol for complete tour excution style.
ComponentQuicktimeTarget - Class in org.ascape.movie.qt
Manages as a component as a target of a quicktime movie.
ComponentQuicktimeTarget() - Constructor for class org.ascape.movie.qt.ComponentQuicktimeTarget
Constructs the target.
ComponentQuicktimeTarget(Component) - Constructor for class org.ascape.movie.qt.ComponentQuicktimeTarget
Constructs the target.
ComponentView - Interface in org.ascape.view.vis
A view which listens to (is an observer of) an agent scape.
ComponentViewDelegate - Class in org.ascape.view.vis
Manages the relationship between a component view and its scape, including determining when updates occur and managing the graphics recorder.
ComponentViewDelegate() - Constructor for class org.ascape.view.vis.ComponentViewDelegate
Constructs the ComponentViewDelegate.
ComponentViewDelegate(ComponentView) - Constructor for class org.ascape.view.vis.ComponentViewDelegate
Constructs the ComponentViewDelegate.
Conditional - Interface in org.ascape.util
Describes an object which can test whether an object meets some condition.
conditionalIterator(Iterator, Conditional) - Static method in class org.ascape.model.space.CollectionSpace
Conditional iterator.
conditionalIterator(Conditional) - Method in class org.ascape.model.space.CollectionSpace
 
conditionalIterator(Conditional) - Method in interface org.ascape.model.space.Space
Conditional iterator.
Conditionals - Class in org.ascape.util
The Class Conditionals.
Conditionals() - Constructor for class org.ascape.util.Conditionals
 
ConsoleOutView - Class in org.ascape.view.nonvis
A view providing basic system out reporting.
ConsoleOutView() - Constructor for class org.ascape.view.nonvis.ConsoleOutView
 
construct() - Method in class org.ascape.model.Scape
Contructs the basic scape structure.
construct() - Method in class org.ascape.model.space.Array1D
Contructs the basic structure.
construct() - Method in class org.ascape.model.space.Array2DBase
Contructs the basic space structure.
construct() - Method in class org.ascape.model.space.CollectionSpace
 
construct() - Method in class org.ascape.model.space.Singleton
Normally, create the basic strucutre of the space.
construct() - Method in interface org.ascape.model.space.Space
Construct.
contains(Object) - Method in class org.ascape.model.Scape
Returns true if the scape collection contains the object (agent.)
contains(Object) - Method in class org.ascape.model.space.Array2DBase
 
contains(Object) - Method in class org.ascape.model.space.CollectionSpace
Returns true if the context collection contains the object (agent.)
Contains() - Method in class org.ascape.query.parser.BoolExprTree
 
CONTAINS - Static variable in interface org.ascape.query.parser.BoolExprTreeConstants
 
containsAll(Collection) - Method in class org.ascape.model.Scape
Returns true if this collection contains all of agents in the specified collection.
containsAll(Collection) - Method in class org.ascape.model.space.Array2DBase
 
containsAll(Collection) - Method in class org.ascape.model.space.CollectionSpace
Returns true if this collection contains all of agents in the specified collection.
containsGraphic(OMGraphic) - Method in class org.ascape.gis.view.MapView
 
containsOMGraphic(OMGraphic) - Method in class org.ascape.gis.view.MapView.ViewMapBean
 
contentPanel - Variable in class org.ascape.view.custom.BaseCustomizer
The panel that all settings are displayed within.
contentsToString() - Method in class org.ascape.model.Scape
Returns a string composed of descriptions of the contents.
Continuous - Interface in org.ascape.model.space
A market interface for a space representing continuous space.
Continuous1D - Class in org.ascape.model.space
A space containing a population of agents that exist within some continuous space.
Continuous1D() - Constructor for class org.ascape.model.space.Continuous1D
Constructs a continuous one-dimensional space (line or circle).
Continuous1D(Coordinate1DContinuous) - Constructor for class org.ascape.model.space.Continuous1D
Constructs a continuous one-dimensional space (line or circle).
Continuous2D - Class in org.ascape.model.space
A space containing a population of agents that exist within some continuous space.
Continuous2D() - Constructor for class org.ascape.model.space.Continuous2D
Constructs a continuous two-dimensional space (plane or torous).
Continuous2D(Coordinate2DContinuous) - Constructor for class org.ascape.model.space.Continuous2D
Constructs a continuous two-dimensional space (plane or torous).
ControlActionView - Class in org.ascape.view.vis.control
A class providing control a model.
ControlActionView() - Constructor for class org.ascape.view.vis.control.ControlActionView
Constructs the control view, creating and laying out its components.
ControlActionView(String) - Constructor for class org.ascape.view.vis.control.ControlActionView
Constructs the control view, creating and laying out its components.
controlBarView - Variable in class org.ascape.runtime.swing.SwingEnvironment
The control bar view.
ControlBarView - Class in org.ascape.view.vis.control
A class providing a control bar for controlling a model.
ControlBarView() - Constructor for class org.ascape.view.vis.control.ControlBarView
Constructs the control view, creating and laying out its components.
ControlBarView(String) - Constructor for class org.ascape.view.vis.control.ControlBarView
Constructs the control view, creating and laying out its components.
ControlEvent - Class in org.ascape.model.event
Events which control the execution state of a model or collection of scapes.
ControlEvent(Object, int) - Constructor for class org.ascape.model.event.ControlEvent
Constructs a control event, used to control a scape.
ControlListener - Interface in org.ascape.model.event
An interface describing an obect which can receive control events.
controlMenu - Variable in class org.ascape.view.vis.control.MenuBarView
The control menu.
convertProbPerDayToProbPerIteration(double) - Method in class org.ascape.gis.model.ScapeTime
 
convertProbPerHourToProbPerIteration(double) - Method in class org.ascape.gis.model.ScapeTime
 
convertProbPerMinuteToProbPerIteration(double) - Method in class org.ascape.gis.model.ScapeTime
Converts probability per minute to probability per iteration
coordinate - Variable in class org.ascape.model.LocatedAgent
The coordinate location of this cell within the relevant scape.
Coordinate - Class in org.ascape.model.space
The base class for a location within a space defined by a particular geometry.
Coordinate() - Constructor for class org.ascape.model.space.Coordinate
 
Coordinate1DContinuous - Class in org.ascape.model.space
A location within a one-dimensional discrete space.
Coordinate1DContinuous() - Constructor for class org.ascape.model.space.Coordinate1DContinuous
Creates a 1-dimensional coordinate.
Coordinate1DContinuous(double[]) - Constructor for class org.ascape.model.space.Coordinate1DContinuous
Creates a 1-dimensional coordinate with the specified postion values.
Coordinate1DContinuous(double) - Constructor for class org.ascape.model.space.Coordinate1DContinuous
Creates a 1-dimensional coordinate with the specified position.
Coordinate1DDiscrete - Class in org.ascape.model.space
A location within a one-dimensional discrete space.
Coordinate1DDiscrete() - Constructor for class org.ascape.model.space.Coordinate1DDiscrete
Creates a 1-dimensional coordinate.
Coordinate1DDiscrete(int[]) - Constructor for class org.ascape.model.space.Coordinate1DDiscrete
Creates a 1-dimensional coordinate with the specified postion values.
Coordinate1DDiscrete(int) - Constructor for class org.ascape.model.space.Coordinate1DDiscrete
Creates a 1-dimensional coordinate with the specified position.
Coordinate2DContinuous - Class in org.ascape.model.space
A location within a two-dimensional continuous space.
Coordinate2DContinuous(double[]) - Constructor for class org.ascape.model.space.Coordinate2DContinuous
Creates a 2-dimensional coordinate with the specified position values.
Coordinate2DContinuous(double, double) - Constructor for class org.ascape.model.space.Coordinate2DContinuous
Creates a 2-dimensional coordinate with the specified position values.
Coordinate2DContinuous(int[]) - Constructor for class org.ascape.model.space.Coordinate2DContinuous
Creates a 2-dimensional coordinate with the specified position values.
Coordinate2DDiscrete - Class in org.ascape.model.space
A location within a two-dimensional discrete space.
Coordinate2DDiscrete(int[]) - Constructor for class org.ascape.model.space.Coordinate2DDiscrete
Creates a 2-dimensional coordinate with the specified position values.
Coordinate2DDiscrete(int, int) - Constructor for class org.ascape.model.space.Coordinate2DDiscrete
Creates a 2-dimensional coordinate with the specified position values.
CoordinateContinuous - Class in org.ascape.model.space
The base class for a location within a continuous space.
CoordinateContinuous() - Constructor for class org.ascape.model.space.CoordinateContinuous
Creates a new discrete coordinate.
CoordinateContinuous(double[]) - Constructor for class org.ascape.model.space.CoordinateContinuous
Creates a new coordinate with the provided dimensional positions.
CoordinateContinuous(double) - Constructor for class org.ascape.model.space.CoordinateContinuous
Creates a new coordinate with the provided position.
CoordinateDiscrete - Class in org.ascape.model.space
The base class for a location within a regular discrete space.
CoordinateDiscrete() - Constructor for class org.ascape.model.space.CoordinateDiscrete
Creates a new discrete coordinate.
CoordinateDiscrete(int[]) - Constructor for class org.ascape.model.space.CoordinateDiscrete
Creates a new coordinate with the provided dimensional positions.
CoordinateDiscrete(int) - Constructor for class org.ascape.model.space.CoordinateDiscrete
Creates a new coordinate with the provided position.
CoordinateElement - Class in org.ascape.ant
The Class CoordinateElement.
CoordinateElement() - Constructor for class org.ascape.ant.CoordinateElement
 
CoordinateGraph - Class in org.ascape.model.space
The Class CoordinateGraph.
CoordinateGraph(Location) - Constructor for class org.ascape.model.space.CoordinateGraph
Instantiates a new coordinate graph.
CoordinateMutable - Interface in org.ascape.model.space
A one-dimensional, fixed-size, collection of agents providing services described for space.
coordinateSweep() - Method in class org.ascape.model.space.Continuous1D
A no-op; overrides the base collection's behavior so that agents do not have their coorinates changed.
coordinateSweep() - Method in class org.ascape.model.space.Continuous2D
A no-op; overrides the base collection's behavior so that agents do not have their coorinates changed.
coordinateSweep() - Method in interface org.ascape.model.space.CoordinateMutable
Walks through each cell, setting the cell's coordinates.
coordinateSweep() - Method in class org.ascape.model.space.ListBase
Walks through each agent, setting the agent's coordinates.
coordinateSweep() - Method in class org.ascape.model.space.SubContinuous
A no-op; overrides the base collection's behavior so that agents do not have their coorinates changed.
copy - Variable in class org.ascape.model.space.CollectionSpace.CSIterator
The copy.
copyIterator - Variable in class org.ascape.model.space.CollectionSpace.CSIterator
The copy iterator.
copyrightAndCredits - Static variable in class org.ascape.model.Scape
Copyright and credits information for ascape w/ HTML style tags.
count - Variable in class org.ascape.util.data.StatCollector
The number of values collected.
countNeighbors(Conditional) - Method in class org.ascape.model.Cell
Returns the number of cells that are neighbors and that meet the supplied condition.
countWithin(double) - Method in class org.ascape.model.LocatedAgent
Returns the number of agents within the specified distance of the agent.
countWithin(Conditional, double) - Method in class org.ascape.model.LocatedAgent
Returns the number of agents within the specified distance of the agent that meet some condition.
countWithin(Conditional, boolean, double) - Method in class org.ascape.model.LocatedAgent
Returns the number of agents within the specified distance of the agent that meet some condition.
countWithin(Coordinate, Conditional, boolean, double) - Method in class org.ascape.model.Scape
Returns the number of agents within the specified distance of the agent that meet some condition.
countWithin(Coordinate, Conditional, boolean, double) - Method in class org.ascape.model.space.Array2D
Returns the number of cells within the supplied distance that meet the supplied condition.
countWithin(Coordinate, Conditional, boolean, double) - Method in class org.ascape.model.space.CollectionSpace
Returns the number of agents within the specified distance of the agent that meet some condition.
countWithin(Coordinate, Conditional, boolean, double) - Method in interface org.ascape.model.space.Space
Count within.
CREATE_GRAPHIC_VIEW_RULE - Static variable in class org.ascape.model.Scape
A rule causing graphic views to be created for scape and all subscapes.
CREATE_RULE - Static variable in class org.ascape.model.Scape
A rule causing the target scape and all its children scapes to be populated if auto create is set to true.
CREATE_SCAPE_RULE - Static variable in class org.ascape.model.Scape
A rule causing the target scape to be populated.
CREATE_VIEW_RULE - Static variable in class org.ascape.model.Scape
A rule causing viwews to be created for scape and all subscapes.
createAgentCustomizer() - Method in class org.ascape.view.vis.AgentView
Creates the agent customizer.
createAgentCustomizerPanel() - Method in class org.ascape.view.vis.AgentView
Constructs an agent panel to use to represent Agent data in the customizer.
createComparor() - Method in class org.ascape.query.parser.QTValue
 
createDataSeries(boolean) - Method in class org.ascape.util.data.StatCollector
Creates a data series for every measure of this statistic collector.
createDefaultModel() - Method in class org.ascape.util.swing.NumberOnlyField
 
createDynamicElement(String) - Method in class org.ascape.ant.ParameterSet
 
createDynamicElement(String) - Method in class org.ascape.ant.SelectionSet
 
createEnvironment() - Method in class org.ascape.runtime.Runner
 
createFrame(ComponentView[]) - Method in class org.ascape.runtime.swing.DesktopEnvironment
 
createFrame(ComponentView) - Method in class org.ascape.runtime.swing.SwingEnvironment
Creates the frame.
createFrame(ComponentView[]) - Method in class org.ascape.runtime.swing.SwingEnvironment
Creates the frame.
createGraphicViews() - Method in class org.ascape.model.Scape
Override to create any graphical views for the scape.
createImage(String) - Static method in class org.ascape.util.vis.ImageFeatureConcrete
Utility method to return an image resource as specified according to the rules of Class.getResource.
createLabel() - Static method in class org.ascape.runtime.swing.DesktopEnvironment
Creates the label.
createLabel(int) - Static method in class org.ascape.runtime.swing.DesktopEnvironment
Creates the label.
createNonGraphicViews() - Method in class org.ascape.model.Scape
Overide to create and non-graphical views for the scape.
createOrder(int) - Static method in class org.ascape.model.space.CollectionSpace
Creates a new array of ints for use as indexes for an ordered iteration.
createQualityComboBox() - Method in class org.ascape.movie.MovieRecorder
Creates a list of qualities to select.
createQualityComboBox() - Method in class org.ascape.movie.qt.QuickTimeRecorder
Creates the list of qualities the recorder supports.
createScape() - Method in class org.ascape.model.Scape
Create this scape; contruct it, populate it, add rules, create statistic collectors, etc.
createSelfView() - Method in class org.ascape.model.Scape
Makes the scape a view of itself.
createSpatialConditional(Coordinate, Conditional, boolean, double) - Method in class org.ascape.model.space.CollectionSpace
Creates the spatial conditional.
createStrategy() - Method in class org.ascape.model.engine.StrategyFactory
Creates a new Strategy object.
createToolbar() - Static method in class org.ascape.runtime.swing.DesktopEnvironment
Creates the toolbar.
createTree() - Method in class org.ascape.runtime.swing.Navigator
 
createViews() - Method in class org.ascape.model.Scape
Constructs the views for this scape.
createViews(String[]) - Method in class org.ascape.model.Scape
 
Criteria() - Method in class org.ascape.query.parser.BoolExprTree
 
curChar - Variable in class org.ascape.query.parser.BoolExprTreeTokenManager
 
currentPositionInRank - Variable in class org.ascape.model.space.Array2DBase
The current position within the current rank for this enumeration.
currentRank - Variable in class org.ascape.model.space.Array2DBase
The current distance from the origin for this enumeration.
currentToken - Variable in exception org.ascape.query.parser.ParseException
This is the last token that has been consumed successfully.
currentUpdate - Variable in class org.ascape.view.vis.ComponentViewDelegate
The update currently being drawn.
customizeAgent - Variable in class org.ascape.gis.view.MapView
The agent being customized
CustomSliderPanel - Class in org.ascape.util.swing
A panel containg a slider and appropriate labels that automatically scale an actual value to the range of values expected by the slider.
CustomSliderPanel(String, double, double, int) - Constructor for class org.ascape.util.swing.CustomSliderPanel
Constructs a slider panel taht can be set to any value between minimum and maximum, and that allows changes to the given decimal place precision.
CustomSliderPanelInf - Class in org.ascape.util.swing
A panel containg a slider and appropriate labels that automatically scale an actual value to the range of values expected by the slider, with the rightmost edge of the slider represting infinity, as represented by Interger.MAX_VALUE.
CustomSliderPanelInf(String, double, double, int) - Constructor for class org.ascape.util.swing.CustomSliderPanelInf
Constructs a slider panel that can be set to any value between minimum and infinity, and that allows changes to the given decimal place precision.
cyan - Static variable in class org.ascape.util.vis.ColorFeatureFixed
A color feature that always returns cyan.

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.