public interface Statistics
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getChildrenToParents() |
Map<String,String> |
getChildrenToParents(String[] propIds) |
Map<String,Integer> |
getCounts() |
Map<String,Integer> |
getCounts(String[] propIds) |
int |
getNumberOfKeys() |
int getNumberOfKeys()
throws StatisticsException
StatisticsExceptionMap<String,String> getChildrenToParents() throws StatisticsException
StatisticsExceptionMap<String,String> getChildrenToParents(String[] propIds) throws StatisticsException
StatisticsExceptionMap<String,Integer> getCounts() throws StatisticsException
StatisticsExceptionMap<String,Integer> getCounts(String[] propIds) throws StatisticsException
StatisticsExceptionCopyright © 2012–2017 Emory University. All rights reserved.