C# Class CellsAutomate.CreatorOfCreature

Inheritance: Creator
Show file Open project: Confirmit/Students Class Usage Examples

Public Methods

Method Description
CreateAbstractCreature ( ) : BaseCreature
CreatorOfCreature ( ICommand commandsForGetAction, ICommand commandsForGetDirection ) : System
MakeChild ( BaseCreature parent ) : BaseCreature

Private Methods

Method Description
Mutate ( ICommand commands ) : ICommand[]

Method Details

CreateAbstractCreature() public method

public CreateAbstractCreature ( ) : BaseCreature
return CellsAutomate.Creatures.BaseCreature

CreatorOfCreature() public method

public CreatorOfCreature ( ICommand commandsForGetAction, ICommand commandsForGetDirection ) : System
commandsForGetAction ICommand
commandsForGetDirection ICommand
return System

MakeChild() public method

public MakeChild ( BaseCreature parent ) : BaseCreature
parent CellsAutomate.Creatures.BaseCreature
return CellsAutomate.Creatures.BaseCreature