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

P

pack() - Method in class org.ascape.runtime.swing.ViewFrameBridge
Packs the delegate frame.
padStringLeft(String, int) - Static method in class org.ascape.util.Utility
Pads the string with spaces on the left to the supplied size.
padStringLeftWithZeros(String, int) - Static method in class org.ascape.util.Utility
Pads the string with spaces on the left to the supplied size.
padStringRight(String, int) - Static method in class org.ascape.util.Utility
Pads the string with spaces on the right to the supplied size.
paint(Graphics) - Method in class org.ascape.movie.qt.ComponentQuicktimeTarget
Manages painting for quicktime.
paint(Graphics) - Method in class org.ascape.view.vis.Scrolling1DView
Repaints the canvas, drawing the buffer into it.
paintBorder(Component, Graphics, int, int, int, int) - Method in class org.ascape.util.swing.ShadowBorder
Paints the border for the specified component with the specified position and size.
paintChildren(Graphics) - Method in class org.ascape.view.vis.ChartView
 
paintComponent(Graphics) - Method in class org.ascape.gis.view.MapView.ViewMapBean
Paints the panel.
paintComponent(Graphics) - Method in class org.ascape.view.vis.AgentView
Paints the canvas.
paintComponent(Graphics) - Method in class org.ascape.view.vis.BufferView
Paints the canvas.
paintComponent(Graphics) - Method in class org.ascape.view.vis.PanelView
Paints the panel.
paintComponent(Graphics) - Method in class org.ascape.view.vis.StretchyView
 
paintLoweredBevel(Component, Graphics, int, int, int, int) - Method in class org.ascape.util.swing.ShadowBorder
 
paintRaisedBevel(Component, Graphics, int, int, int, int) - Method in class org.ascape.util.swing.ShadowBorder
 
PanelView - Class in org.ascape.view.vis
A base class for a panel that acts as an observer of scapes.
PanelView() - Constructor for class org.ascape.view.vis.PanelView
Constructs a panel view.
PanelView(String) - Constructor for class org.ascape.view.vis.PanelView
Constructs a panel view.
ParallelExecutionStrategy - Class in org.ascape.model.engine
The Class ParallelExecutionStrategy.
ParallelExecutionStrategy(StrategyFactory) - Constructor for class org.ascape.model.engine.ParallelExecutionStrategy
Instantiates a new parallel execution strategy.
ParallelManager - Class in org.ascape.model.engine
The Class ParallelManager.
ParallelManager(StrategyFactory, ParallelExecutionStrategy) - Constructor for class org.ascape.model.engine.ParallelManager
Instantiates a new parallel manager.
ParameterControlView - Class in org.ascape.view.nonvis
Sets up each run based on parameters drawn from a file.
ParameterControlView() - Constructor for class org.ascape.view.nonvis.ParameterControlView
 
ParameterizedDiffusion - Class in org.ascape.model.rule
A rule causing some agent value to diffuse to its neighbors at a particualar constant.
ParameterizedDiffusion(String) - Constructor for class org.ascape.model.rule.ParameterizedDiffusion
Constructs a paramterized diffusion rule with the provided name.
ParameterizedDiffusion(String, float, float) - Constructor for class org.ascape.model.rule.ParameterizedDiffusion
Constructs a paramterized diffusion rule with the provided name and paramaters.
ParameterSet - Class in org.ascape.ant
The Class ParameterSet.
ParameterSet() - Constructor for class org.ascape.ant.ParameterSet
Instantiates a new parameter set.
paramName(String) - Static method in class org.ascape.util.PropertyAccessor
 
paramString() - Method in class org.ascape.model.event.ControlEvent
Returns a paramter string describing this event.
paramString() - Method in class org.ascape.model.event.ScapeEvent
Returns a paramter string describing this event.
paramValue(String) - Static method in class org.ascape.util.PropertyAccessor
 
paramValueBoolean(String) - Static method in class org.ascape.util.PropertyAccessor
 
