Interface TreePathMaxima.Result<V,E>

Type Parameters:
V - the vertices type
E - the edges type
All Known Subinterfaces:
TreePathMaxima.IResult
Enclosing interface:
TreePathMaxima

public static interface TreePathMaxima.Result<V,E>
A result object for TreePathMaxima algorithm.
Author:
Barak Ugav
  • Method Summary

    Modifier and Type
    Method
    Description
    getHeaviestEdge(int queryIdx)
    Get the heaviest edge found for a single query.
    int
    Get the number queries results this result object hold.