public class MultiSpotter extends ASpotter
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
logger |
private List<ASpotter> |
spotters |
private Map<String,List<Entity>> |
totalResult |
| Constructor and Description |
|---|
MultiSpotter(ASpotter... spotters) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<Entity>> |
getEntities(String question) |
static void |
main(String[] args) |
private void |
mergeResults(Map<String,List<Entity>> result) |
requestPOST, toStringpublic MultiSpotter(ASpotter... spotters)
Copyright © 2016–2017 Pivotal Software, Inc.. All rights reserved.