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

jadex.extension.envsupport.IObjectCreator Maven / Gradle / Ivy

Go to download

The Jadex kernel extension envsupport allows for using 2D spaces in concert with components.

There is a newer version: 3.0.117
Show newest version
package jadex.extension.envsupport;

import java.util.Map;

/**
 * 
 */
public interface IObjectCreator
{
	/**
	 * @throws Exception TODO
	 * 
	 */
	public Object createObject(Map args) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy