org.drools.jsr94.rules
Class RuleExecutionSetMetadataImpl

java.lang.Object
  extended byorg.drools.jsr94.rules.RuleExecutionSetMetadataImpl
All Implemented Interfaces:
RuleExecutionSetMetadata, Serializable

public class RuleExecutionSetMetadataImpl
extends Object
implements RuleExecutionSetMetadata

The Drools implementation of the RuleExecutionSetMetadata interface which exposes some simple properties of the RuleExecutionSet to the runtime user.

See Also:
RuleExecutionSetMetadata, Serialized Form

Constructor 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

RuleExecutionSetMetadataImpl

public RuleExecutionSetMetadataImpl(String uri,
                                    String name,
                                    String description)
Constructs an instance of RuleExecutionSetMetadata.

Parameters:
uri - The URI for this RuleExecutionSet.
name - The name of this RuleExecutionSet.
description - The description of this RuleExecutionSet.
Method Detail

getUri

public String getUri()
Get the URI for this RuleExecutionSet.

Specified by:
getUri in interface RuleExecutionSetMetadata
Returns:
The URI for this RuleExecutionSet.

getName

public String getName()
Get the name of this RuleExecutionSet.

Specified by:
getName in interface RuleExecutionSetMetadata
Returns:
The name of this RuleExecutionSet.

getDescription

public String getDescription()
Get a short description about this RuleExecutionSet.

Specified by:
getDescription in interface RuleExecutionSetMetadata
Returns:
The description of this RuleExecutionSet or null.


Copyright © 2001-2004 The Codehaus. All Rights Reserved.