C# 클래스 ElizaCore.Key

Eliza key.
Eliza key. A key has the key itself, a rank, and a list of decompositon rules.
파일 보기 프로젝트 열기: xamarin/monotouch-samples 1 사용 예제들

공개 메소드들

메소드 설명
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