public class DefaultWeightedEdge
extends java.lang.Object
| Constructor and Description |
|---|
DefaultWeightedEdge() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
protected java.lang.Object |
getSource()
Retrieves the source of this edge.
|
protected java.lang.Object |
getTarget()
Retrieves the target of this edge.
|
protected double |
getWeight()
Retrieves the weight of this edge.
|
java.lang.String |
toString() |
protected java.lang.Object getSource()
protected java.lang.Object getTarget()
protected double getWeight()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Object clone()
clone in class java.lang.ObjectObject.clone()Copyright © 2019. All Rights Reserved.