Package org.drools.compiler.builder.conf
Class DecisionTableConfigurationImpl
java.lang.Object
org.drools.io.ResourceConfigurationImpl
org.drools.compiler.builder.conf.DecisionTableConfigurationImpl
- All Implemented Interfaces:
Serializable,ResourceConfiguration,DecisionTableConfiguration
public class DecisionTableConfigurationImpl
extends org.drools.io.ResourceConfigurationImpl
implements DecisionTableConfiguration
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class org.drools.io.ResourceConfigurationImpl
RESOURCE_TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddRuleTemplateConfiguration(Resource template, int row, int col) fromProperties(Properties prop) booleanvoidsetInputType(DecisionTableInputType inputType) voidsetTrimCell(boolean trimCell) voidsetWorksheetName(String worksheetName) Methods inherited from class org.drools.io.ResourceConfigurationImpl
getResourceType, merge, setResourceType
-
Field Details
-
DROOLS_DT_TYPE
- See Also:
-
DROOLS_DT_WORKSHEET
- See Also:
-
-
Constructor Details
-
DecisionTableConfigurationImpl
public DecisionTableConfigurationImpl()
-
-
Method Details
-
isTrimCell
public boolean isTrimCell()- Specified by:
isTrimCellin interfaceDecisionTableConfiguration
-
setTrimCell
public void setTrimCell(boolean trimCell) - Specified by:
setTrimCellin interfaceDecisionTableConfiguration
-
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
-
toProperties
- Specified by:
toPropertiesin interfaceResourceConfiguration- Overrides:
toPropertiesin classorg.drools.io.ResourceConfigurationImpl
-
fromProperties
- Specified by:
fromPropertiesin interfaceResourceConfiguration- Overrides:
fromPropertiesin classorg.drools.io.ResourceConfigurationImpl
-