Uses of Class
kieker.model.system.model.TraceInformation
| Package | Description |
|---|---|
| kieker.model.system.model |
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.visualization.trace |
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.visualization.trace.dependency.graph |
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.model.system.model
Methods in kieker.model.system.model that return TraceInformation Modifier and Type Method Description TraceInformationAbstractTrace. getTraceInformation()Returns information about this trace. -
Uses of TraceInformation in kieker.visualization.trace
Classes in kieker.visualization.trace with type parameters of type TraceInformation Modifier and Type Class Description classTraceColoringFilter<V extends AbstractVertex<V,E,TraceInformation>,E extends AbstractEdge<V,E,TraceInformation>>This filter sets the color of nodes and edges which belong to a single trace according to a trace coloring schema defined in a color repository (seeTraceColorRepository).classTraceColoringFilter<V extends AbstractVertex<V,E,TraceInformation>,E extends AbstractEdge<V,E,TraceInformation>>This filter sets the color of nodes and edges which belong to a single trace according to a trace coloring schema defined in a color repository (seeTraceColorRepository).Methods in kieker.visualization.trace 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)This method encapsulates the concrete graph processing performed by the concrete filters.Method parameters in kieker.visualization.trace with type arguments of type TraceInformation Modifier and Type Method Description protected AbstractGraph<V,E,TraceInformation>TraceColoringFilter. performConcreteGraphProcessing(AbstractGraph<V,E,TraceInformation> graph)This method encapsulates the concrete graph processing performed by the concrete filters. -
Uses of TraceInformation in kieker.visualization.trace.dependency.graph
Methods in kieker.visualization.trace.dependency.graph with parameters of type TraceInformation Modifier and Type Method Description voidDependencyGraphNode. addIncomingDependency(DependencyGraphNode<T> source, boolean isAssumed, TraceInformation origin, IOriginRetentionPolicy originPolicy)Adds an incoming dependency to this node.voidDependencyGraphNode. addIncomingDependency(DependencyGraphNode<T> source, TraceInformation origin, IOriginRetentionPolicy originPolicy)Adds an incoming dependency to this node.voidDependencyGraphNode. addOutgoingDependency(DependencyGraphNode<T> destination, boolean isAssumed, TraceInformation origin, IOriginRetentionPolicy originPolicy)Adds an outgoing dependency to this node.voidDependencyGraphNode. addOutgoingDependency(DependencyGraphNode<T> destination, TraceInformation origin, IOriginRetentionPolicy originPolicy)Adds an outgoing dependency to this node.Constructors in kieker.visualization.trace.dependency.graph with parameters of type TraceInformation Constructor Description DependencyGraphNode(int id, T entity, TraceInformation origin, IOriginRetentionPolicy originPolicy)Creates a new instance of this class using the given parameters.WeightedBidirectionalDependencyGraphEdge(DependencyGraphNode<T> source, DependencyGraphNode<T> target, TraceInformation origin, IOriginRetentionPolicy originPolicy)Creates a new instance of this class using the given parameters.