org.drools.ide.common.client.modeldriven.brl
Class DSLSentence

java.lang.Object
  extended by org.drools.ide.common.client.modeldriven.brl.DSLSentence
All Implemented Interfaces:
Serializable, IAction, IPattern, PortableObject

public class DSLSentence
extends Object
implements IPattern, IAction

This represents a DSL sentence.

See Also:
Serialized Form

Field Summary
 String sentence
           
 
Constructor Summary
DSLSentence()
           
 
Method Summary
 DSLSentence copy()
          This is used by the GUI when adding a sentence to LHS or RHS.
 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()
This is used by the GUI when adding a sentence to LHS or RHS.

Returns:


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