Class TraceCallTreeNode
java.lang.Object
kieker.tools.trace.analysis.filter.visualization.graph.AbstractGraphElement<O>
kieker.tools.trace.analysis.filter.visualization.graph.AbstractVertex<AbstractCallTreeNode<T>,WeightedDirectedCallTreeEdge<T>,MessageTrace>
kieker.tools.trace.analysis.filter.visualization.callTree.AbstractCallTreeNode<AllocationComponentOperationPair>
kieker.tools.trace.analysis.filter.visualization.callTree.TraceCallTreeNode
@Deprecated public class TraceCallTreeNode extends AbstractCallTreeNode<AllocationComponentOperationPair>
Deprecated.
1.15 ported to teetime
This class represents a single node within the trace call tree.
- Since:
- 1.1
-
Constructor Summary
Constructors Constructor Description TraceCallTreeNode(int id, AllocationComponentOperationPair entity, boolean rootNode, MessageTrace origin, IOriginRetentionPolicy originPolicy)Deprecated.Creates a new instance of this class using the given parameters. -
Method Summary
Modifier and Type Method Description java.lang.StringgetIdentifier()Deprecated.Returns an identifier for this graph element (e.g., a label).AbstractCallTreeNode<AllocationComponentOperationPair>newCall(AllocationComponentOperationPair destination, MessageTrace origin, IOriginRetentionPolicy originPolicy)Deprecated.Methods inherited from class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractCallTreeNode
appendChildEdge, getChildEdges, getEntity, getId, getOutgoingEdges, isRootNode, toStringMethods inherited from class kieker.tools.trace.analysis.filter.visualization.graph.AbstractVertex
addDecoration, getDecoration, getDecorationsMethods inherited from class kieker.tools.trace.analysis.filter.visualization.graph.AbstractGraphElement
addOrigin, getColor, getDescription, getOrigins, setColor, setDescription
-
Constructor Details
-
TraceCallTreeNode
public TraceCallTreeNode(int id, AllocationComponentOperationPair entity, boolean rootNode, MessageTrace origin, IOriginRetentionPolicy originPolicy)Deprecated.Creates a new instance of this class using the given parameters.- Parameters:
id- The identifier of this node.entity- The content of this node.rootNode- Determines whether this node is the root node or not.origin- The meta data of this node.originPolicy- The origin policy.
-
-
Method Details
-
newCall
public AbstractCallTreeNode<AllocationComponentOperationPair> newCall(AllocationComponentOperationPair destination, MessageTrace origin, IOriginRetentionPolicy originPolicy)Deprecated.- Specified by:
newCallin classAbstractCallTreeNode<AllocationComponentOperationPair>
-
getIdentifier
public java.lang.String getIdentifier()Deprecated.Description copied from class:AbstractGraphElementReturns an identifier for this graph element (e.g., a label).- Specified by:
getIdentifierin classAbstractGraphElement<MessageTrace>- Returns:
- An identifier or
nullif no identifier can be determined
-