Package org.drools.decisiontable.parser
Interface DecisionTableParser
-
- All Known Implementing Classes:
CsvParser,ExcelParser
public interface DecisionTableParserGeneric interface for all input parsers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidparseFile(java.io.File file)Parse a file, store the resulting rulebase.voidparseFile(java.io.InputStream inStream)Parse an input stream, store the resulting rulebase.
-