public abstract class ActionInspector extends Object implements IsRedundant, IsSubsuming, IsConflicting, HumanReadable, HasKeys
IsConflicting.Covers<T>
Modifier | Constructor and Description |
---|---|
protected |
ActionInspector(Action action,
AnalyzerConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
boolean |
conflicts(Object other) |
UUIDKey |
getUuidKey() |
boolean |
hasValue() |
boolean |
isRedundant(Object other) |
Key[] |
keys() |
boolean |
subsumes(Object other) |
String |
toHumanReadableString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toHumanReadableString
protected Action action
protected ActionInspector(Action action, AnalyzerConfiguration configuration)
public boolean isRedundant(Object other)
isRedundant
in interface IsRedundant
public boolean conflicts(Object other)
conflicts
in interface IsConflicting
public boolean subsumes(Object other)
subsumes
in interface IsSubsuming
public String toHumanReadableString()
toHumanReadableString
in interface HumanReadable
public boolean hasValue()
public UUIDKey getUuidKey()
getUuidKey
in interface HasUUID
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.