public class LineMergeDirectedEdge extends DirectedEdge
DirectedEdge of a
LineMergeGraph.
angle, edgeDirection, from, p0, p1, parentEdge, quadrant, sym, toisMarked, isVisited| Constructor and Description |
|---|
LineMergeDirectedEdge(Node
Constructs a LineMergeDirectedEdge connecting the
from node to the
to node.
|
| Modifier and Type | Method and Description |
|---|---|
LineMergeDirectedEdge |
getNext()
Returns the directed edge that starts at this directed edge's end point, or null if there are zero or multiple directed edges starting there.
|
compareDirection, compareTo, getAngle, getCoordinate, getDirectionPt, getEdge, getEdgeDirection, getFromNode, getQuadrant, getSym, getToNode, isRemoved, print, setEdge, setSym, toEdgesgetComponentWithVisitedState, getContext, getData, isMarked, isVisited, setContext, setData, setMarked, setMarked, setVisited, setVisitedpublic LineMergeDirectedEdge(Nodefrom, Node to, Coordinate directionPt, boolean edgeDirection)
from node to the
to node.
directionPt - specifies this DirectedEdge's direction (given by an imaginary line from the
from node to
directionPt)
edgeDirection - whether this DirectedEdge's direction is the same as or opposite to that of the parent Edge (if any)
public LineMergeDirectedEdgegetNext()