C# Class CellsAutomate.Mutator.Mutations.SwapCommandMutation.SwapCommand

Mostra file Open project: Confirmit/Students

Public Methods

Method Description
Execute ( ) : void
SwapCommand ( ICommandsList commands, int first, int second ) : System
Undo ( ) : void

Private Methods

Method Description
Swap ( int first, int second ) : void

Method Details

Execute() public method

public Execute ( ) : void
return void

SwapCommand() public method

public SwapCommand ( ICommandsList commands, int first, int second ) : System
commands ICommandsList
first int
second int
return System

Undo() public method

public Undo ( ) : void
return void