Uses of Enum
jline.lang.constant.HeteroSchedPolicy
Packages that use HeteroSchedPolicy
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 HeteroSchedPolicy in jline.lang
Fields in jline.lang with type parameters of type HeteroSchedPolicyModifier and TypeFieldDescriptionNetworkStruct.heteroschedpolicyHeterogeneous scheduling policy per station. -
Uses of HeteroSchedPolicy in jline.lang.constant
Methods in jline.lang.constant that return HeteroSchedPolicyModifier and TypeMethodDescriptionstatic HeteroSchedPolicyConverts a string representation to a HeteroSchedPolicy enum value.static HeteroSchedPolicyReturns the enum constant of this type with the specified name.static HeteroSchedPolicy[]HeteroSchedPolicy.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 HeteroSchedPolicyModifier and TypeMethodDescriptionstatic StringHeteroSchedPolicy.toJMTText(HeteroSchedPolicy policy) static StringHeteroSchedPolicy.toText(HeteroSchedPolicy policy) Converts a HeteroSchedPolicy to its text representation. -
Uses of HeteroSchedPolicy in jline.lang.nodes
Methods in jline.lang.nodes that return HeteroSchedPolicyModifier and TypeMethodDescriptionQueue.getHeteroSchedPolicy()Gets the scheduling policy for heterogeneous servers.Methods in jline.lang.nodes with parameters of type HeteroSchedPolicyModifier and TypeMethodDescriptionvoidQueue.setHeteroSchedPolicy(HeteroSchedPolicy policy) Sets the scheduling policy for heterogeneous servers.