Kieker 1.9

Uses of Class
kieker.tools.traceAnalysis.systemModel.TraceInformation

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).
 

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.9

Copyright 2014 Kieker Project, http://kieker-monitoring.net