站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

RuleExecutionSetMetadataImpl (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.jsr94.rules
Class RuleExecutionSetMetadataImpl

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

public class RuleExecutionSetMetadataImpl
extends Object
implements javax.rules.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 javax.rules.RuleExecutionSetMetadata
Returns:
The URI for this RuleExecutionSet.

getName

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

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

getDescription

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

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


Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.