Interface IPathEvaluator<N,​A,​V extends java.lang.Comparable<V>>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      V evaluate​(org.api4.java.datastructure.graph.IPath<N,​A> path)  
      • Methods inherited from interface org.api4.java.common.attributedobjects.IObjectEvaluator

        getPropertyOf
    • Method Detail

      • evaluate

        V evaluate​(org.api4.java.datastructure.graph.IPath<N,​A> path)
            throws PathEvaluationException,
                   java.lang.InterruptedException
        Specified by:
        evaluate in interface org.api4.java.common.attributedobjects.IObjectEvaluator<N,​A>
        Throws:
        PathEvaluationException
        java.lang.InterruptedException