org.lsst.ccs.subsystems.fcs.simulation
Class SimuNumericSensor

java.lang.Object
  extended by org.lsst.ccs.subsystems.fcs.simulation.SimuNumericSensor
All Implemented Interfaces:
NumericSensor

public class SimuNumericSensor
extends java.lang.Object
implements NumericSensor

Author:
virieux

Constructor Summary
SimuNumericSensor()
           
 
Method Summary
 int getValue()
           
 void setValue(int value)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimuNumericSensor

public SimuNumericSensor()
Method Detail

getValue

public int getValue()
Specified by:
getValue in interface NumericSensor

setValue

public void setValue(int value)
Specified by:
setValue in interface NumericSensor

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2011 LSST. All Rights Reserved.