public class ModelExtract extends Object
| Constructor and Description |
|---|
ModelExtract(StatementBoundary b)
Initialise this ModelExtract with a boundary condition.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
public ModelExtract(StatementBoundary b)
Licenced under the Apache License, Version 2.0