C# Class ElizaCore.Key

Eliza key.
Eliza key. A key has the key itself, a rank, and a list of decompositon rules.
Afficher le fichier Open project: xamarin/monotouch-samples Class Usage Examples

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
Key ( ) : System

Another initialization for gotoKey.

Another initialization for gotoKey.

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

Initialize the key.

Initialize the key.

Method Details

Copy() public méthode

public Copy ( Key k ) : void
k Key
Résultat void

Decomp() public méthode

Get the decomposition list.
Get the decomposition list.
public Decomp ( ) : DecompList
Résultat DecompList

GetKey() public méthode

Get the key value.
Get the key value.
public GetKey ( ) : string
Résultat string

Print() public méthode

Print the key and all under it.
Print the key and all under it.
public Print ( int indent ) : void
indent int
Résultat void

PrintKey() public méthode

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
Résultat void

Rank() public méthode

Get the rank.
Get the rank.
public Rank ( ) : int
Résultat int