|
Kieker 1.7 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkieker.tools.traceAnalysis.filter.visualization.graph.AbstractGraphElement<O>
kieker.tools.traceAnalysis.filter.visualization.graph.AbstractVertex<AbstractCallTreeNode<T>,WeightedDirectedCallTreeEdge<T>,MessageTrace>
kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractCallTreeNode<T>
kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractAggregatedCallTreeNode<T>
T - The type of the entity to be stored in this node.public abstract class AbstractAggregatedCallTreeNode<T>
This is an abstract base for a single node within an aggregated call tree.
| Constructor Summary | |
|---|---|
AbstractAggregatedCallTreeNode(int id,
T entity,
boolean rootNode,
MessageTrace origin,
IOriginRetentionPolicy originPolicy)
|
|
| Method Summary |
|---|
| Methods inherited from class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractCallTreeNode |
|---|
getChildEdges, getEntity, getId, getOutgoingEdges, isRootNode, newCall |
| Methods inherited from class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractVertex |
|---|
addDecoration, getDecoration, getDecorations |
| Methods inherited from class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractGraphElement |
|---|
addOrigin, getColor, getDescription, getIdentifier, getOrigins, setColor, setDescription |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractAggregatedCallTreeNode(int id,
T entity,
boolean rootNode,
MessageTrace origin,
IOriginRetentionPolicy originPolicy)
|
Kieker 1.7 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||