C# Class AIMA.Core.Environment.NQueens.QueenAction

Inheritance: AIMA.Core.Agent.Impl.DynamicAction
Afficher le fichier Open project: PaulMineau/AIMA.Net Class Usage Examples

Méthodes publiques

Méthode Description
QueenAction ( String type, XYLocation loc ) : System
getLocation ( ) : XYLocation
getX ( ) : int
getY ( ) : int

Method Details

QueenAction() public méthode

public QueenAction ( String type, XYLocation loc ) : System
type String
loc AIMA.Core.Util.DataStructure.XYLocation
Résultat System

getLocation() public méthode

public getLocation ( ) : XYLocation
Résultat AIMA.Core.Util.DataStructure.XYLocation

getX() public méthode

public getX ( ) : int
Résultat int

getY() public méthode

public getY ( ) : int
Résultat int