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

jason.runtime.RuntimeServicesFactory Maven / Gradle / Ivy

The newest version!
package jason.runtime;

public class RuntimeServicesFactory {
    static private RuntimeServices singleton = null;
    static public void set(RuntimeServices s) {
        singleton = s;
    }
    static public RuntimeServices get() {
        return singleton;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy