resources
Class SynonymDictionary.SynonymEntry

java.lang.Object
  extended by resources.SynonymDictionary.SynonymEntry
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
SynonymDictionary

protected static class SynonymDictionary.SynonymEntry
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 boolean isPolysemous
           
private static long serialVersionUID
           
 java.util.Collection<java.lang.String> synonyms
           
 
Constructor Summary
protected SynonymDictionary.SynonymEntry()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

synonyms

public java.util.Collection<java.lang.String> synonyms

isPolysemous

public boolean isPolysemous
Constructor Detail

SynonymDictionary.SynonymEntry

protected SynonymDictionary.SynonymEntry()