Class DNGQSampleEvent<N,​A>

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

    public class DNGQSampleEvent<N,​A>
    extends ai.libs.jaicore.basic.algorithm.AAlgorithmEvent
    • Constructor Summary

      Constructors 
      Constructor Description
      DNGQSampleEvent​(org.api4.java.algorithm.IAlgorithm<?,​?> algorithm, N node, A action, double score)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      A getAction()  
      N getNode()  
      double getScore()  
      • 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

      • DNGQSampleEvent

        public DNGQSampleEvent​(org.api4.java.algorithm.IAlgorithm<?,​?> algorithm,
                               N node,
                               A action,
                               double score)
    • Method Detail

      • getNode

        public N getNode()
      • getAction

        public A getAction()
      • getScore

        public double getScore()