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 Summary

    Modifier and Type
    Method
    Description
    void
    Method to notify the new Digital Twin Knowledge Graph.
  • Method Details

    • notifyNewDTKG

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