Interface IUncertaintySource<T,A,V extends java.lang.Comparable<V>>
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface IUncertaintySource<T,A,V extends java.lang.Comparable<V>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublecalculateUncertainty(IEvaluatedPath<T,A,V> n, java.util.List<org.api4.java.datastructure.graph.IPath<T,A>> simulationPaths, java.util.List<V> simulationEvaluations)
-