Uses of Class
com.dna.jopt.cloud.touroptimizer.pluginservice.algorithm.AlgorithmPluginResultStatus
Packages that use AlgorithmPluginResultStatus
-
Uses of AlgorithmPluginResultStatus in com.dna.jopt.cloud.touroptimizer.pluginservice.algorithm
Methods in com.dna.jopt.cloud.touroptimizer.pluginservice.algorithm that return AlgorithmPluginResultStatusModifier and TypeMethodDescriptionAlgorithmPluginResultStatus.Builder.build()Builds a newAlgorithmPluginResultStatus.AlgorithmPluginResultStatus.BuildFinal.build()Builds a newAlgorithmPluginResultStatus.static AlgorithmPluginResultStatusAlgorithmPluginResultStatus.copyOf(AbstractAlgorithmPluginResultStatus instance) Creates an immutable copy of aAbstractAlgorithmPluginResultStatusvalue.static AlgorithmPluginResultStatusAbstractAlgorithmPluginResultStatus.defaultErrorResult(Optional<String> statusDescription) static AlgorithmPluginResultStatusAbstractAlgorithmPluginResultStatus.defaultSuccessResult(Optional<String> statusDescription) static AlgorithmPluginResultStatusAlgorithmPluginResultStatus.of(Optional<String> statusDescription, AbstractAlgorithmPluginResultStatus.AlgorithmPluginResultStatusTag status) Construct a new immutableAlgorithmPluginResultStatusinstance.static AlgorithmPluginResultStatusAbstractAlgorithmPluginResultStatus.result(Optional<String> statusDescription, AbstractAlgorithmPluginResultStatus.AlgorithmPluginResultStatusTag tag) abstract AlgorithmPluginResultStatusAbstractOptimizationAlgorithmPluginResult.status()abstract AlgorithmPluginResultStatusAbstractOptimizationAlgorithmPreparationPluginResult.status()OptimizationAlgorithmPluginResult.status()OptimizationAlgorithmPreparationPluginResult.status()AlgorithmPluginResultStatus.withStatus(AbstractAlgorithmPluginResultStatus.AlgorithmPluginResultStatusTag value) Copy the current immutable object by setting a value for thestatusattribute.AlgorithmPluginResultStatus.withStatusDescription(String value) Copy the current immutable object by setting a present value for the optionalstatusDescriptionattribute.AlgorithmPluginResultStatus.withStatusDescription(Optional<String> optional) Copy the current immutable object by setting an optional value for thestatusDescriptionattribute.Methods in com.dna.jopt.cloud.touroptimizer.pluginservice.algorithm with parameters of type AlgorithmPluginResultStatusModifier and TypeMethodDescriptionOptimizationAlgorithmPluginResult.of(Iterable<? extends IEntity> ens, AlgorithmPluginResultStatus status) Construct a new immutableOptimizationAlgorithmPluginResultinstance.OptimizationAlgorithmPluginResult.of(List<IEntity> ens, AlgorithmPluginResultStatus status) Construct a new immutableOptimizationAlgorithmPluginResultinstance.OptimizationAlgorithmPreparationPluginResult.of(AlgorithmPluginResultStatus status) Construct a new immutableOptimizationAlgorithmPreparationPluginResultinstance.OptimizationAlgorithmPluginResult.Builder.status(AlgorithmPluginResultStatus status) Initializes the value for thestatusattribute.OptimizationAlgorithmPluginResult.StatusBuildStage.status(AlgorithmPluginResultStatus status) Initializes the value for thestatusattribute.OptimizationAlgorithmPreparationPluginResult.Builder.status(AlgorithmPluginResultStatus status) Initializes the value for thestatusattribute.OptimizationAlgorithmPreparationPluginResult.StatusBuildStage.status(AlgorithmPluginResultStatus status) Initializes the value for thestatusattribute.OptimizationAlgorithmPluginResult.withStatus(AlgorithmPluginResultStatus value) Copy the current immutable object by setting a value for thestatusattribute.OptimizationAlgorithmPreparationPluginResult.withStatus(AlgorithmPluginResultStatus value) Copy the current immutable object by setting a value for thestatusattribute.