public class TraceCallTreeNode extends AbstractCallTreeNode<AllocationComponentOperationPair>
| Constructor and Description |
|---|
TraceCallTreeNode(int id,
AllocationComponentOperationPair entity,
boolean rootNode,
MessageTrace origin,
IOriginRetentionPolicy originPolicy)
Creates a new instance of this class using the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIdentifier()
Returns an identifier for this graph element (e.g., a label).
|
AbstractCallTreeNode<AllocationComponentOperationPair> |
newCall(AllocationComponentOperationPair destination,
MessageTrace origin,
IOriginRetentionPolicy originPolicy) |
appendChildEdge, getChildEdges, getEntity, getId, getOutgoingEdges, isRootNodeaddDecoration, getDecoration, getDecorationsaddOrigin, getColor, getDescription, getOrigins, setColor, setDescriptionpublic TraceCallTreeNode(int id,
AllocationComponentOperationPair entity,
boolean rootNode,
MessageTrace origin,
IOriginRetentionPolicy originPolicy)
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.public AbstractCallTreeNode<AllocationComponentOperationPair> newCall(AllocationComponentOperationPair destination, MessageTrace origin, IOriginRetentionPolicy originPolicy)
newCall in class AbstractCallTreeNode<AllocationComponentOperationPair>public java.lang.String getIdentifier()
AbstractGraphElementgetIdentifier in class AbstractGraphElement<MessageTrace>null if no identifier can be determinedCopyright 2017 Kieker Project, http://kieker-monitoring.net