Package org.goplanit.matsim.xml
Class MatsimTransitElements
- java.lang.Object
-
- org.goplanit.matsim.xml.MatsimTransitElements
-
public class MatsimTransitElements extends Object
MATSIM transit XML elements used- Author:
- markr
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEPARTURE
static String
DEPARTURES
static String
DESCRIPTION
static String
LINK
static String
ROUTE
static String
ROUTE_PROFILE
static String
STOP
static String
STOP_FACILITY
static String
TRANSIT_LINE
static String
TRANSIT_ROUTE
static String
TRANSIT_SCHEDULE
static String
TRANSIT_STOPS
static String
TRANSPORT_MODE
-
Constructor Summary
Constructors Constructor Description MatsimTransitElements()
-
-
-
Field Detail
-
TRANSIT_SCHEDULE
public static final String TRANSIT_SCHEDULE
- See Also:
- Constant Field Values
-
TRANSIT_STOPS
public static final String TRANSIT_STOPS
- See Also:
- Constant Field Values
-
STOP_FACILITY
public static final String STOP_FACILITY
- See Also:
- Constant Field Values
-
TRANSIT_LINE
public static final String TRANSIT_LINE
- See Also:
- Constant Field Values
-
TRANSIT_ROUTE
public static final String TRANSIT_ROUTE
- See Also:
- Constant Field Values
-
TRANSPORT_MODE
public static final String TRANSPORT_MODE
- See Also:
- Constant Field Values
-
ROUTE_PROFILE
public static final String ROUTE_PROFILE
- See Also:
- Constant Field Values
-
STOP
public static final String STOP
- See Also:
- Constant Field Values
-
ROUTE
public static final String ROUTE
- See Also:
- Constant Field Values
-
DEPARTURES
public static final String DEPARTURES
- See Also:
- Constant Field Values
-
DEPARTURE
public static final String DEPARTURE
- See Also:
- Constant Field Values
-
LINK
public static final String LINK
- See Also:
- Constant Field Values
-
DESCRIPTION
public static final String DESCRIPTION
- See Also:
- Constant Field Values
-
-