|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.didion.jwnl.data.Exc
Represents an entry in an exception file. Contains all of the exceptions for the given lemma.
| Constructor Summary | |
Exc(POS pos,
java.lang.String lemma,
java.util.List exceptions)
|
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getException(int index)
Get the exception at index index. |
java.lang.String[] |
getExceptionArray()
Get the collection of Exc objects in array form. |
java.util.List |
getExceptions()
Get the List of exceptions. |
int |
getExceptionsSize()
|
java.lang.Object |
getKey()
Get a key that can be used to index this element. |
java.lang.String |
getLemma()
|
POS |
getPOS()
|
DictionaryElementType |
getType()
Get the element's type. |
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Exc(POS pos,
java.lang.String lemma,
java.util.List exceptions)
| Method Detail |
public DictionaryElementType getType()
DictionaryElement
getType in interface DictionaryElementpublic POS getPOS()
public java.lang.String getLemma()
public java.lang.String getException(int index)
index.
public int getExceptionsSize()
public java.lang.String[] getExceptionArray()
public java.util.List getExceptions()
public java.lang.Object getKey()
DictionaryElement
getKey in interface DictionaryElementpublic boolean equals(java.lang.Object obj)
public java.lang.String toString()
public int hashCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||