|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TriplePattern
Represents a pattern that defines matching triples.
A triple pattern contains three NodePatterns representing the
subject, predicate, and object of a triple.
| Method Summary | |
|---|---|
NodePattern<ObjectNode> |
getObject()
Get the object pattern of this triple pattern. |
NodePattern<PredicateNode> |
getPredicate()
Get the predicate pattern of this triple pattern. |
NodePattern<SubjectNode> |
getSubject()
Get the subject pattern of this triple pattern. |
| Method Detail |
|---|
NodePattern<SubjectNode> getSubject()
NodePattern<PredicateNode> getPredicate()
NodePattern<ObjectNode> getObject()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||