C# 클래스 VisualMutator.Model.Mutations.MutantsTree.MutantGroup

상속: MutationNode
파일 보기 프로젝트 열기: visualmutator/visualmutator 1 사용 예제들

공개 메소드들

메소드 설명
MutantGroup ( string name, CheckedNode parent, IEnumerable mutants = null ) : System.Collections.Generic
MutantGroup ( string name, IEnumerable mutants ) : System.Collections.Generic
ToString ( ) : string
UpdateDisplayedText ( ) : void

보호된 메소드들

메소드 설명
SetState ( MutantResultState value, bool updateChildren, bool updateParent ) : void

메소드 상세

MutantGroup() 공개 메소드

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

MutantGroup() 공개 메소드

public MutantGroup ( string name, IEnumerable mutants ) : System.Collections.Generic
name string
mutants IEnumerable
리턴 System.Collections.Generic

SetState() 보호된 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

UpdateDisplayedText() 공개 메소드

public UpdateDisplayedText ( ) : void
리턴 void