Uses of Class
jline.lang.FeatureSet
Packages that use FeatureSet
Package
Description
Abstractions to declare basic elements of a model.
This package contains the classes used the specify LayeredNetwork objects
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).
LDES solver using SSJ library.
This package provides an implementation of SolverMAM.
This package provides an implementation of SolverMVA.
This package provides an implementation of SolverNC.
This package provides an implementation of SolverSSA.
This package provides an implementation of SolverJMT.
This package provides an implementation of SolverLQNS.
This package provides an implementation of SolverQNS.
-
Uses of FeatureSet in jline.lang
Methods in jline.lang that return FeatureSetModifier and TypeMethodDescriptionNetwork.getUsedLangFeatures()Returns the language features used by the given networkMethods in jline.lang with parameters of type FeatureSetModifier and TypeMethodDescriptionstatic booleanFeatureSet.supports(FeatureSet supported, FeatureSet used) Checks if the used features are supported by the given solverstatic StringFeatureSet.supportsReason(FeatureSet supported, FeatureSet used) Same feature comparison assupports(jline.lang.FeatureSet, jline.lang.FeatureSet)but returns a human-readable reason instead of a boolean (empty string when every used feature is supported), and without the side-effect warning.FeatureSet.unsupportedFeatures(FeatureSet supported, FeatureSet used) The names of the used features the given feature set does not cover, as a list rather than a message. -
Uses of FeatureSet in jline.lang.layered
Methods in jline.lang.layered that return FeatureSet -
Uses of FeatureSet in jline.solvers
Methods in jline.solvers that return FeatureSetModifier and TypeMethodDescriptionSolver.getMethodFeatureSet(String method) Per-method feature set, or null to signal "this solver does not diverge per method" (the coarse supports(model) is then used, preserving any structural checks it carries). -
Uses of FeatureSet in jline.solvers.ag
Methods in jline.solvers.ag that return FeatureSetModifier and TypeMethodDescriptionstatic FeatureSetSolverAG.getFeatureSet()The RCAT feature envelope.SolverAG.getMethodFeatureSet(String method) static FeatureSetSolverAG.methodFeatureSet(String method) Every AG method is the same decomposition differing only in how the reversed rate is read off an agent, so they share one envelope; the genuine restrictions are structural and applied inSolverAG.supportsModelMethod(String). -
Uses of FeatureSet in jline.solvers.auto
Methods in jline.solvers.auto that return FeatureSetModifier and TypeMethodDescriptionstatic FeatureSetSolverAUTO.getFeatureSet()Union of the feature sets of every solver AUTO can delegate to: a model AUTO can analyze is one that at least one candidate supports. -
Uses of FeatureSet in jline.solvers.ba
Methods in jline.solvers.ba that return FeatureSetModifier and TypeMethodDescriptionstatic FeatureSetSolverBA.getFeatureSet()The feature envelope of the bounds.SolverBA.getMethodFeatureSet(String method) The base envelope with the per-method deltas the registry CAN name. -
Uses of FeatureSet in jline.solvers.ctmc
Fields in jline.solvers.ctmc declared as FeatureSetModifier and TypeFieldDescriptionSolverCTMC.SupportResult.featSupportedSolverCTMC.SupportResult.featUsedMethods in jline.solvers.ctmc that return FeatureSetModifier and TypeMethodDescriptionstatic FeatureSetSolverCTMC.getFeatureSet()SolverCTMC.getMethodFeatureSet(String method) Per-method feature deltas applied to the base CTMC envelope.Constructors in jline.solvers.ctmc with parameters of type FeatureSetModifierConstructorDescriptionSupportResult(boolean bool, FeatureSet featSupported, FeatureSet featUsed) -
Uses of FeatureSet in jline.solvers.env
Methods in jline.solvers.env that return FeatureSet -
Uses of FeatureSet in jline.solvers.fluid
Methods in jline.solvers.fluid that return FeatureSetModifier and TypeMethodDescriptionstatic FeatureSetSolverFluid.getFeatureSet()Returns the feature set supported by the Fluid solverSolverFluid.getMethodFeatureSet(String method) Per-method feature envelope, mirroring the MATLABSolverFLD.getMethodFeatureSet. -
Uses of FeatureSet in jline.solvers.ldes
Methods in jline.solvers.ldes that return FeatureSetModifier and TypeMethodDescriptionstatic FeatureSetSolverLDES.getFeatureSet()Returns the feature set supported by the LDES solver.static FeatureSetSolverLDES.getLNFeatureSet()Returns the feature set supported by the LDES solver for LayeredNetwork models. -
Uses of FeatureSet in jline.solvers.mam
Methods in jline.solvers.mam that return FeatureSetModifier and TypeMethodDescriptionstatic FeatureSetSolverMAM.getFeatureSet()Returns the feature set supported by the MAM solverSolverMAM.getMethodFeatureSet(String method) static FeatureSetSolverMAM.methodFeatureSet(String method) Per-method feature deltas on the base MAM envelope. -
Uses of FeatureSet in jline.solvers.mva
Methods in jline.solvers.mva that return FeatureSetModifier and TypeMethodDescriptionstatic FeatureSetSolverMVA.getFeatureSet()Returns the feature set supported by the MVA solverSolverMVA.getMethodFeatureSet(String method) The per-method envelope plus the one MVA rule that is judged on the MODEL rather than on the name, which is why it cannot live in the staticSolverMVA.methodFeatureSet(java.lang.String)table.static FeatureSetSolverMVA.methodFeatureSet(String method) Per-method feature deltas applied to the base MVA envelope.static FeatureSetSolverMVA.methodFeatureSet(NetworkStruct sn, String method) The same envelope, asked of a struct rather than of a solver instance, so that the run gate inMVARunnerand the report gate inSolverMVA.getMethodFeatureSet(java.lang.String)apply ONE copy of the model-judged rule. -
Uses of FeatureSet in jline.solvers.nc
Methods in jline.solvers.nc that return FeatureSetModifier and TypeMethodDescriptionstatic FeatureSetSolverNC.getFeatureSet()Returns the feature set supported by the NC solverSolverNC.getMethodFeatureSet(String method) static FeatureSetSolverNC.methodFeatureSet(String method) Per-method feature deltas applied to the base NC envelope. -
Uses of FeatureSet in jline.solvers.ssa
Methods in jline.solvers.ssa that return FeatureSetModifier and TypeMethodDescriptionstatic FeatureSetSolverSSA.getFeatureSet()Returns the feature set supported by the SSA solver -
Uses of FeatureSet in jline.solvers.wrappers.jmt
Methods in jline.solvers.wrappers.jmt that return FeatureSetModifier and TypeMethodDescriptionstatic FeatureSetSolverJMT.getFeatureSet()static FeatureSetSolverJMT.getJMVAFeatureSet()What the JMVA ANALYTICAL engine accepts, which is much less than the JSIM simulator above.SolverJMT.getMethodFeatureSet(String method) SolverJMT drives TWO ENGINES, and they accept different models. -
Uses of FeatureSet in jline.solvers.wrappers.lqns
Methods in jline.solvers.wrappers.lqns that return FeatureSetModifier and TypeMethodDescriptionstatic FeatureSetSolverLQNS.getFeatureSet()Returns the feature set supported by the LQNS solver -
Uses of FeatureSet in jline.solvers.wrappers.qns
Methods in jline.solvers.wrappers.qns that return FeatureSetModifier and TypeMethodDescriptionstatic FeatureSetSolverQNS.getFeatureSet()Get the feature set supported by this solver