Uses of Class
jline.lang.Network
Packages that use Network
Package
Description
Workflow analysis algorithms.
Benchmarking utilities and performance test models for LINE solvers.
Layered Queueing Network (LQN) benchmarks for hierarchical system evaluation.
Comprehensive examples and gallery of queueing network models for the LINE solver.
Advanced queueing network examples with complex features and topologies.
Basic queueing network examples demonstrating fundamental concepts.
Pre-built queueing network model templates and generators.
Input/output from the command line or XML files.
TikZ visualization package for LINE queueing networks.
Abstractions to declare basic elements of a model.
This package contains the classes used the specify LayeredNetwork objects
This package contains the classes used the specify Network objects
Classes that model the state of a network and its individual nodes
Solver superclasses and related data structures.
Automatic solver selection and configuration for queueing networks.
This package provides an implementation of SolverCTMC.
This package provides an implementation of SolverENV (ENV).
This package provides an implementation of SolverFluid (FLD).
Handlers for SolverFluid.
This package provides an implementation of SolverJMT.
Handlers for SolverJMT.
LINE Discrete Event Simulator (LDES) solver using SSJ library.
This package provides an implementation of SolverLN.
This package provides an implementation of SolverLQNS.
This package provides an implementation of SolverMAM.
This package provides an implementation of SolverMVA.
Handlers for SolverMVA.
This package provides an implementation of SolverNC.
This package provides an implementation of SolverQNS.
This package provides an implementation of SolverSSA.
-
Uses of Network in jline.api.fes
Fields in jline.api.fes declared as NetworkModifier and TypeFieldDescriptionfinal NetworkFESResult.fesModelNew Network with FES replacing the subset.final NetworkFESDeaggInfo.isolatedModelfinal NetworkFESDeaggInfo.originalModelMethods in jline.api.fes that return NetworkModifier and TypeMethodDescriptionFESResult.getFesModel()FESDeaggInfo.getIsolatedModel()FESDeaggInfo.getOriginalModel()Methods in jline.api.fes with parameters of type NetworkModifier and TypeMethodDescriptionstatic FESResultFESAggregator.aggregateFES(Network model, List<Station> stationSubset) Deprecated.static FESResultFESAggregator.aggregateFES(Network model, List<Station> stationSubset, FESOptions options) Deprecated.Constructors in jline.api.fes with parameters of type NetworkModifierConstructorDescriptionFESDeaggInfo(Network originalModel, List<Station> stationSubset, int[] subsetIndices, int[] complementIndices, List<Matrix> throughputTable, Matrix cutoffs, Matrix stochCompSubset, Matrix stochCompComplement, Network isolatedModel, int fesNodeIdx) FESResult(Network fesModel, Queue fesStation, FESDeaggInfo deaggInfo) -
Uses of Network in jline.api.rl
Fields in jline.api.rl declared as NetworkMethods in jline.api.rl that return NetworkConstructors in jline.api.rl with parameters of type NetworkModifierConstructorDescriptionRlEnv(Network model, int[] idxOfQueueInNodes, int[] idxOfSourceInNodes, int stateSize, double gamma) RlEnvGeneral(Network model, int[] idxOfQueueInNodes, int[] idxOfActionNodes, int stateSize, double gamma) -
Uses of Network in jline.api.wf
Methods in jline.api.wf with parameters of type NetworkModifier and TypeMethodDescriptionstatic NetworkSolverWorkflowManager.getOptimalSolver(Network network) static NetworkSolverWorkflowManager.getOptimalSolver(Network network, SolverOptions options) Get optimal solver for a network without detailed analysis.static StringWorkflowManager.quickAnalysis(Network network) Quick analysis method for simple workflow inspection.Constructors in jline.api.wf with parameters of type NetworkModifierConstructorDescriptionWf_analyzer(Network network) Wf_auto_integration(Network network) Wf_auto_integration(Network network, SolverOptions options) WorkflowManager(Network network) WorkflowManager(Network network, SolverOptions options) -
Uses of Network in jline.bench
Methods in jline.bench with parameters of type NetworkModifier and TypeMethodDescriptionBenchmarkSolvers.getBenchmarkSolvers(Network model) BenchmarkSolvers.getForkJoinBenchmarkSolvers(Network model) Get Fork-Join specific benchmark solvers Tests different fork-join approximation methodsstatic SolverJMTBenchmarkSolvers.getForkJoinSimulationSolver(Network model) Get Fork-Join simulation solver with appropriate settingsBenchmarkUtils.getNonDelayStationIndices(Network model) Get indices of non-delay stationsstatic SolverJMTBenchmarkSolvers.getSimulationSolver(Network model) static doubleBenchmarkUtils.utilizationError(Matrix approx, Matrix exact, Network model) Calculate utilization error for benchmarks Excludes delay stations (row 0) from comparison -
Uses of Network in jline.bench.lqn
Methods in jline.bench.lqn with parameters of type NetworkModifier and TypeMethodDescription -
Uses of Network in jline.examples.java
Methods in jline.examples.java that return NetworkModifier and TypeMethodDescriptionstatic NetworkGettingStarted.tut01_mm1_basics()Getting started example 1: Basic M/M/1 queue.static NetworkGettingStarted.tut02_mg1_multiclass_solvers()Getting started example 2: M/G/1 queue with two classes.static NetworkGettingStarted.tut03_repairmen()Getting started example 3: Machine Repair Problem (MRP).static NetworkGettingStarted.tut04_lb_routing()Getting started example 4: Load balancing with routing strategies.static NetworkGettingStarted.tut05_completes_flag()Getting started example 5: Class switching in single-node network.static NetworkGettingStarted.tut06_cache_lru_zipf()Getting started example 6: Cache modeling with Zipf access pattern.static NetworkGettingStarted.tut07_respt_cdf()Getting started example 7: Simple closed network for optimization.static NetworkGettingStarted.tut08_opt_load_balancing()Getting started example 8: Optimization with COBYLA algorithm.static NetworkGettingStarted.tut12_posterior_analysis()Getting started example 12: Posterior analysis with uncertain parameters.static NetworkGettingStarted.tut13_cluster()Getting started example 13: Open cluster. -
Uses of Network in jline.examples.java.advanced
Methods in jline.examples.java.advanced that return NetworkModifier and TypeMethodDescriptionstatic NetworkCDFRespTModel.cdf_respt_closed()Closed network with single customer for response time CDF analysis (matches MATLAB cdf_respt_closed.m).static NetworkCDFRespTModel.cdf_respt_closed_threeclasses()Closed network with three classes and class switching (matches MATLAB cdf_respt_closed_threeclasses.m).static NetworkCDFRespTModel.cdf_respt_distrib()Closed network with different service distributions (matches MATLAB cdf_respt_distrib.m).static NetworkCDFRespTModel.cdf_respt_open_twoclasses()Open network with two classes (matches MATLAB cdf_respt_open_twoclasses.m).static NetworkCDFRespTModel.cdf_respt_populations()Closed network with 10 jobs for response time CDF (matches JSON definition).static NetworkCDFRespTModel.cdf_respt_populationsN1()Closed networks with varying populations (matches MATLAB cdf_respt_populations.m).static NetworkCDFRespTModel.cdf_respt_populationsN4()static NetworkCDFRespTModel.cdf_respt_populationsN8()static NetworkAgentModel.closedNetwork()Creates a closed network with two PS queues.static NetworkFCRegionModel.fcr_constraints()FCR with multiple constraint types demonstration.static NetworkFCRegionModel.fcr_lincon(double[][] A, double[] b) Open loss network with general linear admission constraints.static NetworkFCRegionModel.fcr_lossn()Loss network with FCR (for NC solver lossn method).static NetworkFCRegionModel.fcr_mm1kdrop()M/M/1/K with FCR dropping (K=2).static NetworkFCRegionModel.fcr_mm1waitq()Simple M/M/1 with FCR blocking.static NetworkFCRegionModel.fcr_oqndrop()Multiclass open network with FCR dropping.static NetworkFCRegionModel.fcr_oqnwaitq()Multiclass open network with FCR blocking.static NetworkAgentModel.gNetwork()Creates a G-network (Gelenbe network) with negative customers.static NetworkInitStateModel.init_state_fcfs_exp()Demonstrates two different initialization methods for a simple 2-node closed queueing network.static NetworkInitStateModel.init_state_fcfs_nonexp()Demonstrates three different initialization approaches for a multi-class network.static NetworkInitStateModel.init_state_ps()Initial state demonstration with class switching and custom initialization.static NetworkAgentModel.jacksonNetwork()Creates a Jackson network with probabilistic routing.static NetworkLoadDependentModel.ld_class_dependence()Class-dependent service capacity model.static NetworkLoadDependentModel.ld_multiserver_fcfs()Basic load-dependent queue with FCFS scheduling.static NetworkLoadDependentModel.ld_multiserver_ps()Three-station network with multiple load-dependent queues.static NetworkLoadDependentModel.ld_multiserver_ps_twoclasses()Multi-class load-dependent network with PS scheduling.static NetworkFCRegionModel.mm1()Simple M/M/1 without FCR (for comparison).static NetworkFCRegionModel.mm1k()M/M/1/K using queue capacity (K=2, for comparison).static NetworkAgentModel.multiclassClosed()Creates a multiclass closed network.static NetworkCyclicPollingModel.polling_exhaustive_det()M[2]/M[2]/1-Exhaustive polling system with deterministic arrivals and immediate switchover.static NetworkCyclicPollingModel.polling_exhaustive_exp()M[2]/M[2]/1-Gated polling system example.static NetworkCyclicPollingModel.polling_gated()M[2]/M[2]/1-Gated polling system with switchover times.static NetworkCyclicPollingModel.polling_klimited()M[2]/M[2]/1-K-Limited polling system with mixed switchover.static NetworkStateDepRoutingModel.sdroute_closed()Single-class closed network with round-robin routing.static NetworkStateDepRoutingModel.sdroute_open()Open network with load balancing router.static NetworkStateDepRoutingModel.sdroute_twoclasses_closed()Multi-class closed network with MAP and APH service processes.static NetworkStateProbabilitiesModel.statepr_aggr()Basic closed network for state probability analysis.static NetworkStateProbabilitiesModel.statepr_aggr_large()Four-class closed network with matrix-based routing.static NetworkStateProbabilitiesModel.statepr_allprobs_fcfs()Mixed scheduling network with class switching.static NetworkStateProbabilitiesModel.statepr_allprobs_ps()Two-class network with bidirectional class switching.static NetworkStateProbabilitiesModel.statepr_sys_aggr()Complex four-class network with class switching.static NetworkStateProbabilitiesModel.statepr_sys_aggr_large()Three-queue network with symmetric class populations.static NetworkSwitchoverTimesModel.switchover_basic()Demonstrates switchover times between job classes in a multi-class queueing system.static NetworkAgentModel.tandemOpen()Creates an open tandem queue model (M/M/1 -> M/M/1). -
Uses of Network in jline.examples.java.basic
Methods in jline.examples.java.basic that return NetworkModifier and TypeMethodDescriptionstatic NetworkCacheModel.cache_compare_replc()Cache model with Zipf access pattern and Round Robin replacement.static NetworkCacheModel.cache_replc_fifo()Closed cache model with feedback from hits and misses.static NetworkCacheModel.cache_replc_lru()Closed cache model with LRU replacement strategy.static NetworkCacheModel.cache_replc_routing()Cache model with multiple delay nodes and random routing.static NetworkCacheModel.cache_replc_rr()Basic open cache model with Round Robin (RR) replacement strategy.static NetworkClusterModel.cl_basic()Single-class open cluster with four PS servers and random dispatching.static NetworkClusterModel.cl_closed()Closed cluster with three PS servers, single class, random dispatching.static NetworkClusterModel.cl_heterogeneous()Heterogeneous open cluster: each of three FCFS servers has a different service time.static NetworkClusterModel.cl_multiclass()Two-class open cluster (e.g., interactive vs batch traffic).static NetworkClosedModel.cqn_bcmp_theorem_fcfs()Two-class FCFS network demonstrating First-Come-First-Served scheduling.static NetworkClosedModel.cqn_bcmp_theorem_lcfspr()Two-class LCFSPR network demonstrating Last-Come-First-Served Preemptive Resume.static NetworkClosedModel.cqn_bcmp_theorem_ps()Simple two-class PS network for processor sharing demonstration.static NetworkClosedModel.cqn_lcfs_lcfspr()Two-class closed network with LCFS and LCFSPR scheduling.static NetworkClosedModel.cqn_lcfs_lcfspr_3class()Creates a closed queueing network with LCFS and LCFSPR scheduling - 3 class variant.static NetworkClosedModel.cqn_lcfs_lcfspr_4class()Creates a closed queueing network with LCFS and LCFSPR scheduling - 4 class variant.static NetworkClosedModel.cqn_mmpp2_service()APH service distributions with complex routing patterns.static NetworkClosedModel.cqn_multiserver()Four-class closed network with multiple FCFS queues.static NetworkClosedModel.cqn_oneline()Two-class closed network with four-node cyclic topology.static NetworkClosedModel.cqn_repairmen()Simple closed network with a delay node and FCFS queue.static NetworkClosedModel.cqn_repairmen_multi()Two-class closed network with multi-server queue.static NetworkClosedModel.cqn_scheduling_dps()Mixed scheduling strategies with probabilistic routing.static NetworkClosedModel.cqn_threeclass_hyperl()Three-class closed network with multi-server PS queue.static NetworkClosedModel.cqn_twoclass_erl()Closed network with class switching using probabilistic routing.static NetworkClosedModel.cqn_twoclass_hyperl()Two-class closed network with class switching.static NetworkClosedModel.cqn_twoqueues()Single-class closed network with reducible routing matrix.static NetworkClosedModel.cqn_twoqueues_multi()Two-class three-node closed network with serial topology.static NetworkNetworkVisualizationExample.createCentralServerModel()Creates a central server model (closed network with CPU and multiple disks).static NetworkNetworkVisualizationExample.createForkJoinNetwork()Creates a network with a Fork-Join structure.static NetworkNetworkVisualizationExample.createMixedClassNetwork()Creates a larger mixed-class network with open and closed classes.static NetworkNetworkVisualizationExample.createMultiPathNetwork()Creates a more complex network with multiple paths.static NetworkNetworkVisualizationExample.createSimpleOpenNetwork()Creates a simple open queueing network with Source, Queue, Delay, and Sink.static NetworkClassSwitchingModel.cs_implicit()Class switching example with probabilistic transitions.static NetworkClassSwitchingModel.cs_multi_diamond()Multi-diamond class switching example.static NetworkClassSwitchingModel.cs_single_diamond()Single-diamond class switching example.static NetworkClassSwitchingModel.cs_transient_class()Transient class switching example.static NetworkForkJoinModel.fj_asymm()Asymmetric closed fork-join network with serial queues.static NetworkForkJoinModel.fj_basic_closed()Simple closed fork-join network with symmetric service rates.static NetworkForkJoinModel.fj_basic_nesting()Complex closed fork-join network with nested fork-join structures.static NetworkForkJoinModel.fj_basic_open()Basic open fork-join network with single class.static NetworkForkJoinModel.fj_complex_serial()Complex closed fork-join with serial processing within branches.static NetworkForkJoinModel.fj_cs_multi_visits()Open fork-join with feedback loop and class switching.static NetworkForkJoinModel.fj_cs_postfork()Closed fork-join network with class switching after fork (post-fork).static NetworkForkJoinModel.fj_cs_prefork()Fork-join network with class switching demonstration.static NetworkForkJoinModel.fj_deep_nesting()static NetworkForkJoinModel.fj_delays()Closed fork-join network with two delays and two parallel queues.static NetworkForkJoinModel.fj_nojoin()Open fork-join network without explicit join node.static NetworkForkJoinModel.fj_route_overlap()Fork-join with overlapping routes (fj_route_overlap.m).static NetworkForkJoinModel.fj_serialfjs_closed()static NetworkForkJoinModel.fj_serialfjs_open()Open network with cascaded fork-join stages.static NetworkForkJoinModel.fj_threebranches()Multi-class closed fork-join with asymmetric routing.static NetworkForkJoinModel.fj_twoclasses_forked()Multi-class fork-join network with different task multiplicity.static NetworkMixedModel.mqn_basic()Simple mixed open/closed network with delay and PS queue.static NetworkMixedModel.mqn_multiserver_fcfs()Mixed network similar to example 2 but with FCFS scheduling.static NetworkMixedModel.mqn_multiserver_ps()Complex mixed network with five PS queues and different server counts.static NetworkMixedModel.mqn_singleserver_fcfs()Mixed network with large closed class population and APH arrivals.static NetworkMixedModel.mqn_singleserver_ps()Mixed PS network with large closed population and simplified open routing.static NetworkOpenModel.oqn_basic()Simple open network with delay and queue in series.static NetworkOpenModel.oqn_cs_routing()Three-class open network with class switching.static NetworkOpenModel.oqn_fourqueues()Complex multi-class open network with four queues.static NetworkOpenModel.oqn_oneline()Tandem PS network with delay station using matrix notation.static NetworkOpenModel.oqn_trace_driven()Open network with trace-driven service using Replayer.static NetworkOpenModel.oqn_vsinks()Open network with probabilistic routing to multiple virtual sinks.static NetworkPrioModel.prio_hol_closed()Closed network comparing scheduling strategies with priorities.static NetworkPrioModel.prio_hol_open()Open network with multiple scheduling strategies and priority classes.static NetworkPrioModel.prio_identical()Network with GPSPRIO scheduling and multiple priority classes.static NetworkPrioModel.prio_psprio()Simple priority network with PSPRIO scheduling.static NetworkStochPetriNetModel.spn_basic_closed()Single-place Petri net with multiple firing modes.static NetworkStochPetriNetModel.spn_basic_open()Basic open stochastic Petri net with single transition.static NetworkStochPetriNetModel.spn_closed_fourplaces()Closed stochastic Petri net with diverse service distributions.static NetworkStochPetriNetModel.spn_closed_twoplaces()Multi-class closed stochastic Petri net.static NetworkStochPetriNetModel.spn_fourmodes()Closed stochastic Petri net with competing transitions.static NetworkStochPetriNetModel.spn_inhibiting()Closed stochastic Petri net with multiple firing modes and inhibition.static NetworkStochPetriNetModel.spn_open_sevenplaces()Complex open stochastic Petri net with immediate transitions.static NetworkStochPetriNetModel.spn_pareto_service()Open stochastic Petri net with Pareto service time.static NetworkStochPetriNetModel.spn_twomodes()Closed stochastic Petri net with batch processing.static NetworkForkJoinModel.test_forkJoinCS_1() -
Uses of Network in jline.examples.java.models
Methods in jline.examples.java.models that return NetworkModifier and TypeMethodDescriptionstatic NetworkGallery.gallery_aphm1()APH/M/1 queue with Acyclic Phase-Type arrivals.static NetworkGallery.gallery_coxm1()Cox/M/1 queue with Coxian arrivals.static NetworkGallery.gallery_cqn()Default closed queueing network with 2 stations.static NetworkGallery.gallery_cqn(int M) Closed queueing network with specified number of stations.static NetworkGallery.gallery_cqn(int M, boolean useDelay) Closed queueing network with optional delay station.static NetworkGallery.gallery_cqn(int M, boolean useDelay, long seed) Parameterized closed queueing network generator.static NetworkGallery.gallery_cqn_multiclass()static NetworkGallery.gallery_cqn_multiclass(int M, int R) static NetworkGallery.gallery_cqn_multiclass(int M, int R, boolean useDelay) static NetworkGallery.gallery_cqn_multiclass(int M, int R, boolean useDelay, long seed) static NetworkGallery.gallery_dm1()static NetworkGallery.gallery_erldk()static NetworkGallery.gallery_erldk(int k) static NetworkGallery.gallery_erlerl1_reentrant()static NetworkGallery.gallery_erlerl1_reentrant(int n) static NetworkGallery.gallery_erlm1()static NetworkGallery.gallery_erlm1_ps()static NetworkGallery.gallery_erlm1_reentrant()static NetworkGallery.gallery_gamm1()static NetworkGallery.gallery_hyperl1_feedback()static NetworkGallery.gallery_hyperl1_reentrant()static NetworkGallery.gallery_hyperlk()static NetworkGallery.gallery_hyperlk(int k) static NetworkGallery.gallery_hyphyp1_linear()static NetworkGallery.gallery_hyphyp1_linear(int n) static NetworkGallery.gallery_hyphyp1_linear(int n, Double Umax) static NetworkGallery.gallery_hyphyp1_reentrant()static NetworkGallery.gallery_hyphyp1_tandem()static NetworkGallery.gallery_hypm1()static NetworkGallery.gallery_hypm1_reentrant()static NetworkGallery.gallery_mapm1()static NetworkGallery.gallery_mapm1(MAP map) static NetworkGallery.gallery_mapmk()static NetworkGallery.gallery_mapmk(MAP map) static NetworkGallery.gallery_mapmk(MAP map, int k) static NetworkGallery.gallery_mdk()static NetworkGallery.gallery_mdk(int k) static NetworkGallery.gallery_merl1()static NetworkGallery.gallery_merl1_linear()static NetworkGallery.gallery_merl1_linear(int n) static NetworkGallery.gallery_merl1_linear(int n, Double Umax) static NetworkGallery.gallery_merl1_reentrant()static NetworkGallery.gallery_merl1_tandem()static NetworkGallery.gallery_merlk()static NetworkGallery.gallery_merlk(int k) static NetworkGallery.gallery_mhyp1()static NetworkGallery.gallery_mhyp1_linear()static NetworkGallery.gallery_mhyp1_linear(int n) static NetworkGallery.gallery_mhyp1_linear(int n, Double Umax) static NetworkGallery.gallery_mhyp1_reentrant()static NetworkGallery.gallery_mhyp1_tandem()static NetworkGallery.gallery_mhypk()static NetworkGallery.gallery_mhypk(int k) static NetworkGallery.gallery_mm1()Classic M/M/1 queue.static NetworkGallery.gallery_mm1_feedback()static NetworkGallery.gallery_mm1_feedback(double p) M/M/1 queue with feedback routing.static NetworkGallery.gallery_mm1_linear()static NetworkGallery.gallery_mm1_linear(Integer n) static NetworkGallery.gallery_mm1_linear(Integer n, Double Umax) static NetworkGallery.gallery_mm1_multiclass()static NetworkGallery.gallery_mm1_prio()static NetworkGallery.gallery_mm1_ps()static NetworkGallery.gallery_mm1_ps_feedback()static NetworkGallery.gallery_mm1_ps_feedback(double p) static NetworkGallery.gallery_mm1_ps_multiclass()static NetworkGallery.gallery_mm1_ps_reentrant()static NetworkGallery.gallery_mm1_reentrant()static NetworkGallery.gallery_mm1_tandem()static NetworkGallery.gallery_mm1_tandem(Double Umax) static NetworkGallery.gallery_mm1_tandem_multiclass()static NetworkGallery.gallery_mmap1()static NetworkGallery.gallery_mmap1(MAP map) static NetworkGallery.gallery_mmap1_multiclass()static NetworkGallery.gallery_mmap1_multiclass(MAP map1, MAP map2) static NetworkGallery.gallery_mmapk()static NetworkGallery.gallery_mmapk(MAP map, int k) static NetworkGallery.gallery_mmk()static NetworkGallery.gallery_mmk(int k) M/M/k queue with multiple servers.static NetworkGallery.gallery_mpar1()static NetworkGallery.gallery_parm1()static NetworkGallery.gallery_repairmen()static NetworkGallery.gallery_repairmen(int seed) static NetworkGallery.gallery_repairmen(int nServers, long seed) Machine repair model (repairmen problem).static NetworkGallery.gallery_replayerm1()static NetworkGallery.gallery_replayerm1(String fileName) static NetworkGallery.gallery_um1() -
Uses of Network in jline.gen
Modifier and TypeMethodDescriptionCluster.build()Builds theNetworkmodel from the current configuration.NetworkGenerator.generate()Main function to call.NetworkGenerator.generate(int numQueues) Modifier and TypeMethodDescriptionstatic voidNetworkGenerator.initDefaultStates(Network model) Initialize default states for all nodes in the network Based on MATLAB's initDefaultCustom functionModifier and TypeMethodDescriptionCluster.compareDispatching(Function<Network, NetworkAvgTable> solverFactory, RoutingStrategy... policies) Solves the cluster under each provided dispatching strategy using a custom solver factory.Cluster.compareScheduling(Function<Network, NetworkAvgTable> solverFactory, SchedStrategy... disciplines) Solves the cluster under each provided scheduling discipline using a custom solver factory.Cluster.sweepArrivalRate(double[] rates, Function<Network, NetworkAvgTable> solverFactory) Same asCluster.sweepArrivalRate(double[], Class)but with a custom solver factory.Cluster.sweepNumStations(int[] counts, Function<Network, NetworkAvgTable> solverFactory) Same asCluster.sweepNumStations(int[], Class)but with a custom solver factory. -
Uses of Network in jline.inference.api
Methods in jline.inference.api that return NetworkModifier and TypeMethodDescriptionstatic NetworkInfer_quick_model.infer_quick_model(boolean open, List<SchedStrategy> stations, double[][] classes) static NetworkInfer_quick_model.infer_quick_model(boolean open, List<SchedStrategy> stations, double[][] classes, int[] servers, int[] jobs, double[][] routing) Generate a simple queueing network based on given parameters.Methods in jline.inference.api with parameters of type NetworkModifier and TypeMethodDescriptionstatic double[]Infer_fmlps.infer_fmlps(Network model, Queue node, double[] rt, int[] classVec, Matrix ql, int W) FMLPS demand estimation using fluid-based likelihood.static double[]Infer_minps.infer_minps(Network model, Queue node, double[] rt, int[] classVec, Matrix ql) MINPS demand estimation method.static double[]Infer_minps_setup.infer_minps_setup(double[][][] data, int initSample, int sampleSize, int V, Network model, Queue node) Setup function for MINPS with legacy cell-based data format.static double[]Infer_mlps.infer_mlps(Network model, Queue node, double[] rt, int[] classVec, Matrix ql) -
Uses of Network in jline.inference.lang
Fields in jline.inference.lang declared as NetworkFields in jline.inference.lang with type parameters of type NetworkMethods in jline.inference.lang that return types with arguments of type NetworkConstructors in jline.inference.lang with parameters of type NetworkModifierConstructorDescriptionParamEstimator(Network model) ParamEstimator(Network model, EstimatorOptions options) -
Uses of Network in jline.io
Modifier and TypeMethodDescriptionstatic NetworkLQN2QN.convert(LayeredNetwork lqn) Converts a LayeredNetwork to an equivalent queueing network using REPLY signals.Converts a JMT (Java Modelling Tools) model file to a LINE Network object.Converts a JMT (Java Modelling Tools) model file to a LINE Network object with a custom model name.Converts a JMVA file to a LINE Network object.Converts a JMVA file to a LINE Network object with a custom model name.Converts a JSIM/JSIMG file to a LINE Network object.Converts a JSIM/JSIMG file to a LINE Network object with a specified model name.Modifier and TypeMethodDescriptionstatic LayeredNetworkConvert a Network model to a LayeredNetwork.M2M.LINE2JSIMG(Network model) Converts a LINE Network model to JSIMG file format with automatic filename generation.booleanM2M.LINE2JSIMG(Network model, String outputFileName) Converts a LINE Network model to JSIMG file format for use with JMT.static EnvironmentMAPQN2RENV.mapqn2renv(Network model) Transform a queueing network with MMPP2 service into a random environment model.static voidSaves aNetworkmodel to a JSON file.static com.google.gson.JsonObjectLineModelIO.toJsonObject(Network model) Builds aJsonObjectrepresentation of aNetworkmodel.static StringWrites a Network model to JSIMG format at a temporary location.static StringWrites a Network model to JSIMG format at the specified location.static StringQN2JSIMG.writeJSIM(Network model, NetworkStruct sn, String outputFileName) Writes a Network model with a specific structure to JSIMG format.static StringQN2JSIMG.writeJSIM(Network model, NetworkStruct sn, String outputFileName, SaveHandlers saveHandlers) Core implementation: Writes a Network model to JSIMG format using custom SaveHandlers. -
Uses of Network in jline.io.tikz
Constructors in jline.io.tikz with parameters of type NetworkModifierConstructorDescriptionTikZExporter(Network model) Creates a TikZ exporter with default options.TikZExporter(Network model, TikZOptions options) Creates a TikZ exporter with custom options.TikZLayoutEngine(Network model, TikZOptions options) -
Uses of Network in jline.lang
Fields in jline.lang declared as NetworkModifier and TypeFieldDescriptionprotected NetworkClosedClass.modelprotected NetworkOpenClass.modelFields in jline.lang with type parameters of type NetworkMethods in jline.lang that return NetworkModifier and TypeMethodDescriptionstatic NetworkNetwork.cluster(Matrix lambda, Matrix D, SchedStrategy[] strategy, Matrix S, RoutingStrategy dispatching) Creates an open cluster network: Source -> Dispatcher (Router) -> Servers -> Sink.static NetworkNetwork.clusterClosed(Matrix N, Matrix Z, Matrix D, SchedStrategy[] strategy, Matrix S, RoutingStrategy dispatching) Creates a closed cluster network: Think (Delay) -> Dispatcher (Router) -> Servers -> Think.static NetworkNetwork.clusterFcfs(Matrix lambda, Matrix D, Matrix S, RoutingStrategy dispatching) Creates an open FCFS cluster with one server per queue.static NetworkNetwork.clusterPs(Matrix lambda, Matrix D, RoutingStrategy dispatching) Creates an open PS cluster with one server per queue.static NetworkNetwork.clusterPs(Matrix lambda, Matrix D, Matrix S, RoutingStrategy dispatching) Creates an open PS cluster.static NetworkNetwork.cyclic(Matrix N, Matrix D, SchedStrategy[] strategy, Matrix S) Creates a cyclic queueing network model with specified job populations, service demands, scheduling strategies, and server counts.static NetworkNetwork.cyclicFcfs(Matrix N, Matrix D) Creates a cyclic queueing network with First Come First Served (FCFS) scheduling at all stations.static NetworkNetwork.cyclicFcfs(Matrix N, Matrix D, Matrix S) Creates a cyclic queueing network with FCFS scheduling and specified server counts.static NetworkNetwork.cyclicFcfsInf(Matrix N, Matrix D, Matrix Z) Creates a cyclic network with infinite server (delay) stations followed by FCFS queue stations.static NetworkNetwork.cyclicFcfsInf(Matrix N, Matrix D, Matrix Z, Matrix S) Creates a cyclic network with infinite server stations followed by FCFS queue stations with specified server counts.static NetworkCreates a cyclic queueing network with Processor Sharing (PS) scheduling at all stations.static NetworkCreates a cyclic queueing network with PS scheduling and specified server counts.static NetworkNetwork.cyclicPsInf(Matrix N, Matrix D, Matrix Z) Creates a cyclic network with infinite server (delay) stations followed by PS queue stations.static NetworkNetwork.cyclicPsInf(Matrix N, Matrix D, Matrix Z, Matrix S) Creates a cyclic network with infinite server stations followed by PS queue stations with specified server counts.ModelAdapter.AggregateChainResult.getChainModel()Ensemble.getModel(int modelIdx) Gets a specific network model from the ensemble by index.Signal.getModel()Gets the network model this signal belongs to.ModelAdapter.TaggedChainResult.getTaggedModel()static NetworkCreates a union Network from a list of Networks.static NetworkCreates a union Network from all Networks in an ensemble.static NetworkNetwork.tandem(Matrix lambda, Matrix D, SchedStrategy[] strategy, Matrix S) Creates a tandem queueing network with specified arrival rates and service demands.static NetworkNetwork.tandemFcfs(Matrix lambda, Matrix D, Matrix S) static NetworkNetwork.tandemFcfsInf(Matrix lambda, Matrix D) Creates a tandem network with FCFS infinite servers.static NetworkNetwork.tandemFcfsInf(Matrix lambda, Matrix D, Matrix Z) Creates a tandem network with FCFS infinite servers and delay centers.static NetworkNetwork.tandemFcfsInf(Matrix lambda, Matrix D, Matrix Z, Matrix S) Creates a tandem network with FCFS infinite servers, delays, and specified server counts.static Networkstatic NetworkNetwork.tandemPsInf(Matrix lambda, Matrix D) Creates a tandem network with processor sharing infinite servers.static NetworkNetwork.tandemPsInf(Matrix lambda, Matrix D, Matrix Z) Creates a tandem network with processor sharing infinite servers and delays.static NetworkNetwork.tandemPsInf(Matrix lambda, Matrix D, Matrix Z, Matrix S) static NetworkAlias for merge - creates a union Network from this ensemble.Methods in jline.lang that return types with arguments of type NetworkModifier and TypeMethodDescriptionEnsemble.getEnsemble()Gets the list of network models in this ensemble.Methods in jline.lang with parameters of type NetworkModifier and TypeMethodDescriptionvoidEnvironment.addNodeBreakdown(Network baseModel, String nodeName, Markovian breakdownDist, Markovian downServiceDist) Adds a breakdown stage for a specific node in the network.voidEnvironment.addNodeBreakdown(Network baseModel, String nodeName, Markovian breakdownDist, Markovian downServiceDist, Environment.ResetQueueLengthsFunction resetFun) Adds a breakdown stage for a specific node with a custom reset policy.voidEnvironment.addNodeBreakdown(Network baseModel, Node node, Markovian breakdownDist, Markovian downServiceDist) Adds a breakdown stage for a specific node in the network.voidEnvironment.addNodeBreakdown(Network baseModel, Node node, Markovian breakdownDist, Markovian downServiceDist, Environment.ResetQueueLengthsFunction resetFun) Adds a breakdown stage for a specific node with a custom reset policy.voidEnvironment.addNodeFailureRepair(Network baseModel, String nodeName, Markovian breakdownDist, Markovian repairDist, Markovian downServiceDist) Convenience method to add both breakdown and repair for a node.voidEnvironment.addNodeFailureRepair(Network baseModel, String nodeName, Markovian breakdownDist, Markovian repairDist, Markovian downServiceDist, Environment.ResetQueueLengthsFunction resetBreakdown, Environment.ResetQueueLengthsFunction resetRepair) Adds both breakdown and repair for a node with custom reset policies.voidEnvironment.addNodeFailureRepair(Network baseModel, Node node, Markovian breakdownDist, Markovian repairDist, Markovian downServiceDist) Convenience method to add both breakdown and repair for a node.voidEnvironment.addNodeFailureRepair(Network baseModel, Node node, Markovian breakdownDist, Markovian repairDist, Markovian downServiceDist, Environment.ResetQueueLengthsFunction resetBreakdown, Environment.ResetQueueLengthsFunction resetRepair) Adds both breakdown and repair for a node with custom reset policies.voidAdds a network model to a specific stage of the environment.ModelAdapter.aggregateChains(Network model) Transform a multi-class model into an equivalent chain-aggregated model This function transforms a queueing network model with multiple classes into a stochastically equivalent model where each chain becomes a single class.ModelAdapter.aggregateChains(Network model, String suffix) Transform a multi-class model into an equivalent chain-aggregated modelstatic FESResultModelAdapter.aggregateFES(Network model, List<Station> stationSubset) Replace a station subset with a Flow-Equivalent Server (FES) This function replaces a subset of stations in a closed product-form queueing network with a single Flow-Equivalent Server (FES).static FESResultModelAdapter.aggregateFES(Network model, List<Station> stationSubset, FESOptions options) Replace a station subset with a Flow-Equivalent Server (FES) with optionsstatic MatrixModelAdapter.findPaths(NetworkStruct sn, Matrix P, int startNode, int endNode, int r, ArrayList<Integer> toMerge, Matrix QN, Matrix TN, double currentTime, Matrix fjclassmap, Matrix fjforkmap, Network nonfjmodel) Finds the response times along each path leading out of startNode up to (and not including) endNodestatic MatrixModelAdapter.findPathsCS(NetworkStruct sn, Matrix P, int curNode, int endNode, int curClass, ArrayList<Integer> toMerge, Matrix QN, Matrix TN, double currentTime, Matrix fjclassmap, Matrix fjforkmap, Network nonfjmodel) Finds the response times along each path leading out of curNode up to (and not including) endNode Variant for models with class switchingstatic Ret.FJApproxHeidelberger-Trivedi fork-join queueing network transformation.static Ret.FJApproxFork-Join Transform approach with default forkLambda parameterstatic Ret.FJApproxFork-Join Transform approach to evaluate queueing networks including fork-join systems.voidRoutingMatrix.setRouting(Network model) static Ret.FJsortForksModelAdapter.sort_forks(NetworkStruct sn, NetworkStruct nonfjstruct, Matrix fjforkmap, Matrix fjclassmap, Network nonfjmodel) Determines a directed acyclic graph of relationships among fork nodes.Convenience method with default parametersConvenience method with default parametersCreate a tagged version of a job chain for response time analysisMethod parameters in jline.lang with type arguments of type NetworkModifier and TypeMethodDescriptionstatic NetworkCreates a union Network from a list of Networks.voidEnsemble.setEnsemble(List<Network> ensemble) Sets the list of network models for this ensemble.Constructors in jline.lang with parameters of type NetworkModifierConstructorDescriptionAggregateChainResult(Network chainModel, Matrix alpha, ModelAdapter.DeaggInfo deaggInfo) ClosedClass(Network model, String name, double njobs, Station refstat) Creates a new closed job class with default priority (0).ClosedClass(Network model, String name, double njobs, Station refstat, int priority) Creates a new closed job class with the specified population and reference station.ClosedClass(Network model, String name, double njobs, Station refstat, int priority, double deadline) Creates a new closed job class with the specified population, reference station, priority, and deadline.ClosedClass(Network model, String name, int njobs, Station refstat) ClosedClass(Network model, String name, int njobs, Station refstat, int priority) ClosedClass(Network model, String name, int njobs, Station refstat, int priority, double deadline) ClosedSignal(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.ClosedSignal(Network model, String name, Station refstat) Creates a new negative closed signal class with default priority (0).DisabledClass(Network model, String name, Station refstat) Creates a new disabled job class that perpetually loops at the reference station.Creates a new open job class with default priority (0).Creates a new open job class with the specified priority.Creates a new open job class with the specified priority and deadline.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.SelfLoopingClass(Network model, String name, long njobs, Station refstat) Creates a new self-looping job class with default priority (0).SelfLoopingClass(Network model, String name, long njobs, Station refstat, int priority) Creates a new self-looping job class with specified priority.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.TaggedChainResult(Network taggedModel, JobClass taggedJob) Constructor parameters in jline.lang with type arguments of type Network -
Uses of Network in jline.lang.layered
Methods in jline.lang.layered that return types with arguments of type Network -
Uses of Network in jline.lang.nodes
Fields in jline.lang.nodes declared as NetworkMethods in jline.lang.nodes that return NetworkModifier and TypeMethodDescriptionFork.getModel()Join.getModel()Logger.getModel()Node.getModel()Returns the network model containing this node.Methods in jline.lang.nodes with parameters of type NetworkModifier and TypeMethodDescriptionvoidSets the network model containing this node.Constructors in jline.lang.nodes with parameters of type NetworkModifierConstructorDescriptionCache(Network model, String name, int nitems, int itemLevelCap, ReplacementStrategy replPolicy) Creates a single-level cache with the specified item capacity and replacement policy.Cache(Network model, String name, int nitems, int itemLevelCap, ReplacementStrategy replPolicy, Matrix[] graph) Creates a single-level cache with the specified item capacity, replacement policy, and graph structure.Cache(Network model, String name, int nitems, Matrix itemLevelCap, ReplacementStrategy replPolicy) Creates a multi-level cache with different capacities per level and a replacement policy.Cache(Network model, String name, int nitems, Matrix itemLevelCap, ReplacementStrategy replPolicy, Matrix[] graph) Creates a multi-level cache with different capacities per level, replacement policy, and graph structure.ClassSwitch(Network model, String name) ClassSwitch(Network model, String name, Matrix csFun) Creates a new delay station with infinite servers.Creates a new fork node with default name "Fork".Creates a new fork node with the specified name.Place(Network model, String name, SchedStrategy schedStrategy) Creates a new queueing station with default processor sharing (PS) scheduling.Queue(Network model, String name, SchedStrategy schedStrategy) Creates a new queueing station with the specified scheduling strategy.Creates a new router node that routes jobs without delay.Creates a new sink node where jobs in open classes depart from the network.Creates a new source node in the specified network.Transition(Network model, String nodeName) -
Uses of Network in jline.lang.state
Methods in jline.lang.state with parameters of type Network -
Uses of Network in jline.solvers
Fields in jline.solvers declared as NetworkModifier and TypeFieldDescriptionprotected Network[]EnsembleSolver.ensembleNetworkSolver.modelThe queueing network model to be solvedMethods in jline.solvers that return NetworkModifier and TypeMethodDescriptionNetworkSolver.getModel()Returns the queueing network model being solved.NetworkSolver.model()Methods in jline.solvers with parameters of type NetworkModifier and TypeMethodDescriptionstatic List<NetworkSolver> NetworkSolver.getAllSolvers(Network model) Returns a list containing instances of all available network solvers for the given model.voidSets the queueing network model to be solved.booleanChecks if this solver supports the given network model.Constructors in jline.solvers with parameters of type NetworkModifierConstructorDescriptionprotectedNetworkSolver(Network model, String name) Constructs a NetworkSolver with the specified model and name using default options.protectedNetworkSolver(Network model, String name, SolverOptions options) Constructs a NetworkSolver with the specified model, name, and options. -
Uses of Network in jline.solvers.auto
Methods in jline.solvers.auto that return NetworkModifier and TypeMethodDescriptionstatic NetworkLoads a Network model from a file.static NetworkLoads a Network model from a file with optional verbose output.Methods in jline.solvers.auto with parameters of type NetworkModifier and TypeMethodDescriptionstatic LINEConvenience method - create LINE solver with default settingsstatic LINEConvenience method - create LINE solver with methodstatic NetworkSolverStatic factory method to create and configure a solver based on the chosen method This matches the MATLAB LINE.load() static method functionalitybooleanConstructors in jline.solvers.auto with parameters of type NetworkModifierConstructorDescriptionAUTO(Network model, SolverOptions options) Constructor - alias for SolverAUTOConstructor with method stringLINE(Network model, SolverOptions options) Constructor with optionsModelAnalyzer(Network model) SolverAUTO(Network model) Constructor with model onlySolverAUTO(Network model, Object... varargin) Constructor with model and varargsSolverAUTO(Network model, String method) Constructor with model and methodSolverAUTO(Network model, SolverOptions options) Constructor with model and options -
Uses of Network in jline.solvers.ctmc
Methods in jline.solvers.ctmc with parameters of type NetworkConstructors in jline.solvers.ctmc with parameters of type NetworkModifierConstructorDescriptionCTMC(Network model, SolverOptions options) SolverCTMC(Network model, Object... args) SolverCTMC(Network model, SolverOptions options) -
Uses of Network in jline.solvers.env
Methods in jline.solvers.env with parameters of type Network -
Uses of Network in jline.solvers.fluid
Methods in jline.solvers.fluid with parameters of type NetworkModifier and TypeMethodDescriptionbooleanChecks whether the given model is supported by the Fluid solver.Constructors in jline.solvers.fluid with parameters of type NetworkModifierConstructorDescriptionFLD(Network model, SolverOptions options) Fluid(Network model, SolverOptions options) SolverFluid(Network model) Creates a new SolverFluid instance with default options.SolverFluid(Network model, Object... varargin) Creates a new SolverFluid instance with variable arguments for options.SolverFluid(Network model, String method) Creates a new SolverFluid instance with a specific method.SolverFluid(Network model, SolverOptions options) Creates a new SolverFluid instance with specific options. -
Uses of Network in jline.solvers.fluid.handlers
Methods in jline.solvers.fluid.handlers with parameters of type NetworkModifier and TypeMethodDescriptionorg.apache.commons.math3.optim.PointValuePairPStarSearcher.findPStarValues(Network model, Matrix targetQueueLengths) PStarSearcher.generateTargetQueueLengths(Network model) Constructors in jline.solvers.fluid.handlers with parameters of type NetworkModifierConstructorDescriptionCMAESObjectiveFunction(Matrix targetQueueLengths, Network model, boolean stiff) PStarOptimisationFunction(Matrix QNSSA, Network model, boolean stiff) -
Uses of Network in jline.solvers.jmt
Methods in jline.solvers.jmt with parameters of type NetworkConstructors in jline.solvers.jmt with parameters of type NetworkModifierConstructorDescriptionJMT(Network model, SolverOptions options) SolverJMT(Network model, SolverOptions options) SolverJMT(Network model, SolverOptions options, String jmtPath) -
Uses of Network in jline.solvers.jmt.handlers
Constructors in jline.solvers.jmt.handlers with parameters of type NetworkModifierConstructorDescriptionSaveHandlers(Network simModel) Constructs a SaveHandlers instance with default simulation parameters.SaveHandlers(Network simModel, double simMaxRelErr, double simConfInt, SolverAvgHandles avgHandles, long seed, String simFileName, long maxEvents, long maxSamples, double maxSimulatedTime) Constructs a SaveHandlers instance with full simulation parameter control. -
Uses of Network in jline.solvers.jmt.io
Methods in jline.solvers.jmt.io that return NetworkConstructors in jline.solvers.jmt.io with parameters of type Network -
Uses of Network in jline.solvers.ldes
Methods in jline.solvers.ldes with parameters of type NetworkModifier and TypeMethodDescriptionSolverLDES.listValidMethods(Network model) Returns the list of valid solution methods for LDES.booleanConstructors in jline.solvers.ldes with parameters of type NetworkModifierConstructorDescriptionLDES(Network model, SolverOptions options) SolverLDES(Network model) Constructs a SolverLDES with the given model using default options.SolverLDES(Network model, Object... args) Constructs a SolverLDES with the given model and variable arguments.SolverLDES(Network model, String method) Constructs a SolverLDES with the given model and method.SolverLDES(Network model, SolverOptions options) Constructs a SolverLDES with the given model and options. -
Uses of Network in jline.solvers.ln
Fields in jline.solvers.ln with type parameters of type NetworkMethods in jline.solvers.ln that return types with arguments of type NetworkMethods in jline.solvers.ln with parameters of type Network -
Uses of Network in jline.solvers.lqns
Methods in jline.solvers.lqns with parameters of type Network -
Uses of Network in jline.solvers.mam
Methods in jline.solvers.mam with parameters of type NetworkConstructors in jline.solvers.mam with parameters of type NetworkModifierConstructorDescriptionMAM(Network model, SolverOptions options) SolverMAM(Network model, SolverOptions options) -
Uses of Network in jline.solvers.mva
Methods in jline.solvers.mva with parameters of type NetworkModifier and TypeMethodDescriptionbooleanChecks whether the given model is supported by the MVA solverConstructors in jline.solvers.mva with parameters of type NetworkModifierConstructorDescriptionMVA(Network model, SolverOptions options) Creates a new SolverMVA instance with default options.Creates a new SolverMVA instance with variable arguments for options.Creates a new SolverMVA instance with a specific method.SolverMVA(Network model, SolverOptions options) Creates a new SolverMVA instance with specific options. -
Uses of Network in jline.solvers.mva.handlers
Constructors in jline.solvers.mva.handlers with parameters of type NetworkModifierConstructorDescriptionMVARunner(Network model, SolverOptions options, boolean enableChecks) -
Uses of Network in jline.solvers.nc
Methods in jline.solvers.nc with parameters of type NetworkModifier and TypeMethodDescriptionbooleanChecks whether the given model is supported by the NC solverstatic booleanSolverNC.supportsModel(Network model) Static method to check whether the given model is supported by the NC solver.Constructors in jline.solvers.nc with parameters of type NetworkModifierConstructorDescriptionNC(Network model, SolverOptions options) SolverNC(Network model, SolverOptions options) -
Uses of Network in jline.solvers.posterior
Fields in jline.solvers.posterior declared as NetworkMethods in jline.solvers.posterior that return NetworkModifier and TypeMethodDescriptionprotected NetworkSolverPosterior.deepCopyNetwork(Network original) Deep copies a Network using serialization.Methods in jline.solvers.posterior with parameters of type NetworkModifier and TypeMethodDescriptionprotected NetworkSolverPosterior.deepCopyNetwork(Network original) Deep copies a Network using serialization.booleanConstructors in jline.solvers.posterior with parameters of type NetworkModifierConstructorDescriptionPosterior(Network model, SolverPosterior.SolverFactory solverFactory) Posterior(Network model, SolverPosterior.SolverFactory solverFactory, SolverOptions options) SolverPosterior(Network model, SolverPosterior.SolverFactory solverFactory) Creates a SolverPosterior with the given model and solver factory.SolverPosterior(Network model, SolverPosterior.SolverFactory solverFactory, SolverOptions options) Creates a SolverPosterior with solver options. -
Uses of Network in jline.solvers.qns
Methods in jline.solvers.qns with parameters of type NetworkModifier and TypeMethodDescriptionbooleanCheck if the solver supports the given modelConstructors in jline.solvers.qns with parameters of type NetworkModifierConstructorDescriptionQNS(Network model, SolverOptions options) Default constructor with network modelConstructor with network model and variable argumentsConstructor with network model and method stringSolverQNS(Network model, SolverOptions options) Constructor with network model and solver options -
Uses of Network in jline.solvers.ssa
Methods in jline.solvers.ssa with parameters of type NetworkConstructors in jline.solvers.ssa with parameters of type NetworkModifierConstructorDescriptionSolverSSA(Network model, SolverOptions options) SSA(Network model, SolverOptions options) -
Uses of Network in jline.unified
Methods in jline.unified that return Network