|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--LGames.Symbols
The Symbols class stores and manages lexical elements. It contains a list of meanings and functions to guide the hearer's interpretation and adaptation.
Copyright (c) 2004 Paul Vogt
Constructor Summary | |
Symbols()
Empty constructor |
|
Symbols(int id)
Constructs a symbol, specifying only the id. |
|
Symbols(int id,
java.lang.String f)
Constructs a symbol, specifying the form and ID |
Method Summary | |
boolean |
equals(java.lang.Object s)
|
java.lang.String |
getForm()
|
int |
getID()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Symbols()
public Symbols(int id, java.lang.String f)
id
- the IDf
- the specified form.public Symbols(int id)
id
- the ID of the new SymbolMethod Detail |
public java.lang.String getForm()
public int getID()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object s)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |