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

nl.tudelft.ewi.auta.srf.iface.ScriptExecutionContextFactory Maven / Gradle / Ivy

The newest version!
package nl.tudelft.ewi.auta.srf.iface;

/**
 * A factory for script execution contexts.
 */
public interface ScriptExecutionContextFactory {
    /**
     * Creates a new script execution context.
     *
     * @return the context
     */
    ScriptExecutionContext create();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy