C# Class AIMA.Core.Agent.Impl.DynamicAction

Inheritance: ObjectWithDynamicAttributes, Action
Afficher le fichier Open project: PaulMineau/AIMA.Net

Méthodes publiques

Méthode Description
DynamicAction ( System name ) : System.Collections.Generic
describeType ( ) : System.String
getName ( ) : System.String
isNoOp ( ) : bool

Method Details

DynamicAction() public méthode

public DynamicAction ( System name ) : System.Collections.Generic
name System
Résultat System.Collections.Generic

describeType() public méthode

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

getName() public méthode

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

isNoOp() public méthode

public isNoOp ( ) : bool
Résultat bool