org.drools.spi
Class RuleBaseContext

java.lang.Object
  extended by org.drools.spi.RuleBaseContext
All Implemented Interfaces:
Serializable

public class RuleBaseContext
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
RuleBaseContext()
           
 
Method Summary
 Object get(Object key)
           
 void put(Object key, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleBaseContext

public RuleBaseContext()
Method Detail

get

public Object get(Object key)

put

public void put(Object key,
                Object value)


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