Uses of Enum Class
com.logicaldoc.ai.neural.UpdateAlgorithm
Packages that use UpdateAlgorithm
-
Uses of UpdateAlgorithm in com.logicaldoc.ai.neural
Methods in com.logicaldoc.ai.neural that return UpdateAlgorithmModifier and TypeMethodDescriptionUpdater.getUpdateAlgorithm()static UpdateAlgorithmReturns the enum constant of this class with the specified name.static UpdateAlgorithm[]UpdateAlgorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.logicaldoc.ai.neural with parameters of type UpdateAlgorithmModifier and TypeMethodDescriptionvoidUpdater.setUpdateAlgorithm(UpdateAlgorithm updateAlgorithm) Constructors in com.logicaldoc.ai.neural with parameters of type UpdateAlgorithm