Метод | Описание | |
---|---|---|
AddTransition ( int from, int to, int output, float cost, int input ) : void | ||
Clear ( ) : void | ||
NewState ( ) : int | ||
SetAccept ( int node, float cost = 0.0f ) : void | ||
SetStart ( int node ) : void | ||
Special ( string s ) : int |
Метод | Описание | |
---|---|---|
oops ( ) : int |
public AddTransition ( int from, int to, int output, float cost, int input ) : void | ||
from | int | |
to | int | |
output | int | |
cost | float | |
input | int | |
Результат | void |
public SetAccept ( int node, float cost = 0.0f ) : void | ||
node | int | |
cost | float | |
Результат | void |