|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.drools.jsr94.rules.RuleExecutionSetMetadataImpl
public class RuleExecutionSetMetadataImpl
The Drools implementation of the RuleExecutionSetMetadata
interface which exposes some simple properties of the
RuleExecutionSet
to the runtime user.
RuleExecutionSetMetadata
,
Serialized FormConstructor Summary | |
---|---|
RuleExecutionSetMetadataImpl(String uri,
String name,
String description)
Constructs an instance of RuleExecutionSetMetadata . |
Method Summary | |
---|---|
String |
getDescription()
Get a short description about this RuleExecutionSet . |
String |
getName()
Get the name of this RuleExecutionSet . |
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(String uri, String name, String description)
RuleExecutionSetMetadata
.
uri
- The URI for this RuleExecutionSet
.name
- The name of this RuleExecutionSet
.description
- The description of this RuleExecutionSet
.Method Detail |
---|
public String getUri()
RuleExecutionSet
.
getUri
in interface javax.rules.RuleExecutionSetMetadata
RuleExecutionSet
.public String getName()
RuleExecutionSet
.
getName
in interface javax.rules.RuleExecutionSetMetadata
RuleExecutionSet
.public 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 |