public class RuleMatrixSheetListener extends DefaultRuleSheetListener
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTION_TAG |
static String |
AGENDAGROUP_TAG |
static String |
HORIZONTALCONDITION_TAG |
static String |
PRECONDITION_TAG |
static String |
VERTICALCONDITION_TAG |
DECLARES_TAG, ESCAPE_QUOTES_FLAG, FUNCTIONS_TAG, IMPORT_TAG, MAX_SALIENCE_TAG, MIN_SALIENCE_TAG, NUMERIC_DISABLED_FLAG, QUERIES_TAG, RULE_TABLE_TAG, RULESET_TAG, SEQUENTIAL_FLAG, VARIABLES_TAG| Constructor and Description |
|---|
RuleMatrixSheetListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
finishSheet() |
void |
newCell(int row,
int column,
String value,
int mergedColStart) |
void |
newRow(int rowNumber,
int columns) |
protected void |
postInitRuleTable(int row,
int column,
String value)
Called after rule table initialisation.
|
protected void |
preInitRuleTable(int row,
int column,
String value)
This gets called each time a "new" rule table is found.
|
addRule, getCurrentRule, getProperties, getRuleSet, isNumericDisabled, setWorksheetName, startSheetpublic static final String AGENDAGROUP_TAG
public static final String PRECONDITION_TAG
public static final String ACTION_TAG
public static final String HORIZONTALCONDITION_TAG
public static final String VERTICALCONDITION_TAG
public void newCell(int row,
int column,
String value,
int mergedColStart)
newCell in interface org.drools.template.parser.DataListenernewCell in class DefaultRuleSheetListenerpublic void newRow(int rowNumber,
int columns)
newRow in interface org.drools.template.parser.DataListenernewRow in class DefaultRuleSheetListenerpublic void finishSheet()
finishSheet in interface org.drools.template.parser.DataListenerfinishSheet in class DefaultRuleSheetListenerprotected void postInitRuleTable(int row,
int column,
String value)
DefaultRuleSheetListenerpostInitRuleTable in class DefaultRuleSheetListenerprotected void preInitRuleTable(int row,
int column,
String value)
preInitRuleTable in class DefaultRuleSheetListenerCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.