| 
Kieker 1.12 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TraceInformation | |
|---|---|
| kieker.tools.traceAnalysis.filter.visualization.dependencyGraph | |
| kieker.tools.traceAnalysis.filter.visualization.traceColoring | |
| kieker.tools.traceAnalysis.systemModel | |
| Uses of TraceInformation in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph | 
|---|
| Methods in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph with parameters of type TraceInformation | |
|---|---|
 void | 
DependencyGraphNode.addIncomingDependency(DependencyGraphNode<T> source,
                      boolean isAssumed,
                      TraceInformation origin,
                      IOriginRetentionPolicy originPolicy)
Adds an incoming dependency to this node.  | 
 void | 
DependencyGraphNode.addIncomingDependency(DependencyGraphNode<T> source,
                      TraceInformation origin,
                      IOriginRetentionPolicy originPolicy)
Adds an incoming dependency to this node.  | 
 void | 
DependencyGraphNode.addOutgoingDependency(DependencyGraphNode<T> destination,
                      boolean isAssumed,
                      TraceInformation origin,
                      IOriginRetentionPolicy originPolicy)
Adds an outgoing dependency to this node.  | 
 void | 
DependencyGraphNode.addOutgoingDependency(DependencyGraphNode<T> destination,
                      TraceInformation origin,
                      IOriginRetentionPolicy originPolicy)
Adds an outgoing dependency to this node.  | 
| Constructors in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph with parameters of type TraceInformation | |
|---|---|
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.  | 
|
| Uses of TraceInformation in kieker.tools.traceAnalysis.filter.visualization.traceColoring | 
|---|
| Classes in kieker.tools.traceAnalysis.filter.visualization.traceColoring with type parameters of type TraceInformation | |
|---|---|
 class | 
TraceColoringFilter<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 (see TraceColorRepository). | 
 class | 
TraceColoringFilter<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 (see TraceColorRepository). | 
| Methods in kieker.tools.traceAnalysis.filter.visualization.traceColoring that return types with arguments of type TraceInformation | |
|---|---|
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.tools.traceAnalysis.filter.visualization.traceColoring with type arguments of type TraceInformation | |
|---|---|
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.tools.traceAnalysis.systemModel | 
|---|
| Methods in kieker.tools.traceAnalysis.systemModel that return TraceInformation | |
|---|---|
 TraceInformation | 
AbstractTrace.getTraceInformation()
Returns information about this trace.  | 
  | 
Kieker 1.12 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||