Interface DTDManagerReader
- All Known Subinterfaces:
DTDManager
- All Known Implementing Classes:
WoTDTDManager
public interface DTDManagerReader
Reader part of the DTDManager component of the Abstract Architecture -- for ISP.
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.ditto.wot.model.ThingDescription
getDTD()
Obtain the Digital Twin Description.
-
Method Details
-
getDTD
org.eclipse.ditto.wot.model.ThingDescription getDTD()Obtain the Digital Twin Description.- Returns:
- Digital Twin Description implemented with a Thing Description
-