Interface Match<X,T>

All Known Implementing Classes:
InfFindQuad, InfFindTriple, MatchRDFS, MatchVocabRDFS

public interface Match<X,T>
Match by S/P/O where X is the RDF term representation (Node, NodeId) and T is the tuple (triple, quad, tuple) representation.
  • Method Summary

    Modifier and Type
    Method
    Description
    match(X s, X p, X o)
     
  • Method Details