C# 클래스 CellsAutomate.Mutator.Mutations.SwapCommandMutation.SwapCommand

파일 보기 프로젝트 열기: Confirmit/Students

공개 메소드들

메소드 설명
Execute ( ) : void
SwapCommand ( ICommandsList commands, int first, int second ) : System
Undo ( ) : void

비공개 메소드들

메소드 설명
Swap ( int first, int second ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

SwapCommand() 공개 메소드

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

Undo() 공개 메소드

public Undo ( ) : void
리턴 void