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

상속: MutationNode
파일 보기 프로젝트 열기: visualmutator/visualmutator

공개 프로퍼티들

프로퍼티 타입 설명
_mutationTargets List
_nrTimesWasAdded int

공개 메소드들

메소드 설명
Mutant ( string id, MutantGroup parent, MutationTarget mutationTarget ) : System.Collections.Generic
Mutant ( string id, MutationTarget mutationTarget ) : System.Collections.Generic
ToString ( ) : string
UpdateDisplayedText ( ) : void

보호된 메소드들

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

메소드 상세

Mutant() 공개 메소드

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

Mutant() 공개 메소드

public Mutant ( string id, MutationTarget mutationTarget ) : System.Collections.Generic
id string
mutationTarget MutationTarget
리턴 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

프로퍼티 상세

_mutationTargets 공개적으로 프로퍼티

public List _mutationTargets
리턴 List

_nrTimesWasAdded 공개적으로 프로퍼티

public int _nrTimesWasAdded
리턴 int