| Package | Description |
|---|---|
| com.articulate.sigma.nlg |
| Modifier and Type | Field and Description |
|---|---|
SVOElement.SVOGrammarPosition |
SVOElement.position |
| Modifier and Type | Method and Description |
|---|---|
static SVOElement.SVOGrammarPosition |
SVOElement.SVOGrammarPosition.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SVOElement.SVOGrammarPosition[] |
SVOElement.SVOGrammarPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<CaseRole> |
SVOGrammar.getCaseRolesForGrammarPosition(java.lang.String verb,
SVOElement.SVOGrammarPosition grammarRole)
Return the case roles most appropriate for a given grammar role and a verb.
|
java.util.List<CaseRole> |
VerbPropertiesSimpleImpl.getCaseRolesForGrammarRole(java.lang.String verb,
SVOElement.SVOGrammarPosition grammarRole)
Return a list of case roles for the given verb and the given grammar role.
|
java.util.List<CaseRole> |
VerbProperties.getCaseRolesForGrammarRole(java.lang.String verb,
SVOElement.SVOGrammarPosition grammarRole)
Return a list of case roles for the given verb and the given grammar role.
|
| Constructor and Description |
|---|
SVOElement(SVOElement.SVOGrammarPosition pos) |