All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.drools.runtime.ExecutionResults Maven / Gradle / Ivy

There is a newer version: 7.6.0.Final
Show newest version
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