Class AbstractSensor<Q extends Quantity<Q>>

java.lang.Object
org.episteme.core.device.AbstractDevice
org.episteme.core.device.AbstractSensor<Q>
Type Parameters:
Q - the type of quantity produced by the sensor
All Implemented Interfaces:
Serializable, AutoCloseable, Device, Sensor<Q>, Commented, ComprehensiveIdentification, Identified<Identification>, Named
Direct Known Subclasses:
AbstractSimulatedSensor

public abstract class AbstractSensor<Q extends Quantity<Q>> extends AbstractDevice implements Sensor<Q>
Base implementation for sensor devices.
Since:
1.0
Author:
Silvere Martin-Michiellot
See Also:
  • Constructor Details

    • AbstractSensor

      protected AbstractSensor(Identification identification)
  • Method Details