Uses of Class
org.ascape.model.Scape

Packages that use Scape
org.ascape.ant   
org.ascape.ant.swing   
org.ascape.gis.model   
org.ascape.model   
org.ascape.model.engine   
org.ascape.model.event   
org.ascape.model.rule   
org.ascape.query   
org.ascape.runtime   
org.ascape.runtime.swing   
org.ascape.util.data   
org.ascape.util.vis   
org.ascape.view.vis   
org.ascape.view.vis.erv   
 

Uses of Scape in org.ascape.ant
 

Methods in org.ascape.ant that return Scape
 Scape ScapeElement.getScape()
          Gets the scape.
 

Methods in org.ascape.ant with parameters of type Scape
 void ScapeOutputViewElement.addToScape(Scape scape)
           
 void ViewElement.addToScape(Scape scape)
          Adds the to scape.
 void AllOutputViewElement.addToScape(Scape scape)
           
 void DataOutputViewElement.addToScape(Scape scape)
           
 void AntViewElement.addToScape(Scape scape)
           
 void SweepViewElement.addToScape(Scape scape)
           
 

Uses of Scape in org.ascape.ant.swing
 

Methods in org.ascape.ant.swing with parameters of type Scape
 void AntChartViewElement.addToScape(Scape scape)
           
 void AntAgentViewElement.addToScape(Scape scape)
           
 

Uses of Scape in org.ascape.gis.model
 

Subclasses of Scape in org.ascape.gis.model
 class ScapeTime
          A scape that is aware of time.
 

Uses of Scape in org.ascape.model
 

Fields in org.ascape.model declared as Scape
protected  Scape AscapeObject.scape
          The agent that this object belongs to.
 

Methods in org.ascape.model that return Scape
 Scape CellOccupant.getHostScape()
          Returns the lattice that hosts this cell.
 Scape Scape.getRoot()
          Returns the root of this scape, which may be this scape.
 Scape Agent.getRoot()
          Gets the rootmost parent scape for this agent.
 Scape AscapeObject.getScape()
          Returns the scape that this object is primarily related to.
 Scape Scape.getSuperScape()
           
static Scape ModelRoot.open(java.lang.String modelName)
          Constructs, creates and runs the supplied model.
 

Methods in org.ascape.model with parameters of type Scape
 void Scape.memberUpdated(Scape member)
          Called whenever a member has been updated.
 void CellOccupant.setHostScape(Scape hostScape)
          Sets the lattice that hosts this cell.
 void Agent.setScape(Scape scape)
          Sets the scape for this agent.
 void AscapeObject.setScape(Scape scape)
          Sets the scape that this object is primarily related to.
 void Scape.setSuperScape(Scape superScape)
           
 

Uses of Scape in org.ascape.model.engine
 

Methods in org.ascape.model.engine that return Scape
 Scape StrategyFactory.getScape()
          Gets the scape.
 Scape IncrementalExecutionStrategy.getScape()
          Gets the scape.
 

Constructors in org.ascape.model.engine with parameters of type Scape
StrategyFactory(Scape scape, java.lang.Object[] rules, int threads)
          Instantiates a new strategy factory.
 

Uses of Scape in org.ascape.model.event
 

Fields in org.ascape.model.event declared as Scape
 Scape DefaultScapeListener.scape
          The scape being listened to.
 

Methods in org.ascape.model.event that return Scape
 Scape ScapeListener.getScape()
          Returns the Scape being viewed.
 Scape DefaultScapeListener.getScape()
          Returns the scape the listner is listening to.
 

Uses of Scape in org.ascape.model.rule
 

Methods in org.ascape.model.rule that return Scape
 Scape Rule.getScape()
          Returns the scape the agent will act within.
 

Methods in org.ascape.model.rule with parameters of type Scape
 void SetValues.setScape(Scape scape)
          Sets the scape for this rule, adding any setters from the scapes prototype agent.
 void Rule.setScape(Scape scape)
          Sets the scape for the agent to act within.
 

Uses of Scape in org.ascape.query
 

Constructors in org.ascape.query with parameters of type Scape
Query(Scape collection, java.lang.String queryString)
          TODO: All of this.
Query(Scape collection, java.lang.String queryString, boolean dynamic)
           
 

Uses of Scape in org.ascape.runtime
 

