cdx
Class PersistentData

java.lang.Object
  extended by cdx.PersistentData

public class PersistentData
extends java.lang.Object

This class acts as a contained for all factories needed to pre-allocate shared objects in mission memory.


Constructor Summary
PersistentData()
          Constructor and initialisation of shared variables.
 
Method Summary
 ArrayListFactory getListFactory()
          Get the listFactory
 MotionFactory getMotionFactory()
          Get the motionFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistentData

public PersistentData()
Constructor and initialisation of shared variables.

Method Detail

getListFactory

public ArrayListFactory getListFactory()
Get the listFactory


getMotionFactory

public MotionFactory getMotionFactory()
Get the motionFactory