|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kieker.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>
T
- The type of the entity to be stored in the node.public abstract class AbstractCallTreeNode<T>
This is an abstract base for a single node within a call tree.
Constructor Summary | |
---|---|
AbstractCallTreeNode(int id,
T entity,
boolean rootNode,
MessageTrace origin,
IOriginRetentionPolicy originPolicy)
This constructor uses the given parameters to initialize the fields of this class. |
Method Summary | |
---|---|
Collection<WeightedDirectedCallTreeEdge<T>> |
getChildEdges()
Delivers the child edges. |
T |
getEntity()
Delivers the stored entity. |
int |
getId()
|
Collection<WeightedDirectedCallTreeEdge<T>> |
getOutgoingEdges()
Returns the outgoing edges of this vertex. |
boolean |
isRootNode()
Tells whether the current node is a root node. |
abstract AbstractCallTreeNode<T> |
newCall(T destination,
MessageTrace origin,
IOriginRetentionPolicy originPolicy)
|
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 AbstractCallTreeNode(int id, T 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.Method Detail |
---|
public final T getEntity()
public final Collection<WeightedDirectedCallTreeEdge<T>> getChildEdges()
public abstract AbstractCallTreeNode<T> newCall(T destination, MessageTrace origin, IOriginRetentionPolicy originPolicy)
public final int getId()
public final boolean isRootNode()
public Collection<WeightedDirectedCallTreeEdge<T>> getOutgoingEdges()
AbstractVertex
getOutgoingEdges
in class AbstractVertex<AbstractCallTreeNode<T>,WeightedDirectedCallTreeEdge<T>,MessageTrace>
|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |