|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.chayden.eliza.Key
Eliza key. A key has the key itself, a rank, and a list of decompositon rules.
Method Summary | |
void |
copy(Key k)
|
DecompList |
decomp()
Get the decomposition list. |
java.lang.String |
key()
Get the key value. |
void |
print(int indent)
Print the key and all under it. |
void |
printKey(int indent)
Print the key and rank only, not the rest. |
int |
rank()
Get the rank. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void copy(Key k)
public void print(int indent)
public void printKey(int indent)
public java.lang.String key()
public int rank()
public DecompList decomp()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |