Package ai.libs.jaicore.basic
Interface IObjectEvaluator<T,V extends java.lang.Comparable<V>>
-
- All Known Implementing Classes:
TimedObjectEvaluator
public interface IObjectEvaluator<T,V extends java.lang.Comparable<V>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description V
evaluate(T object)
-
-
-
Method Detail
-
evaluate
V evaluate(T object) throws java.lang.InterruptedException, ObjectEvaluationFailedException
- Throws:
java.lang.InterruptedException
ObjectEvaluationFailedException
-
-