Package org.drools.core.impl
Class EnvironmentImpl
- java.lang.Object
-
- org.drools.core.impl.EnvironmentImpl
-
- All Implemented Interfaces:
org.kie.api.runtime.Environment
public class EnvironmentImpl extends java.lang.Object implements org.kie.api.runtime.Environment
-
-
Constructor Summary
Constructors Constructor Description EnvironmentImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectget(java.lang.String identifier)voidset(java.lang.String name, java.lang.Object object)voidsetDelegate(org.kie.api.runtime.Environment delegate)
-
-
-
Method Detail
-
setDelegate
public void setDelegate(org.kie.api.runtime.Environment delegate)
- Specified by:
setDelegatein interfaceorg.kie.api.runtime.Environment
-
get
public java.lang.Object get(java.lang.String identifier)
- Specified by:
getin interfaceorg.kie.api.runtime.Environment
-
set
public void set(java.lang.String name, java.lang.Object object)- Specified by:
setin interfaceorg.kie.api.runtime.Environment
-
-