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
FieldsModifier and TypeFieldDescriptionstatic final StringConnector path.static final StringCorrelation path.static final StringDefault string input parameter path.static final StringDefault input parameters path.static final StringDefined road layout path.static final StringDefinitions path.static final StringGenerator path.static final StringInput parameters path.static final StringLink path.static final StringList generator path.static final StringNetwork path.static final StringNode path.static final StringOD options item path.static final StringPolyline coordinate path.static final StringRoad layout path.static final StringScenario path.static final StringScenarios path.static final StringSink path.static final StringTraffic light path. -
Constructor Summary
Constructors -
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()
-