Uses of Class
org.ascape.model.space.CoordinateDiscrete

Packages that use CoordinateDiscrete
org.ascape.model.space   
 

Uses of CoordinateDiscrete in org.ascape.model.space
 

Subclasses of CoordinateDiscrete in org.ascape.model.space
 class Coordinate1DDiscrete
          A location within a one-dimensional discrete space.
 class Coordinate2DDiscrete
          A location within a two-dimensional discrete space.
 

Methods in org.ascape.model.space with parameters of type CoordinateDiscrete
 void ListBase.add(CoordinateDiscrete coordinate, java.lang.Object o)
          Adds the supplied object (assumed to be an agent) to this list.
 Node ListBase.get(CoordinateDiscrete coordinate)
          Returns the agents at the specified index.
 boolean Array2DBase.isValid(CoordinateDiscrete coordinate)
          Determines whether the supplied coordinate is valid in the space.
 java.lang.Object ListBase.remove(CoordinateDiscrete coordinate)
          Removes the agent at the specified coordinate from this list.
 

Constructors in org.ascape.model.space with parameters of type CoordinateDiscrete
Array(CoordinateDiscrete extent)
          Constructs an array space of provided extent.
Array1D(CoordinateDiscrete extent)
          Constructs a one-dimensional immutable array.
Array2D(Geometry geometry, CoordinateDiscrete extent)
          Constructs a 2-dimensional array space of provided extent.
Array2DBase(CoordinateDiscrete extent)
          Constructs a base 2-dimensional array space of provided extent.
Array2DEuclidian(CoordinateDiscrete extent)
          Constructs a two-dimensional space array of provided geometry and extent, populated with clones of provided agent.
Array2DMoore(CoordinateDiscrete extent)
          Constructs a two-dimensional moore-neighborhood space array of provided geometry and extent, populated with clones of provided agent.
Array2DSmallWorld(CoordinateDiscrete extent)
          Constructs a 2-dimensional small world space of provided extent.
Array2DVonNeumann(CoordinateDiscrete extent)
          Constructs a two-dimensional von Neumann array.
Discrete(CoordinateDiscrete extent)
          Constructs a discrete space of provided extent.
Graph(CoordinateDiscrete extent)
          Constructs an arbitrary directed graph.
GraphSmallWorld(CoordinateDiscrete extent)
          Constructs a one-dimensional small-world graph.
ListBase(CoordinateDiscrete extent)
          Constructs a space array of provided extent, populated with clones of provided agent.
ListSpace(CoordinateDiscrete extent)
          Constructs a (one-dimensional) mutable list.
SubCollection(CoordinateDiscrete extent)
          Constructs a sub-collection.
SubContinuous(CoordinateDiscrete extent)
          Constructs a sub-collection.
SubContinuous1D(CoordinateDiscrete extent)
          Constructs a sub-continuous space.
SubContinuous2D(CoordinateDiscrete extent)
          Constructs a sub-continuous space.
SubListSpace(CoordinateDiscrete extent)
          Constructs a sub-list list.
 



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