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) |
RuleModel |
unmarshalUsingDSL(String str,
List<String> globals,
String... dsls) |
public static BRLPersistence getInstance()
public String marshal(RuleModel model)
marshal
in interface BRLPersistence
marshal
in class BRXMLPersistence
public TemplateModel unmarshal(String xml)
unmarshal
in interface BRLPersistence
unmarshal
in class BRXMLPersistence
public RuleModel unmarshalUsingDSL(String str, List<String> globals, 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.