org.drools.decisiontable.parser
Class ActionType

java.lang.Object
  extended by org.drools.decisiontable.parser.ActionType

public class ActionType
extends java.lang.Object

Simple holder class identifying a condition or action column. There are five types of columns relevant to a rule table.


Field Summary
static int ACTION
           
static int CONDITION
           
static int DESCRIPTION
           
static int DURATION
           
static int NAME
           
static int NOLOOP
           
static int PRIORITY
           
static int XORGROUP
           
 
Method Summary
static void addNewActionType(java.util.Map actionTypeMap, java.lang.String value, int column, int row)
          Create a new action type that matches this cell, and add it to the map, keyed on that column.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONDITION

public static final int CONDITION
See Also:
Constant Field Values

ACTION

public static final int ACTION
See Also:
Constant Field Values

PRIORITY

public static final int PRIORITY
See Also:
Constant Field Values

DURATION

public static final int DURATION
See Also:
Constant Field Values

NAME

public static final int NAME
See Also:
Constant Field Values

DESCRIPTION

public static final int DESCRIPTION
See Also:
Constant Field Values

NOLOOP

public static final int NOLOOP
See Also:
Constant Field Values

XORGROUP

public static final int XORGROUP
See Also:
Constant Field Values
Method Detail

addNewActionType

public static void addNewActionType(java.util.Map actionTypeMap,
                                    java.lang.String value,
                                    int column,
                                    int row)
Create a new action type that matches this cell, and add it to the map, keyed on that column.