Uses of Class
com.articulate.sigma.nlg.SumoProcessEntityProperty
Packages that use SumoProcessEntityProperty
Package
Description
Provides classes for natural language generation in the Sigma knowledge engineering environment version developed
at Articulate Software Inc.
-
Uses of SumoProcessEntityProperty in com.articulate.sigma.nlg
Methods in com.articulate.sigma.nlg that return types with arguments of type SumoProcessEntityPropertyModifier and TypeMethodDescriptioncom.google.common.collect.Multimap<String, SumoProcessEntityProperty> StackElement.getEntityProperties()Getter and setter for translated field.Methods in com.articulate.sigma.nlg with parameters of type SumoProcessEntityPropertyModifier and TypeMethodDescriptionvoidLanguageFormatterStack.addToCurrProperties(String key, SumoProcessEntityProperty property) Add the given key - property pair to the properties of the current stack element.Method parameters in com.articulate.sigma.nlg with type arguments of type SumoProcessEntityPropertyModifier and TypeMethodDescriptionvoidStackElement.setEntityProperties(com.google.common.collect.Multimap<String, SumoProcessEntityProperty> entityProperties) voidSumoProcessCollector.setEntityProperties(com.google.common.collect.Multimap<String, SumoProcessEntityProperty> properties) Translate this process and its case roles into natural language.