Uses of Enum
jline.lang.constant.SignalType
Packages that use SignalType
Package
Description
Abstractions to declare basic elements of a model.
This package contains constants used in the definition of queueing characteristics
-
Uses of SignalType in jline.lang
Fields in jline.lang with type parameters of type SignalTypeMethods in jline.lang that return SignalTypeModifier and TypeMethodDescriptionClosedSignal.getSignalType()Gets the signal type for this signal class.OpenSignal.getSignalType()Gets the signal type for this signal class.Signal.getSignalType()Gets the signal type for this signal class.Methods in jline.lang with parameters of type SignalTypeModifier and TypeMethodDescriptionvoidClosedSignal.setSignalType(SignalType signalType) Sets the signal type for this signal class.voidOpenSignal.setSignalType(SignalType signalType) Sets the signal type for this signal class.voidSignal.setSignalType(SignalType signalType) Sets the signal type for this signal class.Constructors in jline.lang with parameters of type SignalTypeModifierConstructorDescriptionClosedSignal(Network model, String name, SignalType signalType, Station refstat) Creates a new closed signal class with the specified type, reference station, and default priority (0).ClosedSignal(Network model, String name, SignalType signalType, Station refstat, int priority) Creates a new closed signal class with the specified type, reference station, and priority.ClosedSignal(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) Creates a new open signal class with the specified type and default priority (0).OpenSignal(Network model, String name, SignalType signalType, int priority) Creates a new open signal class with the specified type and priority.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) Creates a new signal placeholder with the specified type and default priority (0).Signal(Network model, String name, SignalType signalType, int priority) Creates a new signal placeholder with the specified type and priority.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 SignalType in jline.lang.constant
Methods in jline.lang.constant that return SignalTypeModifier and TypeMethodDescriptionstatic SignalTypeSignalType.fromID(int id) static SignalTypestatic SignalTypeReturns the enum constant of this type with the specified name.static SignalType[]SignalType.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 SignalType