Class GraphSearchSolutionCandidateFoundEvent<N,​A,​S extends SearchGraphPath<N,​A>>

  • Type Parameters:
    N - the node class
    A - the arc class
    S - the solution coding class
    All Implemented Interfaces:
    org.api4.java.algorithm.events.IAlgorithmEvent, org.api4.java.algorithm.events.result.ISolutionCandidateFoundEvent<S>, org.api4.java.common.event.IEvent
    Direct Known Subclasses:
    EvaluatedSearchSolutionCandidateFoundEvent

    public class GraphSearchSolutionCandidateFoundEvent<N,​A,​S extends SearchGraphPath<N,​A>>
    extends ai.libs.jaicore.basic.algorithm.ASolutionCandidateFoundEvent<S>
    • Method Summary

      • Methods inherited from class ai.libs.jaicore.basic.algorithm.ASolutionCandidateFoundEvent

        getGID, getSolutionCandidate
      • 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
      • Methods inherited from interface org.api4.java.algorithm.events.IAlgorithmEvent

        getAlgorithmId
      • Methods inherited from interface org.api4.java.common.event.IEvent

        getTimestamp
    • Constructor Detail

      • GraphSearchSolutionCandidateFoundEvent

        public GraphSearchSolutionCandidateFoundEvent​(org.api4.java.algorithm.IAlgorithm<?,​?> algorithm,
                                                      S solution)