| java.lang.Object org.drools.jsr94.rules.RuleExecutionSetMetadataImpl
RuleExecutionSetMetadataImpl | public class RuleExecutionSetMetadataImpl implements RuleExecutionSetMetadata(Code) | | The Drools implementation of the RuleExecutionSetMetadata
interface which exposes some simple properties of the
RuleExecutionSet to the runtime user.
See Also: RuleExecutionSetMetadata |
RuleExecutionSetMetadataImpl | public RuleExecutionSetMetadataImpl(String uri, String name, String description)(Code) | | Constructs an instance of RuleExecutionSetMetadata .
Parameters: uri - The URI for this RuleExecutionSet . Parameters: name - The name of this RuleExecutionSet . Parameters: description - The description of this RuleExecutionSet . |
getDescription | public String getDescription()(Code) | | Get a short description about this RuleExecutionSet .
The description of this RuleExecutionSet or null . |
getName | public String getName()(Code) | | Get the name of this RuleExecutionSet .
The name of this RuleExecutionSet . |
getUri | public String getUri()(Code) | | Get the URI for this RuleExecutionSet .
The URI for this RuleExecutionSet . |
|
|