Method | Description | |
---|---|---|
GetLearningActionPartByIndex ( int index ) : ProblemPart, | ||
GetLearningActionPartByName ( string name ) : ProblemPart, | ||
GetProto ( ) : Senseix.Message.Problem.LearningAction | ||
LearningAction ( Senseix newLearningActionProto ) : System |
public GetLearningActionPartByIndex ( int index ) : ProblemPart, | ||
index | int | |
return | ProblemPart, |
public GetLearningActionPartByName ( string name ) : ProblemPart, | ||
name | string | |
return | ProblemPart, |
public GetProto ( ) : Senseix.Message.Problem.LearningAction | ||
return | Senseix.Message.Problem.LearningAction |
public LearningAction ( Senseix newLearningActionProto ) : System | ||
newLearningActionProto | Senseix | |
return | System |