Interface DTDManagerReader
-
- All Known Subinterfaces:
DTDManager
public interface DTDManagerReader
Reader part of the DTDManager component of the Abstract Architecture -- for ISP.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<java.lang.String>
getAvailableActionIds()
Get the current available actions.io.github.sanecity.wot.thing.Thing<?,?,?>
getDTD()
Obtain the Digital Twin Descriptor.
-
-
-
Method Detail
-
getAvailableActionIds
java.util.Set<java.lang.String> getAvailableActionIds()
Get the current available actions.- Returns:
- the available action ids.
-
getDTD
io.github.sanecity.wot.thing.Thing<?,?,?> getDTD()
Obtain the Digital Twin Descriptor.- Returns:
- Digital Twin Descriptor implemented with a Thing Description
-
-