Kieker 1.10

kieker.tools.traceAnalysis.filter.visualization.callTree
Interface AbstractCallTreeFilter.IPairFactory<T>

Enclosing class:
AbstractCallTreeFilter<T>

public static interface AbstractCallTreeFilter.IPairFactory<T>

Since:
1.5
Author:
Andre van Hoorn

Method Summary
 T createPair(SynchronousCallMessage callMsg)
          This method creates an actual pair using the given call message.
 

Method Detail

createPair

T createPair(SynchronousCallMessage callMsg)
This method creates an actual pair using the given call message.

Parameters:
callMsg - The call message containing the necessary information to create the pair.
Returns:
The actual pair.
Since:
1.5

Kieker 1.10

Copyright 2014 Kieker Project, http://kieker-monitoring.net