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

Inheritance: MutationNode
Mostra file Open project: visualmutator/visualmutator Class Usage Examples

Public Methods

Method Description
MutantGroup ( string name, CheckedNode parent, IEnumerable mutants = null ) : System.Collections.Generic
MutantGroup ( string name, IEnumerable mutants ) : System.Collections.Generic
ToString ( ) : string
UpdateDisplayedText ( ) : void

Protected Methods

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

Method Details

MutantGroup() public method

public MutantGroup ( string name, CheckedNode parent, IEnumerable mutants = null ) : System.Collections.Generic
name string
parent CheckedNode
mutants IEnumerable
return System.Collections.Generic

MutantGroup() public method

public MutantGroup ( string name, IEnumerable mutants ) : System.Collections.Generic
name string
mutants IEnumerable
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