C# Class GoodAI.School.GUI.LearningTaskNode

Inheritance: Node
Show file Open project: GoodAI/BrainSimulator Class Usage Examples

Public Methods

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

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

FromLTDesign() public static method

public static FromLTDesign ( LTDesign design ) : LearningTaskNode
design GoodAI.School.Common.LTDesign
return LearningTaskNode

LearningTaskNode() public method

public LearningTaskNode ( Type taskType, Type worldType ) : Aga.Controls.Tree
taskType System.Type
worldType System.Type
return Aga.Controls.Tree