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

com.targomo.client.api.quality.criterion.CriterionDefinitionInterface Maven / Gradle / Ivy

The newest version!
package com.targomo.client.api.quality.criterion;

public interface CriterionDefinitionInterface {
    CriterionType getType();

    Double getDistanceExponent();

    Double getScalingFactor();

    Double getDistanceModifier();

    Double getLowerBound();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy