|
||||||||||
| 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(Resource r)
Called on everything resource found by a query. |
void |
finish()
Finish the description process for thsis query execution |
void |
start(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(Model accumulateResultModel,
Context cxt)
DescribeHandler
start in interface DescribeHandlercxt - Query execution contextpublic void describe(Resource r)
DescribeHandler
describe in interface DescribeHandlerr - 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 | |||||||||