gov.nasa.gsfc.drl.rtstps.core.fs.clock
Class FrameClockFactory

java.lang.Object
  extended by gov.nasa.gsfc.drl.rtstps.core.fs.clock.FrameClockFactory

public class FrameClockFactory
extends java.lang.Object

This factory creates a FrameClock. You should use the static method and should not instantiate this class.


Constructor Summary
FrameClockFactory()
           
 
Method Summary
static FrameClock getClock(TimeStamp setup)
          Create a FrameClock object from a timestamp setup.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FrameClockFactory

public FrameClockFactory()
Method Detail

getClock

public static FrameClock getClock(TimeStamp setup)
Create a FrameClock object from a timestamp setup.