- Type Parameters:
N - the node class
A - the arc class
S - the solution coding class
- All Implemented Interfaces:
- ai.libs.jaicore.basic.algorithm.events.AlgorithmEvent, ai.libs.jaicore.basic.algorithm.events.SolutionCandidateFoundEvent<S>, ai.libs.jaicore.basic.events.IEvent
- Direct Known Subclasses:
- EvaluatedSearchSolutionCandidateFoundEvent
public class GraphSearchSolutionCandidateFoundEvent<N,A,S extends SearchGraphPath<N,A>>
extends ai.libs.jaicore.basic.algorithm.events.ASolutionCandidateFoundEvent<S>