|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.component.statistics.view.AbstractStatisticsViewControllerResultData
org.torweg.pulse.component.statistics.view.GroupAnalysisViewControllerResultData
public final class GroupAnalysisViewControllerResultData
The data of the GroupAnalysisViewControllerResult.
| Nested Class Summary | |
|---|---|
protected static class |
GroupAnalysisViewControllerResultData.PathTreeAggregationsNode
Simply an information wrapper (to feed the tree of the data view of the administration ui) which accumulates the statistical data for a PathTreeElement and a set of corresponding
PathTreeAggregations. |
protected static class |
GroupAnalysisViewControllerResultData.PathTreeAggregationsNodeComparator
Compares PathTreeAgregationsNodes by their
"hit-count + child-hit-count", and if the numbers are equal by name. |
| Field Summary |
|---|
| Fields inherited from class org.torweg.pulse.component.statistics.view.AbstractStatisticsViewControllerResultData |
|---|
LOGGER |
| Constructor Summary | |
|---|---|
protected |
GroupAnalysisViewControllerResultData()
Deprecated. |
protected |
GroupAnalysisViewControllerResultData(Duration dur, StatisticsServer serv)
Creates a new OverViewControllerResultData with the given
Duration and the given StatisticsServer. |
| Method Summary | |
|---|---|
protected void |
addPathTreeAggregationsNode(PathTreeElement pathTreeElement,
java.util.List<PathTreeAggregation> pathTreeAggregations)
Builds the "nodes" for the ExtJs-tree of the website administration ui view. |
protected java.util.Set<GroupAnalysisViewControllerResultData.PathTreeAggregationsNode> |
getAggrNodes()
Returns the nodes for the tree load. |
protected GroupAnalysisViewControllerResultData.PathTreeAggregationsNode |
getPdfRootNode()
Returns the PathTreeAggregationsNode pdfRootNode of
the GroupAnalysisViewControllerResultData. |
protected void |
setMaxNodesToBeDisplayed(int maxNodes)
Sets the maximum number of nodes to be displayed. |
protected void |
setPdfRootNode(GroupAnalysisViewControllerResultData.PathTreeAggregationsNode rootNode)
Sets the given PathTreeAggregationsNode as
pdfRootNode. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated protected GroupAnalysisViewControllerResultData()
protected GroupAnalysisViewControllerResultData(Duration dur, StatisticsServer serv)
OverViewControllerResultData with the given
Duration and the given StatisticsServer.
dur - the Durationserv - the StatisticsServer| Method Detail |
|---|
protected void setMaxNodesToBeDisplayed(int maxNodes)
maxNodes - the maximum number of nodes to be displayed
protected void addPathTreeAggregationsNode(PathTreeElement pathTreeElement,
java.util.List<PathTreeAggregation> pathTreeAggregations)
pathTreeElement - the PathTreeElementpathTreeAggregations - the corresponding PathTreeAggregationsprotected java.util.Set<GroupAnalysisViewControllerResultData.PathTreeAggregationsNode> getAggrNodes()
protected GroupAnalysisViewControllerResultData.PathTreeAggregationsNode getPdfRootNode()
PathTreeAggregationsNode pdfRootNode of
the GroupAnalysisViewControllerResultData.
protected void setPdfRootNode(GroupAnalysisViewControllerResultData.PathTreeAggregationsNode rootNode)
PathTreeAggregationsNode as
pdfRootNode.
rootNode - the PathTreeAggregationsNode to set as
pdfRootNode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||