Uses of Enum Class
neqsim.process.equipment.network.NetworkOptimizer.Algorithm
Packages that use NetworkOptimizer.Algorithm
-
Uses of NetworkOptimizer.Algorithm in neqsim.process.equipment.network
Subclasses with type arguments of type NetworkOptimizer.Algorithm in neqsim.process.equipment.networkModifier and TypeClassDescriptionstatic enumOptimizer algorithm selection.Fields in neqsim.process.equipment.network declared as NetworkOptimizer.AlgorithmModifier and TypeFieldDescriptionprivate NetworkOptimizer.AlgorithmNetworkOptimizer.algorithmAlgorithm selection.Methods in neqsim.process.equipment.network that return NetworkOptimizer.AlgorithmModifier and TypeMethodDescriptionNetworkOptimizer.getAlgorithm()Get the optimization algorithm.static NetworkOptimizer.AlgorithmReturns the enum constant of this class with the specified name.static NetworkOptimizer.Algorithm[]NetworkOptimizer.Algorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.equipment.network with parameters of type NetworkOptimizer.AlgorithmModifier and TypeMethodDescriptionvoidNetworkOptimizer.setAlgorithm(NetworkOptimizer.Algorithm algorithm) Set the optimization algorithm.