com.eurotech.ermes
Class SensorType

java.lang.Object
  extended by com.eurotech.ermes.SensorType

public class SensorType
extends Object


Constructor Summary
SensorType(String sensorName)
           
 
Method Summary
 int getSensorCounter()
           
 String getSensorName()
           
 double getSensorValue()
           
 void initialize()
           
 void setSensorCounter(int sensorCounter)
           
 void setSensorValue(double sensorValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SensorType

public SensorType(String sensorName)
Method Detail

initialize

public void initialize()

getSensorName

public String getSensorName()

getSensorCounter

public int getSensorCounter()

setSensorCounter

public void setSensorCounter(int sensorCounter)

getSensorValue

public double getSensorValue()

setSensorValue

public void setSensorValue(double sensorValue)


Copyright © 2013. All Rights Reserved.