org.drools.rule
Class ApplicationData

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

public class ApplicationData
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ApplicationData(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(String identifier,
                       Class type)
Method Detail

getIdentifier

public String getIdentifier()

getType

public Class getType()


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