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

jadex.bdibpmn.task.IResultFuture Maven / Gradle / Ivy

Go to download

The Jadex BDI-BPMN kernel allows to use BPMN workflow descriptions as alternative description for BDI agent plans.

There is a newer version: 2.4
Show newest version
package jadex.bdibpmn.task;

public interface IResultFuture
{
	/**
	 *  Returns the results after a component finishes.
	 *  @return The component.
	 */
	public Object getResults();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy