C# Class GoodAI.School.Common.LTDesign

Exibir arquivo Open project: GoodAI/BrainSimulator Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AsILearningTask ( SchoolWorld world = null ) : ILearningTask
LTDesign ( ) : System
LTDesign ( ILearningTask task ) : System
LTDesign ( string taskType, string worldType, bool isEnabled ) : System

Method Details

AsILearningTask() public method

public AsILearningTask ( SchoolWorld world = null ) : ILearningTask
world SchoolWorld
return ILearningTask

LTDesign() public method

public LTDesign ( ) : System
return System

LTDesign() public method

public LTDesign ( ILearningTask task ) : System
task ILearningTask
return System

LTDesign() public method

public LTDesign ( string taskType, string worldType, bool isEnabled ) : System
taskType string
worldType string
isEnabled bool
return System