C# Class GoodAI.School.Learning_tasks.AvatarsActions

Mostrar archivo Open project: GoodAI/BrainSimulator Class Usage Examples

Public Properties

Property Type Description
Colors bool[]
ColorsRelevant bool
Eat bool
EatRelevant bool
Movement bool[]
MovementRelevant bool
Shapes bool[]
ShapesRelevant bool

Public Methods

Method Description
AvatarsActions ( bool shapesRelevant, bool colorsRelevant, bool movementRelevant, bool eatRelevant ) : System
ToString ( ) : string
WriteActions ( StreamWriter streamWriter ) : void

Private Methods

Method Description
BoolArrayToNonSig ( bool ba ) : string
BoolArrayToString ( bool ba ) : string

Method Details

AvatarsActions() public method

public AvatarsActions ( bool shapesRelevant, bool colorsRelevant, bool movementRelevant, bool eatRelevant ) : System
shapesRelevant bool
colorsRelevant bool
movementRelevant bool
eatRelevant bool
return System

ToString() public method

public ToString ( ) : string
return string

WriteActions() public method

public WriteActions ( StreamWriter streamWriter ) : void
streamWriter System.IO.StreamWriter
return void

Property Details

Colors public_oe property

public bool[] Colors
return bool[]

ColorsRelevant public_oe property

public bool ColorsRelevant
return bool

Eat public_oe property

public bool Eat
return bool

EatRelevant public_oe property

public bool EatRelevant
return bool

Movement public_oe property

public bool[] Movement
return bool[]

MovementRelevant public_oe property

public bool MovementRelevant
return bool

Shapes public_oe property

public bool[] Shapes
return bool[]

ShapesRelevant public_oe property

public bool ShapesRelevant
return bool