| Package | com.lookbackon.ds.graph |
| Class | public class WeightedEdge |
| Inheritance | WeightedEdge Edge Object |
| Method | Defined By | ||
|---|---|---|---|
WeightedEdge(src:int, dst:int, weight:int = 1) | WeightedEdge | ||
dump():String [override]
Prints out all elements (for debug/demo purposes). | WeightedEdge | ||
![]() | toString():String | Edge | |
| weight | property |
public var weight:int| WeightedEdge | () | Constructor |
public function WeightedEdge(src:int, dst:int, weight:int = 1)src:int | |
dst:int | |
weight:int (default = 1) |
| dump | () | method |
override public function dump():StringPrints out all elements (for debug/demo purposes).
ReturnsString — A human-readable representation of the structure.
|