Uses of Enum Class
neqsim.process.equipment.pipeline.PipeBeggsAndBrills.CalculationMode
Packages that use PipeBeggsAndBrills.CalculationMode
-
Uses of PipeBeggsAndBrills.CalculationMode in neqsim.process.equipment.pipeline
Subclasses with type arguments of type PipeBeggsAndBrills.CalculationMode in neqsim.process.equipment.pipelineModifier and TypeClassDescriptionstatic enumCalculation modes for pipeline simulation.Fields in neqsim.process.equipment.pipeline declared as PipeBeggsAndBrills.CalculationModeMethods in neqsim.process.equipment.pipeline that return PipeBeggsAndBrills.CalculationModeModifier and TypeMethodDescriptionPipeBeggsAndBrills.getCalculationMode()Gets the current calculation mode.Returns the enum constant of this class with the specified name.static PipeBeggsAndBrills.CalculationMode[]PipeBeggsAndBrills.CalculationMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.equipment.pipeline with parameters of type PipeBeggsAndBrills.CalculationModeModifier and TypeMethodDescriptionvoidPipeBeggsAndBrills.setCalculationMode(PipeBeggsAndBrills.CalculationMode mode) Sets the calculation mode for the pipeline.