Uses of Class
org.aksw.limes.core.ml.algorithm.euclid.LinearSelfConfigurator.Strategy
-
Packages that use LinearSelfConfigurator.Strategy Package Description org.aksw.limes.core.ml.algorithm.euclid -
-
Uses of LinearSelfConfigurator.Strategy in org.aksw.limes.core.ml.algorithm.euclid
Methods in org.aksw.limes.core.ml.algorithm.euclid that return LinearSelfConfigurator.Strategy Modifier and Type Method Description static LinearSelfConfigurator.StrategyLinearSelfConfigurator.Strategy. valueOf(String name)Returns the enum constant of this type with the specified name.static LinearSelfConfigurator.Strategy[]LinearSelfConfigurator.Strategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-