Uses of Enum Class
jline.lang.constant.ProcessType
Packages that use ProcessType
Package
Description
Abstractions to declare basic elements of a model.
This package contains constants used in the definition of queueing characteristics
-
Uses of ProcessType in jline.lang
Fields in jline.lang with type parameters of type ProcessTypeMethods in jline.lang that return ProcessType -
Uses of ProcessType in jline.lang.constant
Methods in jline.lang.constant that return ProcessTypeModifier and TypeMethodDescriptionstatic ProcessType
ProcessType.fromDistribution
(Distribution d) static ProcessType
static ProcessType
Returns the enum constant of this class with the specified name.static ProcessType[]
ProcessType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in jline.lang.constant with parameters of type ProcessType