Interface SchemaGraph<V,S,T>
public interface SchemaGraph<V,S,T>
-
Method Summary
Modifier and TypeMethodDescriptionfindCandidateVertices(V node) For a given data item, find the corresponding set of vertices in the schema graph
-
Method Details
-
findCandidateVertices
For a given data item, find the corresponding set of vertices in the schema graph- Parameters:
node-- Returns:
-