C# Class LSystem.Symbol

Inheritance: Object
Afficher le fichier Open project: famerij/EdgeGraph

Méthodes publiques

Свойство Type Description
interpreter Interpreter
interpreterMethod string
symbol char
type SymbolType

Méthodes publiques

Méthode Description
Symbol ( ) : System
Symbol ( char _symbol, SymbolType _type, Interpreter _interpreter, string _interpreterMethod ) : System

Method Details

Symbol() public méthode

public Symbol ( ) : System
Résultat System

Symbol() public méthode

public Symbol ( char _symbol, SymbolType _type, Interpreter _interpreter, string _interpreterMethod ) : System
_symbol char
_type SymbolType
_interpreter Interpreter
_interpreterMethod string
Résultat System

Property Details

interpreter public_oe property

public Interpreter,LSystem interpreter
Résultat Interpreter

interpreterMethod public_oe property

public string interpreterMethod
Résultat string

symbol public_oe property

public char symbol
Résultat char

type public_oe property

public SymbolType type
Résultat SymbolType