Class ActuatorAdtPresentation

java.lang.Object
infrastructure.digitaltwins.adtpresentation.ActuatorAdtPresentation

public final class ActuatorAdtPresentation extends Object
Presentation-related stuff for Azure Digital Twins about actuators.
  • Field Details

    • HAS_ACTUATOR_RELATIONSHIP

      public static final String HAS_ACTUATOR_RELATIONSHIP
      Relationship from room to medical technology.
      See Also:
  • Method Details

    • toActuatorDigitalTwinType

      public static String toActuatorDigitalTwinType(ActuatorType actuatorType)
      Convert a ActuatorType to the type used internally by the Digital Twin model on Azure Digital Twins.
      Parameters:
      actuatorType - the type of actuator to convert.
      Returns:
      the converted type respect to the Actuator Digital Twin model.