Uses of Class
jline.lang.FeatureSet
Package
Description
Abstractions to declare basic elements of a model.
Solution approaches based on Continuous-Time Markov Chain solution
Solution approaches based on mean-field and fluid approximations.
Wrapper for the Java Modelling Tools (JMT) suite solvers
Analysis approaches based on matrix-analytic methods
Analysis approaches based on Mean-Value Analysis (MVA)
Analysis approaches based on Normalizing Costant (NC) methods
Analysis approaches based on the Stochastic Simulation Algorithm (SSA) for Markov chains
-
Uses of FeatureSet in jline.lang
Modifier and TypeMethodDescriptionNetwork.getUsedLangFeatures()
Returns the language features used by the given networkModifier and TypeMethodDescriptionstatic boolean
FeatureSet.supports
(FeatureSet supported, FeatureSet used) Checks if the used features are supported by the given solver -
Uses of FeatureSet in jline.solvers.ctmc
Modifier and TypeFieldDescriptionSolverCTMC.SupportResult.featSupported
SolverCTMC.SupportResult.featUsed
ModifierConstructorDescriptionSupportResult
(boolean bool, FeatureSet featSupported, FeatureSet featUsed) -
Uses of FeatureSet in jline.solvers.fluid
Modifier and TypeMethodDescriptionstatic FeatureSet
SolverFluid.getFeatureSet()
Returns the feature set supported by the MVA solver -
Uses of FeatureSet in jline.solvers.jmt
-
Uses of FeatureSet in jline.solvers.mam
Modifier and TypeMethodDescriptionstatic FeatureSet
SolverMAM.getFeatureSet()
Returns the feature set supported by the MVA solver -
Uses of FeatureSet in jline.solvers.mva
Modifier and TypeMethodDescriptionstatic FeatureSet
SolverMVA.getFeatureSet()
Returns the feature set supported by the MVA solver -
Uses of FeatureSet in jline.solvers.nc
Modifier and TypeMethodDescriptionstatic FeatureSet
SolverNC.getFeatureSet()
Returns the feature set supported by the NC solver -
Uses of FeatureSet in jline.solvers.ssa
Modifier and TypeMethodDescriptionstatic FeatureSet
SolverSSA.getFeatureSet()
Returns the feature set supported by the MVA solver