public class EdgeElement extends GraphElement
| Constructor and Description |
|---|
EdgeElement(EdgeEndpoint tail,
EdgeEndpoint head)
Constructor.
|
public EdgeElement(EdgeEndpoint tail, EdgeEndpoint head)
tail - the tail (origin of the edge)head - the head (destination of the edge)Copyright © 2016. All rights reserved.