Uses of Class
utils.StochasticProcess
-
Packages that use StochasticProcess Package Description models.fluid.ctm models.vehicle.newell models.vehicle.spatialq plugin utils -
-
Uses of StochasticProcess in models.fluid.ctm
Constructors in models.fluid.ctm with parameters of type StochasticProcess Constructor Description ModelCTM(String name, Set<Link> links, StochasticProcess process, ModelParams param)
-
Uses of StochasticProcess in models.vehicle.newell
Constructors in models.vehicle.newell with parameters of type StochasticProcess Constructor Description ModelNewell(String name, Set<Link> links, StochasticProcess process, ModelParams params)
-
Uses of StochasticProcess in models.vehicle.spatialq
Constructors in models.vehicle.spatialq with parameters of type StochasticProcess Constructor Description ModelSpatialQ(String name, Set<Link> links, StochasticProcess process)
-
Uses of StochasticProcess in plugin
Methods in plugin with parameters of type StochasticProcess Modifier and Type Method Description static core.AbstractModel
PluginLoader. get_model_instance(Model jaxb_model, StochasticProcess process)
-
Uses of StochasticProcess in utils
Methods in utils that return StochasticProcess Modifier and Type Method Description static StochasticProcess
StochasticProcess. valueOf(String name)
Returns the enum constant of this type with the specified name.static StochasticProcess[]
StochasticProcess. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in utils with parameters of type StochasticProcess Modifier and Type Method Description static Float
OTMUtils. get_waiting_time(double rate, StochasticProcess process)
-