Interface SchemaGraph<V,S,T>


public interface SchemaGraph<V,S,T>
  • Method Summary

    Modifier and Type
    Method
    Description
    For a given data item, find the corresponding set of vertices in the schema graph
  • Method Details

    • findCandidateVertices

      Set<S> findCandidateVertices(V node)
      For a given data item, find the corresponding set of vertices in the schema graph
      Parameters:
      node -
      Returns: