org.drools.ide.common.client.modeldriven.brl
Class DSLSentence
java.lang.Object
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
|
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... |
sentence
public String sentence
DSLSentence
public DSLSentence()
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.