| java.lang.Object Language.Sentence
Sentence | public class Sentence (Code) | | this is the model for a sentence,
with his translation in a foreign language
or "" if not already translated
|
Field Summary | |
public boolean | visited |
visited | public boolean visited(Code) | | |
Sentence | public Sentence()(Code) | | |
createFromVectorRepresentation | public void createFromVectorRepresentation(Vector v)(Code) | | |
getCallCount | public int getCallCount()(Code) | | |
getLinePosition | public int getLinePosition()(Code) | | |
hasTranslation | public boolean hasTranslation()(Code) | | |
incrementCallCount | public void incrementCallCount()(Code) | | |
setLocationClass | public void setLocationClass(String loc, int line)(Code) | | |
setTranslation | public void setTranslation(String translation)(Code) | | |
|
|