Méthode | Description | |
---|---|---|
Node ( System state ) : System.Collections.Generic | ||
Node ( System state, |
||
ToString ( ) : System.String | ||
getAction ( ) : Action | ||
getParent ( ) : |
||
getPathCost ( ) : double | ||
getPathFromRoot ( ) : List |
||
getState ( ) : System.Object | ||
isRootNode ( ) : bool |
public Node ( System state ) : System.Collections.Generic | ||
state | System | |
Résultat | System.Collections.Generic |
public Node ( System state, |
||
state | System | |
parent | ||
action | Action | |
stepCost | double | |
Résultat | System.Collections.Generic |