![JAR search and dependency download from the Maven repository](/logo.png)
info.kwarc.sally4.mhw.base.impl.MathHubWorkerSuggestion Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mhw-base Show documentation
Show all versions of mhw-base Show documentation
Implements the interaction of assigning a MathHub document to a Worker.
The newest version!
package info.kwarc.sally4.mhw.base.impl;
import info.kwarc.sally4.mhw.base.IMathHubWorker;
public interface MathHubWorkerSuggestion {
public String getDescription();
public IMathHubWorker doAssignWorker();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy