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 IsRedundantpublic boolean conflicts(Object other)
conflicts in interface IsConflictingpublic boolean subsumes(Object other)
subsumes in interface IsSubsumingpublic boolean hasValue()
public String getValueAsString()
public String toHumanReadableString()
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.