C# Class CellsAutomate.Mutator.Mutations.ReplaceCommandMutation

Inheritance: IMutation
Afficher le fichier Open project: Confirmit/Students Class Usage Examples

Méthodes publiques

Méthode Description
ReplaceCommandMutation ( Random random, ICommandsList commands ) : System
Transform ( ) : void
Undo ( ) : void

Private Methods

Méthode Description
GetHandlerOfType ( Type type ) : ICommand>.Func
GetReplacedVersionOf ( int index ) : ICommand
InitNextTransform ( ) : void

Method Details

ReplaceCommandMutation() public méthode

public ReplaceCommandMutation ( Random random, ICommandsList commands ) : System
random System.Random
commands ICommandsList
Résultat System

Transform() public méthode

public Transform ( ) : void
Résultat void

Undo() public méthode

public Undo ( ) : void
Résultat void