org.mwg.plugin.Job Maven / Gradle / Ivy
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