
org.drools.runtime.Environment Maven / Gradle / Ivy
package org.drools.runtime;
public interface Environment {
Object get(String identifier);
void set(String identifier,
Object object);
void setDelegate(Environment delegate);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy