站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

HumanReadable (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.brms.client.modeldriven
Class HumanReadable

java.lang.Object
  extended by org.drools.brms.client.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.

Author:
Michael Neale

Field Summary
static Map actionDisplayMap
           
static Map ceDisplayMap
           
static String[] CONDITIONAL_ELEMENTS
           
static Map operatorDisplayMap
           
 
Constructor Summary
HumanReadable()
           
 
Method Summary
static String getActionDisplayName(String action)
           
static String getCEDisplayName(String ce)
           
static String getOperatorDisplayName(String op)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

operatorDisplayMap

public static Map operatorDisplayMap

ceDisplayMap

public static Map ceDisplayMap

actionDisplayMap

public static Map actionDisplayMap

CONDITIONAL_ELEMENTS

public static final String[] 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)


Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.