Interface Graphlet<V,E>

Type Parameters:
V -
E -
All Known Implementing Classes:
GraphletGraph

public interface Graphlet<V,E>
A set of Triplet<V, E>
Author:
raven
  • Method Summary

    Modifier and Type
    Method
    Description
    Iterator<org.aksw.commons.util.triplet.Triplet<V,E>>
    find(V s, E e, V o)
     
  • Method Details

    • find

      Iterator<org.aksw.commons.util.triplet.Triplet<V,E>> find(V s, E e, V o)