org.drools.workbench.models.guided.template.backend
public class BRDRTXMLPersistence extends BRXMLPersistence
xt
Modifier and Type | Method and Description |
---|---|
protected RuleModel |
createEmptyModel() |
static BRLPersistence |
getInstance() |
String |
marshal(RuleModel model) |
TemplateModel |
unmarshal(String xml,
PackageDataModelOracle dmo) |
RuleModel |
unmarshalUsingDSL(String str,
List<String> globals,
PackageDataModelOracle dmo,
String... dsls) |
public static BRLPersistence getInstance()
public String marshal(RuleModel model)
marshal
in interface BRLPersistence
marshal
in class BRXMLPersistence
public TemplateModel unmarshal(String xml, PackageDataModelOracle dmo)
unmarshal
in interface BRLPersistence
unmarshal
in class BRXMLPersistence
public RuleModel unmarshalUsingDSL(String str, List<String> globals, PackageDataModelOracle dmo, String... dsls)
unmarshalUsingDSL
in interface BRLPersistence
unmarshalUsingDSL
in class BRXMLPersistence
protected RuleModel createEmptyModel()
createEmptyModel
in class BRXMLPersistence
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.