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

org.mwg.plugin.Job Maven / Gradle / Ivy

There is a newer version: 10
Show newest version
package org.mwg.plugin;

/**
 * Unit of computation of Many World Graph
 */
@FunctionalInterface
public interface Job {
    /**
     * Trigger the unit of computation
     */
    void run();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy