Package-level declarations

Types

Link copied to clipboard

This interface represents the abstraction of Digital Twin Description of a WoDT Digital Twin.

Link copied to clipboard

This enum lists the supported implementation of the Digital Twin Description. Each implementation is associated to its contentType.

Link copied to clipboard
data class DigitalTwinURI(val uri: String)

This class wraps the uri of a WoDT Digital Twin.

Link copied to clipboard
data class Form(val href: String, val protocol: FormProtocol)

This class represents a form in the DigitalTwinDescription. Each form is described by its href and its protocol.

Link copied to clipboard

This enum lists the supported protocol within the form of a WoDT Digital Twin. Each protocol has a protocolName.

Link copied to clipboard

Web of Things compliant DigitalTwinDescription implementation.