public class LineMergeEdge extends Edge
LineMergeGraph
. The marked
field indicates
whether this Edge has been logically deleted from the graph.Modifier and Type | Field and Description |
---|---|
private LineString |
line |
isMarked, isVisited
Constructor and Description |
---|
LineMergeEdge(LineString line)
Constructs a LineMergeEdge with vertices given by the specified LineString.
|
Modifier and Type | Method and Description |
---|---|
LineString |
getLine()
Returns the LineString specifying the vertices of this edge.
|
getDirEdge, getDirEdge, getOppositeNode, isRemoved, setDirectedEdges
getComponentWithVisitedState, getContext, getData, isMarked, isVisited, setContext, setData, setMarked, setMarked, setVisited, setVisited
private LineString line
public LineMergeEdge(LineString line)
public LineString getLine()