public class ChangeSetFactory extends Object
| Constructor and Description |
|---|
ChangeSetFactory() |
| Modifier and Type | Method and Description |
|---|---|
Graph |
createChangeSet(Graph source,
Graph target,
BNodeKeyFactory factory)
Compute the difference between two graphs.
|
Set<String> |
getIgnoreNamespace() |
boolean |
isPreserveNamedIndividuals()
Get the configuration setting for preserving named individuals.
|
void |
setIgnoreNamespace(Set<String> ignoreNamespace) |
void |
setPreserveNamedIndividuals(boolean preserveNamedIndividuals)
Specify whether named individuals should be preserved.
|
public Graph createChangeSet(Graph source, Graph target, BNodeKeyFactory factory)
source - The source graph that serves as a baseline.target - The target graph that represents a change from the baseline.public boolean isPreserveNamedIndividuals()
public void setPreserveNamedIndividuals(boolean preserveNamedIndividuals)
preserveNamedIndividuals - True if named individuals should be preserved, and false otherwise.Copyright © 2019. All rights reserved.