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 AbstractOutput
InterfaceModel. 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 OutputRequest
ObjectFactory. createOutputRequest()
Create an instance ofOutputRequest
Methods 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 AbstractOutput
ModelCTM. 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 AbstractOutput
ModelNone. 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 AbstractOutput
ModelNewell. 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 AbstractOutput
ModelSpatialQ. create_output(Scenario scenario, String prefix, String output_folder, OutputRequest jaxb_or)
-