|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.jsr94.rules.RuleExecutionSetMetadataImpl
The Drools implementation of the RuleExecutionSetMetadata
interface which exposes some simple properties of the
RuleExecutionSet
to the runtime user.
RuleExecutionSetMetadata
,
Serialized Form
Constructor Summary | |
RuleExecutionSetMetadataImpl(java.lang.String uri,
java.lang.String name,
java.lang.String description)
Constructs an instance of RuleExecutionSetMetadata . |
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 . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RuleExecutionSetMetadataImpl(java.lang.String uri, java.lang.String name, java.lang.String description)
RuleExecutionSetMetadata
.
uri
- The URI for this RuleExecutionSet
.name
- The name of this RuleExecutionSet
.description
- The description of this RuleExecutionSet
.Method Detail |
public java.lang.String getUri()
RuleExecutionSet
.
getUri
in interface javax.rules.RuleExecutionSetMetadata
RuleExecutionSet
.public java.lang.String getName()
RuleExecutionSet
.
getName
in interface javax.rules.RuleExecutionSetMetadata
RuleExecutionSet
.public java.lang.String getDescription()
RuleExecutionSet
.
getDescription
in interface javax.rules.RuleExecutionSetMetadata
RuleExecutionSet
or null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |