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
This package provides an implementation of SolverCTMC.
This package provides an implementation of SolverENV (ENV).
This package provides an implementation of SolverFluid (FLD).
This package provides an implementation of SolverJMT.
LINE Discrete Event Simulator (LDES) solver using SSJ library.
This package provides an implementation of SolverLQNS.
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 SolverQNS.
This package provides an implementation of SolverSSA.
-
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 solver -
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.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.jmt
Methods in jline.solvers.jmt that return FeatureSet -
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.lqns
Methods in jline.solvers.lqns that return FeatureSetModifier and TypeMethodDescriptionstatic FeatureSetSolverLQNS.getFeatureSet()Returns the feature set supported by the LQNS solver -
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 solver -
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.qns
Methods in jline.solvers.qns that return FeatureSetModifier and TypeMethodDescriptionstatic FeatureSetSolverQNS.getFeatureSet()Get the feature set supported by this 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