org.drools.decisiontable
Class InputType

java.lang.Object
  extended by org.drools.decisiontable.InputType

public abstract class InputType
extends java.lang.Object

Provides valid input types for decision tables. (which also serve as parser factories).


Field Summary
static InputType CSV
           
static InputType XLS
           
 
Constructor Summary
protected InputType()
           
 
Method Summary
abstract  DecisionTableParser createParser(SheetListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XLS

public static final InputType XLS

CSV

public static final InputType CSV
Constructor Detail

InputType

protected InputType()
Method Detail

createParser

public abstract DecisionTableParser createParser(SheetListener listener)
Parameters:
listener -
Returns:
The appropriate Parser.