public interface IVerbFrame extends Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
getNumber()
The id number of this verb frame.
|
String |
getTemplate()
The string form of the template, drawn directly from the data file.
|
String |
instantiateTemplate(String verb)
Takes the supplied surface form of a verb and instantiates it into the
template for the verb frame.
|
int getNumber()
String getTemplate()
nullnull, non-empty template of the verb frameString instantiateTemplate(String verb)
verb - the string to be substituted into the templateNullPointerException - if the specified string is nullCopyright © 2018. All rights reserved.