C# 클래스 GoodAI.School.GUI.LearningTaskNode

상속: Node
파일 보기 프로젝트 열기: GoodAI/BrainSimulator 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
FromLTDesign ( LTDesign design ) : LearningTaskNode
LearningTaskNode ( Type taskType, Type worldType ) : Aga.Controls.Tree

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

FromLTDesign() 공개 정적인 메소드

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

LearningTaskNode() 공개 메소드

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