|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object Word.Status
Status is a subclass of Word. It is needed to save all the infomation of the translation process. The status of analysation, generation and translation is saved here
Field Summary | |
private boolean |
analysed
|
private boolean |
generated
|
private boolean |
translated
|
Constructor Summary | |
(package private) |
Word.Status()
This constructor initiates all values with "false" |
Method Summary | |
boolean |
isAnalysed()
|
boolean |
isGenerated()
|
private boolean |
isTranslated()
|
void |
set_Analysed()
sets "true" for analysation. |
void |
set_genereted()
sets "true" for generation. |
void |
set_mustBeAnalysed()
This method is not needed at all |
private void |
set()
Here every value is set "true" - normally used when a translation is found and no further analysation or generation is necessary. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private boolean analysed
private boolean generated
private boolean translated
Constructor Detail |
Word.Status()
Method Detail |
public boolean isAnalysed()
public boolean isGenerated()
private boolean isTranslated()
private void set()
public void set_Analysed()
public void set_genereted()
public void set_mustBeAnalysed()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |