Package org.goplanit.matsim.xml
Class MatsimNetworkAttributes
- java.lang.Object
-
- org.goplanit.matsim.xml.MatsimNetworkAttributes
-
public class MatsimNetworkAttributes extends Object
MATSIM network XML attributes used- Author:
- markr
-
-
Field Summary
Fields Modifier and Type Field Description static String
CAPACITY_HOUR
static String
FREESPEED_METER_SECOND
static String
FROM
static String
ID
static String
LENGTH
static String
MODES
static String
NT_CATEGORY
static String
NT_TYPE
static String
ORIGID
static String
PERMLANES
static String
TO
static String
TYPE
static String
X
static String
Y
static String
Z
-
Constructor Summary
Constructors Constructor Description MatsimNetworkAttributes()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
ORIGID
public static final String ORIGID
- See Also:
- Constant Field Values
-
X
public static final String X
- See Also:
- Constant Field Values
-
Y
public static final String Y
- See Also:
- Constant Field Values
-
Z
public static final String Z
- See Also:
- Constant Field Values
-
FROM
public static final String FROM
- See Also:
- Constant Field Values
-
TO
public static final String TO
- See Also:
- Constant Field Values
-
LENGTH
public static final String LENGTH
- See Also:
- Constant Field Values
-
NT_CATEGORY
public static final String NT_CATEGORY
- See Also:
- Constant Field Values
-
NT_TYPE
public static final String NT_TYPE
- See Also:
- Constant Field Values
-
FREESPEED_METER_SECOND
public static final String FREESPEED_METER_SECOND
- See Also:
- Constant Field Values
-
CAPACITY_HOUR
public static final String CAPACITY_HOUR
- See Also:
- Constant Field Values
-
PERMLANES
public static final String PERMLANES
- See Also:
- Constant Field Values
-
MODES
public static final String MODES
- See Also:
- Constant Field Values
-
-