|
||||||||||
| 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(String surfaceForm,
String... rootForms)
Constructs a new proxy with the specified field values. |
|
| Method Summary | |
|---|---|
List<String> |
getRootForms()
Returns an unmodifiable list of cceptable root forms for the surface form. |
String |
getSurfaceForm()
Returns the surface form (i.e., not the root form) of the word for this exception entry. |
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
NullPointerException - if the specified proxy is null
public ExceptionEntryProxy(String surfaceForm,
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 String getSurfaceForm()
IExceptionEntryProxy
getSurfaceForm in interface IExceptionEntryProxypublic List<String> getRootForms()
IExceptionEntryProxy
getRootForms in interface IExceptionEntryProxypublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||