Interface Sensor

All Known Subinterfaces:
DigitalCameraSensor

public interface Sensor
A sensor represents an identified device that can produce data along modalities.
Version:
"1.0.0" b202104211400L
Author:
Julien Seinturier - JOrigin - contact@jorigin.org - https://github.com/jorigin/jvision
  • Method Details

    • getIdentifier

      String getIdentifier()
      Get the identifier of the sensor.
      Returns:
      the identifier of the sensor
      See Also:
      getIdentifier()
    • setIdentifier

      void setIdentifier(String identifier)
      Set the identifier of the sensor.
      Parameters:
      identifier - the identifier of the sensor
      See Also:
      getIdentifier()
    • getSensorType

      String getSensorType()
      Get the type of the sensor.
      Returns:
      the type of the sensor
      See Also:
      setSensorType(String)
    • setSensorType

      void setSensorType(String type)
      Set the type of the sensor.
      Parameters:
      type - the type of the sensor.
      See Also:
      getSensorType()
    • getSensorModel

      String getSensorModel()
      Get the sensor model.
      Returns:
      the sensor model
      See Also:
      setSensorModel(String)
    • setSensorModel

      void setSensorModel(String model)
      Set the sensor model.
      Parameters:
      model - the sensor model
      See Also:
      getSensorModel()
    • getSensorSerialNumber

      String getSensorSerialNumber()
      Get the serial number of the sensor.
      Returns:
      the serial number of the sensor.
      See Also:
      setSensorSerialNumber(String)
    • setSensorSerialNumber

      void setSensorSerialNumber(String serialNumber)
      Set the serial number of the sensor.
      Parameters:
      serialNumber - the serial number of the sensor
      See Also:
      getSensorSerialNumber()
    • getSensorManufacturer

      String getSensorManufacturer()
      Get the sensor manufacturer.
      Returns:
      the sensor manufacturer
      See Also:
      setSensorManufacturer(String)
    • setSensorManufacturer

      void setSensorManufacturer(String manufacturer)
      Set the sensor manufacturer.
      Parameters:
      manufacturer - the sensor manufacturer
      See Also:
      getSensorManufacturer()