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.
@FunctionalInterface public interface DTKGObserverInterface to model the observers of the evolution of the Digital Twin Knowledge Graph.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotifyNewDTKG(java.lang.String dtkg)Method to notify the new Digital Twin Knowledge Graph.
-