Interface IPotentiallyGraphDependentPathEvaluator<T,A,V extends java.lang.Comparable<V>>
-
- All Superinterfaces:
org.api4.java.common.attributedobjects.IGetter<org.api4.java.datastructure.graph.IPath<T,A>,V>,org.api4.java.common.attributedobjects.IObjectEvaluator<org.api4.java.datastructure.graph.IPath<T,A>,V>,IPathEvaluator<T,A,V>
public interface IPotentiallyGraphDependentPathEvaluator<T,A,V extends java.lang.Comparable<V>> extends IPathEvaluator<T,A,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanrequiresGraphGenerator()voidsetGenerator(org.api4.java.datastructure.graph.implicit.IGraphGenerator<T,A> generator, PathGoalTester<T,A> goalTester)-
Methods inherited from interface org.api4.java.common.attributedobjects.IObjectEvaluator
getPropertyOf
-
Methods inherited from interface org.api4.java.ai.graphsearch.problem.pathsearch.pathevaluation.IPathEvaluator
evaluate
-
-
-
-
Method Detail
-
requiresGraphGenerator
boolean requiresGraphGenerator()
-
setGenerator
void setGenerator(org.api4.java.datastructure.graph.implicit.IGraphGenerator<T,A> generator, PathGoalTester<T,A> goalTester)
-
-