Uses of Enum Class
com.articulate.sigma.nlg.VerbProperties.Polarity
Packages that use VerbProperties.Polarity
Package
Description
Provides classes for natural language generation in the Sigma knowledge engineering environment version developed
at Articulate Software Inc.
-
Uses of VerbProperties.Polarity in com.articulate.sigma.nlg
Methods in com.articulate.sigma.nlg that return VerbProperties.PolarityModifier and TypeMethodDescriptionLanguageFormatterStack.getPolarity()Getter and setter for polarity field.SumoProcessCollector.getPolarity()Getter and setter for polarity field.static VerbProperties.PolarityReturns the enum constant of this class with the specified name.static VerbProperties.Polarity[]VerbProperties.Polarity.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 VerbProperties.PolarityModifier and TypeMethodDescriptionvoidLanguageFormatterStack.setPolarity(VerbProperties.Polarity polarity) voidSumoProcess.setPolarity(VerbProperties.Polarity polarity) voidSumoProcessCollector.setPolarity(VerbProperties.Polarity polarity) voidStackElement.setProcessPolarity(VerbProperties.Polarity polarity) Set polarity.voidStackElement.setProcessPolarity(String predicate, VerbProperties.Polarity polarity) Set the polarity of current stack element's process.