C# Class LSystem.Symbol

Inheritance: Object
Show file Open project: famerij/EdgeGraph

Public Properties

Property Type Description
interpreter Interpreter
interpreterMethod string
symbol char
type SymbolType

Public Methods

Method Description
Symbol ( ) : System
Symbol ( char _symbol, SymbolType _type, Interpreter _interpreter, string _interpreterMethod ) : System

Method Details

Symbol() public method

public Symbol ( ) : System
return System

Symbol() public method

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

Property Details

interpreter public property

public Interpreter,LSystem interpreter
return Interpreter

interpreterMethod public property

public string interpreterMethod
return string

symbol public property

public char symbol
return char

type public property

public SymbolType type
return SymbolType