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

N

name - Variable in class org.ascape.model.AscapeObject
The name of this object
name - Variable in class org.ascape.model.event.DefaultScapeListener
The name of the view.
NAME - Static variable in interface org.ascape.query.parser.BoolExprTreeConstants
 
name - Variable in class org.ascape.util.data.StatCollector
The name of the stat.
name - Variable in class org.ascape.util.vis.ColorFeatureConcrete
The name of the feature.
name - Variable in class org.ascape.util.vis.DrawFeature
The user mnemonic name for this feature.
name - Variable in class org.ascape.view.vis.PanelView
The name of the view.
Navigator - Class in org.ascape.runtime.swing
The Class Navigator.
Navigator() - Constructor for class org.ascape.runtime.swing.Navigator
Instantiates a new navigator.
nearnessLineOfSight - Variable in class org.ascape.model.space.Array2DBase
Should movement or line of sight be used for interpreting 'nearness'? Default is line of sight for the moment, but will change as soon as code is completed.
neighborIterator(Node) - Method in class org.ascape.model.space.Graph
Return an iterator of the agent source's neighbors.
neighbors - Variable in class org.ascape.model.Cell
For better performance we store neighbors so we only have to calculate them once.
nestedFeature - Variable in class org.ascape.util.vis.DrawFeature
A nested feature.
newAgent() - Method in class org.ascape.model.Scape
Creates a new agent in this collection by cloning the prototype agent, adding it in an arbitrary place (typically at the end of a list), and initializing it.
newAgent(boolean) - Method in class org.ascape.model.Scape
Creates a new agent in this collection by cloning the prototype agent, adding it to a random or arbitrary (last in most cases) place in the collection, and initializing it.
newChart(int) - Method in class org.ascape.view.vis.control.ControlActionView
New chart.
newLocation() - Method in class org.ascape.model.space.CollectionSpace
Creates a new agent in this collection by cloning the prototype agent, adding it to the end of the vector, and initializing it.
newLocation(boolean) - Method in class org.ascape.model.space.CollectionSpace
Creates a new agent in this collection by cloning the prototype agent, adding it to a random or arbitrary (last in this case) place in the collection, and initializing it.
newLocation() - Method in interface org.ascape.model.space.Mutable
Creates a new agent in the space by cloning the prototype agent, adding it to an arbitrary place (usually the 'end'), and initializing it.
newLocation(boolean) - Method in interface org.ascape.model.space.Mutable
Creates a new agent in this list by cloning the prototype agent, adding it to a random or arbitrary (usually the 'end') place in the list, and initializing it.
newLocation(boolean) - Method in interface org.ascape.model.space.Space
New location.
newSizeNotified(QTImageDrawer, Dimension) - Method in class org.ascape.movie.qt.ComponentQuicktimeTarget
Manages notification of resizing from quicktime.
newToken(int) - Static method in class org.ascape.query.parser.Token
Returns a new Token object, by default.
next() - Method in class org.ascape.model.Scape.ConditionalIterator
 
next() - Method in class org.ascape.model.space.BFSWithinIterator
 
next() - Method in class org.ascape.model.space.CollectionSpace.ConditionalIterator
 
next() - Method in class org.ascape.model.space.CollectionSpace.CSIterator
 
next() - Method in class org.ascape.model.space.CollectionSpace.CSMutableIterator
 
next - Variable in class org.ascape.query.parser.Token
A reference to the next regular (non-special) token from the input stream.
next() - Method in interface org.ascape.util.sweep.Sweepable
 
next() - Method in class org.ascape.util.sweep.SweepDimension
Iterates to the next dimension value, setting the property of the object with the new value.
next() - Method in class org.ascape.util.sweep.SweepDimension.TypedDoubleSweepDimension
 
next() - Method in class org.ascape.util.sweep.SweepDimension.TypedFloatSweepDimension
 
next() - Method in class org.ascape.util.sweep.SweepDimension.TypedIntegerSweepDimension
 
next() - Method in class org.ascape.util.sweep.SweepDimension.TypedLongSweepDimension
 
next() - Method in class org.ascape.util.sweep.SweepGroup
Iterates to the next sweep setting in this group.
next() - Method in class org.ascape.util.sweep.SweepLink
Sets all of the linked member's next state.
nextAgent() - Method in interface org.ascape.model.engine.AgentSelector
Next agent.
nextAgent() - Method in class org.ascape.model.engine.PartialTourAgentSelector
 
nextAgent() - Method in class org.ascape.model.engine.RandomAgentSelector
 
nextAgent() - Method in class org.ascape.model.engine.TourAgentSelector
 
nextDepth() - Method in class org.ascape.model.space.BFSWithinIterator
Next depth.
nextDepth() - Method in class org.ascape.model.space.BFSWithinIterator2DSmallWorld
 
nextParallelSequence() - Method in class org.ascape.model.engine.AgentOrderStrategy
 
nextParallelSequence() - Method in class org.ascape.model.engine.ParallelExecutionStrategy
Next parallel sequence.
nextParallelSequence() - Method in class org.ascape.model.engine.RuleOrderMutableStrategy
 
