|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for triple matching; may become obsolete. do not assume this is stable. Triple matches are defined by subject, predicate, and object, and may be converted to triples [which in fact subsume the work of TripleMatch].
Method Summary | |
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 |
Method Detail |
public Node getMatchSubject()
public Node getMatchPredicate()
public Node getMatchObject()
public Triple asTriple()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |