Class PlanFoundEvent<A extends Action,V extends java.lang.Comparable<V>>
- java.lang.Object
-
- ai.libs.jaicore.basic.algorithm.events.AAlgorithmEvent
-
- ai.libs.jaicore.basic.algorithm.events.ASolutionCandidateFoundEvent<EvaluatedPlan<V>>
-
- ai.libs.jaicore.planning.core.events.PlanFoundEvent<A,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 VgetScore()-
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
-
-
-
-
Constructor Detail
-
PlanFoundEvent
public PlanFoundEvent(java.lang.String algorithmId, EvaluatedPlan<V> solutionCandidate)
-
-