C# 클래스 LSystem.Symbol

상속: Object
파일 보기 프로젝트 열기: famerij/EdgeGraph

공개 프로퍼티들

프로퍼티 타입 설명
interpreter Interpreter
interpreterMethod string
symbol char
type SymbolType

공개 메소드들

메소드 설명
Symbol ( ) : System
Symbol ( char _symbol, SymbolType _type, Interpreter _interpreter, string _interpreterMethod ) : System

메소드 상세

Symbol() 공개 메소드

public Symbol ( ) : System
리턴 System

Symbol() 공개 메소드

public Symbol ( char _symbol, SymbolType _type, Interpreter _interpreter, string _interpreterMethod ) : System
_symbol char
_type SymbolType
_interpreter Interpreter
_interpreterMethod string
리턴 System

프로퍼티 상세

interpreter 공개적으로 프로퍼티

public Interpreter,LSystem interpreter
리턴 Interpreter

interpreterMethod 공개적으로 프로퍼티

public string interpreterMethod
리턴 string

symbol 공개적으로 프로퍼티

public char symbol
리턴 char

type 공개적으로 프로퍼티

public SymbolType type
리턴 SymbolType