Uses of Enum Class
jline.lang.constant.SchedStrategy
Package
Description
Procedural algorithms for solving stochastic models
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 LayeredNetwork objects
This package contains the classes used the specify Network objects
-
Uses of SchedStrategy in jline.api
Modifier and TypeMethodDescriptionprotected static Ret.pfqnLinearizerCore
PFQN.egflinearizer_core
(Matrix L, int M, int R, Matrix N_1, Matrix Z, Matrix Q, Matrix[] Delta, SchedStrategy[] type, double tol, int maxiter, Matrix alpha) Core method for the extended general form linearizer.protected static Ret.pfqnLinearizerForwardMVA
PFQN.egflinearizer_forwardMVA
(Matrix L, int M, int R, SchedStrategy[] type, Matrix N_1, Matrix Z, Matrix[] Q_1) Forward Mean Value Analysis method for the extended general form linearizer.static Ret.pfqnAMVA
PFQN.pfqn_bs
(Matrix L, Matrix N, Matrix Z, double tol, int maxiter, Matrix QN0, SchedStrategy[] type) Bard-Schweitzer approximate mean value analysis algorithmstatic Ret.pfqnAMVAMS
PFQN.pfqn_conwayms
(Matrix L, Matrix N, Matrix Z, int[] nservers, SchedStrategy[] type, double tol, int maxiter) static Ret.pfqnCore
PFQN.pfqn_conwayms_core
(Matrix L, int M, int R, Matrix N_1, Matrix Z, int[] nservers, Matrix Q, Matrix P, Matrix PB, MatrixCell Delta, SchedStrategy[] type, double tol, int maxiter) static Ret.pfqnForwardMVA
PFQN.pfqn_conwayms_forwardmva
(Matrix L, int M, int R, Matrix N_1, Matrix Z, int[] nservers, SchedStrategy[] type, MatrixCell Q_1, MatrixCell P_1, Matrix PB_1, Matrix T_1) static Ret.pfqnAMVA
PFQN.pfqn_egflinearizer
(Matrix L, Matrix N, Matrix Z, SchedStrategy[] type, double tol, int maxiter, Matrix alpha) Extended general form linearizer approximate mean value analysis algorithm.static Ret.pfqnAMVA
PFQN.pfqn_gflinearizer
(Matrix L, Matrix N, Matrix Z, SchedStrategy[] type, double tol, int maxiter, double alpha) static Ret.pfqnAMVA
PFQN.pfqn_linearizer
(Matrix L, Matrix N, Matrix Z, SchedStrategy[] type) Linearizer approximate mean value analysis algorithmstatic Ret.pfqnAMVA
PFQN.pfqn_linearizer
(Matrix L, Matrix N, Matrix Z, SchedStrategy[] type, double tol) Linearizer approximate mean value analysis algorithmstatic Ret.pfqnAMVA
PFQN.pfqn_linearizer
(Matrix L, Matrix N, Matrix Z, SchedStrategy[] type, double tol, int maxiter) Linearizer approximate mean value analysis algorithmstatic Ret.pfqnAMVA
PFQN.pfqn_linearizermx
(Matrix lambda, Matrix L, Matrix N, Matrix Z, Matrix nservers, SchedStrategy[] type, double tol, int maxiter, String method) Linearizer method for mixed models with multi-server stationsstatic boolean
SN.snHasHomogeneousScheduling
(NetworkStruct sn, SchedStrategy strategy) Checks if the network uses an identical scheduling strategy at every station -
Uses of SchedStrategy in jline.lang
Modifier and TypeMethodDescriptionstatic Network
Network.cyclic
(Matrix N, Matrix D, SchedStrategy[] strategy, Matrix S) boolean
Network.hasHomogeneousScheduling
(SchedStrategy strategy) static Network
Network.tandem
(Matrix lambda, Matrix D, SchedStrategy[] strategy, Matrix S) -
Uses of SchedStrategy in jline.lang.constant
Modifier and TypeMethodDescriptionstatic SchedStrategy
SchedStrategy.fromLINEString
(String string) static SchedStrategy
Returns the enum constant of this class with the specified name.static SchedStrategy[]
SchedStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic String
SchedStrategy.toFeature
(SchedStrategy scheduling) static int
SchedStrategy.toID
(SchedStrategy scheduling) static String
SchedStrategy.toText
(SchedStrategy scheduling) -
Uses of SchedStrategy in jline.lang.layered
Modifier and TypeFieldDescriptionprotected SchedStrategy
Host.scheduling
protected SchedStrategy
Task.scheduling
ModifierConstructorDescriptionHost
(LayeredNetwork model, String name, int multiplicity, SchedStrategy scheduling) Host
(LayeredNetwork model, String name, int multiplicity, SchedStrategy scheduling, double quantum) Host
(LayeredNetwork model, String name, int multiplicity, SchedStrategy scheduling, double quantum, double speedFactor) Processor
(LayeredNetwork myLN, String name, int multiplicity, SchedStrategy scheduling) Processor
(LayeredNetwork myLN, String name, int multiplicity, SchedStrategy scheduling, double quantum) Processor
(LayeredNetwork myLN, String name, int multiplicity, SchedStrategy scheduling, double quantum, double speedFactor) Task
(LayeredNetwork model, String name, int multiplicity, SchedStrategy scheduling) Task
(LayeredNetwork model, String name, int multiplicity, SchedStrategy scheduling, Distribution thinkTime) -
Uses of SchedStrategy in jline.lang.nodes
Modifier and TypeFieldDescriptionprotected SchedStrategy
Cache.schedStrategy
protected SchedStrategy
ClassSwitch.schedStrategy
protected SchedStrategy
Router.schedStrategy
protected SchedStrategy
ServiceNode.schedStrategy
protected SchedStrategy
Sink.schedStrategy
protected SchedStrategy
Source.schedStrategy
protected SchedStrategy
Station.schedStrategy
Modifier and TypeMethodDescriptionQueue.getSchedStrategy()
Router.getSchedStrategy()
ServiceNode.getSchedStrategy()
Source.getSchedStrategy()
Station.getSchedStrategy()
Modifier and TypeMethodDescriptionvoid
Place.setSchedStrategy
(JobClass jobClass, SchedStrategy strategy) void
Cache.setScheduling
(int jobClass, SchedStrategy strategy) ModifierConstructorDescriptionPlace
(Network model, String name, SchedStrategy schedStrategy) Queue
(Network model, String name, SchedStrategy schedStrategy)