Package | Description |
---|---|
org.opentripplanner.routing.edgetype | |
org.opentripplanner.routing.vertextype |
Modifier and Type | Method and Description |
---|---|
P2<StreetEdge> |
StreetEdge.split(SplitterVertex splitterVertex,
boolean destructive,
boolean createSemiPermanentEdges)
Split this street edge and return the resulting street edges.
|
P2<StreetEdge> |
SemiPermanentPartialStreetEdge.split(SplitterVertex splitterVertex,
boolean destructive,
boolean createSemiPermanentEdges)
Make sure that the only way to split a SemiPermanentPartialStreetEdge is with a TemporarySplitterVertex.
|
Modifier and Type | Class and Description |
---|---|
class |
SemiPermanentSplitterVertex
This class models a vertex that is used to connect split StreetEdges to semi-permanent vertices such as bike rental
stations.
|
class |
TemporarySplitterVertex
TODO: decide what to do with this.
|
Copyright © 2020. All rights reserved.