Class FValueEvent<V>
- java.lang.Object
-
- ai.libs.jaicore.basic.algorithm.AAlgorithmEvent
-
- ai.libs.jaicore.search.algorithms.standard.bestfirst.events.FValueEvent<V>
-
- All Implemented Interfaces:
org.api4.java.algorithm.events.IAlgorithmEvent,org.api4.java.common.event.IEvent
public class FValueEvent<V> extends ai.libs.jaicore.basic.algorithm.AAlgorithmEvent
-
-
Constructor Summary
Constructors Constructor Description FValueEvent(org.api4.java.algorithm.IAlgorithm<?,?> algorithm, V fValue, double timeUnitlFound)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VgetfValue()doublegetTimeUnitlFound()
-