Uses of Enum
jline.lang.constant.DropStrategy
Packages that use DropStrategy
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
Classes that model the individual sections that form a Network node
-
Uses of DropStrategy in jline.lang
Fields in jline.lang with type parameters of type DropStrategyMethods in jline.lang that return DropStrategyModifier and TypeMethodDescriptionRegion.getDropStrategy(JobClass jobClass) Gets the drop strategy for a specific job class.Methods in jline.lang with parameters of type DropStrategyModifier and TypeMethodDescriptionvoidRegion.setDropRule(JobClass jobClass, DropStrategy strategy) Sets the drop strategy for a specific job class. -
Uses of DropStrategy in jline.lang.constant
Methods in jline.lang.constant that return DropStrategyModifier and TypeMethodDescriptionstatic DropStrategyDropStrategy.fromID(int id) static DropStrategyReturns the enum constant of this type with the specified name.static DropStrategy[]DropStrategy.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 DropStrategy -
Uses of DropStrategy in jline.lang.nodes
Fields in jline.lang.nodes declared as DropStrategyFields in jline.lang.nodes with type parameters of type DropStrategyMethods in jline.lang.nodes that return DropStrategyModifier and TypeMethodDescriptionStation.getDropRule(JobClass jobclass) Gets the drop strategy for a specific job class when capacity is exceeded.Node.getDropStrategy()Gets the drop strategy used by this node when capacity limits are exceeded.Methods in jline.lang.nodes with parameters of type DropStrategyModifier and TypeMethodDescriptionvoidStation.setDropRule(JobClass jobclass, DropStrategy drop) Sets the drop strategy for a specific job class when capacity is exceeded. -
Uses of DropStrategy in jline.lang.sections
Fields in jline.lang.sections declared as DropStrategyConstructors in jline.lang.sections with parameters of type DropStrategyModifierConstructorDescriptionInputJobClassesObj(JobClass jobClass, SchedStrategyType schedPolicy, DropStrategy dropStrategy)