org.drools.impl.adapters
Class GlobalsAdapter
java.lang.Object
org.drools.impl.adapters.GlobalsAdapter
- All Implemented Interfaces:
- Globals
public class GlobalsAdapter
- extends Object
- implements Globals
|
Constructor Summary |
GlobalsAdapter(org.kie.api.runtime.Globals delegate)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlobalsAdapter
public GlobalsAdapter(org.kie.api.runtime.Globals delegate)
get
public Object get(String identifier)
- Specified by:
get in interface Globals
set
public void set(String identifier,
Object value)
- Specified by:
set in interface Globals
setDelegate
public void setDelegate(Globals delegate)
- Specified by:
setDelegate in interface Globals
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.