C# Class VisualMutator.Model.Mutations.MutantsTree.Mutant

Inheritance: MutationNode
Mostra file Open project: visualmutator/visualmutator

Public Properties

Property Type Description
_mutationTargets List
_nrTimesWasAdded int

Public Methods

Method Description
Mutant ( string id, MutantGroup parent, MutationTarget mutationTarget ) : System.Collections.Generic
Mutant ( string id, MutationTarget mutationTarget ) : System.Collections.Generic
ToString ( ) : string
UpdateDisplayedText ( ) : void

Protected Methods

Method Description
SetState ( MutantResultState value, bool updateChildren, bool updateParent ) : void

Method Details

Mutant() public method

public Mutant ( string id, MutantGroup parent, MutationTarget mutationTarget ) : System.Collections.Generic
id string
parent MutantGroup
mutationTarget MutationTarget
return System.Collections.Generic

Mutant() public method

public Mutant ( string id, MutationTarget mutationTarget ) : System.Collections.Generic
id string
mutationTarget MutationTarget
return System.Collections.Generic

SetState() protected method

protected SetState ( MutantResultState value, bool updateChildren, bool updateParent ) : void
value MutantResultState
updateChildren bool
updateParent bool
return void

ToString() public method

public ToString ( ) : string
return string

UpdateDisplayedText() public method

public UpdateDisplayedText ( ) : void
return void

Property Details

_mutationTargets public_oe property

public List _mutationTargets
return List

_nrTimesWasAdded public_oe property

public int _nrTimesWasAdded
return int