Uses of Class
com.articulate.sigma.nlg.StackElement
Packages that use StackElement
Package
Description
Provides classes for natural language generation in the Sigma knowledge engineering environment version developed
at Articulate Software Inc.
-
Uses of StackElement in com.articulate.sigma.nlg
Methods in com.articulate.sigma.nlg that return StackElementModifier and TypeMethodDescriptionLanguageFormatterStack.getCurrStackElement()Return the topmost stack elementLanguageFormatterStack.getPrevStackElement()Return the stack element that is second from the topMethods in com.articulate.sigma.nlg with parameters of type StackElementModifier and TypeMethodDescriptionstatic booleanLanguageFormatterStack.areFormulaArgsProcessed(StackElement stackElement) Have all the formula arguments for the given stack element been processed in some way?voidLanguageFormatterStack.pop(StackElement inElement) Pop the top element of the stack if it is inElement.