- All Known Implementing Classes:
InfFindQuad,InfFindTriple,MatchAdapter,MatchGraph,MatchRDFS,MatchRDFSWrapper,MatchVocabRDFS,MatchWrapper
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
-
Method Details
-
match
-
contains
-
getMapper
The mapper for reuse with wrappers. Note that this indirectly ties theMatchinterface to theNoderealm: One can use the mapper to obtain X for e.g. RDF.Nodes.type.
-