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

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


org.drools.brms.client.modeldriven.brxml
Class DSLSentence

java.lang.Object
  extended by org.drools.brms.client.modeldriven.brxml.DSLSentence
All Implemented Interfaces:
IAction, IPattern, PortableObject

public class DSLSentence
extends Object
implements IPattern, IAction

This represents a DSL sentence.

Author:
Michael Neale

Field Summary
 String sentence
           
 
Constructor Summary
DSLSentence()
           
 
Method Summary
 DSLSentence copy()
           
 String toString()
          This will strip off any residual "{" stuff...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

sentence

public String sentence
Constructor Detail

DSLSentence

public DSLSentence()
Method Detail

toString

public String toString()
This will strip off any residual "{" stuff...

Overrides:
toString in class Object

copy

public DSLSentence copy()


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