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

net.intelie.liverig.plugin.curves.CalculatedCurves Maven / Gradle / Ivy

The newest version!
package net.intelie.liverig.plugin.curves;

import net.intelie.liverig.plugin.data.CurveExpressionTestResult;
import org.jetbrains.annotations.NotNull;

import java.util.LinkedHashSet;

public interface CalculatedCurves extends CurvesSettingsHolder {

    @NotNull
    LinkedHashSet getCurveParameters(@NotNull CalculatedCurve curve);

    @NotNull
    CurveExpressionTestResult testCurve(@NotNull CalculatedCurve curve);

    @NotNull
    CurveExpressionTestResult testExpression(String expression, String quantityType);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy