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, 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, startSheet
public 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.DataListener
newCell
in class DefaultRuleSheetListener
public void newRow(int rowNumber, int columns)
newRow
in interface org.drools.template.parser.DataListener
newRow
in class DefaultRuleSheetListener
public void finishSheet()
finishSheet
in interface org.drools.template.parser.DataListener
finishSheet
in class DefaultRuleSheetListener
protected void postInitRuleTable(int row, int column, String value)
DefaultRuleSheetListener
postInitRuleTable
in class DefaultRuleSheetListener
protected void preInitRuleTable(int row, int column, String value)
preInitRuleTable
in class DefaultRuleSheetListener
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.