Package org.kie.api.runtime
Interface Environment
- 
public interface Environment 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectget(String identifier)voidset(String identifier, Object object)voidsetDelegate(Environment delegate) 
 - 
 
- 
- 
Method Detail
- 
setDelegate
void setDelegate(Environment delegate)
 
 - 
 
 -