paramValueInt(String) - Static method in class org.ascape.util.PropertyAccessor
 
paramValueLong(String) - Static method in class org.ascape.util.PropertyAccessor
 
parent - Variable in class org.ascape.query.parser.SimpleNode
 
parse(String) - Static method in class org.ascape.query.parser.BoolExprTree
 
ParseException - Exception in org.ascape.query.parser
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.ascape.query.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.ascape.query.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.ascape.query.parser.ParseException
 
parseFile(String) - Method in class org.ascape.view.nonvis.ScapeFromXMLView
Parse in the XML file, and set the root element and set flags (mode, assignmentOrder, readOrder).
parser - Variable in class org.ascape.query.parser.SimpleNode
 
ParserFailureException - Exception in org.ascape.query
User: jmiller Date: Jan 20, 2005 Time: 11:42:32 AM To change this template use Options | File Templates.
ParserFailureException() - Constructor for exception org.ascape.query.ParserFailureException
 
ParserFailureException(String) - Constructor for exception org.ascape.query.ParserFailureException
 
parseStream(InputStream) - Method in class org.ascape.view.nonvis.ScapeFromXMLView
Parse in the XML file, and set the root element and set flags (mode, assignmentOrder, readOrder).
PartialRuleSelector - Class in org.ascape.model.engine
The Class PartialRuleSelector.
PartialRuleSelector(Object[], FlaggedTourAgentSelector) - Constructor for class org.ascape.model.engine.PartialRuleSelector
Instantiates a new partial rule selector.
PartialTourAgentSelector - Class in org.ascape.model.engine
The Class PartialTourAgentSelector.
PartialTourAgentSelector(IncrementalExecutionStrategy, int) - Constructor for class org.ascape.model.engine.PartialTourAgentSelector
Instantiates a new partial tour agent selector.
pause() - Method in class org.ascape.runtime.Runner
Requests the scape to pause.
pauseToggleButton - Variable in class org.ascape.view.vis.SimpleControlView
The pause toggle button.
performanceWarning - Static variable in class org.ascape.model.space.Discrete
The performance warning.
PERIOD - Static variable in interface org.ascape.query.parser.BoolExprTreeConstants
 
periodHeadersWritten - Variable in class org.ascape.view.nonvis.DataOutputView
The period headers written.
PIE - Static variable in class org.ascape.view.vis.ChartView
Pie chart type.
pink - Static variable in class org.ascape.util.vis.ColorFeatureFixed
A color feature that always returns pink.
placeRandomLocation(Container) - Method in class org.ascape.runtime.swing.DesktopEnvironment
Places the window in a random location.
PlatformDrawFeature - Interface in org.ascape.util.vis
 
