Uses of Enum Class
neqsim.process.equipment.reactor.PlugFlowReactor.IntegrationMethod
Packages that use PlugFlowReactor.IntegrationMethod
-
Uses of PlugFlowReactor.IntegrationMethod in neqsim.process.equipment.reactor
Subclasses with type arguments of type PlugFlowReactor.IntegrationMethod in neqsim.process.equipment.reactorModifier and TypeClassDescriptionstatic enumODE integration method.Fields in neqsim.process.equipment.reactor declared as PlugFlowReactor.IntegrationMethodMethods in neqsim.process.equipment.reactor that return PlugFlowReactor.IntegrationMethodModifier and TypeMethodDescriptionPlugFlowReactor.getIntegrationMethod()Get integration method.Returns the enum constant of this class with the specified name.static PlugFlowReactor.IntegrationMethod[]PlugFlowReactor.IntegrationMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.