driver
Class spatial

java.lang.Object
  extended by driver.spatial

public class spatial
extends java.lang.Object

Spatial data structure benchmark.


Field Summary
static java.lang.String VERSION
          benchmark version.
 
Constructor Summary
spatial()
           
 
Method Summary
static Field createSim(Location.Location2D bounds, Spatial spatial, long nodes)
          Initialize simulation field.
static void main(java.lang.String[] args)
          Benchmark entry point: spatial data structure performance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final java.lang.String VERSION
benchmark version.

See Also:
Constant Field Values
Constructor Detail

spatial

public spatial()
Method Detail

createSim

public static Field createSim(Location.Location2D bounds,
                              Spatial spatial,
                              long nodes)
Initialize simulation field.

Parameters:
bounds - size of field
spatial - binning radio container
nodes - number of nodes
Returns:
simulation field

main

public static void main(java.lang.String[] args)
Benchmark entry point: spatial data structure performance.

Parameters:
args - command-line parameters