|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.mit.jwi.item.ExceptionEntryProxy
public class ExceptionEntryProxy
Default implementation IExceptionEntryProxyl
| Constructor Summary | |
|---|---|
ExceptionEntryProxy(IExceptionEntryProxy proxy)
Constructs a new proxy that is a copy of the specified proxy |
|
ExceptionEntryProxy(java.lang.String surfaceForm,
java.lang.String... rootForms)
Constructs a new proxy with the specified field values. |
|
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getRootForms()
Returns an unmodifiable list of cceptable root forms for the surface form. |
java.lang.String |
getSurfaceForm()
Returns the surface form (i.e., not the root form) of the word for this exception entry. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ExceptionEntryProxy(IExceptionEntryProxy proxy)
proxy - the proxy to be copied
java.lang.NullPointerException - if the specified proxy is null
public ExceptionEntryProxy(java.lang.String surfaceForm,
java.lang.String... rootForms)
surfaceForm - the surface form for the entry; may not be null, empty, or all whitespacerootForms - the root forms for the entry; may not contain null, empty, or all whitespace strings| Method Detail |
|---|
public java.lang.String getSurfaceForm()
IExceptionEntryProxy
getSurfaceForm in interface IExceptionEntryProxypublic java.util.List<java.lang.String> getRootForms()
IExceptionEntryProxy
getRootForms in interface IExceptionEntryProxypublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||