Class SimulationProcessor<T extends DigitalTwinBase>

  • Type Parameters:
    T - the type of the digital twin.
    All Implemented Interfaces:
    java.io.Serializable

    public abstract class SimulationProcessor<T extends DigitalTwinBase>
    extends java.lang.Object
    implements java.io.Serializable
    Processes simulation events for a digital twin.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SimulationProcessor()
      Default constructor.
    • Method Summary

      Modifier and Type Method Description
      abstract ProcessingResult processModel​(ProcessingContext context, T instance, java.util.Date epoch)
      Processes simulation events for a real-time digital twin.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimulationProcessor

        public SimulationProcessor()
        Default constructor.