org.apache.clerezza.rdf.core.sparql.query
Interface TriplePattern
- All Known Implementing Classes:
- SimpleTriplePattern
public interface TriplePattern
Defines a triple pattern consisting of a subject, a predicate, and an object.
The subject and object are of type ResourceOrVariable, whereas
the predicate is of type UriRefOrVariable.
- Author:
- hasan
getSubject
ResourceOrVariable getSubject()
- Returns:
- the subject
getPredicate
UriRefOrVariable getPredicate()
- Returns:
- the predicate
getObject
ResourceOrVariable getObject()
- Returns:
- the object
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.