Class GuidedDTDRLUtilities
- java.lang.Object
-
- org.drools.workbench.models.guided.dtable.backend.util.GuidedDTDRLUtilities
-
public class GuidedDTDRLUtilities extends Object
Utilities to support Guided Decision Table operations
-
-
Constructor Summary
Constructors Constructor Description GuidedDTDRLUtilities()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringconvertDTCellValueToString(DTCellValue52 dcv)Utility method to convert DTCellValues to their String representation
-
-
-
Method Detail
-
convertDTCellValueToString
public static String convertDTCellValueToString(DTCellValue52 dcv)
Utility method to convert DTCellValues to their String representation- Parameters:
dcv-- Returns:
-
-