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 DTKGObserver
    Interface to model the observers of the evolution of the Digital Twin Knowledge Graph.
    • Method Detail

      • notifyNewDTKG

        void notifyNewDTKG​(java.lang.String dtkg)
        Method to notify the new Digital Twin Knowledge Graph.
        Parameters:
        dtkg - the new Digital Twin Knowledge Graph.