Uses of Enum Class
org.ojalgo.optimisation.service.OptimisationService.Status
Packages that use OptimisationService.Status
-
Uses of OptimisationService.Status in org.ojalgo.optimisation.service
Subclasses with type arguments of type OptimisationService.Status in org.ojalgo.optimisation.serviceFields in org.ojalgo.optimisation.service with type parameters of type OptimisationService.StatusModifier and TypeFieldDescriptionprivate final ForgetfulMap<String, OptimisationService.Status> OptimisationService.myStatusCacheMethods in org.ojalgo.optimisation.service that return OptimisationService.StatusModifier and TypeMethodDescriptionstatic OptimisationService.StatusReturns the enum constant of this class with the specified name.static OptimisationService.Status[]OptimisationService.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.