|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.drools.jsr94.rules.admin.RuleExecutionSetImpl
A named set of executable Rule
instances.
A RuleExecutionSet
can be executed by a rules engine via the RuleSession
interface.
RuleExecutionSet
,
Serialized FormMethod Summary | |
java.lang.String |
getDefaultObjectFilter()
|
java.lang.String |
getDescription()
|
java.lang.String |
getName()
|
javax.rules.ObjectFilter |
getObjectFilter()
Get an instance of the default filter, or null. |
java.lang.Object |
getProperty(java.lang.Object key)
|
RuleBase |
getRuleBase()
Get the drool RuleBase associated with this RuleExecutionSet . |
java.util.List |
getRules()
|
void |
setDefaultObjectFilter(java.lang.String objectFilterClassname)
|
void |
setProperty(java.lang.Object key,
java.lang.Object val)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public RuleBase getRuleBase()
RuleBase
associated with this RuleExecutionSet
.
public javax.rules.ObjectFilter getObjectFilter()
public java.lang.String getName()
getName
in interface javax.rules.admin.RuleExecutionSet
public java.lang.String getDescription()
getDescription
in interface javax.rules.admin.RuleExecutionSet
public java.lang.Object getProperty(java.lang.Object key)
getProperty
in interface javax.rules.admin.RuleExecutionSet
public void setProperty(java.lang.Object key, java.lang.Object val)
setProperty
in interface javax.rules.admin.RuleExecutionSet
public void setDefaultObjectFilter(java.lang.String objectFilterClassname)
setDefaultObjectFilter
in interface javax.rules.admin.RuleExecutionSet
public java.lang.String getDefaultObjectFilter()
getDefaultObjectFilter
in interface javax.rules.admin.RuleExecutionSet
public java.util.List getRules()
getRules
in interface javax.rules.admin.RuleExecutionSet
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |