public class DefaultEdge extends Object
Graph.| Constructor and Description |
|---|
DefaultEdge() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
protected Object |
getSource()
Retrieves the source of this edge.
|
protected Object |
getTarget()
Retrieves the target of this edge.
|
String |
toString() |
protected Object getSource()
protected Object getTarget()
public Object clone()
clone in class ObjectObject.clone()Copyright © 2019. All rights reserved.