Class HumanReadable
- java.lang.Object
-
- org.kie.workbench.common.widgets.client.resources.HumanReadable
-
public class HumanReadable extends Object
This contains some simple mappings between operators, conditional elements and the human readable equivalent. Yes, I am making the presumption that programmers are not human, but I think they (we) are cool with that.
-
-
Field Summary
Fields Modifier and Type Field Description static Map<String,String>actionDisplayMapstatic Map<String,String>ceDisplayMapstatic String[]CONDITIONAL_ELEMENTSstatic String[]FROM_CONDITIONAL_ELEMENTSstatic Map<String,String>operatorDisplayMapstatic Map<String,String>operatorExtensionDisplayMap
-
Constructor Summary
Constructors Constructor Description HumanReadable()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetActionDisplayName(String action)static StringgetCEDisplayName(String ce)static StringgetOperatorDisplayName(String op)
-