站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

BRDRLPersistence (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.brms.server.util
Class BRDRLPersistence

java.lang.Object
  extended by org.drools.brms.server.util.BRDRLPersistence
All Implemented Interfaces:
BRLPersistence

public class BRDRLPersistence
extends Object
implements BRLPersistence

This class persists the rule model to DRL and back

Author:
etirelli

Nested Class Summary
static class BRDRLPersistence.LHSPatternVisitor
           
static class BRDRLPersistence.RHSActionVisitor
           
 
Method Summary
static BRLPersistence getInstance()
           
 String marshal(RuleModel model)
           
 RuleModel unmarshal(String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static BRLPersistence getInstance()

marshal

public String marshal(RuleModel model)
Specified by:
marshal in interface BRLPersistence

unmarshal

public RuleModel unmarshal(String str)
Specified by:
unmarshal in interface BRLPersistence


Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.