Uses of Enum Class
org.episteme.natural.chemistry.kinetics.RateEquation.Order
Packages that use RateEquation.Order
-
Uses of RateEquation.Order in org.episteme.natural.chemistry.kinetics
Subclasses with type arguments of type RateEquation.Order in org.episteme.natural.chemistry.kineticsMethods in org.episteme.natural.chemistry.kinetics that return RateEquation.OrderModifier and TypeMethodDescriptionstatic RateEquation.OrderReturns the enum constant of this class with the specified name.static RateEquation.Order[]RateEquation.Order.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.episteme.natural.chemistry.kinetics with parameters of type RateEquation.OrderModifier and TypeMethodDescriptionstatic RealRateEquation.halfLife(Real A0, Real k, RateEquation.Order order) Calculates half-life for different reaction orders.