C# 클래스 LSystem.System

파일 보기 프로젝트 열기: FacepunchProgrammers/coderelay-audio

공개 메소드들

메소드 설명
AddRule ( string match, string replacement ) : void
PerformIteration ( List input ) : List
PerformIterations ( List input, int n ) : List
PerformIterations ( string input, int n ) : List

비공개 메소드들

메소드 설명
MatchAndApplyRules ( int &index, List input, List output ) : bool

메소드 상세

AddRule() 공개 메소드

public AddRule ( string match, string replacement ) : void
match string
replacement string
리턴 void

PerformIteration() 공개 메소드

public PerformIteration ( List input ) : List
input List
리턴 List

PerformIterations() 공개 메소드

public PerformIterations ( List input, int n ) : List
input List
n int
리턴 List

PerformIterations() 공개 메소드

public PerformIterations ( string input, int n ) : List
input string
n int
리턴 List