Uses of Class
com.ryanm.config.imp.ConfigurableType

Packages that use ConfigurableType
com.ryanm.glvisualiser The general visualiser system. 
com.speckled.specksim.datagen Classes for generating datafiles of simulation results 
com.speckled.specksim.gui Main package for the SpeckSim gui. 
com.speckled.specksim.gui.imp Implementations of the visualiser interfaces. 
com.speckled.specksim.imp.comm Communication implementations 
com.speckled.specksim.imp.env Environment implementations 
com.speckled.specksim.imp.filter StateFilter implementations 
com.speckled.specksim.imp.motion Movement model implementations. 
com.speckled.specksim.imp.shells MessageShell implementations. 
com.speckled.specksim.imp.specks Speck implementations. 
com.speckled.specksim.imp.walls WallProvider implementations 
com.speckled.specksim.state Classes for representing and manipulating the interesting state of a simulation 
 

Uses of ConfigurableType in com.ryanm.glvisualiser
 

Classes in com.ryanm.glvisualiser with annotations of type ConfigurableType
 class GLCamera
          Defines a camera that the user can move about with quake-style controls.
 class GLVisualiser
          The main class of the Visualiser.
 

Uses of ConfigurableType in com.speckled.specksim.datagen
 

Classes in com.speckled.specksim.datagen with annotations of type ConfigurableType
 class GeneratorFactory
          Class for constructing Generators.
 

Uses of ConfigurableType in com.speckled.specksim.gui
 

Classes in com.speckled.specksim.gui with annotations of type ConfigurableType
 class StateBuffer
          Holds a random-access buffer of state objects
 

Uses of ConfigurableType in com.speckled.specksim.gui.imp
 

Classes in com.speckled.specksim.gui.imp with annotations of type ConfigurableType
 class GravityRenderer
          Renders the gravity vector
 

Uses of ConfigurableType in com.speckled.specksim.imp.comm
 

Classes in com.speckled.specksim.imp.comm with annotations of type ConfigurableType
 class CarrierSenseMac
          A simple carrier sense mac.
 class OctTreeField
          This class determines which specks are in the range of a broadcast, using an octree to improve performance
 

Uses of ConfigurableType in com.speckled.specksim.imp.env
 

Classes in com.speckled.specksim.imp.env with annotations of type ConfigurableType
 class GravityEnvironment
           
 class TemperatureEnvironment
          Example implementation of an Environment object
 

Uses of ConfigurableType in com.speckled.specksim.imp.filter
 

Classes in com.speckled.specksim.imp.filter with annotations of type ConfigurableType
 class SpeckIDFilter
          Filters the state to only include one speck
 

Uses of ConfigurableType in com.speckled.specksim.imp.motion
 

Classes in com.speckled.specksim.imp.motion with annotations of type ConfigurableType
 class StaticMovementModel
          Models a static field of randomly placed Specks.
 

Uses of ConfigurableType in com.speckled.specksim.imp.shells
 

Classes in com.speckled.specksim.imp.shells with annotations of type ConfigurableType
 class CollimatedShell
          A simple shell that simulates a targetted, collimated beam of radiation.
 class EllipsoidShell
          This shell type simulates an ellipsoid shell
 class PerfectRadioShell
          Simulates a perfect radio.
 

Uses of ConfigurableType in com.speckled.specksim.imp.specks
 

Classes in com.speckled.specksim.imp.specks with annotations of type ConfigurableType
 class NeighbourlySpeck
          This speck implementation simply broadcasts its id periodically, and keeps a decaying list of all the IDs it has received.
 

Uses of ConfigurableType in com.speckled.specksim.imp.walls
 

Classes in com.speckled.specksim.imp.walls with annotations of type ConfigurableType
 class RandomWalls
          This class represents a number of radio-opaque walls in the simulator
 

Uses of ConfigurableType in com.speckled.specksim.state
 

Classes in com.speckled.specksim.state with annotations of type ConfigurableType
 class StateReader
          Reads back a sequence of state objects previously saved by a StateRecorder
 class StateRecorder
          Records a series of state objects for later consumption
 class StateSink
          Processes SimulatorState objects