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

jadex.bpmn.testcases.IAService Maven / Gradle / Ivy

package jadex.bpmn.testcases;

import jadex.commons.future.IFuture;

/**
 * 
 */
public interface IAService 
{
	/**
	 *  Test method.
	 */
	public IFuture test();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy