Uses of Enum
jline.lang.constant.ImpatienceType
Packages that use ImpatienceType
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 Network objects
-
Uses of ImpatienceType in jline.lang
Methods in jline.lang that return ImpatienceTypeModifier and TypeMethodDescriptionJobClass.getImpatienceType()Gets the global impatience type for this job class.Methods in jline.lang with parameters of type ImpatienceTypeModifier and TypeMethodDescriptionvoidJobClass.setPatience(ImpatienceType impatienceType, Distribution distribution) Sets the global impatience type and distribution for this job class. -
Uses of ImpatienceType in jline.lang.constant
Methods in jline.lang.constant that return ImpatienceTypeModifier and TypeMethodDescriptionstatic ImpatienceTypeImpatienceType.fromID(int id) Convert numeric ID to ImpatienceType enum value.static ImpatienceTypeReturns the enum constant of this type with the specified name.static ImpatienceType[]ImpatienceType.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 ImpatienceTypeModifier and TypeMethodDescriptionstatic StringImpatienceType.toText(ImpatienceType type) Convert ImpatienceType to human-readable text. -
Uses of ImpatienceType in jline.lang.nodes
Fields in jline.lang.nodes with type parameters of type ImpatienceTypeMethods in jline.lang.nodes that return ImpatienceTypeModifier and TypeMethodDescriptionStation.getImpatienceType(JobClass jobClass) Gets the effective impatience type for a specific job class.Station.getImpatienceTypeLocal(JobClass jobClass) Gets the station-specific impatience type (without fallback).Methods in jline.lang.nodes with parameters of type ImpatienceTypeModifier and TypeMethodDescriptionvoidStation.setPatience(JobClass jobClass, ImpatienceType impatienceType, Distribution distribution) Sets the impatience type and distribution for a specific job class at this station.