Packagecom.lookbackon.ds.graph.searcher
Classpublic class DFSsearcher
InheritanceDFSsearcher Inheritance SearcherBase Inheritance Object

DFSsearcher.as class.



Public Properties
 PropertyDefined By
 InheritedallSimplePaths : ArrayCollection
SearcherBase
 Inheritedpath : Array
[read-only] Copy of route found by search that succeeds
SearcherBase
 InheritedpathRef : Array
[read-only] Reference to route found by search that succeeds
SearcherBase
Protected Properties
 PropertyDefined By
 Inheritedfound_ : Boolean
SearcherBase
 InheritedgraphRef_ : GraphBoard
SearcherBase
 Inheritedpath_ : Array
SearcherBase
 Inheritedroute_ : Array
SearcherBase
 Inheritedsrc_ : int
SearcherBase
Public Methods
 MethodDefined By
  
DFSsearcher
  
search(src:int, dst:int):Boolean
[override]
DFSsearcher
 Inherited
searchAll(src:int, dst:int, visited:ArrayCollection):void
SearcherBase
Protected Methods
 MethodDefined By
 Inherited
saveToAllSimplePaths(visited:ArrayCollection):void
restore founded all simple path(s);
SearcherBase
Constructor Detail
DFSsearcher()Constructor
public function DFSsearcher(graph:GraphBoard)



Parameters
graph:GraphBoard
Method Detail
search()method
override public function search(src:int, dst:int):Boolean

Parameters

src:int
 
dst:int

Returns
Boolean