Packagejp.dip.hael.gameai.graph
Classpublic class Edge
InheritanceEdge Inheritance Object
Subclasses WeightedEdge



Public Properties
 PropertyDefined By
  dst : int
Edge
  src : int
Edge
Public Methods
 MethodDefined By
  
Edge(src:int = -1, dst:int = -1)
Edge
  
dump():String
Prints out all elements (for debug/demo purposes).
Edge
Property Detail
dstproperty
public var dst:int

srcproperty 
public var src:int

Constructor Detail
Edge()Constructor
public function Edge(src:int = -1, dst:int = -1)



Parameters
src:int (default = -1)
 
dst:int (default = -1)
Method Detail
dump()method
public function dump():String

Prints out all elements (for debug/demo purposes).

Returns
String — A human-readable representation of the structure.