int |
AConditionBuilder.build(IWritableGrid gridModel,
int numberOfRules,
int columnStartIndex,
int rowStartIndex) |
int |
IDecisionTableColumnBuilder.build(IWritableGrid gridModel,
int numberOfRules,
int columnStartIndex,
int rowStartIndex)
Build the condition to the sheet with the given number of rules and start writing from the given column and row
indexes.
|
protected abstract void |
AConditionBuilder.writeCodeExpression(IWritableGrid gridModel,
int columnStartIndex,
int rowStartIndex) |
protected void |
ArrayConditionBuilder.writeCodeExpression(IWritableGrid sheet,
int columnStartIndex,
int rowStartIndex) |
protected void |
SimpleConditionBuilder.writeCodeExpression(IWritableGrid sheet,
int columnStartIndex,
int rowStartIndex) |
protected abstract void |
AConditionBuilder.writeColumnType(IWritableGrid gridModel,
int columnStartIndex,
int rowStartIndex) |
protected void |
ArrayConditionBuilder.writeColumnType(IWritableGrid sheet,
int columnStartIndex,
int rowStartIndex) |
protected void |
SimpleConditionBuilder.writeColumnType(IWritableGrid sheet,
int columnStartIndex,
int rowStartIndex) |
protected abstract void |
AConditionBuilder.writeParameterDeclaration(IWritableGrid gridModel,
int columnStartIndex,
int rowStartIndex) |
protected void |
ArrayConditionBuilder.writeParameterDeclaration(IWritableGrid sheet,
int columnStartIndex,
int rowStartIndex) |
protected void |
SimpleConditionBuilder.writeParameterDeclaration(IWritableGrid sheet,
int columnStartIndex,
int rowStartIndex) |
protected abstract void |
AConditionBuilder.writeRuleValue(IWritableGrid gridModel,
int numberOfRules,
int columnStartIndex,
int rowStartIndex) |
protected void |
ArrayConditionBuilder.writeRuleValue(IWritableGrid sheet,
int numberOfRules,
int columnStartIndex,
int rowStartIndex) |
protected void |
SimpleConditionBuilder.writeRuleValue(IWritableGrid sheet,
int numberOfRules,
int columnStartIndex,
int rowStartIndex) |
protected abstract void |
AConditionBuilder.writeTitle(IWritableGrid gridModel,
int columnStartIndex,
int rowStartIndex) |
protected void |
ArrayConditionBuilder.writeTitle(IWritableGrid sheet,
int columnStartIndex,
int rowStartIndex) |
protected void |
SimpleConditionBuilder.writeTitle(IWritableGrid sheet,
int columnStartIndex,
int rowStartIndex) |