Uses of Enum Class
neqsim.process.equipment.compressor.AntiSurge.ControlStrategy
Packages that use AntiSurge.ControlStrategy
-
Uses of AntiSurge.ControlStrategy in neqsim.process.equipment.compressor
Subclasses with type arguments of type AntiSurge.ControlStrategy in neqsim.process.equipment.compressorModifier and TypeClassDescriptionstatic enumEnum for anti-surge control strategies.Fields in neqsim.process.equipment.compressor declared as AntiSurge.ControlStrategyMethods in neqsim.process.equipment.compressor that return AntiSurge.ControlStrategyModifier and TypeMethodDescriptionAntiSurge.getControlStrategy()Get the control strategy.static AntiSurge.ControlStrategyReturns the enum constant of this class with the specified name.static AntiSurge.ControlStrategy[]AntiSurge.ControlStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.equipment.compressor with parameters of type AntiSurge.ControlStrategyModifier and TypeMethodDescriptionvoidAntiSurge.setControlStrategy(AntiSurge.ControlStrategy strategy) Set the control strategy.Constructors in neqsim.process.equipment.compressor with parameters of type AntiSurge.ControlStrategyModifierConstructorDescriptionAntiSurge(AntiSurge.ControlStrategy strategy) Constructor with control strategy.