public class ActionInspector extends Object implements IsRedundant, IsSubsuming, IsConflicting
Modifier and Type | Field and Description |
---|---|
protected ActionInspectorKey |
key |
Constructor and Description |
---|
ActionInspector(ActionInspectorKey key,
org.drools.workbench.models.guided.dtable.shared.model.DTCellValue52 value) |
Modifier and Type | Method and Description |
---|---|
boolean |
conflicts(Object other) |
protected String |
format(Date dateValue) |
ActionInspectorKey |
getKey() |
org.drools.workbench.models.guided.dtable.shared.model.DTCellValue52 |
getValue() |
String |
getValueAsString() |
boolean |
hasValue() |
boolean |
isRedundant(Object other) |
boolean |
subsumes(Object other) |
String |
toHumanReadableString() |
protected final ActionInspectorKey key
public ActionInspector(ActionInspectorKey key, org.drools.workbench.models.guided.dtable.shared.model.DTCellValue52 value)
public ActionInspectorKey getKey()
public org.drools.workbench.models.guided.dtable.shared.model.DTCellValue52 getValue()
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 boolean hasValue()
public String getValueAsString()
public String toHumanReadableString()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.