public class InsertionIFPResolver extends Object
InsertionIFPResolver class.
| Constructor and Description |
|---|
InsertionIFPResolver() |
| Modifier and Type | Method and Description |
|---|---|
static void |
process(com.hp.hpl.jena.rdf.model.Model mainModel,
com.hp.hpl.jena.rdf.model.Model insertion)
This method does not itself insert the insertion into the mainModel, but
replaces resources in insertion with their counterpart in the mainModel,
ab subsequent mainModel.add(insertion) will not have/have less duplicate.
|
public static void process(com.hp.hpl.jena.rdf.model.Model mainModel,
com.hp.hpl.jena.rdf.model.Model insertion)
mainModel - a Model object.insertion - a Model object.Copyright © 2017. All rights reserved.