Package org.camunda.bpm.dmn.xlsx
Class SimpleInputOutputDetectionStrategy
java.lang.Object
org.camunda.bpm.dmn.xlsx.BaseAdapter
org.camunda.bpm.dmn.xlsx.SimpleInputOutputDetectionStrategy
- All Implemented Interfaces:
SpreadsheetAdapter
- Author:
- Thorben Lindhauer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.camunda.bpm.model.dmn.HitPolicydetermineHitPolicy(Spreadsheet context) determineInputOutputs(Spreadsheet context) determineRuleRows(Spreadsheet context) Methods inherited from class org.camunda.bpm.dmn.xlsx.BaseAdapter
determineDecisionName, getCellContentHandlers
-
Constructor Details
-
SimpleInputOutputDetectionStrategy
public SimpleInputOutputDetectionStrategy()
-
-
Method Details
-
determineInputOutputs
-
determineHitPolicy
- Returns:
- null to use the DMN default
-
determineRuleRows
- Returns:
- those rows that contain rule
-