|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A named set of executable Rule instances. A RuleExecutionSet can be executed by a rules engine via the RuleSession interface.
Rule
,
RuleSession
Method Summary | |
java.lang.String |
getDefaultObjectFilter()
Returns the default ObjectFilter class name associated with this rule execution set. |
java.lang.String |
getDescription()
Get a description of this rule execution set. |
java.lang.String |
getName()
Get the name of this rule execution set. |
java.lang.Object |
getProperty(java.lang.Object key)
Get a user defined or vendor defined property. |
java.util.List |
getRules()
Return a list of all Rules that are part of the RuleExecutionSet |
void |
setDefaultObjectFilter(java.lang.String objectFilterClassname)
Set the default ObjectFilter class. |
void |
setProperty(java.lang.Object key,
java.lang.Object value)
Set a user defined or vendor defined property. |
Method Detail |
public java.lang.String getName()
public java.lang.String getDescription()
public java.lang.Object getProperty(java.lang.Object key)
key
- the key to use to retrieve the property
public void setProperty(java.lang.Object key, java.lang.Object value)
key
- the key for the property valuevalue
- the value to associate with the keypublic void setDefaultObjectFilter(java.lang.String objectFilterClassname)
Setting the class name to null
removes the default ObjectFilter.
objectFilterClassname
- public java.lang.String getDefaultObjectFilter()
public java.util.List getRules()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |