public class Digraph extends GraphElement implements ElementContainer
| Constructor and Description |
|---|
Digraph() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(GraphElement graphElement)
Adds an element to the container.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementspublic boolean add(GraphElement graphElement)
ElementContaineradd in interface ElementContainergraphElement - the element to addCopyright © 2016. All rights reserved.