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 InputParametersScenarios.defaultInputParametersprotected InputParametersScenarioType.inputParametersMethods in org.opentrafficsim.xml.generated that return InputParametersModifier and TypeMethodDescriptionObjectFactory.createInputParameters()Create an instance ofInputParametersScenarios.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 TypeMethodDescriptionvoidScenarios.setDefaultInputParameters(InputParameters value) Sets the value of the defaultInputParameters property.voidScenarioType.setInputParameters(InputParameters value) Sets the value of the inputParameters property.