PlatformDrawFeatureSelection - Class in org.ascape.util.vis
A (probably temporary) class for handling DrawFeature Observation.
PlatformDrawFeatureSelection(Scape) - Constructor for class org.ascape.util.vis.PlatformDrawFeatureSelection
Construct a new DrawFeatureSelection.
play(Agent) - Method in class org.ascape.model.Agent
Interact in some way with the supplied agent.
PLAY_HOST_RULE - Static variable in class org.ascape.model.CellOccupant
An rule causing the target agent to interact with each of its neighbors as specified by the Agent.play() method.
PLAY_NEIGHBORS_RULE - Static variable in class org.ascape.model.Cell
A rule causing the target agent to interact with each of its neighbors as specified by the Agent.play() method.
PLAY_OTHER - Static variable in class org.ascape.model.Agent
A rule causing the target agent to interact with another agent in its scape using the Agent.play() method.
PLAY_RANDOM_NEIGHBOR_RULE - Static variable in class org.ascape.model.Cell
A rule causing the target agent to interact with one of its neighbors as specified by the Agent.play() method.
playNeighbors() - Method in class org.ascape.model.Cell
Interact with each neighbor as specified by the Agent.play() method.
playNeighbors() - Method in class org.ascape.model.CellOccupant
Interact with each neighbor as specified by the Agent.play() method.
playRandomNeighbor() - Method in class org.ascape.model.Cell
Interact with each neighbor as specified by the Agent.play() method.
playRandomNeighbor() - Method in class org.ascape.model.CellOccupant
Interact with each neighbor as specified by the Agent.play() method.
Plot2DView - Class in org.ascape.view.vis
A scape view that represents two parameters of agent state in a two-dimensional plot.
Plot2DView() - Constructor for class org.ascape.view.vis.Plot2DView
Constructs an overhead two-dimensional view.
Plot2DView(String) - Constructor for class org.ascape.view.vis.Plot2DView
Constructs an overhead two-dimensional view.
point - Variable in class org.ascape.util.data.DataSeries
The value point this series is tracking.
populate() - Method in class org.ascape.model.Scape
Populates the scape with clones of the prototype agent.
populate() - Method in class org.ascape.model.space.Array1D
Populates the space with clones of the prototype agent.
populate() - Method in class org.ascape.model.space.Array2DBase
Populates the space with clones of the prototype agent.
populate() - Method in class org.ascape.model.space.CollectionSpace
 
populate() - Method in class org.ascape.model.space.Continuous1D
 
populate() - Method in class org.ascape.model.space.Continuous2D
 
populate() - Method in class org.ascape.model.space.ListBase
Populates the space with clones of the prototype agent.
populate() - Method in class org.ascape.model.space.Singleton
Normally, populates the space with instances of its protoype agent.
populate() - Method in interface org.ascape.model.space.Space
Populate.
populate() - Method in class org.ascape.model.space.SubCollection
Populates the space and its super collection with clones of the prototype agent.
populate() - Method in class org.ascape.model.space.SubContinuous1D
 
populate() - Method in class org.ascape.model.space.SubContinuous2D
 
populate() - Method in class org.ascape.model.space.SubListSpace
Populates the space and its super list with clones of the prototype agent.
prevCharIsCR - Variable in class org.ascape.query.parser.SimpleCharStream
 
prevCharIsLF - Variable in class org.ascape.query.parser.SimpleCharStream
 
print(String) - Method in class org.ascape.view.nonvis.ConsoleOutView
 
print(String) - Method in interface org.ascape.view.nonvis.IMessageStream
 
println() - Method in class org.ascape.view.nonvis.ConsoleOutView
 
println(String) - Method in class org.ascape.view.nonvis.ConsoleOutView
 
println() - Method in interface org.ascape.view.nonvis.IMessageStream
 
println(String) - Method in interface org.ascape.view.nonvis.IMessageStream
 
Property() - Method in class org.ascape.query.parser.BoolExprTree
 
PropertyAccessor - Class in org.ascape.util
A class containing an object and a property descriptor.
PropertyAccessor(Object, PropertyDescriptor) - Constructor for class org.ascape.util.PropertyAccessor
 
PropertyAccessor(Object, String) - Constructor for class org.ascape.util.PropertyAccessor
 
propertyClass - Variable in class org.ascape.util.PropertyAccessor
 
Propogate - Class in org.ascape.model.rule
A rule that executes on the target scape, all children of the target scape, and (if desired) all members of this or any children of the target scape.
Propogate(String) - Constructor for class org.ascape.model.rule.Propogate
Constructs a propogate rule with the provided name.
PropogateScapeOnly - Class in org.ascape.model.rule
A rule that executes on the target scape, and any member scapes of the target scape.
PropogateScapeOnly() - Constructor for class org.ascape.model.rule.PropogateScapeOnly
Constructs a Propogate rule.
PropogateScapeOnly(String) - Constructor for class org.ascape.model.rule.PropogateScapeOnly
Constructs a propogate rule with the provided name.
prototypeAgent - Variable in class org.ascape.model.Scape
An agent which which may be cloned to produce members of this collection.

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.