Package | Description |
---|---|
org.opentripplanner.common |
Modifier and Type | Field and Description |
---|---|
TurnRestrictionType |
TurnRestriction.type |
Modifier and Type | Method and Description |
---|---|
static TurnRestrictionType |
TurnRestrictionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TurnRestrictionType[] |
TurnRestrictionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TurnRestriction(Edge from,
Edge to,
TurnRestrictionType type,
TraverseModeSet modes)
Convenience constructor.
|
Copyright © 2019. All rights reserved.