Uses of Class
jline.util.NamedParam
Packages that use NamedParam
Package
Description
This package contains processes and statistical distributions used to specify arrival rates, service rates, and item popularities
-
Uses of NamedParam in jline.lang.processes
Fields in jline.lang.processes with type parameters of type NamedParamModifier and TypeFieldDescriptionprotected List<NamedParam>Distribution.paramsprotected List<NamedParam>Process.paramsMethods in jline.lang.processes that return NamedParamModifier and TypeMethodDescriptionDistribution.getParam(int id) Gets a parameter by its ID.Returns the parameter carrying a given name, twin of reading the MATLABparamscell by itsparamNamefield.Process.getParam(int id) Get a parameter by idDistribution.param(int id) Property alias for getParam(int id)Process.param(int id) Property alias for getParam(int id)Methods in jline.lang.processes that return types with arguments of type NamedParamModifier and TypeMethodDescriptionDistribution.getParams()Returns every parameter of this distribution, in declaration order.