public class DefaultWeightedEdge extends Object
| Constructor and Description |
|---|
DefaultWeightedEdge() |
| 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.
|
protected double |
getWeight()
Retrieves the weight of this edge.
|
String |
toString() |
protected Object getSource()
protected Object getTarget()
protected double getWeight()
public Object clone()
clone in class ObjectObject.clone()Copyright © 2018. All rights reserved.