public class SVOElement
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
SVOElement.NUMBER |
static class |
SVOElement.SVOGrammarPosition |
Modifier and Type | Field and Description |
---|---|
SVOElement.SVOGrammarPosition |
position |
Constructor and Description |
---|
SVOElement(SVOElement.SVOGrammarPosition pos) |
Modifier and Type | Method and Description |
---|---|
void |
addConsumedCaseRole(CaseRole role) |
com.google.common.collect.Multiset<CaseRole> |
getConsumedCaseRoles() |
SVOElement.NUMBER |
getSingularPlural() |
java.lang.String |
getSurfaceForm() |
void |
setSurfaceForm(java.lang.String surfaceForm) |
public final SVOElement.SVOGrammarPosition position
public SVOElement(SVOElement.SVOGrammarPosition pos)
public java.lang.String getSurfaceForm()
public void setSurfaceForm(java.lang.String surfaceForm)
surfaceForm
- public com.google.common.collect.Multiset<CaseRole> getConsumedCaseRoles()
public void addConsumedCaseRole(CaseRole role)
role
- public SVOElement.NUMBER getSingularPlural()