|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.ide.common.client.modeldriven.brl.DSLSentence
public class DSLSentence
This represents a DSL sentence.
| Constructor Summary | |
|---|---|
DSLSentence()
|
|
| Method Summary | |
|---|---|
DSLSentence |
copy()
This is used by the GUI when adding a sentence to LHS or RHS. |
String |
getDefinition()
|
List<String> |
getValues()
|
String |
interpolate()
This will strip off any "{" stuff, substituting values accordingly |
void |
setDefinition(String definition)
|
void |
setValues(List<String> values)
|
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 |
| Constructor Detail |
|---|
public DSLSentence()
| Method Detail |
|---|
public String toString()
toString in class Objectpublic String interpolate()
public DSLSentence copy()
public String getDefinition()
public void setDefinition(String definition)
public List<String> getValues()
public void setValues(List<String> values)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||