Class FValueEvent<V>

  • All Implemented Interfaces:
    org.api4.java.algorithm.events.IAlgorithmEvent, org.api4.java.common.event.IEvent

    public class FValueEvent<V>
    extends ai.libs.jaicore.basic.algorithm.AAlgorithmEvent
    • Constructor Summary

      Constructors 
      Constructor Description
      FValueEvent​(org.api4.java.algorithm.IAlgorithm<?,​?> algorithm, V fValue, double timeUnitlFound)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      V getfValue()  
      double getTimeUnitlFound()  
      • Methods inherited from class ai.libs.jaicore.basic.algorithm.AAlgorithmEvent

        getAlgorithmId, getTimestamp
      • Methods inherited from class java.lang.Object

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

      • FValueEvent

        public FValueEvent​(org.api4.java.algorithm.IAlgorithm<?,​?> algorithm,
                           V fValue,
                           double timeUnitlFound)
    • Method Detail

      • getfValue

        public V getfValue()
      • getTimeUnitlFound

        public double getTimeUnitlFound()