Interface DTKGObserver
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface to model the observers of the evolution of the Digital Twin Knowledge Graph.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
notifyNewDTKG
(String dtkg) Method to notify the new Digital Twin Knowledge Graph.
-
Method Details
-
notifyNewDTKG
Method to notify the new Digital Twin Knowledge Graph.- Parameters:
dtkg
- the new Digital Twin Knowledge Graph.
-