public class RelationResolver extends Object
| Constructor and Description |
|---|
RelationResolver(InspectorList list) |
RelationResolver(InspectorList list,
boolean record) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isConflicting(InspectorList otherCollection) |
boolean |
isRedundant(InspectorList otherList) |
Conflict |
resolveConflict(InspectorList otherCollection) |
boolean |
subsumes(InspectorList otherList) |
public RelationResolver(InspectorList list)
public RelationResolver(InspectorList list, boolean record)
public boolean isConflicting(InspectorList otherCollection)
public Conflict resolveConflict(InspectorList otherCollection)
public boolean subsumes(InspectorList otherList)
public boolean isRedundant(InspectorList otherList)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.