Uses of Class
jline.lang.StateDepRouting
Packages that use StateDepRouting
Package
Description
Product-Form Queueing Network (PFQN) analysis algorithms.
Abstractions to declare basic elements of a model.
This package contains the classes used the specify Network objects
-
Uses of StateDepRouting in jline.api.pfqn
Fields in jline.api.pfqn declared as StateDepRoutingMethods in jline.api.pfqn with parameters of type StateDepRoutingModifier and TypeMethodDescriptionstatic Pfqn_sdr.ResultExact product form of eq.static Pfqn_sdr.CoeffPfqn_sdr.pfqn_sdrcoeff(StateDepRouting sdr) Validates an SDR structure and returns its derived coefficients.static Pfqn_sdr.ResultPfqn_sdr.pfqn_sdrmva(Matrix S, Matrix xi, Matrix N, StateDepRouting sdr, Matrix alpha) Section 4 mean value analysis and convolution.static MatrixPfqn_sdr.pfqn_sdrvisits(StateDepRouting sdr, List<Matrix> P) Coefficients xi of Section 3.2. -
Uses of StateDepRouting in jline.lang
Fields in jline.lang declared as StateDepRoutingModifier and TypeFieldDescriptionNetworkStruct.sdrKrzesinski (1987) product-form state-dependent routing, in station indices; null unless a node declares it with Node.setStateDepRouting.Fields in jline.lang with type parameters of type StateDepRoutingModifier and TypeFieldDescriptionNodeParam.sdrKrzesinski (1987) state-dependent routing structure, in node indices, as declared on the entry center.Methods in jline.lang that return StateDepRoutingModifier and TypeMethodDescriptionStateDepRouting.copy()Deep copy, sharing the declared node objects.StateDepRouting.toStationIndices(Matrix nodeToStation, List<String> nodeNames) Returns a copy of this structure with every center index mapped through the supplied node-to-station index vector.Methods in jline.lang with parameters of type StateDepRoutingModifier and TypeMethodDescriptionbooleanStateDepRouting.sameAs(StateDepRouting other) Structural equality, ignoring the declared node objects. -
Uses of StateDepRouting in jline.lang.nodes
Fields in jline.lang.nodes with type parameters of type StateDepRoutingModifier and TypeFieldDescriptionprotected Map<JobClass,StateDepRouting> Node.sdrDeclarationsDeclared Krzesinski state-dependent routing structures, one per job class.Methods in jline.lang.nodes that return StateDepRoutingModifier and TypeMethodDescriptionNode.getStateDepRouting(JobClass jobClass) Returns the state-dependent routing structure declared for a job class.