Uses of Class
kieker.tools.trace.analysis.systemModel.TraceInformation
Packages that use TraceInformation
Package
Description
Copyright 2026 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.
Copyright 2026 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.
Copyright 2026 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 TraceInformationModifier and TypeMethodDescriptionvoidDependencyGraphNode.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 TraceInformationModifierConstructorDescriptionDependencyGraphNode(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 TraceInformationModifier and TypeClassDescriptionclassTraceColoringFilter<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 TraceInformationModifier and TypeMethodDescriptionprotected 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 TraceInformationModifier and TypeMethodDescriptionprotected 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 TraceInformationModifier and TypeMethodDescriptionAbstractTrace.getTraceInformation()Deprecated.Returns information about this trace.