Class PlanFoundEvent<A extends Action,​V extends java.lang.Comparable<V>>

  • All Implemented Interfaces:
    ai.libs.jaicore.basic.algorithm.events.AlgorithmEvent, ai.libs.jaicore.basic.algorithm.events.ScoredSolutionCandidateFoundEvent<EvaluatedPlan<V>,​V>, ai.libs.jaicore.basic.algorithm.events.SolutionCandidateFoundEvent<EvaluatedPlan<V>>, ai.libs.jaicore.basic.events.IEvent

    public class PlanFoundEvent<A extends Action,​V extends java.lang.Comparable<V>>
    extends ai.libs.jaicore.basic.algorithm.events.ASolutionCandidateFoundEvent<EvaluatedPlan<V>>
    implements ai.libs.jaicore.basic.algorithm.events.ScoredSolutionCandidateFoundEvent<EvaluatedPlan<V>,​V>
    • Constructor Summary

      Constructors 
      Constructor Description
      PlanFoundEvent​(java.lang.String algorithmId, EvaluatedPlan<V> solutionCandidate)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      V getScore()  
      • Methods inherited from class ai.libs.jaicore.basic.algorithm.events.ASolutionCandidateFoundEvent

        getGID, getSolutionCandidate
      • Methods inherited from class ai.libs.jaicore.basic.algorithm.events.AAlgorithmEvent

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface ai.libs.jaicore.basic.algorithm.events.AlgorithmEvent

        getAlgorithmId, getTimestamp
      • Methods inherited from interface ai.libs.jaicore.basic.algorithm.events.SolutionCandidateFoundEvent

        getSolutionCandidate
    • Constructor Detail

      • PlanFoundEvent

        public PlanFoundEvent​(java.lang.String algorithmId,
                              EvaluatedPlan<V> solutionCandidate)
    • Method Detail

      • getScore

        public V getScore()
        Specified by:
        getScore in interface ai.libs.jaicore.basic.algorithm.events.ScoredSolutionCandidateFoundEvent<A extends Action,​V extends java.lang.Comparable<V>>