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.
This package provides an implementation of SolverCTMC.
This package provides an implementation of SolverENV (ENV).
This package provides an implementation of SolverFluid (FLD).
LINE Discrete Event Simulator (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. -
Uses of FeatureSet in jline.lang.layered
Methods in jline.lang.layered that return FeatureSetModifier and TypeMethodDescriptionLayeredNetwork.getUsedLangFeatures()Get the used language features by analyzing the layered network structure -
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.ctmc
Fields in jline.solvers.ctmc declared as FeatureSetModifier and TypeFieldDescriptionSolverCTMC.SupportResult.featSupportedSolverCTMC.SupportResult.featUsedMethods in jline.solvers.ctmc that return FeatureSetConstructors 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 solver -
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 solver -
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) static FeatureSetSolverMVA.methodFeatureSet(String method) Per-method feature deltas applied to the base MVA envelope. -
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 solver -
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 FeatureSet -
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