public class ExceptionEntry extends ExceptionEntryProxy implements IExceptionEntry
IExceptionEntry| Constructor and Description |
|---|
ExceptionEntry(IExceptionEntryProxy proxy,
POS pos)
Creates a new exception entry for the specified part of speech using the
information in the specified exception proxy object.
|
ExceptionEntry(String surfaceForm,
POS pos,
String... rootForms)
Creates a new exception entry for the specified part of speech using the
specified surface and root forms.
|
| Modifier and Type | Method and Description |
|---|---|
IExceptionEntryID |
getID()
Returns the ID object for this item.
|
POS |
getPOS()
Returns the associated part of speech for this object.
|
String |
toString() |
getRootForms, getSurfaceFormclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetRootForms, getSurfaceFormpublic ExceptionEntry(IExceptionEntryProxy proxy, POS pos)
proxy - the proxy containing the information for the entrypos - the part of speech for the entryNullPointerException - if either argument is nullpublic ExceptionEntry(String surfaceForm, POS pos, String... rootForms)
surfaceForm - the surface form for the entrypos - the part of speech for the entryrootForms - the root forms for the entryNullPointerException - if either argument is nullpublic POS getPOS()
IHasPOSnull.public IExceptionEntryID getID()
IItemnull.getID in interface IItem<IExceptionEntryID>null ID for this itempublic String toString()
toString in class ExceptionEntryProxyCopyright © 2018. All rights reserved.