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

eva2.problems.InterfaceHasSolutionViewer Maven / Gradle / Ivy

Go to download

Gradle plugin that provides tasks for configuring and uploading artifacts to Sonatype Nexus.

The newest version!
package eva2.problems;

/**
 * An interface for problems which have a specific viewer.
 *
 * @author mkron
 */
public interface InterfaceHasSolutionViewer {
    InterfaceSolutionViewer getSolutionViewer();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy