Uses of Class
jaxb.ModelParams
-
Packages that use ModelParams Package Description jaxb models.fluid.ctm models.vehicle.newell -
-
Uses of ModelParams in jaxb
Methods in jaxb that return ModelParams Modifier and Type Method Description ModelParamsObjectFactory. createModelParams()Create an instance ofModelParamsModelParamsModel. getModelParams()Gets the value of the modelParams property.Methods in jaxb with parameters of type ModelParams Modifier and Type Method Description voidModel. setModelParams(ModelParams value)Sets the value of the modelParams property. -
Uses of ModelParams in models.fluid.ctm
Constructors in models.fluid.ctm with parameters of type ModelParams Constructor Description ModelCTM(String name, Set<Link> links, StochasticProcess process, ModelParams param) -
Uses of ModelParams in models.vehicle.newell
Constructors in models.vehicle.newell with parameters of type ModelParams Constructor Description ModelNewell(String name, Set<Link> links, StochasticProcess process, ModelParams params)
-