|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.drools.brms.client.common.AssetFormats
public class AssetFormats
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.
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 |
---|
public static final String FUNCTION
public static final String MODEL
public static final String DSL
public static String DRL
public static String BUSINESS_RULE
public static String DSL_TEMPLATE_RULE
public static String DECISION_SPREADSHEET_XLS
public static String[] BUSINESS_RULE_FORMATS
public static String[] TECHNICAL_RULE_FORMATS
Constructor Detail |
---|
public AssetFormats()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |