Package | Description |
---|---|
cz.cuni.mff.corrector.testing |
Profiling tests for measuring performance.
|
cz.cuni.mff.corrector.tree |
Data trees abstraction for XML documents.
|
Modifier and Type | Method and Description |
---|---|
void |
Generator.exportTreeStatistics(java.lang.StringBuilder stringBuilder,
Stats inspectedStats)
Exports the particular data tree statistics into the output.
|
void |
Generator.exportTreeStatistics(java.lang.String analysisName,
java.lang.String baseName,
Stats averageStats,
java.util.List<Stats> treeStats)
Exports the given average statistics into the external file.
|
Modifier and Type | Method and Description |
---|---|
void |
Generator.exportTreeStatistics(java.lang.String analysisName,
java.lang.String baseName,
Stats averageStats,
java.util.List<Stats> treeStats)
Exports the given average statistics into the external file.
|
Modifier and Type | Method and Description |
---|---|
abstract Stats |
Node.getTreeStatistics()
Computes the basic statistics about this subtree.
|
Stats |
NodeData.getTreeStatistics() |
Stats |
NodeElement.getTreeStatistics() |
Stats |
Tree.getTreeStatistics()
Computes the basic statistics about this data tree.
|
static Stats |
Stats.mergeNestedStatistics(java.util.List<Stats> nestedStats)
Merges statistics from nested child nodes.
|
static Stats |
Stats.mergeTreeStatistics(java.util.List<Stats> treeStats)
Merges statistics from several data trees and computes their averages.
|
Modifier and Type | Method and Description |
---|---|
static Stats |
Stats.mergeNestedStatistics(java.util.List<Stats> nestedStats)
Merges statistics from nested child nodes.
|
static Stats |
Stats.mergeTreeStatistics(java.util.List<Stats> treeStats)
Merges statistics from several data trees and computes their averages.
|