Uses of Class
jaxb.OutputRequest
-
Packages that use OutputRequest Package Description core jaxb models.fluid.ctm models.none models.vehicle.newell models.vehicle.spatialq -
-
Uses of OutputRequest in core
Methods in core with parameters of type OutputRequest Modifier and Type Method Description AbstractOutputInterfaceModel. create_output(Scenario scenario, String prefix, String output_folder, OutputRequest jaxb_or) -
Uses of OutputRequest in jaxb
Methods in jaxb that return OutputRequest Modifier and Type Method Description OutputRequestObjectFactory. createOutputRequest()Create an instance ofOutputRequestMethods in jaxb that return types with arguments of type OutputRequest Modifier and Type Method Description List<OutputRequest>OutputRequests. getOutputRequest()Gets the value of the outputRequest property. -
Uses of OutputRequest in models.fluid.ctm
Methods in models.fluid.ctm with parameters of type OutputRequest Modifier and Type Method Description AbstractOutputModelCTM. create_output(Scenario scenario, String prefix, String output_folder, OutputRequest jaxb_or) -
Uses of OutputRequest in models.none
Methods in models.none with parameters of type OutputRequest Modifier and Type Method Description AbstractOutputModelNone. create_output(Scenario scenario, String prefix, String output_folder, OutputRequest jaxb_or) -
Uses of OutputRequest in models.vehicle.newell
Methods in models.vehicle.newell with parameters of type OutputRequest Modifier and Type Method Description AbstractOutputModelNewell. create_output(Scenario scenario, String prefix, String output_folder, OutputRequest jaxb_or) -
Uses of OutputRequest in models.vehicle.spatialq
Methods in models.vehicle.spatialq with parameters of type OutputRequest Modifier and Type Method Description AbstractOutputModelSpatialQ. create_output(Scenario scenario, String prefix, String output_folder, OutputRequest jaxb_or)
-