|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The RuleExecutionSetMetadata exposes some simple properties of the RuleExecutionSet to the runtime user. This interface can be extended by rule engine providers to expose additional proprietary properties to the runtime user. It is recommended but not required that any properties that are exposed in such extensions be read only, and that their values be static for the duration of the RuleSession.
Method Summary | |
java.lang.String |
getDescription()
Get a short description about this RuleExecutionSet. |
java.lang.String |
getName()
Get the name of this RuleExecutionSet. |
java.lang.String |
getUri()
Get the URI for this RuleExecutionSet. |
Method Detail |
public java.lang.String getUri()
public java.lang.String getName()
public java.lang.String getDescription()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |