|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.rule.Rule
org.drools.rule.Query
public class Query
Constructor Summary | |
---|---|
Query(java.lang.String name)
|
Method Summary | |
---|---|
boolean |
isValid()
Override this as Queries will NEVER have a consequence, and it should not be taken into account when deciding if it is valid. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Query(java.lang.String name)
Method Detail |
---|
public boolean isValid()
isValid
in class Rule
true
if this rule is valid, else
false
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |