Interface TripletLookup<T,G,V,E>


public interface TripletLookup<T,G,V,E>
  • Method Summary

    Modifier and Type
    Method
    Description
    Map<V,Set<org.aksw.commons.util.triplet.Triplet<V,E>>>
    lookup(T transition, com.google.common.collect.Multimap<G,NestedPath<V,E>> groupedPaths)
     
  • Method Details

    • lookup

      Map<V,Set<org.aksw.commons.util.triplet.Triplet<V,E>>> lookup(T transition, com.google.common.collect.Multimap<G,NestedPath<V,E>> groupedPaths)