Uses of Enum Class
com.articulate.sigma.nlg.SVOElement.SVOGrammarPosition
Packages that use SVOElement.SVOGrammarPosition
Package
Description
Provides classes for natural language generation in the Sigma knowledge engineering environment version developed
at Articulate Software Inc.
-
Uses of SVOElement.SVOGrammarPosition in com.articulate.sigma.nlg
Fields in com.articulate.sigma.nlg declared as SVOElement.SVOGrammarPositionMethods in com.articulate.sigma.nlg that return SVOElement.SVOGrammarPositionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SVOElement.SVOGrammarPosition[]SVOElement.SVOGrammarPosition.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.articulate.sigma.nlg with parameters of type SVOElement.SVOGrammarPositionModifier and TypeMethodDescriptionSVOGrammar.getCaseRolesForGrammarPosition(String verb, SVOElement.SVOGrammarPosition grammarRole) Return the case roles most appropriate for a given grammar role and a verb.VerbProperties.getCaseRolesForGrammarRole(String verb, SVOElement.SVOGrammarPosition grammarRole) Return a list of case roles for the given verb and the given grammar role.VerbPropertiesSimpleImpl.getCaseRolesForGrammarRole(String verb, SVOElement.SVOGrammarPosition grammarRole) Return a list of case roles for the given verb and the given grammar role.Constructors in com.articulate.sigma.nlg with parameters of type SVOElement.SVOGrammarPosition