Uses of Class
org.opentrafficsim.xml.generated.InputParameters
Packages that use InputParameters
-
Uses of InputParameters in org.opentrafficsim.xml.generated
Fields in org.opentrafficsim.xml.generated declared as InputParametersModifier and TypeFieldDescriptionprotected InputParameters
Scenarios.defaultInputParameters
protected InputParameters
ScenarioType.inputParameters
Methods in org.opentrafficsim.xml.generated that return InputParametersModifier and TypeMethodDescriptionObjectFactory.createInputParameters()
Create an instance ofInputParameters
Scenarios.getDefaultInputParameters()
Gets the value of the defaultInputParameters property.ScenarioType.getInputParameters()
Gets the value of the inputParameters property.Methods in org.opentrafficsim.xml.generated with parameters of type InputParametersModifier and TypeMethodDescriptionvoid
Scenarios.setDefaultInputParameters
(InputParameters value) Sets the value of the defaultInputParameters property.void
ScenarioType.setInputParameters
(InputParameters value) Sets the value of the inputParameters property.