
org.drools.runtime.ExecutionResults Maven / Gradle / Ivy
package org.drools.runtime;
import java.util.Collection;
/**
*
* Contains the results for the BatchExecution Command. If the identifier is reference the results of a query, you'll need to cast the vlaue to
* QueryResults.
*
*
*
*/
public interface ExecutionResults {
Collection getIdentifiers();
Object getValue(String identifier);
Object getFactHandle(String identifier);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy