C# Class numl.AI.StateExpansionEventArgs

Class StateExpansionEventArgs.
Inheritance: StateEventArgs
Show file Open project: sethjuarez/numl Class Usage Examples

Public Methods

Method Description
StateExpansionEventArgs ( IState parent, ISuccessor successor, double cost, int depth ) : System

Initializes a new instance of the StateExpansionEventArgs class.

Method Details

StateExpansionEventArgs() public method

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.
return System