Uses of Enum
jline.lang.constant.RemovalPolicy
Packages that use RemovalPolicy
Package
Description
Abstractions to declare basic elements of a model.
This package contains constants used in the definition of queueing characteristics
-
Uses of RemovalPolicy in jline.lang
Fields in jline.lang with type parameters of type RemovalPolicyMethods in jline.lang that return RemovalPolicyModifier and TypeMethodDescriptionClosedSignal.getRemovalPolicy()Gets the removal policy for this negative signal.OpenSignal.getRemovalPolicy()Gets the removal policy for this negative signal.Signal.getRemovalPolicy()Gets the removal policy for this negative signal.Methods in jline.lang with parameters of type RemovalPolicyModifier and TypeMethodDescriptionvoidClosedSignal.setRemovalPolicy(RemovalPolicy removalPolicy) Sets the removal policy for this negative signal.voidOpenSignal.setRemovalPolicy(RemovalPolicy removalPolicy) Sets the removal policy for this negative signal.voidSignal.setRemovalPolicy(RemovalPolicy removalPolicy) Sets the removal policy for this negative signal.Constructors in jline.lang with parameters of type RemovalPolicyModifierConstructorDescriptionClosedSignal(Network model, String name, SignalType signalType, Station refstat, int priority, DiscreteDistribution removalDistribution, RemovalPolicy removalPolicy) Creates a new closed signal class with full configuration for batch removal.OpenSignal(Network model, String name, SignalType signalType, int priority, DiscreteDistribution removalDistribution, RemovalPolicy removalPolicy) Creates a new open signal class with full configuration for batch removal.Signal(Network model, String name, SignalType signalType, int priority, DiscreteDistribution removalDistribution, RemovalPolicy removalPolicy) Creates a new signal placeholder with full configuration for batch removal. -
Uses of RemovalPolicy in jline.lang.constant
Methods in jline.lang.constant that return RemovalPolicyModifier and TypeMethodDescriptionstatic RemovalPolicyRemovalPolicy.fromID(int id) static RemovalPolicystatic RemovalPolicyReturns the enum constant of this type with the specified name.static RemovalPolicy[]RemovalPolicy.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 RemovalPolicy