|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface provides access to simple metadata for a rule. Related Rule instances are assembled into RuleExecutionSets, which in turn, can be executed by a rules engine via the RuleSession interface.
RuleExecutionSet
,
RuleSession
,
RuleRuntime
Method Summary | |
java.lang.String |
getDescription()
Get a description of the rule. |
java.lang.String |
getName()
Get the name of this rule. |
java.lang.Object |
getProperty(java.lang.Object key)
Get a user defined or vendor defined property. |
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 key
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |