DefaultGraphConflictResolverpublic interface GraphConflictResolver
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
ROLE |
| Modifier and Type | Method | Description |
|---|---|---|
MetadataGraph |
resolveConflicts(MetadataGraph graph,
ArtifactScopeEnum scope) |
Cleanses the supplied graph by leaving only one directed versioned edge\
between any two nodes, if multiple exists.
|
MetadataGraph resolveConflicts(MetadataGraph graph, ArtifactScopeEnum scope) throws GraphConflictResolutionException
ArtifactScopeEnumgraph - the "dirty" graph to be simplified via conflict resolutionscope - scope for which the graph should be resolvedGraphConflictResolutionException