C# Class GoodAI.School.GUI.LearningTaskNode

Inheritance: Node
Afficher le fichier Open project: GoodAI/BrainSimulator Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
FromLTDesign ( LTDesign design ) : LearningTaskNode
LearningTaskNode ( Type taskType, Type worldType ) : Aga.Controls.Tree

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

FromLTDesign() public static méthode

public static FromLTDesign ( LTDesign design ) : LearningTaskNode
design GoodAI.School.Common.LTDesign
Résultat LearningTaskNode

LearningTaskNode() public méthode

public LearningTaskNode ( Type taskType, Type worldType ) : Aga.Controls.Tree
taskType System.Type
worldType System.Type
Résultat Aga.Controls.Tree