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 Object
Object.clone()
Copyright © 2017. All rights reserved.