| java.lang.Object com.hp.hpl.jena.rdf.model.ModelExtract
ModelExtract | public class ModelExtract (Code) | | ModelExtract - a wrapper for GraphExtract, allowing rooted sub-models to be
extracted from other models with some boundary condition.
author: hedgehog |
extractInto | public Model extractInto(Model model, Resource r, Model s)(Code) | | Answer model after updating it with the sub-graph of
s rooted at r , bounded by this instances
boundary .
|
getGraphExtract | protected GraphExtract getGraphExtract(TripleBoundary tb)(Code) | | Answer a GraphExtract initialised with tb ; extension point
for sub-classes (specifically TestModelExtract's mocks).
|
|
|