| Package | Description |
|---|---|
| com.articulate.sigma.nlg |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,SumoProcessCollector> |
LanguageFormatterStack.getCurrProcessMap()
Return the Map
|
java.util.Map<java.lang.String,SumoProcessCollector> |
StackElement.getSumoProcessMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
SumoProcessCollector.merge(SumoProcessCollector newProcessCollector)
Merge the roles of the given SumoProcessCollector into this object.
|
| Constructor and Description |
|---|
StackElement(java.util.Map<java.lang.String,SumoProcessCollector> spcMap,
java.util.List<java.lang.String> args)
Instantiate a StackElement with a sumoProcess map and a list of formula args.
|