org.drools.impl
Class EnvironmentImpl

java.lang.Object
  extended by org.drools.impl.EnvironmentImpl
All Implemented Interfaces:
org.drools.runtime.Environment

public class EnvironmentImpl
extends Object
implements org.drools.runtime.Environment


Constructor Summary
EnvironmentImpl()
           
 
Method Summary
 Object get(String identifier)
           
 void set(String name, Object object)
           
 void setDelegate(org.drools.runtime.Environment delegate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvironmentImpl

public EnvironmentImpl()
Method Detail

setDelegate

public void setDelegate(org.drools.runtime.Environment delegate)
Specified by:
setDelegate in interface org.drools.runtime.Environment

get

public Object get(String identifier)
Specified by:
get in interface org.drools.runtime.Environment

set

public void set(String name,
                Object object)
Specified by:
set in interface org.drools.runtime.Environment


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.