Uses of Enum Class
neqsim.process.processmodel.ProcessSystem.IntegrationMethod
Packages that use ProcessSystem.IntegrationMethod
-
Uses of ProcessSystem.IntegrationMethod in neqsim.process.processmodel
Subclasses with type arguments of type ProcessSystem.IntegrationMethod in neqsim.process.processmodelModifier and TypeClassDescriptionstatic enumAvailable integration methods for transient simulation.Fields in neqsim.process.processmodel declared as ProcessSystem.IntegrationMethodModifier and TypeFieldDescriptionprivate ProcessSystem.IntegrationMethodProcessSystem.integrationMethodIntegration method used in runTransient.Methods in neqsim.process.processmodel that return ProcessSystem.IntegrationMethodModifier and TypeMethodDescriptionProcessSystem.getIntegrationMethod()Gets the integration method used for transient simulation.Returns the enum constant of this class with the specified name.static ProcessSystem.IntegrationMethod[]ProcessSystem.IntegrationMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.processmodel with parameters of type ProcessSystem.IntegrationMethodModifier and TypeMethodDescriptionvoidProcessSystem.setIntegrationMethod(ProcessSystem.IntegrationMethod method) Sets the integration method for transient simulation.