|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DescribeHandler
A DescribeHandler provides the description of a resource. DESCRIBE queries return RDF that describes the resource found, either from the query pattern or explicitly named in the DESCRIBE clause. For each resource, any handlers are called to builds the RDF model that is to be the result of the query.
Method Summary | |
---|---|
void |
describe(com.hp.hpl.jena.rdf.model.Resource resource)
Called on everything resource found by a query. |
void |
finish()
Finish the description process for thsis query execution |
void |
start(com.hp.hpl.jena.rdf.model.Model accumulateResultModel,
Context qContext)
Start the describe process, passing in the result model. |
Method Detail |
---|
void start(com.hp.hpl.jena.rdf.model.Model accumulateResultModel, Context qContext)
accumulateResultModel
- qContext
- Query execution contextvoid describe(com.hp.hpl.jena.rdf.model.Resource resource)
resource
- resource to describevoid finish()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |