Uses of Enum Class
neqsim.process.equipment.reactor.FermentationReactor.KineticModel
Packages that use FermentationReactor.KineticModel
-
Uses of FermentationReactor.KineticModel in neqsim.process.equipment.reactor
Subclasses with type arguments of type FermentationReactor.KineticModel in neqsim.process.equipment.reactorModifier and TypeClassDescriptionstatic enumKinetic model type enumeration.Fields in neqsim.process.equipment.reactor declared as FermentationReactor.KineticModelModifier and TypeFieldDescriptionprivate FermentationReactor.KineticModelFermentationReactor.kineticModelSelected kinetic model.Methods in neqsim.process.equipment.reactor that return FermentationReactor.KineticModelModifier and TypeMethodDescriptionFermentationReactor.getKineticModel()Gets the kinetic model.Returns the enum constant of this class with the specified name.static FermentationReactor.KineticModel[]FermentationReactor.KineticModel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.equipment.reactor with parameters of type FermentationReactor.KineticModelModifier and TypeMethodDescriptionvoidFermentationReactor.setKineticModel(FermentationReactor.KineticModel model) Sets the kinetic model.