Class 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 Detail

      • operatorDisplayMap

        public static Map<String,​String> operatorDisplayMap
      • operatorExtensionDisplayMap

        public static Map<String,​String> operatorExtensionDisplayMap
      • CONDITIONAL_ELEMENTS

        public static final String[] CONDITIONAL_ELEMENTS
      • FROM_CONDITIONAL_ELEMENTS

        public static final String[] FROM_CONDITIONAL_ELEMENTS
    • Constructor Detail

      • HumanReadable

        public HumanReadable()
    • Method Detail

      • getOperatorDisplayName

        public static String getOperatorDisplayName​(String op)
      • getCEDisplayName

        public static String getCEDisplayName​(String ce)
      • getActionDisplayName

        public static String getActionDisplayName​(String action)