C# Класс ElizaCore.Key

Eliza key.
Eliza key. A key has the key itself, a rank, and a list of decompositon rules.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Copy ( Key k ) : void
Decomp ( ) : DecompList

Get the decomposition list.

Get the decomposition list.

GetKey ( ) : string

Get the key value.

Get the key value.

Print ( int indent ) : void

Print the key and all under it.

Print the key and all under it.

PrintKey ( int indent ) : void

Print the key and rank only, not the rest.

Print the key and rank only, not the rest.

Rank ( ) : int

Get the rank.

Get the rank.

Приватные методы

Метод Описание
Key ( ) : System

Another initialization for gotoKey.

Another initialization for gotoKey.

Key ( string key, int rank, DecompList decomp ) : System

Initialize the key.

Initialize the key.

Описание методов

Copy() публичный Метод

public Copy ( Key k ) : void
k Key
Результат void

Decomp() публичный Метод

Get the decomposition list.
Get the decomposition list.
public Decomp ( ) : DecompList
Результат DecompList

GetKey() публичный Метод

Get the key value.
Get the key value.
public GetKey ( ) : string
Результат string

Print() публичный Метод

Print the key and all under it.
Print the key and all under it.
public Print ( int indent ) : void
indent int
Результат void

PrintKey() публичный Метод

Print the key and rank only, not the rest.
Print the key and rank only, not the rest.
public PrintKey ( int indent ) : void
indent int
Результат void

Rank() публичный Метод

Get the rank.
Get the rank.
public Rank ( ) : int
Результат int