Uses of Interface
org.ascape.util.RandomFunctions

Packages that use RandomFunctions
org.ascape.ant.test   
org.ascape.gis.model   
org.ascape.model   
org.ascape.model.rule   
org.ascape.model.space   
 

Uses of RandomFunctions in org.ascape.ant.test
 

Classes in org.ascape.ant.test that implement RandomFunctions
 class AllOutputViewTest.TestAgent
           
 

Uses of RandomFunctions in org.ascape.gis.model
 

Classes in org.ascape.gis.model that implement RandomFunctions
 class Globe
          A scape containing a population of agents that exist within a map of space on the earth.
 class MapAgent
           
 class ScapeTime
          A scape that is aware of time.
 class SubGraphAgent
          User: jmiller Date: Nov 14, 2005 Time: 1:30:41 PM To change this template use Options | File Templates.
 

Uses of RandomFunctions in org.ascape.model
 

Classes in org.ascape.model that implement RandomFunctions
 class Agent
          The base class for all modeled objects in ascape.
 class AscapeObject
          The cannonical class for most ascape model objects, including rules.
 class Cell
          The base class for all members of lattices.
 class CellOccupant
          An occupant of a cell within a lattice.
 class HostCell
          An cell capable fo serving as a 'home' for agents.
 class LocatedAgent
          An agent that has a location in continuous space.
 class MomentumAgent
          An agent that has momentum and heading in space.
 class Scape
          The base class for all collections of agents within ascape.
 

Uses of RandomFunctions in org.ascape.model.rule
 

Classes in org.ascape.model.rule that implement RandomFunctions
 class CollectStats
          A rule for gathering values (typically aggegate statistics) from the entire population of agents.
 class Diffusion
          A rule causing some agent value to diffuse to its neighbors.
 class ExecuteThenUpdate
          A rule that should be executed in two phases; executing (calculating), and then updating.
 class MoveRandomWithin
          A rule causing the taget agent to move to a random location within some bounded area.
 class NotifyViews
          A rule causing the target to notify its views that an update has occured.
 class NotifyViewsEvent
          The Class NotifyViewsEvent.
 class ParameterizedDiffusion
          A rule causing some agent value to diffuse to its neighbors at a particualar constant.
 class Propogate
          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.
 class PropogateScapeOnly
          A rule that executes on the target scape, and any member scapes of the target scape.
 class Rule
          An abstract base class for behaviors that can be be iterated across agent scapes or a single agent.
 class SearchRule
          A rule that can be used to search through a collection of agents.
 class SetValues
          A rule for setting values for a population of agents.
 

Uses of RandomFunctions in org.ascape.model.space
 

Subinterfaces of RandomFunctions in org.ascape.model.space
 interface Space
          The Interface Space.
 

Classes in org.ascape.model.space that implement RandomFunctions
 class Array
          The Class Array.
 class Array1D
          A one-dimensional, fixed-size, collection of agents providing services described for space.
 class Array2D
          A two-dimensional, fixed-size collection of agents providing services described for space.
 class Array2DBase
          The Class Array2DBase.
 class Array2DEuclidian
          A two-dimensional space providing effecient implementations for von Neumann neighbors.
 class Array2DMoore
          A two-dimensional space providing effecient implementations for Moore neighbors.
 class Array2DSmallWorld
          A two-dimensional space providing effecient implementations for von Neumann neighbors.
 class Array2DVonNeumann
          A two-dimensional space providing effecient implementations for von Neumann neighbors.
 class CollectionSpace
          The Class CollectionSpace.
 class Continuous1D
          A space containing a population of agents that exist within some continuous space.
 class Continuous2D
          A space containing a population of agents that exist within some continuous space.
 class Discrete
          A space with discrete nodes.
 class Graph
          A space containing a simple, unweighted graph.
 class GraphSmallWorld
          A 1D Small World version of the default Graph.
 class ListBase
          A one-dimensional, fixed-size, collection of agents providing services described for space.
 class ListSpace
          A one-dimensional, fixed-size, collection of agents providing services described for space.
 class Singleton
          A space with treates itself as its only member.
 class SubCollection
          A space collection that is part of another space collection.
 class SubContinuous
          A space containing a sub-population of agents that exist within some continuous space.
 class SubContinuous1D
          User: jmiller Date: Feb 10, 2006 Time: 2:06:17 PM To change this template use Options | File Templates.
 class SubContinuous2D
          A space containing a population of agents that exist within some continuous space.
 class SubGraph
          This is an unsual version of the SubSpace - it's a Graph, where the members also exist in a Continuous Space.
 class SubListSpace
          A space list that is part of another space list.
 



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