public class FieldInspector extends Object implements HasConflicts, IsConflicting, IsSubsuming, IsRedundant, HumanReadable, HasKeys
IsConflicting.Covers<T>| Constructor and Description |
|---|
FieldInspector(Field field,
RuleInspectorUpdater ruleInspectorUpdater,
AnalyzerConfiguration configuration) |
FieldInspector(ObjectField field,
RuleInspectorUpdater ruleInspectorUpdater,
AnalyzerConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
conflicts(Object other) |
InspectorList<ActionInspector> |
getActionInspectorList() |
InspectorList<ConditionInspector> |
getConditionInspectorList() |
ObjectField |
getObjectField() |
UUIDKey |
getUuidKey() |
Conflict |
hasConflicts() |
boolean |
isRedundant(Object other) |
Key[] |
keys() |
boolean |
subsumes(Object other) |
String |
toHumanReadableString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoHumanReadableStringpublic FieldInspector(Field field, RuleInspectorUpdater ruleInspectorUpdater, AnalyzerConfiguration configuration)
public FieldInspector(ObjectField field, RuleInspectorUpdater ruleInspectorUpdater, AnalyzerConfiguration configuration)
public ObjectField getObjectField()
public InspectorList<ActionInspector> getActionInspectorList()
public InspectorList<ConditionInspector> getConditionInspectorList()
public Conflict hasConflicts()
hasConflicts in interface HasConflictspublic boolean conflicts(Object other)
conflicts in interface IsConflictingpublic boolean isRedundant(Object other)
isRedundant in interface IsRedundantpublic boolean subsumes(Object other)
subsumes in interface IsSubsumingpublic String toHumanReadableString()
toHumanReadableString in interface HumanReadablepublic UUIDKey getUuidKey()
getUuidKey in interface HasUUIDCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.