Methods in org.ascape.runtime that return Scape
 Scape Runner.getRootScape()
           
 Scape Runner.open(java.lang.String modelName, boolean block)
          Constructs, creates and runs the supplied model.
 Scape Runner.open(java.lang.String modelName, java.lang.Object applet)
          Constructs, creates and runs the supplied model.
 Scape Runner.open(java.lang.String modelName, java.lang.Object applet, java.lang.String[] args, boolean block)
          Constructs, creates and runs (if start on open is true) the supplied model.
 Scape Runner.open(java.lang.String modelName, java.lang.String[] args)
          Constructs, creates and runs the supplied model.
 Scape Runner.open(java.lang.String modelName, java.lang.String[] args, boolean block)
          Constructs, creates and runs the supplied model.
 Scape Runner.openChoose()
          Requests the scape to open a model, providing UI for this purpose.
 Scape Runner.openChoose(java.lang.String[] args)
          Requests the scape to open a model, providing UI for this purpose.
 Scape Runner.openInstance(java.lang.String modelName)
          Constructs, creates and runs the supplied model.
 Scape Runner.openSavedRun(java.io.File savedRunFile)
           
static Scape Runner.openSavedRun(java.io.InputStream is)
           
 Scape Runner.openSavedRun(java.lang.String fileName, java.lang.String[] args)
           
 

Methods in org.ascape.runtime with parameters of type Scape
 void Runner.closeAndOpenNewFinally(Scape oldScape)
          Requests the scape to open another model, closing the existing one.
abstract  void Runner.closeAndOpenSavedFinally(Scape oldScape)
           
 void NonGraphicRunner.closeAndOpenSavedFinally(Scape oldScape)
           
abstract  void AbstractUIEnvironment.setApplet(java.lang.Object applet, Scape parent)
           
 void Runner.setRootScape(Scape scape)
           
abstract  void AbstractUIEnvironment.showErrorDialog(Scape scape, java.lang.RuntimeException e)
           
 

Uses of Scape in org.ascape.runtime.swing
 

Methods in org.ascape.runtime.swing that return Scape
 Scape ModelApplet.getScape()
          Returns the model (root) scape that this applet is displaying.
 

Methods in org.ascape.runtime.swing with parameters of type Scape
 void SwingRunner.closeAndOpenSavedFinally(Scape oldScape)
          Requests the scape to open a saved run, closing the existing one.
static void DesktopEnvironment.displayAboutDialog(Scape scape)
          Displays a standard about dialog.
 java.util.List AgentSelectionManager.getSelectionsForScape(Scape scape)
          Gets the selections for scape.
 void DesktopEnvironment.setApplet(java.lang.Object _applet, Scape parent)
          Sets the applet scape views are to be displayed within, indicating that we are in an applet vm context.
 void ModelApplet.setScape(Scape scape)
          Sets the model (root) scape that this Applet is displaying.
 void SwingEnvironment.showErrorDialog(Scape scape, java.lang.RuntimeException e)
          Displays a standard splash screen message asserting copyright and other information.
 

Uses of Scape in org.ascape.util.data
 

Methods in org.ascape.util.data that return Scape
 Scape DataGroup.getScape()
          Returns the scape that this data group is primarily related to.
 

Methods in org.ascape.util.data with parameters of type Scape
 void DataGroup.setScape(Scape scape)
          Sets the scape that this data group is primarily related to.
 

Uses of Scape in org.ascape.util.vis
 

Constructors in org.ascape.util.vis with parameters of type Scape
DrawFeatureSelection(Scape scape)
          Construct a new DrawFeatureSelection.
PlatformDrawFeatureSelection(Scape scape)
          Construct a new DrawFeatureSelection.
 

Uses of Scape in org.ascape.view.vis
 

Fields in org.ascape.view.vis declared as Scape
protected  Scape PanelView.scape
          The scape being viewed.
 

Methods in org.ascape.view.vis that return Scape
 Scape PanelView.getScape()
          Returns the scape this canvas views.
 Scape ComponentView.getScape()
          Returns the Scape being viewed.
 

Uses of Scape in org.ascape.view.vis.erv
 

Constructors in org.ascape.view.vis.erv with parameters of type Scape
DefaultEntityFeature(Scape scape, java.lang.String name)
          Constructs an instance of DefaultEntityFeature.
 



Copyright © 1998-2008 The Brookings Institution, NuTech Solutions, Metascape, LLC All Rights Reserved.