Package ai.libs.hasco.events
Class HASCOSolutionEvent<V extends java.lang.Comparable<V>>
- java.lang.Object
-
- ai.libs.jaicore.basic.algorithm.events.AAlgorithmEvent
-
- ai.libs.jaicore.basic.algorithm.events.ASolutionCandidateFoundEvent<HASCOSolutionCandidate<V>>
-
- ai.libs.hasco.events.HASCOSolutionEvent<V>
-
- All Implemented Interfaces:
ai.libs.jaicore.basic.algorithm.events.AlgorithmEvent,ai.libs.jaicore.basic.algorithm.events.ScoredSolutionCandidateFoundEvent<HASCOSolutionCandidate<V>,V>,ai.libs.jaicore.basic.algorithm.events.SolutionCandidateFoundEvent<HASCOSolutionCandidate<V>>,ai.libs.jaicore.basic.events.IEvent
public class HASCOSolutionEvent<V extends java.lang.Comparable<V>> extends ai.libs.jaicore.basic.algorithm.events.ASolutionCandidateFoundEvent<HASCOSolutionCandidate<V>> implements ai.libs.jaicore.basic.algorithm.events.ScoredSolutionCandidateFoundEvent<HASCOSolutionCandidate<V>,V>
-
-
Constructor Summary
Constructors Constructor Description HASCOSolutionEvent(java.lang.String algorithmId, HASCOSolutionCandidate<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
-
HASCOSolutionEvent
public HASCOSolutionEvent(java.lang.String algorithmId, HASCOSolutionCandidate<V> solutionCandidate)
-
-