org.drools.guvnor.client.asseteditor.drools.modeldriven
Class HumanReadable
java.lang.Object
org.drools.guvnor.client.asseteditor.drools.modeldriven.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
operatorDisplayMap
public static Map<String,String> operatorDisplayMap
operatorExtensionDisplayMap
public static Map<String,String> operatorExtensionDisplayMap
ceDisplayMap
public static Map<String,String> ceDisplayMap
actionDisplayMap
public static Map<String,String> actionDisplayMap
CONDITIONAL_ELEMENTS
public static final String[] CONDITIONAL_ELEMENTS
FROM_CONDITIONAL_ELEMENTS
public static final String[] FROM_CONDITIONAL_ELEMENTS
HumanReadable
public HumanReadable()
getOperatorDisplayName
public static String getOperatorDisplayName(String op)
getCEDisplayName
public static String getCEDisplayName(String ce)
getActionDisplayName
public static String getActionDisplayName(String action)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.