Package org.opentrafficsim.road
Class GenerateParametersXml
java.lang.Object
org.opentrafficsim.road.GenerateParametersXml
Loops all OTS classes and prints XML lines for all parameters (@code ParameterType) found.
Copyright (c) 2023-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Author:
- Wouter Schakel
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
GenerateParametersXml
public GenerateParametersXml()
-
-
Method Details
-
main
public static void main(String[] args) throws IllegalArgumentException, IllegalAccessException, org.opentrafficsim.base.parameters.ParameterException Prints XML lines for all parameters (@code ParameterType) found.- Parameters:
args
- String[]; args.- Throws:
IllegalAccessException
IllegalArgumentException
org.opentrafficsim.base.parameters.ParameterException
-