![JAR search and dependency download from the Maven repository](/logo.png)
eu.project.ttc.metrics.IExplanation Maven / Gradle / Ivy
package eu.project.ttc.metrics;
public interface IExplanation {
public String getText();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package eu.project.ttc.metrics;
public interface IExplanation {
public String getText();
}