Class GuidedDTDRLPersistence
- java.lang.Object
-
- org.drools.workbench.models.guided.dtable.backend.GuidedDTDRLPersistence
-
public class GuidedDTDRLPersistence extends Object
This takes care of converting GuidedDT object to DRL (via the RuleModel).
-
-
Constructor Summary
Constructors Constructor Description GuidedDTDRLPersistence()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GuidedDTDRLPersistencegetInstance()Stringmarshal(GuidedDecisionTable52 originalDTable)
-
-
-
Method Detail
-
getInstance
public static GuidedDTDRLPersistence getInstance()
-
marshal
public String marshal(GuidedDecisionTable52 originalDTable)
-
-