nextParallelSequence() - Method in class org.ascape.model.engine.RuleOrderStrategy
 
nextRule() - Method in class org.ascape.model.engine.DefaultRuleSelector
 
nextRule() - Method in class org.ascape.model.engine.FilteredRuleSelector
 
nextRule() - Method in interface org.ascape.model.engine.RuleSelector
Next rule.
Node - Interface in org.ascape.model.space
The Interface Node.
Node - Interface in org.ascape.query.parser
 
NodeOccupant - Interface in org.ascape.model.space
The Interface NodeOccupant.
NoIterateAllRuleSelector - Class in org.ascape.model.engine
The Class NoIterateAllRuleSelector.
NoIterateAllRuleSelector(Object[]) - Constructor for class org.ascape.model.engine.NoIterateAllRuleSelector
Instantiates a new no iterate all rule selector.
NON_SWING_VIEW_MODE - Static variable in class org.ascape.runtime.swing.DesktopEnvironment
Symbol indicating the manager is supporting a non-swing external frames view, using java.awt.Frame;
NonGraphicRunner - Class in org.ascape.runtime
 
NonGraphicRunner() - Constructor for class org.ascape.runtime.NonGraphicRunner
 
NonGraphicView - Class in org.ascape.view.nonvis
A base class for most non-gui observer of scapes.
NonGraphicView() - Constructor for class org.ascape.view.nonvis.NonGraphicView
Constructs a non-graphic view.
NonGraphicView(String) - Constructor for class org.ascape.view.nonvis.NonGraphicView
Constructs a non-grahpic view.
NonGraphicViewDelegate - Class in org.ascape.view.nonvis
Manages the relationship between a nongraphic view and its scape, including listener registeration and managing calling appopriate view methods for scape events.
NonGraphicViewDelegate() - Constructor for class org.ascape.view.nonvis.NonGraphicViewDelegate
Constructs the NonGraphicViewDelegate.
NonGraphicViewDelegate(ScapeListener) - Constructor for class org.ascape.view.nonvis.NonGraphicViewDelegate
Constructs the NonGraphicViewDelegate.
NonQuotedString() - Method in class org.ascape.query.parser.BoolExprTree
 
normalize(Coordinate) - Method in interface org.ascape.model.space.Continuous
Converts the coordiante into the boundaries of the space.
normalize(Coordinate) - Method in class org.ascape.model.space.Continuous1D
Converts the coordiante into the boundaries of the space.
normalize(Coordinate) - Method in class org.ascape.model.space.Continuous2D
Converts the coordiante into the boundaries of the space.
normalize(Coordinate) - Method in class org.ascape.model.space.SubContinuous
 
normalize(Point2D) - Static method in class org.ascape.util.vis.ERVUtil
Method.
NOT_APPLICABLE - Static variable in class org.ascape.model.space.Geometry
Neighborhood not applicable.
NOT_COLLECTING - Static variable in class org.ascape.util.data.StatCollector
 
NOT_EQUAL - Static variable in interface org.ascape.query.parser.BoolExprTreeConstants
 
NotEqual() - Method in class org.ascape.query.parser.BoolExprTree
 
notEqual(Object) - Static method in class org.ascape.util.Conditionals
Not equal.
notify(ScapeEvent, ScapeListener) - Method in class org.ascape.runtime.Runner
 
notify(ScapeEvent, ScapeListener) - Method in class org.ascape.runtime.swing.SwingRunner
 
notifyScapeUpdated() - Method in class org.ascape.model.event.DefaultScapeListener
Calls the observed scape and notifies it that the view has finished updating its state.
notifyScapeUpdated() - Method in class org.ascape.model.event.ScapeListenerDelegate
Calls the observed scape and notifies it that the view has finished updating its state.
notifyScapeUpdated() - Method in class org.ascape.view.vis.PanelView
Called to notify the parent scape that the view has been updated.
NotifyViews - Class in org.ascape.model.rule
A rule causing the target to notify its views that an update has occured.
NotifyViews(int) - Constructor for class org.ascape.model.rule.NotifyViews
Instantiates a new notify views.
notifyViews(int) - Method in class org.ascape.model.Scape
Notifies all scape listeners that this scapes state has changed.
notifyViews(ScapeEvent) - Method in class org.ascape.model.Scape
Notifies all scape listeners that this scapes state has changed.
NotifyViewsEvent - Class in org.ascape.model.rule
The Class NotifyViewsEvent.
NotifyViewsEvent(ScapeEvent) - Constructor for class org.ascape.model.rule.NotifyViewsEvent
Instantiates a new notify views event.
notImplemented() - Static method in class org.ascape.util.Utility
Reports standard error and any other desired behavior when the user attempts to use an unimplemented method.
NUMBER - Static variable in interface org.ascape.query.parser.BoolExprTreeConstants
 
NumberOnlyField - Class in org.ascape.util.swing
A JTextField that only accepts digits.
NumberOnlyField(String, int) - Constructor for class org.ascape.util.swing.NumberOnlyField
 
NumberString() - Method in class org.ascape.query.parser.BoolExprTree
 

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.