C# Class AIMA.Core.Agent.Impl.AProg.SimpleRule.Rule

Afficher le fichier Open project: PaulMineau/AIMA.Net Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( System o ) : bool
GetHashCode ( ) : int
Rule ( Condition aCon, Action anAction ) : System.Collections.Generic
ToString ( ) : System.String
evaluate ( ObjectWithDynamicAttributes p ) : bool
getAction ( ) : Action

Method Details

Equals() public méthode

public Equals ( System o ) : bool
o System
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Rule() public méthode

public Rule ( Condition aCon, Action anAction ) : System.Collections.Generic
aCon Condition
anAction Action
Résultat System.Collections.Generic

ToString() public méthode

public ToString ( ) : System.String
Résultat System.String

evaluate() public méthode

public evaluate ( ObjectWithDynamicAttributes p ) : bool
p AIMA.Core.Agent.Impl.ObjectWithDynamicAttributes
Résultat bool

getAction() public méthode

public getAction ( ) : Action
Résultat Action