Uses of Enum
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
This package contains the classes used the specify LayeredNetwork objects
Node parameter specifications and configuration classes.
-
Uses of ProcessType in jline.lang
Fields in jline.lang with type parameters of type ProcessTypeModifier and TypeFieldDescriptionNetworkStruct.impatienceTypeNetworkStruct.procidNetworkStruct.retrialTypeMethods in jline.lang that return ProcessType -
Uses of ProcessType in jline.lang.constant
Methods in jline.lang.constant that return ProcessTypeModifier and TypeMethodDescriptionstatic ProcessTypeProcessType.fromDistribution(Distribution d) static ProcessTypestatic ProcessTypeReturns the enum constant of this type with the specified name.static ProcessType[]ProcessType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jline.lang.constant with parameters of type ProcessTypeModifier and TypeMethodDescriptionstatic booleanProcessType.isMarkovian(ProcessType t) True when sn.proc carries an exact matrix representation of a process of this type: a genuine (D0,D1) pair, or its matrix-exponential analogue for ME/RAP.static StringProcessType.toText(ProcessType type) -
Uses of ProcessType in jline.lang.layered
Fields in jline.lang.layered with type parameters of type ProcessTypeModifier and TypeFieldDescriptionLayeredNetworkStruct.actthink_typeLayeredNetworkStruct.arrival_typeLayeredNetworkStruct.callproc_typeLayeredNetworkStruct.delayofftime_typeLayeredNetworkStruct.hostdem_typeLayeredNetworkStruct.itemproc_typeLayeredNetworkStruct.setuptime_typeLayeredNetworkStruct.think_typeMethods in jline.lang.layered with parameters of type ProcessTypeModifier and TypeMethodDescriptionstatic DiscreteDistributionLayeredNetwork.reconstructDiscreteDistribution(ProcessType type, Matrix params, Double mean) Reconstruct a DiscreteDistribution object from primitive parameters.static DistributionLayeredNetwork.reconstructDistribution(ProcessType type, Matrix params, Double mean, Double scv, MatrixCell proc) Reconstruct a Distribution object from primitive parameters. -
Uses of ProcessType in jline.lang.nodeparam
Fields in jline.lang.nodeparam with type parameters of type ProcessTypeModifier and TypeFieldDescriptionTransitionNodeParam.firingprocidServiceNodeParam.heteroprocidHeterogeneous process types: heteroprocid.get(serverTypeId).get(classId) -> ProcessType.