public interface TripleMatch
Modifier and Type | Method and Description |
---|---|
Triple |
asTriple()
Answer a Triple capturing this match.
|
Node |
getMatchObject()
If it is known that all triples selected by this match will
have a common object, return that node, otherwise return null
|
Node |
getMatchPredicate()
If it is known that all triples selected by this match will
have a common predicate, return that node, otherwise return null
|
Node |
getMatchSubject()
If it is known that all triples selected by this filter will
have a common subject, return that node, otherwise return null
|
Node getMatchSubject()
Node getMatchPredicate()
Node getMatchObject()
Triple asTriple()
Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP