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

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


org.drools.brms.client.common
Class AssetFormats

java.lang.Object
  extended by org.drools.brms.client.common.AssetFormats

public class AssetFormats
extends Object

Keeps track of the different rule formats we support. Each format type corresponds to the dublin core "format" attribute. This is used both by the UI, to determine what are valid formats, and also on the server. If you are adding new types they need to be registered here. If an asset type is unknown, then it will be opened with the default editor.

Author:
Michael Neale

Field Summary
static String BUSINESS_RULE
          Use the rule modeller
static String[] BUSINESS_RULE_FORMATS
          The following group the
static String DECISION_SPREADSHEET_XLS
          Use a decision table.
static String DRL
          Vanilla DRL "file"
static String DSL
          For DSL language grammars
static String DSL_TEMPLATE_RULE
          use a DSL, free text editor
static String FUNCTION
          For functions
static String MODEL
          For "model" assets
static String[] TECHNICAL_RULE_FORMATS
           
 
Constructor Summary
AssetFormats()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FUNCTION

public static final String FUNCTION
For functions

See Also:
Constant Field Values

MODEL

public static final String MODEL
For "model" assets

See Also:
Constant Field Values

DSL

public static final String DSL
For DSL language grammars

See Also:
Constant Field Values

DRL

public static String DRL
Vanilla DRL "file"


BUSINESS_RULE

public static String BUSINESS_RULE
Use the rule modeller


DSL_TEMPLATE_RULE

public static String DSL_TEMPLATE_RULE
use a DSL, free text editor


DECISION_SPREADSHEET_XLS

public static String DECISION_SPREADSHEET_XLS
Use a decision table.


BUSINESS_RULE_FORMATS

public static String[] BUSINESS_RULE_FORMATS
The following group the


TECHNICAL_RULE_FORMATS

public static String[] TECHNICAL_RULE_FORMATS
Constructor Detail

AssetFormats

public AssetFormats()


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