Uses of Class
jist.swans.field.Spatial

Packages that use Spatial
driver SWANS demo, benchmark and test simulation programs. 
jist.swans.field Field entity of SWANS simulator and related classes. 
 

Uses of Spatial in driver
 

Methods in driver with parameters of type Spatial
static Field ndp.createSim(Location.Location2D bounds, Spatial spatial, long nodes)
          Initialize simulation field.
static Field spatial.createSim(Location.Location2D bounds, Spatial spatial, long nodes)
          Initialize simulation field.
 

Uses of Spatial in jist.swans.field
 

Subclasses of Spatial in jist.swans.field
static class Spatial.Grid
          Grid-based binning.
static class Spatial.HierGrid
          Hierarchical binning.
static class Spatial.LinearList
          Linear-lookup (no binning).
static class Spatial.TiledWraparound
          Tile wraparound spatial implementation.
 

Fields in jist.swans.field declared as Spatial
protected  Spatial Field.spatial
          Spatial data structure.
 

Constructors in jist.swans.field with parameters of type Spatial
Field(Spatial spatial, Fading fading, PathLoss pathloss, Mobility mobility, double propagationLimit)
          Initialize new, empty field with given fading and pathloss models, using default propagation limits.
Spatial.TiledWraparound(Spatial tile)
          Initialize a tiled wraparound spatial data structure.