org.drools.rule
Class ApplicationData

java.lang.Object
  extended by org.drools.rule.ApplicationData
All Implemented Interfaces:
Serializable

public class ApplicationData
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ApplicationData(RuleSet ruleSet, String identifier, Class type)
           
 
Method Summary
 String getIdentifier()
           
 Class getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationData

public ApplicationData(RuleSet ruleSet,
                       String identifier,
                       Class type)
Method Detail

getIdentifier

public String getIdentifier()

getType

public Class getType()


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