Interface IPotentiallyUncertaintyAnnotatingPathEvaluator<N,A,V extends java.lang.Comparable<V>>
-
- All Superinterfaces:
org.api4.java.common.attributedobjects.IGetter<org.api4.java.datastructure.graph.IPath<N,A>,V>,org.api4.java.common.attributedobjects.IObjectEvaluator<org.api4.java.datastructure.graph.IPath<N,A>,V>,IPathEvaluator<N,A,V>
public interface IPotentiallyUncertaintyAnnotatingPathEvaluator<N,A,V extends java.lang.Comparable<V>> extends IPathEvaluator<N,A,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanannotatesUncertainty()voidsetUncertaintySource(IUncertaintySource<N,A,V> uncertaintySource)-
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
-
setUncertaintySource
void setUncertaintySource(IUncertaintySource<N,A,V> uncertaintySource)
-
annotatesUncertainty
boolean annotatesUncertainty()
-
-