|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.sparql.core.describe.DescribeBNodeClosure
public class DescribeBNodeClosure
DescribeHandler that calculates the bNode closure. Takes all the statements of this resource, and for every object that is a bNode, it recursively includes its statements.
Constructor Summary | |
---|---|
DescribeBNodeClosure()
|
Method Summary | |
---|---|
void |
describe(com.hp.hpl.jena.rdf.model.Resource r)
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 cxt)
Start the describe process, passing in the result model. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DescribeBNodeClosure()
Method Detail |
---|
public void start(com.hp.hpl.jena.rdf.model.Model accumulateResultModel, Context cxt)
DescribeHandler
start
in interface DescribeHandler
cxt
- Query execution contextpublic void describe(com.hp.hpl.jena.rdf.model.Resource r)
DescribeHandler
describe
in interface DescribeHandler
r
- resource to describepublic void finish()
DescribeHandler
finish
in interface DescribeHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |