org.jboss.reliance.drools.core
Class PackageWrapper

java.lang.Object
  extended by org.jboss.reliance.drools.core.PackageWrapper

public class PackageWrapper
extends Object

Package wrapper.

Author:
Ales Justin

Constructor Summary
PackageWrapper(org.drools.rule.Package pckg)
           
PackageWrapper(String name, org.drools.rule.Package pckg)
           
 
Method Summary
 String getName()
          Get the name.
 org.drools.rule.Package getPackage()
          Get the package.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PackageWrapper

public PackageWrapper(org.drools.rule.Package pckg)

PackageWrapper

public PackageWrapper(String name,
                      org.drools.rule.Package pckg)
Method Detail

getName

public String getName()
Get the name.

Returns:
name

getPackage

public org.drools.rule.Package getPackage()
Get the package.

Returns:
package


Copyright © 2008 JBoss Inc.. All Rights Reserved.