Uses of Interface
kieker.analysis.architecture.trace.traversal.IOperationCallVisitor
Package | Description |
---|---|
kieker.analysis.architecture.trace.graph |
This package contains all processing filters bundled with kieker.
|
kieker.analysis.architecture.trace.reconstruction |
This package contains all processing filters bundled with kieker.
|
kieker.analysis.architecture.trace.traversal |
This package contains all processing filters bundled with kieker.
|
-
Uses of IOperationCallVisitor in kieker.analysis.architecture.trace.graph
Classes in kieker.analysis.architecture.trace.graph that implement IOperationCallVisitor Modifier and Type Class Description class
GraphTransformerVisitor
-
Uses of IOperationCallVisitor in kieker.analysis.architecture.trace.reconstruction
Classes in kieker.analysis.architecture.trace.reconstruction that implement IOperationCallVisitor Modifier and Type Class Description class
DurRatioToParentCalculator
class
DurRatioToRootParentCalculator
-
Uses of IOperationCallVisitor in kieker.analysis.architecture.trace.traversal
Methods in kieker.analysis.architecture.trace.traversal with parameters of type IOperationCallVisitor Modifier and Type Method Description void
TraceTraverser. traverse(Trace trace, IOperationCallVisitor visitor)
Method parameters in kieker.analysis.architecture.trace.traversal with type arguments of type IOperationCallVisitor Modifier and Type Method Description void
TraceTraverser. traverse(Trace trace, java.util.Collection<IOperationCallVisitor> visitors)