C# Class GoodAI.School.Common.CurriculumManager

Mostrar archivo Open project: GoodAI/BrainSimulator

Public Methods

Method Description
GetAvailableWorlds ( ) : IEnumerable
GetTasksForWorld ( Type worldType ) : List
LoadPlanDesign ( string filePath ) : PlanDesign
LoadPlanDesign ( string filePath, string &xmlCurr ) : PlanDesign
SavePlanDesign ( PlanDesign design, string filePath ) : void
SavePlanDesign ( PlanDesign design, string filePath, string &xmlResult ) : void

Private Methods

Method Description
ContainsType ( List worldTypes, Type selectedWorldType ) : bool
WorldIsAdmitted ( Type p ) : bool

Method Details

GetAvailableWorlds() public static method

public static GetAvailableWorlds ( ) : IEnumerable
return IEnumerable

GetTasksForWorld() public static method

public static GetTasksForWorld ( Type worldType ) : List
worldType System.Type
return List

LoadPlanDesign() public static method

public static LoadPlanDesign ( string filePath ) : PlanDesign
filePath string
return PlanDesign

LoadPlanDesign() public static method

public static LoadPlanDesign ( string filePath, string &xmlCurr ) : PlanDesign
filePath string
xmlCurr string
return PlanDesign

SavePlanDesign() public static method

public static SavePlanDesign ( PlanDesign design, string filePath ) : void
design PlanDesign
filePath string
return void

SavePlanDesign() public static method

public static SavePlanDesign ( PlanDesign design, string filePath, string &xmlResult ) : void
design PlanDesign
filePath string
xmlResult string
return void