sidnet.models.senseable.mob
Class Mob

java.lang.Object
  extended by sidnet.models.senseable.mob.Mob

public class Mob
extends java.lang.Object


Nested Class Summary
static class Mob.FieldDimensions
           
static class Mob.LocationInTime
           
static class Mob.Path
           
 
Field Summary
 Mob.FieldDimensions fieldDimensions
           
 java.lang.String mobProfileName
           
 Mob.Path path
           
 int radiance
           
 java.lang.String timeUnit
           
 
Constructor Summary
Mob()
          Creates a new instance of Mob
 
Method Summary
 void printComponents()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mobProfileName

public java.lang.String mobProfileName

fieldDimensions

public Mob.FieldDimensions fieldDimensions

radiance

public int radiance

timeUnit

public java.lang.String timeUnit

path

public Mob.Path path
Constructor Detail

Mob

public Mob()
Creates a new instance of Mob

Method Detail

printComponents

public void printComponents()