public class EdgeEndBundle extends EdgeEnd
EdgeEnds which obey the following invariant: They originate at the same node and have the same direction.
| Constructor and Description |
|---|
EdgeEndBundle(BoundaryNodeRule
|
EdgeEndBundle(EdgeEnd
|
| Modifier and Type | Method and Description |
|---|---|
void |
computeLabel(BoundaryNodeRule
This computes the overall edge label for the set of edges in this EdgeStubBundle.
|
List |
getEdgeEnds()
|
Label |
getLabel()
|
void |
insert(EdgeEnd
|
Iterator |
iterator()
|
void |
print(PrintStream
|
compareDirection, compareTo, getCoordinate, getDirectedCoordinate, getDx, getDy, getEdge, getNode, getQuadrant, init, setNode, toStringpublic EdgeEndBundle(BoundaryNodeRuleboundaryNodeRule, EdgeEnd e)
public EdgeEndBundle(EdgeEnde)
public LabelgetLabel()
public Iteratoriterator()
public ListgetEdgeEnds()
public void insert(EdgeEnde)
public void computeLabel(BoundaryNodeRuleboundaryNodeRule)
public void print(PrintStreamout)