|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.rdf.model.ModelExtract
public class ModelExtract
ModelExtract - a wrapper for GraphExtract, allowing rooted sub-models to be extracted from other models with some boundary condition.
| Constructor Summary | |
|---|---|
ModelExtract(StatementBoundary b)
Initialise this ModelExtract with a boundary condition. |
|
| Method Summary | |
|---|---|
Model |
extract(Resource r,
Model s)
Answer the rooted sub-model. |
Model |
extractInto(Model model,
Resource r,
Model s)
Answer model after updating it with the sub-graph of
s rooted at r, bounded by this instances
boundary. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModelExtract(StatementBoundary b)
| Method Detail |
|---|
public Model extract(Resource r,
Model s)
public Model extractInto(Model model,
Resource r,
Model s)
model after updating it with the sub-graph of
s rooted at r, bounded by this instances
boundary.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||