Uses of Class
kieker.tools.trace.analysis.systemModel.TraceInformation
| Package | Description |
|---|---|
| kieker.tools.trace.analysis.filter.visualization.dependencyGraph |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| kieker.tools.trace.analysis.filter.visualization.traceColoring |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| kieker.tools.trace.analysis.systemModel |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
-
Uses of TraceInformation in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Methods in kieker.tools.trace.analysis.filter.visualization.dependencyGraph with parameters of type TraceInformation Modifier and Type Method Description voidDependencyGraphNode. addIncomingDependency(DependencyGraphNode<T> source, boolean isAssumed, TraceInformation origin, IOriginRetentionPolicy originPolicy)Deprecated.Adds an incoming dependency to this node.voidDependencyGraphNode. addIncomingDependency(DependencyGraphNode<T> source, TraceInformation origin, IOriginRetentionPolicy originPolicy)Deprecated.Adds an incoming dependency to this node.voidDependencyGraphNode. addOutgoingDependency(DependencyGraphNode<T> destination, boolean isAssumed, TraceInformation origin, IOriginRetentionPolicy originPolicy)Deprecated.Adds an outgoing dependency to this node.voidDependencyGraphNode. addOutgoingDependency(DependencyGraphNode<T> destination, TraceInformation origin, IOriginRetentionPolicy originPolicy)Deprecated.Adds an outgoing dependency to this node.Constructors in kieker.tools.trace.analysis.filter.visualization.dependencyGraph with parameters of type TraceInformation Constructor Description DependencyGraphNode(int id, T entity, TraceInformation origin, IOriginRetentionPolicy originPolicy)Deprecated.Creates a new instance of this class using the given parameters.WeightedBidirectionalDependencyGraphEdge(DependencyGraphNode<T> source, DependencyGraphNode<T> target, TraceInformation origin, IOriginRetentionPolicy originPolicy)Deprecated.Creates a new instance of this class using the given parameters. -
Uses of TraceInformation in kieker.tools.trace.analysis.filter.visualization.traceColoring
Classes in kieker.tools.trace.analysis.filter.visualization.traceColoring with type parameters of type TraceInformation Modifier and Type Class Description classTraceColoringFilter<V extends AbstractVertex<V,E,TraceInformation>,E extends AbstractEdge<V,E,TraceInformation>>Deprecated.1.15 ported to teetimeclassTraceColoringFilter<V extends AbstractVertex<V,E,TraceInformation>,E extends AbstractEdge<V,E,TraceInformation>>Deprecated.1.15 ported to teetimeMethods in kieker.tools.trace.analysis.filter.visualization.traceColoring that return types with arguments of type TraceInformation Modifier and Type Method Description protected AbstractGraph<V,E,TraceInformation>TraceColoringFilter. performConcreteGraphProcessing(AbstractGraph<V,E,TraceInformation> graph)Deprecated.This method encapsulates the concrete graph processing performed by the concrete filters.Method parameters in kieker.tools.trace.analysis.filter.visualization.traceColoring with type arguments of type TraceInformation Modifier and Type Method Description protected AbstractGraph<V,E,TraceInformation>TraceColoringFilter. performConcreteGraphProcessing(AbstractGraph<V,E,TraceInformation> graph)Deprecated.This method encapsulates the concrete graph processing performed by the concrete filters. -
Uses of TraceInformation in kieker.tools.trace.analysis.systemModel
Methods in kieker.tools.trace.analysis.systemModel that return TraceInformation Modifier and Type Method Description TraceInformationAbstractTrace. getTraceInformation()Deprecated.Returns information about this trace.