Uses of Class
org.drools.decisiontable.parser.ActionType
-
Packages that use ActionType Package Description org.drools.decisiontable.parser -
-
Uses of ActionType in org.drools.decisiontable.parser
Method parameters in org.drools.decisiontable.parser with type arguments of type ActionType Modifier and Type Method Description static voidActionType. addNewActionType(Map<Integer,ActionType> actionTypeMap, 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.
-