C# Class numl.AI.StateExpansionEventArgs

Class StateExpansionEventArgs.
Inheritance: StateEventArgs
Afficher le fichier Open project: sethjuarez/numl Class Usage Examples

Méthodes publiques

Méthode Description
StateExpansionEventArgs ( IState parent, ISuccessor successor, double cost, int depth ) : System

Initializes a new instance of the StateExpansionEventArgs class.

Method Details

StateExpansionEventArgs() public méthode

Initializes a new instance of the StateExpansionEventArgs class.
public StateExpansionEventArgs ( IState parent, ISuccessor successor, double cost, int depth ) : System
parent IState The parent.
successor ISuccessor The successor.
cost double The cost.
depth int The depth.
Résultat System