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

io.github.qudtlib.model.DerivedUnitSearchMode Maven / Gradle / Ivy

There is a newer version: 6.7.0
Show newest version
package io.github.qudtlib.model;

/** Governs the algorithm used to find units based on their derived units. */
public enum DerivedUnitSearchMode {
    /** Return all matching units. */
    ALL,
    /** Return the best matching unit. */
    BEST_MATCH
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy