Package org.opentrafficsim.editor
Class XsdPaths
java.lang.Object
org.opentrafficsim.editor.XsdPaths
Class where static fields define paths in the XML. This is to provide a central location to implement changes in the XML
Schema. Another place where many paths are defined is
DefaultDecorator
. Still, many single attribute/child references
are defined throughout other classes.
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
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Connector path.static final String
Correlation path.static final String
Default string input parameter path.static final String
Default input parameters path.static final String
Defined road layout path.static final String
Definitions path.static final String
Generator path.static final String
Input parameters path.static final String
Link path.static final String
List generator path.static final String
Network path.static final String
Node path.static final String
OD options item path.static final String
Polyline coordinate path.static final String
Road layout path.static final String
Scenario path.static final String
Scenarios path.static final String
Sink path.static final String
Traffic light path. -
Constructor Summary
-
Method Summary
-
Field Details
-
DEFINITIONS
Definitions path.- See Also:
-
DEFINED_ROADLAYOUT
Defined road layout path.- See Also:
-
NETWORK
Network path.- See Also:
-
CONNECTOR
Connector path.- See Also:
-
NODE
Node path.- See Also:
-
LINK
Link path.- See Also:
-
TRAFFIC_LIGHT
Traffic light path.- See Also:
-
POLYLINE_COORDINATE
Polyline coordinate path.- See Also:
-
ROADLAYOUT
Road layout path.- See Also:
-
OD_OPTIONS_ITEM
OD options item path.- See Also:
-
GENERATOR
Generator path.- See Also:
-
LIST_GENERATOR
List generator path.- See Also:
-
SINK
Sink path.- See Also:
-
CORRELATION
Correlation path.- See Also:
-
SCENARIOS
Scenarios path.- See Also:
-
DEFAULT_INPUT_PARAMETERS
Default input parameters path.- See Also:
-
DEFAULT_INPUT_PARAMETER_STRING
Default string input parameter path.- See Also:
-
SCENARIO
Scenario path.- See Also:
-
INPUT_PARAMETERS
Input parameters path.- See Also:
-
-
Constructor Details
-
XsdPaths
public XsdPaths()
-