C# Class LSystem.Symbol

Inheritance: Object
Mostrar archivo 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_oe property

public Interpreter,LSystem interpreter
return Interpreter

interpreterMethod public_oe property

public string interpreterMethod
return string

symbol public_oe property

public char symbol
return char

type public_oe property

public SymbolType type
return SymbolType