Uses of Class
org.drools.decisiontable.parser.ActionType
Packages that use ActionType
-
Uses of ActionType in org.drools.decisiontable.parser
Method parameters in org.drools.decisiontable.parser with type arguments of type ActionTypeModifier and TypeMethodDescriptionstatic 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.