Drools Workbench - Common Model 6.0.0.Beta3

org.drools.workbench.models.commons.backend.rule
Interface BRLPersistence

All Known Implementing Classes:
BRDRLPersistence

public interface BRLPersistence


Method Summary
 String marshal(RuleModel model)
           
 RuleModel unmarshal(String str)
           
 RuleModel unmarshalUsingDSL(String str, List<String> globals, String... dsls)
           
 

Method Detail

marshal

String marshal(RuleModel model)

unmarshal

RuleModel unmarshal(String str)

unmarshalUsingDSL

RuleModel unmarshalUsingDSL(String str,
                            List<String> globals,
                            String... dsls)

Drools Workbench - Common Model 6.0.0.Beta3

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.