Uses of Enum
jline.lang.constant.HeteroSchedPolicy
Packages that use HeteroSchedPolicy
Package
Description
This package contains constants used in the definition of queueing characteristics
Node parameter specifications and configuration classes.
This package contains the classes used the specify Network objects
-
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.nodeparam
Fields in jline.lang.nodeparam declared as HeteroSchedPolicyModifier and TypeFieldDescriptionServiceNodeParam.heteroschedpolicyHeterogeneous scheduling policy for this station. -
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.