Method | Description | |
---|---|---|
DepthLimitedSearch ( int limit ) : System | ||
clearInstrumentation ( ) : void | ||
getPathCost ( ) : double | ||
isCutOff ( List |
||
isFailure ( List |
||
search ( |
||
setPathCost ( Double pathCost ) : void |
Method | Description | |
---|---|---|
cutoff ( ) : List |
||
failure ( ) : List |
||
recursiveDLS ( |
public DepthLimitedSearch ( int limit ) : System | ||
limit | int | |
return | System |
public search ( |
||
p | ||
return | List |
public setPathCost ( Double pathCost ) : void | ||
pathCost | Double | |
return | void |