Packagejp.dip.hael.gameai.graph.searcher
Classpublic class DFS
InheritanceDFS Inheritance Searcher Inheritance flash.events.EventDispatcher



Public Properties
 PropertyDefined By
 Inheritedpath : Array
[read-only] 直近で成功した探索で見つけた経路のコピー
Searcher
 InheritedpathRef : Array
[read-only] 直近で成功した探索で見つけた経路への参照
Searcher
Protected Properties
 PropertyDefined By
 Inheritedfound_ : Boolean
Searcher
 InheritedgraphRef_ : GraphEx
Searcher
 Inheritedpath_ : Array
Searcher
 Inheritedroute_ : Array
Searcher
 Inheritedsrc_ : int
Searcher
Public Methods
 MethodDefined By
  
DFS(graph:GraphEx)
DFS
  
search(src:int, dst:int):Boolean
[override]
DFS
Constructor Detail
DFS()Constructor
public function DFS(graph:GraphEx)



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

Parameters

src:int
 
dst:int

Returns
Boolean