public interface GraphConflictResolver
Modifier and Type | Method and 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
ArtifactScopeEnum
graph
- the "dirty" graph to be simplified via conflict resolutionscope
- scope for which the graph should be resolvedGraphConflictResolutionException
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.