jadex.bpmn.testcases.IAService Maven / Gradle / Ivy
package jadex.bpmn.testcases;
import jadex.commons.future.IFuture;
/**
*
*/
public interface IAService
{
/**
* Test method.
*/
public IFuture test();
}
package jadex.bpmn.testcases;
import jadex.commons.future.IFuture;
/**
*
*/
public interface IAService
{
/**
* Test method.
*/
public IFuture test();
}