Class AAlgorithmEvent

    • Constructor Summary

      Constructors 
      Constructor Description
      AAlgorithmEvent​(org.api4.java.algorithm.IAlgorithm<?,​?> algorithm)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAlgorithmId()  
      long getTimestamp()  
      • Methods inherited from class java.lang.Object

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

      • AAlgorithmEvent

        public AAlgorithmEvent​(org.api4.java.algorithm.IAlgorithm<?,​?> algorithm)
        Parameters:
        algorithm - The algorithm to which this event is related.
    • Method Detail

      • getAlgorithmId

        public java.lang.String getAlgorithmId()
        Specified by:
        getAlgorithmId in interface org.api4.java.algorithm.events.IAlgorithmEvent
      • getTimestamp

        public long getTimestamp()
        Specified by:
        getTimestamp in interface org.api4.java.common.event.IEvent