Class ActuatorAdtPresentation
java.lang.Object
infrastructure.digitaltwins.adtpresentation.ActuatorAdtPresentation
Presentation-related stuff for Azure Digital Twins about actuators.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Relationship from room to medical technology. -
Method Summary
Modifier and TypeMethodDescriptionstatic String
toActuatorDigitalTwinType
(ActuatorType actuatorType) Convert aActuatorType
to the type used internally by the Digital Twin model on Azure Digital Twins.
-
Field Details
-
HAS_ACTUATOR_RELATIONSHIP
Relationship from room to medical technology.- See Also:
-
-
Method Details
-
toActuatorDigitalTwinType
Convert aActuatorType
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.
-