Uses of Class
jline.lang.processes.DiscreteDistribution
Packages that use DiscreteDistribution
Package
Description
Abstractions to declare basic elements of a model.
This package contains the classes used the specify LayeredNetwork objects
This package contains processes and statistical distributions used to specify arrival rates, service rates, and item popularities
Handlers for SolverMAM.
-
Uses of DiscreteDistribution in jline.lang
Fields in jline.lang with type parameters of type DiscreteDistributionMethods in jline.lang that return DiscreteDistributionModifier and TypeMethodDescriptionClosedSignal.getRemovalDistribution()Gets the removal distribution for this negative signal.OpenSignal.getRemovalDistribution()Gets the removal distribution for this negative signal.Signal.getRemovalDistribution()Gets the removal distribution for this negative signal.Methods in jline.lang with parameters of type DiscreteDistributionModifier and TypeMethodDescriptionvoidClosedSignal.setRemovalDistribution(DiscreteDistribution removalDistribution) Sets the removal distribution for this negative signal.voidOpenSignal.setRemovalDistribution(DiscreteDistribution removalDistribution) Sets the removal distribution for this negative signal.voidSignal.setRemovalDistribution(DiscreteDistribution removalDistribution) Sets the removal distribution for this negative signal.Constructors in jline.lang with parameters of type DiscreteDistributionModifierConstructorDescriptionClosedSignal(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 DiscreteDistribution in jline.lang.layered
Fields in jline.lang.layered with type parameters of type DiscreteDistributionModifier and TypeFieldDescriptionLayeredNetworkStruct.callprocDeprecated.LayeredNetworkStruct.itemprocDeprecated.Methods in jline.lang.layered that return DiscreteDistributionModifier and TypeMethodDescriptionstatic DiscreteDistributionLayeredNetwork.reconstructDiscreteDistribution(ProcessType type, Matrix params, Double mean) Reconstruct a DiscreteDistribution object from primitive parameters. -
Uses of DiscreteDistribution in jline.lang.processes
Subclasses of DiscreteDistribution in jline.lang.processesModifier and TypeClassDescriptionclassA Bernoulli distribution for modeling binary random variables.classA Binomial distributionclassA class for discrete distributions specified from the probability mass functionclassA discrete distribution that samples uniformly among a set of elements.classA Geometric distribution.classA Poisson discrete distributionclassA Zipf-like probability distribution -
Uses of DiscreteDistribution in jline.solvers.mam.handlers
Fields in jline.solvers.mam.handlers declared as DiscreteDistributionConstructors in jline.solvers.mam.handlers with parameters of type DiscreteDistributionModifierConstructorDescriptionActionInfo(int fromStation, int fromClass, int toStation, int toClass, double prob, boolean isNegative, boolean isCatastrophe, DiscreteDistribution removalDistribution)