Class DecisionTableConfigurationDelegate
java.lang.Object
org.drools.compiler.kie.builder.impl.DecisionTableConfigurationDelegate
- All Implemented Interfaces:
ResourceConfiguration,DecisionTableConfiguration
public class DecisionTableConfigurationDelegate
extends Object
implements DecisionTableConfiguration
-
Constructor Summary
ConstructorsConstructorDescriptionDecisionTableConfigurationDelegate(DecisionTableConfiguration delegate, String sheetName) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddRuleTemplateConfiguration(Resource template, int row, int col) fromProperties(Properties prop) booleanvoidsetInputType(DecisionTableInputType inputType) voidsetTrimCell(boolean trimCell) voidsetWorksheetName(String name)
-
Constructor Details
-
DecisionTableConfigurationDelegate
-
-
Method Details
-
setInputType
- Specified by:
setInputTypein interfaceDecisionTableConfiguration
-
getInputType
- Specified by:
getInputTypein interfaceDecisionTableConfiguration
-
setWorksheetName
- Specified by:
setWorksheetNamein interfaceDecisionTableConfiguration
-
getWorksheetName
- Specified by:
getWorksheetNamein interfaceDecisionTableConfiguration
-
addRuleTemplateConfiguration
- Specified by:
addRuleTemplateConfigurationin interfaceDecisionTableConfiguration
-
getRuleTemplateConfigurations
- Specified by:
getRuleTemplateConfigurationsin interfaceDecisionTableConfiguration
-
isTrimCell
public boolean isTrimCell()- Specified by:
isTrimCellin interfaceDecisionTableConfiguration
-
setTrimCell
public void setTrimCell(boolean trimCell) - Specified by:
setTrimCellin interfaceDecisionTableConfiguration
-
toProperties
- Specified by:
toPropertiesin interfaceResourceConfiguration
-
fromProperties
- Specified by:
fromPropertiesin interfaceResourceConfiguration
-