public class ExceptionEntryProxy extends Object implements IExceptionEntryProxy
IExceptionEntryProxyl| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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() |
public ExceptionEntryProxy(IExceptionEntryProxy proxy)
proxy - the proxy to be copiedNullPointerException - if the specified proxy is nullpublic 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 stringspublic String getSurfaceForm()
IExceptionEntryProxygetSurfaceForm in interface IExceptionEntryProxypublic List<String> getRootForms()
IExceptionEntryProxygetRootForms in interface IExceptionEntryProxyCopyright © 2018. All rights reserved.