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

com.github.jbgust.jsrm.calculation.ResultLineProvider Maven / Gradle / Ivy

package com.github.jbgust.jsrm.calculation;

public interface ResultLineProvider {

    String getName();
    double getResult(int lineNumber);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy