Class SolutionAnnotationEvent<T,​A,​V extends java.lang.Comparable<V>>

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

    public class SolutionAnnotationEvent<T,​A,​V extends java.lang.Comparable<V>>
    extends BestFirstEvent
    • Constructor Detail

      • SolutionAnnotationEvent

        public SolutionAnnotationEvent​(org.api4.java.algorithm.IAlgorithm<?,​?> algorithm,
                                       EvaluatedSearchGraphPath<T,​A,​V> solution,
                                       java.lang.String annotationName,
                                       java.lang.Object annotationValue)
    • Method Detail

      • getAnnotationName

        public java.lang.String getAnnotationName()
      • getAnnotationValue

        public java.lang.Object getAnnotationValue()