Uses of Class
com.articulate.sigma.nlg.SumoProcessCollector
Packages that use SumoProcessCollector
Package
Description
Provides classes for natural language generation in the Sigma knowledge engineering environment version developed
at Articulate Software Inc.
-
Uses of SumoProcessCollector in com.articulate.sigma.nlg
Methods in com.articulate.sigma.nlg that return types with arguments of type SumoProcessCollectorModifier and TypeMethodDescriptionLanguageFormatterStack.getCurrProcessMap()Return the Mapinvalid input: '<'String, SumoProcessCollector> for the top element of the stack.StackElement.getSumoProcessMap()Methods in com.articulate.sigma.nlg with parameters of type SumoProcessCollectorModifier and TypeMethodDescriptionvoidSumoProcessCollector.merge(SumoProcessCollector newProcessCollector) Merge the roles of the given SumoProcessCollector into this object.Constructor parameters in com.articulate.sigma.nlg with type arguments of type SumoProcessCollectorModifierConstructorDescriptionStackElement(Map<String, SumoProcessCollector> spcMap, List<String> args) Instantiate a StackElement with a sumoProcess map and a list of formula args.