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