Index

A B C D E F G H I K L M N O P R S T U V W 
All Classes All Packages

A

AbstractAggregatedCallTreeFilter<T> - Class in kieker.tools.trace.analysis.filter.visualization.callTree
Deprecated.
1.15 ported to teetime
AbstractAggregatedCallTreeFilter<T> - Class in kieker.visualization.trace.call.tree
This class has exactly one input port named "in".
AbstractAggregatedCallTreeFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
Deprecated.
Creates a new instance of this class using the given parameters.
AbstractAggregatedCallTreeFilter(SystemModelRepository, boolean, boolean, String) - Constructor for class kieker.visualization.trace.call.tree.AbstractAggregatedCallTreeFilter
Creates a new instance of this class using the given parameters.
AbstractAggregatedCallTreeNode<T> - Class in kieker.tools.trace.analysis.filter.visualization.callTree
Deprecated.
1.15 moved to teetime
AbstractAggregatedCallTreeNode<T> - Class in kieker.visualization.trace.call.tree
This is an abstract base for a single node within an aggregated call tree.
AbstractAggregatedCallTreeNode(int, T, boolean, MessageTrace, IOriginRetentionPolicy) - Constructor for class kieker.visualization.trace.call.tree.AbstractAggregatedCallTreeNode
This constructor uses the given parameters to initialize the fields of this class.
AbstractAggregatedCallTreeNode(int, T, boolean, MessageTrace, IOriginRetentionPolicy) - Constructor for class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractAggregatedCallTreeNode
Deprecated.
This constructor uses the given parameters to initialize the fields of this class.
AbstractCallTreeFilter<T> - Class in kieker.tools.trace.analysis.filter.visualization.callTree
Deprecated.
1.15 ported to teetime
AbstractCallTreeFilter<T> - Class in kieker.visualization.trace.call.tree
Plugin providing the creation of calling trees both for individual traces and an aggregated form multiple traces.
AbstractCallTreeFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractCallTreeFilter
Deprecated.
Creates a new instance of this class using the given parameters.
AbstractCallTreeFilter(SystemModelRepository) - Constructor for class kieker.visualization.trace.call.tree.AbstractCallTreeFilter
Creates a new instance of this class using the given parameters.
AbstractCallTreeFilter.IPairFactory<T> - Interface in kieker.tools.trace.analysis.filter.visualization.callTree
Deprecated.
 
AbstractCallTreeFilter.IPairFactory<T> - Interface in kieker.visualization.trace.call.tree
 
AbstractCallTreeNode<T> - Class in kieker.tools.trace.analysis.filter.visualization.callTree
Deprecated.
1.15 moved to new location
AbstractCallTreeNode<T> - Class in kieker.visualization.trace.call.tree
This is an abstract base for a single node within a call tree.
AbstractCallTreeNode(int, T, boolean, MessageTrace, IOriginRetentionPolicy) - Constructor for class kieker.visualization.trace.call.tree.AbstractCallTreeNode
This constructor uses the given parameters to initialize the fields of this class.
AbstractCallTreeNode(int, T, boolean, MessageTrace, IOriginRetentionPolicy) - Constructor for class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractCallTreeNode
Deprecated.
This constructor uses the given parameters to initialize the fields of this class.
AbstractComponentDependencyGraphFormatter<G extends AbstractDependencyGraph<?>> - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
AbstractComponentDependencyGraphFormatter<G extends AbstractDependencyGraph<?>> - Class in kieker.visualization.trace.dependency.graph
Abstract superclass for formatters for component-based dependency graphs.
AbstractComponentDependencyGraphFormatter() - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractComponentDependencyGraphFormatter
Deprecated.
 
AbstractComponentDependencyGraphFormatter() - Constructor for class kieker.visualization.trace.dependency.graph.AbstractComponentDependencyGraphFormatter
 
AbstractDependencyGraph<T extends ISystemModelElement> - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
AbstractDependencyGraph<T extends kieker.model.system.model.ISystemModelElement> - Class in kieker.visualization.trace.dependency.graph
Abstract superclass for dependency graphs.
AbstractDependencyGraph(T) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraph
Deprecated.
Creates a new dependency graph with the given root entity.
AbstractDependencyGraph(T) - Constructor for class kieker.visualization.trace.dependency.graph.AbstractDependencyGraph
Creates a new dependency graph with the given root entity.
AbstractDependencyGraphFilter<T extends ISystemModelElement> - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
AbstractDependencyGraphFilter<T extends kieker.model.system.model.ISystemModelElement> - Class in kieker.visualization.trace.dependency.graph
Refactored copy from LogAnalysis-legacy tool.
AbstractDependencyGraphFilter(Configuration, IProjectContext, AbstractDependencyGraph<T>) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFilter
Deprecated.
Creates a new abstract dependency graph filter using the given data.
AbstractDependencyGraphFilter(SystemModelRepository, TimeUnit, AbstractDependencyGraph<T>) - Constructor for class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFilter
Creates a new abstract dependency graph filter using the given data.
AbstractDependencyGraphFormatter<G extends AbstractDependencyGraph<?>> - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
AbstractDependencyGraphFormatter<G extends AbstractDependencyGraph<?>> - Class in kieker.visualization.trace.dependency.graph
Abstract superclass for all dependency-graph formatters.
AbstractDependencyGraphFormatter() - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
Deprecated.
 
AbstractDependencyGraphFormatter() - Constructor for class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFormatter
 
AbstractDependencyGraphFormatterVisitor<T extends ISystemModelElement> - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
AbstractDependencyGraphFormatterVisitor<T extends kieker.model.system.model.ISystemModelElement> - Class in kieker.visualization.trace.dependency.graph
Abstract base class for dependency-graph-formatting visitors.
AbstractDependencyGraphFormatterVisitor(StringBuilder, boolean, boolean, boolean) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatterVisitor
Deprecated.
Creates a new formatter visitor using the given arguments.
AbstractDependencyGraphFormatterVisitor(StringBuilder, boolean, boolean, boolean) - Constructor for class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFormatterVisitor
Creates a new formatter visitor using the given arguments.
AbstractEdge<V extends AbstractVertex<V,​E,​O>,​E extends AbstractEdge<V,​E,​O>,​O> - Class in kieker.tools.trace.analysis.filter.visualization.graph
Generic superclass for all graph edges in the visualization package.
AbstractEdge(V, V, O, IOriginRetentionPolicy) - Constructor for class kieker.tools.trace.analysis.filter.visualization.graph.AbstractEdge
Creates a new edge between the given vertices.
AbstractEmbeddableService<T extends teetime.framework.Configuration> - Class in kieker.tools.common
Abstract class to create runnable teetime services.
AbstractEmbeddableService() - Constructor for class kieker.tools.common.AbstractEmbeddableService
Default constructor.
AbstractExecutionTraceProcessingFilter - Class in kieker.tools.trace.analysis.filter
Deprecated.
1.15 has been ported to teetime
AbstractExecutionTraceProcessingFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.AbstractExecutionTraceProcessingFilter
Deprecated.
Creates a new instance of this class using the given parameters.
AbstractGraph<V extends AbstractVertex<V,​E,​O>,​E extends AbstractEdge<V,​E,​O>,​O> - Class in kieker.tools.trace.analysis.filter.visualization.graph
Generic superclass for all graphs in the visualization package.
AbstractGraph() - Constructor for class kieker.tools.trace.analysis.filter.visualization.graph.AbstractGraph
 
AbstractGraph.IGraphVisitor<V,​E> - Interface in kieker.tools.trace.analysis.filter.visualization.graph
Interface for abstract-graph visitors.
AbstractGraphElement<O> - Class in kieker.tools.trace.analysis.filter.visualization.graph
Superclass for graph elements, i.e.
AbstractGraphElement(O, IOriginRetentionPolicy) - Constructor for class kieker.tools.trace.analysis.filter.visualization.graph.AbstractGraphElement
This constructor initializes the element based on the given parameters.
AbstractGraphFilter<G extends AbstractGraph<V,​E,​O>,​V extends AbstractVertex<V,​E,​O>,​E extends AbstractEdge<V,​E,​O>,​O> - Class in kieker.tools.trace.analysis.filter.visualization
Deprecated.
1.15 moved to teetime
AbstractGraphFilter<G extends AbstractGraph<V,​E,​O>,​V extends AbstractVertex<V,​E,​O>,​E extends AbstractEdge<V,​E,​O>,​O> - Class in kieker.visualization.trace
Abstract superclass for all graph filters.
AbstractGraphFilter() - Constructor for class kieker.visualization.trace.AbstractGraphFilter
Creates a new filter with the given configuration.
AbstractGraphFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFilter
Deprecated.
Creates a new filter with the given configuration.
AbstractGraphFormatter<G extends AbstractGraph<?,​?,​?>> - Class in kieker.tools.trace.analysis.filter.visualization
Abstract superclass for all graph formatters.
AbstractGraphFormatter() - Constructor for class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFormatter
 
AbstractGraphProducingFilter<G extends AbstractGraph<?,​?,​?>> - Class in kieker.tools.trace.analysis.filter
Deprecated.
1.15 ported to teetime
AbstractGraphProducingFilter<G extends AbstractGraph<?,​?,​?>> - Class in kieker.visualization.trace
Abstract superclass for graph-producing filters.
AbstractGraphProducingFilter(Configuration, IProjectContext, G) - Constructor for class kieker.tools.trace.analysis.filter.AbstractGraphProducingFilter
Deprecated.
Creates a new graph-producing filter using the given configuration and the given graph.
AbstractGraphProducingFilter(SystemModelRepository, G) - Constructor for class kieker.visualization.trace.AbstractGraphProducingFilter
Creates a new graph-producing filter using the given configuration and the given graph.
AbstractInvalidExecutionTraceProcessingFilter - Class in kieker.tools.trace.analysis.filter
Deprecated.
1.15 has no relevant functionality in the teetime port
AbstractInvalidExecutionTraceProcessingFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.AbstractInvalidExecutionTraceProcessingFilter
Deprecated.
Creates a new instance of this class using the given parameters.
AbstractLegacyTool<T> - Class in kieker.tools.common
Generic legacy tool framework class.
AbstractLegacyTool() - Constructor for class kieker.tools.common.AbstractLegacyTool
Default constructor.
AbstractMessage - Class in kieker.tools.trace.analysis.systemModel
Deprecated.
1.15 moved to kieker-model
AbstractMessage(long, Execution, Execution) - Constructor for class kieker.tools.trace.analysis.systemModel.AbstractMessage
Deprecated.
Creates a new instance of this class using the given parameters.
AbstractMessageTraceProcessingFilter - Class in kieker.tools.trace.analysis.filter
Deprecated.
1.15 has been ported to teetime
AbstractMessageTraceProcessingFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.AbstractMessageTraceProcessingFilter
Deprecated.
Creates a new instance of this class using the given parameters.
AbstractNodeDecorator - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
AbstractNodeDecorator - Class in kieker.visualization.trace.dependency.graph
Abstract superclass for all node decorators.
AbstractNodeDecorator() - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractNodeDecorator
Deprecated.
 
AbstractNodeDecorator() - Constructor for class kieker.visualization.trace.dependency.graph.AbstractNodeDecorator
 
AbstractOperationDependencyGraphFormatter<T extends AbstractDependencyGraph<?>> - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
AbstractOperationDependencyGraphFormatter<T extends AbstractDependencyGraph<?>> - Class in kieker.visualization.trace.dependency.graph
Abstract for formatters for operation-level dependency graph.
AbstractOperationDependencyGraphFormatter() - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractOperationDependencyGraphFormatter
Deprecated.
 
AbstractOperationDependencyGraphFormatter() - Constructor for class kieker.visualization.trace.dependency.graph.AbstractOperationDependencyGraphFormatter
 
AbstractOriginRetentionPolicy - Class in kieker.tools.trace.analysis.filter.visualization.graph
Abstract superclass for all origin retention policies.
AbstractOriginRetentionPolicy(OriginRetentionPolicyKind) - Constructor for class kieker.tools.trace.analysis.filter.visualization.graph.AbstractOriginRetentionPolicy
This constructor uses the given parameter to initialize the class.
AbstractPayloadedVertex<V extends AbstractPayloadedVertex<V,​E,​O,​P>,​E extends AbstractEdge<V,​E,​O>,​O,​P> - Class in kieker.tools.trace.analysis.filter.visualization.graph
Abstract superclass for "payloaded" vertices, i.e.
AbstractPayloadedVertex(O, IOriginRetentionPolicy, P) - Constructor for class kieker.tools.trace.analysis.filter.visualization.graph.AbstractPayloadedVertex
Creates a new vertex with the given origin and payload.
AbstractService<T extends teetime.framework.Configuration,​R> - Class in kieker.tools.common
Generic tool and service framework class.
AbstractService() - Constructor for class kieker.tools.common.AbstractService
Default constructor.
AbstractSession<T extends AbstractTrace> - Class in kieker.tools.trace.analysis.systemModel
Deprecated.
1.15 moved to kieker-model
AbstractSession(String) - Constructor for class kieker.tools.trace.analysis.systemModel.AbstractSession
Deprecated.
Creates a new abstract session with the given session ID.
AbstractSystemSubRepository - Class in kieker.tools.trace.analysis.systemModel.repository
 
AbstractSystemSubRepository(SystemModelRepository) - Constructor for class kieker.tools.trace.analysis.systemModel.repository.AbstractSystemSubRepository
Creates a new instance of this class using the given parameters.
AbstractTrace - Class in kieker.tools.trace.analysis.systemModel
Deprecated.
1.15 moved to kieker-model
AbstractTrace() - Constructor for class kieker.tools.trace.analysis.systemModel.AbstractTrace
Deprecated.
Default constructor.
AbstractTrace(long) - Constructor for class kieker.tools.trace.analysis.systemModel.AbstractTrace
Deprecated.
Creates a new abstract trace with the given trace ID and a default session ID.
AbstractTrace(long, String) - Constructor for class kieker.tools.trace.analysis.systemModel.AbstractTrace
Deprecated.
Creates a new abstract trace with the given parameters.
AbstractTraceAnalysisFilter - Class in kieker.tools.trace.analysis.filter
Deprecated.
1.15 has been ported to teetime
AbstractTraceAnalysisFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.AbstractTraceAnalysisFilter
Deprecated.
Creates a new instance of this class using the given parameters.
AbstractTraceProcessingFilter - Class in kieker.tools.trace.analysis.filter
Deprecated.
1.15 has been ported to teetime
AbstractTraceProcessingFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.AbstractTraceProcessingFilter
Deprecated.
Creates a new instance of this class using the given parameters.
AbstractVertex<V extends AbstractVertex<V,​E,​O>,​E extends AbstractEdge<V,​E,​O>,​O> - Class in kieker.tools.trace.analysis.filter.visualization.graph
Generic superclass for all vertices in the visualization package.
AbstractVertex(O, IOriginRetentionPolicy) - Constructor for class kieker.tools.trace.analysis.filter.visualization.graph.AbstractVertex
 
AbstractVertexDecoration - Class in kieker.tools.trace.analysis.filter.visualization.graph
This is an abstract base for vertex decorations.
AbstractVertexDecoration() - Constructor for class kieker.tools.trace.analysis.filter.visualization.graph.AbstractVertexDecoration
 
AbstractWeightedEdge<V extends AbstractVertex<V,​E,​O>,​E extends AbstractEdge<V,​E,​O>,​O> - Class in kieker.tools.trace.analysis.filter.visualization.graph
Abstract superclass for weighted edges in the visualization package.
AbstractWeightedEdge(V, V, O, IOriginRetentionPolicy) - Constructor for class kieker.tools.trace.analysis.filter.visualization.graph.AbstractWeightedEdge
Creates a new weighted edge between the given vertices.
add(Execution) - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Deprecated.
Adds an execution to the trace.
addChildContainer(ExecutionContainer) - Method in class kieker.tools.trace.analysis.systemModel.ExecutionContainer
Deprecated.
This method adds a given container to the list of child containers.
addDecoration(AbstractVertexDecoration) - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractVertex
Adds a decoration to this vertex.
addDecorator(AbstractNodeDecorator) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFilter
Deprecated.
Adds a node decorator to this graph.
addDecorator(AbstractNodeDecorator) - Method in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFilter
Adds a node decorator to this graph.
addIncomingDependency(DependencyGraphNode<T>, boolean, TraceInformation, IOriginRetentionPolicy) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
Deprecated.
Adds an incoming dependency to this node.
addIncomingDependency(DependencyGraphNode<T>, TraceInformation, IOriginRetentionPolicy) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
Deprecated.
Adds an incoming dependency to this node.
addIncomingDependency(DependencyGraphNode<T>, boolean, TraceInformation, IOriginRetentionPolicy) - Method in class kieker.visualization.trace.dependency.graph.DependencyGraphNode
Adds an incoming dependency to this node.
addIncomingDependency(DependencyGraphNode<T>, TraceInformation, IOriginRetentionPolicy) - Method in class kieker.visualization.trace.dependency.graph.DependencyGraphNode
Adds an incoming dependency to this node.
addNode(int, DependencyGraphNode<T>) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraph
Deprecated.
Adds a node to this graph.
addNode(int, DependencyGraphNode<T>) - Method in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraph
Adds a node to this graph.
addOperation(Operation) - Method in class kieker.tools.trace.analysis.systemModel.ComponentType
Deprecated.
This method adds a given operation to the list of available operations.
addOrigin(O) - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractGraphElement
Adds a new origin object to this element.
addOutgoingDependency(DependencyGraphNode<T>, boolean, TraceInformation, IOriginRetentionPolicy) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
Deprecated.
Adds an outgoing dependency to this node.
addOutgoingDependency(DependencyGraphNode<T>, TraceInformation, IOriginRetentionPolicy) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
Deprecated.
Adds an outgoing dependency to this node.
addOutgoingDependency(DependencyGraphNode<T>, boolean, TraceInformation, IOriginRetentionPolicy) - Method in class kieker.visualization.trace.dependency.graph.DependencyGraphNode
Adds an outgoing dependency to this node.
addOutgoingDependency(DependencyGraphNode<T>, TraceInformation, IOriginRetentionPolicy) - Method in class kieker.visualization.trace.dependency.graph.DependencyGraphNode
Adds an outgoing dependency to this node.
addTrace(T) - Method in class kieker.tools.trace.analysis.systemModel.AbstractSession
Deprecated.
Adds a trace to this session.
addTraceToTree(AbstractCallTreeNode<T>, MessageTrace, AbstractCallTreeFilter.IPairFactory<T>, boolean) - Static method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractCallTreeFilter
Deprecated.
Adds the given trace to the given tree.
addTraceToTree(AbstractCallTreeNode<T>, MessageTrace, AbstractCallTreeFilter.IPairFactory<T>, boolean) - Static method in class kieker.visualization.trace.call.tree.AbstractCallTreeFilter
Adds the given trace to the given tree.
AGGREGATED_ALLOCATION_CALL_TREE_FN_PREFIX - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
 
AGGREGATED_ASSEMBLY_CALL_TREE_FN_PREFIX - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
 
AggregatedAllocationComponentOperationCallTreeFilter - Class in kieker.tools.trace.analysis.filter.visualization.callTree
Deprecated.
1.15 ported to teetime
AggregatedAllocationComponentOperationCallTreeFilter - Class in kieker.visualization.trace.call.tree
 
AggregatedAllocationComponentOperationCallTreeFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.visualization.callTree.AggregatedAllocationComponentOperationCallTreeFilter
Deprecated.
Creates a new instance of this class using the given parameters.
AggregatedAllocationComponentOperationCallTreeFilter(SystemModelRepository, boolean, boolean, String) - Constructor for class kieker.visualization.trace.call.tree.AggregatedAllocationComponentOperationCallTreeFilter
Creates a new instance of this class using the given parameters.
AggregatedAssemblyComponentOperationCallTreeFilter - Class in kieker.tools.trace.analysis.filter.visualization.callTree
Deprecated.
1.15 ported to teetime
AggregatedAssemblyComponentOperationCallTreeFilter - Class in kieker.visualization.trace.call.tree
 
AggregatedAssemblyComponentOperationCallTreeFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.visualization.callTree.AggregatedAssemblyComponentOperationCallTreeFilter
Deprecated.
Creates a new instance of this class using the given parameters.
AggregatedAssemblyComponentOperationCallTreeFilter(SystemModelRepository, boolean, boolean, String) - Constructor for class kieker.visualization.trace.call.tree.AggregatedAssemblyComponentOperationCallTreeFilter
Creates a new instance of this class using the given parameters.
ALL - kieker.tools.trace.analysis.filter.visualization.graph.OriginRetentionPolicyKind
Value to denote that all origins should be retained.
ALLOCATION - kieker.tools.trace.analysis.filter.traceFilter.TraceEquivalenceClassFilter.TraceEquivalenceClassModes
Deprecated.
Allocation-level equivalence
ALLOCATION - kieker.tools.trace.analysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter.SDModes
Deprecated.
The allocation mode for the sequence diagrams.
ALLOCATION - kieker.visualization.trace.SequenceDiagramFilter.SDModes
The allocation mode for the sequence diagrams.
ALLOCATION_COMPONENT_DEPENDENCY_GRAPH_FN_PREFIX - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
The prefix for the files of the allocation component dependency graphs.
ALLOCATION_OPERATION_DEPENDENCY_GRAPH_FN_PREFIX - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
The prefix for the files of the allocation operation dependency graphs.
ALLOCATION_SEQUENCE_DIAGRAM_FN_PREFIX - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
The prefix for the files of the allocation sequence diagram.
AllocationComponent - Class in kieker.tools.trace.analysis.systemModel
Deprecated.
1.15 moved to kieker-model
AllocationComponent(int, AssemblyComponent, ExecutionContainer) - Constructor for class kieker.tools.trace.analysis.systemModel.AllocationComponent
Deprecated.
 
AllocationComponentOperationPair - Class in kieker.tools.trace.analysis.systemModel.util
This class represents a pair consisting of an Operation and an AllocationComponent.
AllocationComponentOperationPair(int, Operation, AllocationComponent) - Constructor for class kieker.tools.trace.analysis.systemModel.util.AllocationComponentOperationPair
Creates a new instance of this class using the given parameters.
AllocationComponentOperationPairFactory - Class in kieker.tools.trace.analysis.systemModel.repository
 
AllocationComponentOperationPairFactory(SystemModelRepository) - Constructor for class kieker.tools.trace.analysis.systemModel.repository.AllocationComponentOperationPairFactory
Creates a new instance of this class using the given parameters.
AllocationRepository - Class in kieker.tools.trace.analysis.systemModel.repository
 
AllocationRepository(SystemModelRepository) - Constructor for class kieker.tools.trace.analysis.systemModel.repository.AllocationRepository
Creates a new instance of this class using the given parameters.
appendChildEdge(WeightedDirectedCallTreeEdge<T>) - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractCallTreeNode
Deprecated.
Append edge to *sorted* list of children.
appendChildEdge(WeightedDirectedCallTreeEdge<T>) - Method in class kieker.visualization.trace.call.tree.AbstractCallTreeNode
Append edge to *sorted* list of children.
appendGraphFooter(StringBuilder) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
Deprecated.
Outputs the default graph footer to the given builder.
appendGraphFooter(StringBuilder) - Method in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFormatter
Outputs the default graph footer to the given builder.
appendGraphHeader(StringBuilder) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
Deprecated.
Outputs the default graph header to the given builder.
appendGraphHeader(StringBuilder) - Method in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFormatter
Outputs the default graph header to the given builder.
ASSEMBLY - kieker.tools.trace.analysis.filter.traceFilter.TraceEquivalenceClassFilter.TraceEquivalenceClassModes
Deprecated.
Assembly-level equivalence
ASSEMBLY - kieker.tools.trace.analysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter.SDModes
Deprecated.
The assembly mode for the sequence diagrams.
ASSEMBLY - kieker.visualization.trace.SequenceDiagramFilter.SDModes
The assembly mode for the sequence diagrams.
ASSEMBLY_COMPONENT_DEPENDENCY_GRAPH_FN_PREFIX - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
The prefix for the files of the assembly component dependency graphs.
ASSEMBLY_OPERATION_DEPENDENCY_GRAPH_FN_PREFIX - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
 
ASSEMBLY_SEQUENCE_DIAGRAM_FN_PREFIX - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
The prefix for the files of the assembly sequence diagram.
AssemblyComponent - Class in kieker.tools.trace.analysis.systemModel
Deprecated.
1.15 moved to kieker-model
AssemblyComponent(int, String, ComponentType) - Constructor for class kieker.tools.trace.analysis.systemModel.AssemblyComponent
Deprecated.
Creates a new instance of this class using the given parameters.
AssemblyComponentOperationPair - Class in kieker.tools.trace.analysis.systemModel.util
This class represents a pair consisting of an Operation and an AssemblyComponent.
AssemblyComponentOperationPair(int, Operation, AssemblyComponent) - Constructor for class kieker.tools.trace.analysis.systemModel.util.AssemblyComponentOperationPair
Creates a new instance of this class using the given parameters.
AssemblyComponentOperationPairFactory - Class in kieker.tools.trace.analysis.systemModel.repository
 
AssemblyComponentOperationPairFactory(SystemModelRepository) - Constructor for class kieker.tools.trace.analysis.systemModel.repository.AssemblyComponentOperationPairFactory
Creates a new instance of this class using the given parameters.
AssemblyRepository - Class in kieker.tools.trace.analysis.systemModel.repository
 
AssemblyRepository(SystemModelRepository) - Constructor for class kieker.tools.trace.analysis.systemModel.repository.AssemblyRepository
Creates a new instance of this class using the given parameters.

B

BasicSettings - Class in kieker.tools.common
Some default settings which may be used by legacy applications and maybe new applications.
BasicSettings() - Constructor for class kieker.tools.common.BasicSettings
 
BLACK - Static variable in class kieker.tools.trace.analysis.filter.visualization.graph.Color
The predefined color black.
BLUE - Static variable in class kieker.tools.trace.analysis.filter.visualization.graph.Color
The predefined color blue.
builder - Variable in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatterVisitor
Deprecated.
 
builder - Variable in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFormatterVisitor
 

C

CharConverter - Class in kieker.tools.settings.converters
Convert string to short value.
CharConverter(String) - Constructor for class kieker.tools.settings.converters.CharConverter
 
checkConfiguration(Configuration, JCommander) - Method in class kieker.tools.common.AbstractLegacyTool
Check a given configuration for validity.
checkDirectory(File, String, JCommander) - Static method in class kieker.tools.common.ParameterEvaluationUtils
Check whether the given handle refers to an existing directory.
checkParameters(JCommander) - Method in class kieker.tools.common.AbstractLegacyTool
Check all given parameters for correct directory and files path, as well as, all other values for fitness.
childMap - Variable in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractAggregatedCallTreeNode
Deprecated.
For faster lookup of existing children.
childMap - Variable in class kieker.visualization.trace.call.tree.AbstractAggregatedCallTreeNode
For faster lookup of existing children.
classMapping() - Method in annotation type kieker.tools.settings.Setting
 
Color - Class in kieker.tools.trace.analysis.filter.visualization.graph
(RGB-based) Color implementation for the visualization package.
Color(byte, byte, byte) - Constructor for class kieker.tools.trace.analysis.filter.visualization.graph.Color
Creates a new color from the given values.
Color(int) - Constructor for class kieker.tools.trace.analysis.filter.visualization.graph.Color
Creates a new color with the given RGB value.
COLOR_REPOSITORY_PORT_NAME - Static variable in class kieker.tools.trace.analysis.filter.visualization.traceColoring.TraceColoringFilter
Deprecated.
Port name at which the color repository must be connected.
CommonConfigurationKeys - Class in kieker.tools.common
Common configuration keys used by multiple tools.
compare(AbstractTrace, AbstractTrace) - Method in class kieker.tools.trace.analysis.systemModel.util.TraceEndTimestampComparator
 
compare(AbstractTrace, AbstractTrace) - Method in class kieker.tools.trace.analysis.systemModel.util.TraceStartTimestampComparator
 
CompleteOriginRetentionPolicy - Class in kieker.tools.trace.analysis.filter.visualization.graph
The complete origin retention policy represents the intention that every origin should be retained in the graph model and corresponds to the kind OriginRetentionPolicyKind.ALL.
ComponentAllocationDependencyGraph - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
ComponentAllocationDependencyGraph - Class in kieker.visualization.trace.dependency.graph
This class represents component dependency graphs on the allocation level.
ComponentAllocationDependencyGraph(AllocationComponent) - Constructor for class kieker.visualization.trace.dependency.graph.ComponentAllocationDependencyGraph
Creates a new graph with the given root entity.
ComponentAllocationDependencyGraph(AllocationComponent) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ComponentAllocationDependencyGraph
Deprecated.
Creates a new graph with the given root entity.
ComponentAllocationDependencyGraphFormatter - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
ComponentAllocationDependencyGraphFormatter - Class in kieker.visualization.trace.dependency.graph
Formatter class for component dependency graphs on the allocation level (see ComponentAllocationDependencyGraph) .
ComponentAllocationDependencyGraphFormatter() - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ComponentAllocationDependencyGraphFormatter
Deprecated.
Creates a new formatter.
ComponentAllocationDependencyGraphFormatter() - Constructor for class kieker.visualization.trace.dependency.graph.ComponentAllocationDependencyGraphFormatter
Creates a new formatter.
ComponentAssemblyDependencyGraph - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
ComponentAssemblyDependencyGraph - Class in kieker.visualization.trace.dependency.graph
This class represents component dependency graphs on the assembly level.
ComponentAssemblyDependencyGraph(AssemblyComponent) - Constructor for class kieker.visualization.trace.dependency.graph.ComponentAssemblyDependencyGraph
Creates a new graph with the given root entity.
ComponentAssemblyDependencyGraph(AssemblyComponent) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ComponentAssemblyDependencyGraph
Deprecated.
Creates a new graph with the given root entity.
ComponentAssemblyDependencyGraphFormatter - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
ComponentAssemblyDependencyGraphFormatter - Class in kieker.visualization.trace.dependency.graph
Formatter class for component dependency graphs on the assembly level (see ComponentAssemblyDependencyGraph).
ComponentAssemblyDependencyGraphFormatter() - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ComponentAssemblyDependencyGraphFormatter
Deprecated.
Creates a new formatter.
ComponentAssemblyDependencyGraphFormatter() - Constructor for class kieker.visualization.trace.dependency.graph.ComponentAssemblyDependencyGraphFormatter
Creates a new formatter.
ComponentDependencyGraphAllocationFilter - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
ComponentDependencyGraphAllocationFilter - Class in kieker.visualization.trace.dependency.graph
Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in".
ComponentDependencyGraphAllocationFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ComponentDependencyGraphAllocationFilter
Deprecated.
Creates a new filter using the given configuration.
ComponentDependencyGraphAllocationFilter(SystemModelRepository, TimeUnit) - Constructor for class kieker.visualization.trace.dependency.graph.ComponentDependencyGraphAllocationFilter
Creates a new filter using the given configuration.
ComponentDependencyGraphAssemblyFilter - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
ComponentDependencyGraphAssemblyFilter - Class in kieker.visualization.trace.dependency.graph
Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in".
ComponentDependencyGraphAssemblyFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ComponentDependencyGraphAssemblyFilter
Deprecated.
Creates a new filter using the given parameters.
ComponentDependencyGraphAssemblyFilter(SystemModelRepository, TimeUnit) - Constructor for class kieker.visualization.trace.dependency.graph.ComponentDependencyGraphAssemblyFilter
Creates a new filter using the given parameters.
ComponentType - Class in kieker.tools.trace.analysis.systemModel
Deprecated.
1.15 moved to kieker-model
ComponentType(int, String) - Constructor for class kieker.tools.trace.analysis.systemModel.ComponentType
Deprecated.
Creates a new instance of this class using the given parameters.
ComponentType(int, String, String) - Constructor for class kieker.tools.trace.analysis.systemModel.ComponentType
Deprecated.
// NOCS requests implementation of equals and hashCode in pairs// NOCS requests implementation of equals and hashCode in pairs* Creates a new instance of this class using the given parameters.
concreteCreatePair(SynchronousCallMessage) - Method in class kieker.visualization.trace.call.tree.AbstractAggregatedCallTreeFilter
HACK.
concreteCreatePair(SynchronousCallMessage) - Method in class kieker.visualization.trace.call.tree.AggregatedAllocationComponentOperationCallTreeFilter
 
concreteCreatePair(SynchronousCallMessage) - Method in class kieker.visualization.trace.call.tree.AggregatedAssemblyComponentOperationCallTreeFilter
HACK.
concreteCreatePair(SynchronousCallMessage) - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
Deprecated.
HACK.
concreteCreatePair(SynchronousCallMessage) - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AggregatedAllocationComponentOperationCallTreeFilter
Deprecated.
 
concreteCreatePair(SynchronousCallMessage) - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AggregatedAssemblyComponentOperationCallTreeFilter
Deprecated.
HACK.
CONFIG_ENHANCE_CALL_DETECTION - Static variable in class kieker.tools.trace.analysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
Deprecated.
 
CONFIG_ENHANCE_JAVA_CONSTRUCTORS - Static variable in class kieker.tools.trace.analysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
Deprecated.
 
CONFIG_IGNORE_ASSUMED - Static variable in class kieker.tools.trace.analysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
Deprecated.
 
CONFIG_PROPERTY_NAME_DESCRIPTION_FILE_NAME - Static variable in class kieker.tools.trace.analysis.repository.DescriptionRepository
Deprecated.
Name of the configuration property that contains the file name of the description file.
CONFIG_PROPERTY_NAME_EQUIVALENCE_MODE - Static variable in class kieker.tools.trace.analysis.filter.traceFilter.TraceEquivalenceClassFilter
Deprecated.
This is the name of the property determining the equivalence mode.
CONFIG_PROPERTY_NAME_IGNORE_INVALID_TRACES - Static variable in class kieker.tools.trace.analysis.filter.traceReconstruction.TraceReconstructionFilter
Deprecated.
This is the name of the property determining whether to ignore invalid traces or not.
CONFIG_PROPERTY_NAME_INCLUDE_WEIGHTS - Static variable in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
Deprecated.
The name of the configuration determining whether to include weights or not.
CONFIG_PROPERTY_NAME_INCLUDE_WEIGHTS - Static variable in class kieker.tools.trace.analysis.filter.visualization.GraphWriterPlugin
Deprecated.
Name of the configuration property indicating that weights should be included.
CONFIG_PROPERTY_NAME_LOG_INVALID - Static variable in class kieker.tools.trace.analysis.filter.flow.EventRecordTraceCounter
Deprecated.
This is the name of the configuration determining whether to log invalid traces or not.
CONFIG_PROPERTY_NAME_MAX_THINK_TIME - Static variable in class kieker.tools.trace.analysis.filter.sessionReconstruction.SessionReconstructionFilter
Deprecated.
This is name of the configuration parameter which accepts the maximum think time (i.e.
CONFIG_PROPERTY_NAME_MAX_TRACE_DURATION - Static variable in class kieker.tools.trace.analysis.filter.traceReconstruction.TraceReconstructionFilter
Deprecated.
This is the name of the property determining the maximal duration of a trace.
CONFIG_PROPERTY_NAME_OUTPUT_FILE_NAME - Static variable in class kieker.tools.trace.analysis.filter.visualization.GraphWriterPlugin
Deprecated.
Name of the configuration property containing the output file name.
CONFIG_PROPERTY_NAME_OUTPUT_FILENAME - Static variable in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
Deprecated.
The name of the configuration determining the dot output file name.
CONFIG_PROPERTY_NAME_OUTPUT_FILENAME - Static variable in class kieker.tools.trace.analysis.filter.visualization.callTree.TraceCallTreeFilter
Deprecated.
This is the name of the property determining the output file name.
CONFIG_PROPERTY_NAME_OUTPUT_FILENAME - Static variable in class kieker.visualization.trace.call.tree.TraceCallTreeFilter
This is the name of the property determining the output file name.
CONFIG_PROPERTY_NAME_OUTPUT_FN - Static variable in class kieker.tools.trace.analysis.filter.traceWriter.ExecutionTraceWriterFilter
Deprecated.
The name of the configuration determining the output file name.
CONFIG_PROPERTY_NAME_OUTPUT_FN - Static variable in class kieker.tools.trace.analysis.filter.traceWriter.InvalidExecutionTraceWriterFilter
Deprecated.
The name of the configuration determining the output file name.
CONFIG_PROPERTY_NAME_OUTPUT_FN - Static variable in class kieker.tools.trace.analysis.filter.traceWriter.MessageTraceWriterFilter
Deprecated.
The name of the configuration determining the output file name.
CONFIG_PROPERTY_NAME_OUTPUT_FN_BASE - Static variable in class kieker.tools.trace.analysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter
Deprecated.
The name of the configuration determining the used output filename base.
CONFIG_PROPERTY_NAME_OUTPUT_PATH_NAME - Static variable in class kieker.tools.trace.analysis.filter.visualization.GraphWriterPlugin
Deprecated.
Name of the configuration property containing the output path name.
CONFIG_PROPERTY_NAME_OUTPUT_SDMODE - Static variable in class kieker.tools.trace.analysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter
Deprecated.
The name of the configuration determining the used mode.
CONFIG_PROPERTY_NAME_OUTPUT_SHORTLABES - Static variable in class kieker.tools.trace.analysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter
Deprecated.
The name of the configuration determining whether to use short labels or not.
CONFIG_PROPERTY_NAME_SELFLOOPS - Static variable in class kieker.tools.trace.analysis.filter.visualization.GraphWriterPlugin
Deprecated.
Name of the configuration property indicating that self-loops should be displayed.
CONFIG_PROPERTY_NAME_SHORT_LABELS - Static variable in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
Deprecated.
The name of the configuration determining whether to use short labels in the call tree or not.
CONFIG_PROPERTY_NAME_SHORT_LABELS - Static variable in class kieker.tools.trace.analysis.filter.visualization.callTree.TraceCallTreeFilter
Deprecated.
This is the name of the property determining whether to use short labels or not.
CONFIG_PROPERTY_NAME_SHORT_LABELS - Static variable in class kieker.visualization.trace.call.tree.TraceCallTreeFilter
This is the name of the property determining whether to use short labels or not.
CONFIG_PROPERTY_NAME_SHORTLABELS - Static variable in class kieker.tools.trace.analysis.filter.visualization.GraphWriterPlugin
Deprecated.
Name of the configuration property indicating that short labels should be used.
CONFIG_PROPERTY_NAME_TIME_RESOLUTION - Static variable in class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
Deprecated.
This is the name of the property to determine the time resolution.
CONFIG_PROPERTY_NAME_TIMEUNIT - Static variable in class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
Deprecated.
Property name for the configuration of the timeunit.
CONFIG_PROPERTY_NAME_TIMEUNIT - Static variable in class kieker.tools.trace.analysis.filter.sessionReconstruction.SessionReconstructionFilter
Deprecated.
This is the name of the property determining the used time unit.
CONFIG_PROPERTY_NAME_TIMEUNIT - Static variable in class kieker.tools.trace.analysis.filter.traceReconstruction.TraceReconstructionFilter
Deprecated.
This is the name of the property determining the used time unit.
CONFIG_PROPERTY_NAME_TRACE_COLOR_FILE_NAME - Static variable in class kieker.tools.trace.analysis.repository.TraceColorRepository
Deprecated.
Name of the configuration property that contains the file name of the trace color file.
CONFIG_PROPERTY_VALUE_INCLUDE_WEIGHTS_DEFAULT - Static variable in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
Deprecated.
The default used value determining whether to include weights or not.
CONFIG_PROPERTY_VALUE_MAX_THINK_TIME - Static variable in class kieker.tools.trace.analysis.filter.sessionReconstruction.SessionReconstructionFilter
Deprecated.
This is the default value for the maximal think time.
CONFIG_PROPERTY_VALUE_MAX_TRACE_DURATION - Static variable in class kieker.tools.trace.analysis.filter.traceReconstruction.TraceReconstructionFilter
Deprecated.
This is the default value for the maximal duration of a trace.
CONFIG_PROPERTY_VALUE_OUTPUT_FILENAME_DEFAULT - Static variable in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
Deprecated.
The default used output file name.
CONFIG_PROPERTY_VALUE_OUTPUT_FILENAME_DEFAULT - Static variable in class kieker.tools.trace.analysis.filter.visualization.callTree.TraceCallTreeFilter
Deprecated.
This is the default used output file name.
CONFIG_PROPERTY_VALUE_OUTPUT_FILENAME_DEFAULT - Static variable in class kieker.visualization.trace.call.tree.TraceCallTreeFilter
This is the default used output file name.
CONFIG_PROPERTY_VALUE_OUTPUT_FN_BASE_DEFAULT - Static variable in class kieker.tools.trace.analysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter
Deprecated.
This constant determines the default used output filename base.
CONFIG_PROPERTY_VALUE_SHORT_LABELS_DEFAULT - Static variable in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
Deprecated.
The default used value determining whether to use short labels in the call tree or not.
CONFIG_PROPERTY_VALUE_SHORT_LABELS_DEFAULT - Static variable in class kieker.tools.trace.analysis.filter.visualization.callTree.TraceCallTreeFilter
Deprecated.
This is the default value whether to use short labels or not.
CONFIG_PROPERTY_VALUE_SHORT_LABELS_DEFAULT - Static variable in class kieker.visualization.trace.call.tree.TraceCallTreeFilter
This is the default value whether to use short labels or not.
CONFIG_PROPERTY_VALUE_TIMEUNIT - Static variable in class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
Deprecated.
 
CONFIG_PROPERTY_VALUE_TIMEUNIT - Static variable in class kieker.tools.trace.analysis.filter.sessionReconstruction.SessionReconstructionFilter
Deprecated.
This is the default used time unit.
CONFIG_PROPERTY_VALUE_TIMEUNIT - Static variable in class kieker.tools.trace.analysis.filter.traceReconstruction.TraceReconstructionFilter
Deprecated.
This is the default used time unit.
CONFIG_PROPERTY_VALUE_VERBOSE - Static variable in class kieker.tools.trace.analysis.filter.AbstractTraceAnalysisFilter
Deprecated.
 
CONFIGURATION_ERROR - Static variable in class kieker.tools.common.AbstractLegacyTool
There was an configuration error.
ConfigurationParser - Class in kieker.tools.settings
Parse configuration settings and fill them into a settings object.
ConfigurationParser(String, Object) - Constructor for class kieker.tools.settings.ConfigurationParser
Setup configuration parser for the given settings object and with a configuration parameter name prefix.
CONTAINER_DEPENDENCY_GRAPH_FN_PREFIX - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
The prefix for the files of the container dependency graphs.
ContainerDependencyGraph - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
ContainerDependencyGraph - Class in kieker.visualization.trace.dependency.graph
This class represents container dependency graphs.
ContainerDependencyGraph(ExecutionContainer) - Constructor for class kieker.visualization.trace.dependency.graph.ContainerDependencyGraph
Creates a new graph with the given root entity.
ContainerDependencyGraph(ExecutionContainer) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ContainerDependencyGraph
Deprecated.
Creates a new graph with the given root entity.
ContainerDependencyGraphFilter - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
ContainerDependencyGraphFilter - Class in kieker.visualization.trace.dependency.graph
Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in".
ContainerDependencyGraphFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ContainerDependencyGraphFilter
Deprecated.
Creates a new filter using the given parameters.
ContainerDependencyGraphFilter(SystemModelRepository, TimeUnit) - Constructor for class kieker.visualization.trace.dependency.graph.ContainerDependencyGraphFilter
Creates a new filter using the given parameters.
ContainerDependencyGraphFormatter - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
ContainerDependencyGraphFormatter - Class in kieker.visualization.trace.dependency.graph
Formatter for container dependency graphs.
ContainerDependencyGraphFormatter() - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ContainerDependencyGraphFormatter
Deprecated.
Creates a new formatter.
ContainerDependencyGraphFormatter() - Constructor for class kieker.visualization.trace.dependency.graph.ContainerDependencyGraphFormatter
Creates a new formatter.
convert(String) - Method in class kieker.tools.settings.converters.CharConverter
 
convert(String) - Method in class kieker.tools.settings.converters.DateConverter
 
convert(String) - Method in class kieker.tools.settings.converters.DoubleConverter
 
convert(String) - Method in class kieker.tools.settings.converters.LongConverter
 
convert(String) - Method in class kieker.tools.settings.converters.ShortConverter
 
converter() - Method in annotation type kieker.tools.settings.Setting
 
ConvertLegacyValuesUtils - Class in kieker.tools.common
This utility class is used to support gluing old code to new infrastructure.
createAllocationComponentId(AllocationComponent) - Static method in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFormatter
Utility function to create a textual container ID for an allocation component.
createAllocationComponentId(AllocationComponent) - Static method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
Deprecated.
Utility function to create a textual container ID for an allocation component.
createAndRegisterAllocationComponentInstance(String, AssemblyComponent, ExecutionContainer) - Method in class kieker.tools.trace.analysis.systemModel.repository.AllocationRepository
 
createAndRegisterAssemblyComponentInstance(String, ComponentType) - Method in class kieker.tools.trace.analysis.systemModel.repository.AssemblyRepository
Creates a new assembly component instance and registers it as well.
createAndRegisterComponentType(String, String) - Method in class kieker.tools.trace.analysis.systemModel.repository.TypeRepository
Creates and registers a component type that has not been registered yet.
createAndRegisterExecutionContainer(String, String) - Method in class kieker.tools.trace.analysis.systemModel.repository.ExecutionEnvironmentRepository
This method creates a new execution container and registers it as well.
createAndRegisterOperation(String, ComponentType, Signature) - Method in class kieker.tools.trace.analysis.systemModel.repository.OperationRepository
 
createAssemblyComponentId(AssemblyComponent) - Static method in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFormatter
Utility function to create a textual container ID for an assembly component.
createAssemblyComponentId(AssemblyComponent) - Static method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
Deprecated.
Utility function to create a textual container ID for an assembly component.
createCluster(String, String, String, String, String, String, String, String, double, String) - Static method in class kieker.tools.trace.analysis.filter.visualization.util.dot.DotFactory
Constructs dot code for a cluster from the specified elements.
createComponentNodeLabel(DependencyGraphNode<AllocationComponent>, boolean, String) - Static method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractComponentDependencyGraphFormatter
Deprecated.
Utility function to create a label for component nodes.
createComponentNodeLabel(DependencyGraphNode<AllocationComponent>, boolean, String) - Static method in class kieker.visualization.trace.dependency.graph.AbstractComponentDependencyGraphFormatter
Utility function to create a label for component nodes.
createConnection(String, String, String, double, double) - Static method in class kieker.tools.trace.analysis.filter.visualization.util.dot.DotFactory
This method creates dot code for a connection.
createConnection(String, String, String, String, String, String) - Static method in class kieker.tools.trace.analysis.filter.visualization.util.dot.DotFactory
Creates dot code for a connection.
createConnection(String, String, String, String, String, String, String) - Static method in class kieker.tools.trace.analysis.filter.visualization.util.dot.DotFactory
Creates dot code for a connection.
createContainerId(ExecutionContainer) - Static method in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFormatter
Utility function to create a textual container ID for an execution container.
createContainerId(ExecutionContainer) - Static method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
Deprecated.
Utility function to create a textual container ID for an execution container.
createEdgeDefaults(String, String, String) - Static method in class kieker.tools.trace.analysis.filter.visualization.util.dot.DotFactory
Constructs dot code for the edge defaults.
createExecutionByEntityNames(String, String, Signature, long, String, int, int, long, long, boolean) - Method in class kieker.tools.trace.analysis.filter.AbstractTraceAnalysisFilter
Deprecated.
 
createExecutionByEntityNames(SystemModelRepository, String, String, String, Signature, long, String, int, int, long, long, boolean) - Static method in class kieker.tools.trace.analysis.filter.AbstractTraceAnalysisFilter
Deprecated.
 
createExecutionByEntityNames(SystemModelRepository, String, String, Signature, long, String, int, int, long, long, boolean) - Static method in class kieker.tools.trace.analysis.filter.AbstractTraceAnalysisFilter
Deprecated.
 
createExecutionTraceComparator() - Static method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Deprecated.
Returns an instance of the Comparator used by the internal TreeSet to compare Executions.
createFormattedOutput() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ResponseTimeDecoration
Deprecated.
 
createFormattedOutput() - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractVertexDecoration
Creates formatted output for this decoration.
createFormattedOutput() - Method in class kieker.visualization.trace.dependency.graph.ResponseTimeDecoration
 
createFormattedRepresentation(AbstractGraph<?, ?, ?>, boolean, boolean, boolean) - Method in class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFormatter
Creates a formatted representation of the given graph.
createFromConfiguration(Class<T>, Configuration, String, String) - Static method in class kieker.tools.common.ParameterEvaluationUtils
Instantiate on object from a property.
createFromFile(String, IProjectContext) - Static method in class kieker.tools.trace.analysis.repository.DescriptionRepository
Deprecated.
Initializes a new description repository from the given file.
createFromFile(String, IProjectContext) - Static method in class kieker.tools.trace.analysis.repository.TraceColorRepository
Deprecated.
Initializes a trace color repository from a given file.
createFromName(String) - Static method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractNodeDecorator
Deprecated.
Creates a node decorator from its option name.
createFromName(String) - Static method in class kieker.visualization.trace.dependency.graph.AbstractNodeDecorator
Creates a node decorator from its option name.
createHeader(String, String, String, String, double) - Static method in class kieker.tools.trace.analysis.filter.visualization.util.dot.DotFactory
This method constructs the neccesary dot code for a directed graph (digraph) file header (Should be called only once per dot file).
createInstance() - Static method in class kieker.tools.trace.analysis.filter.visualization.graph.CompleteOriginRetentionPolicy
Factory method for the complete origin retention policy.
createInstance() - Static method in class kieker.tools.trace.analysis.filter.visualization.graph.NoOriginRetentionPolicy
Factory method for the no-origin-retention policy.
createInstance(Set<?>) - Static method in class kieker.tools.trace.analysis.filter.visualization.graph.SpecificOriginRetentionPolicy
Factory method for the specific origin retention policy.
createNode(String, String, String, String, String, String, String, String, double, String, String, String) - Static method in class kieker.tools.trace.analysis.filter.visualization.util.dot.DotFactory
Constructs dot code for a node from the specified elements.
createNodeDefaults(String, String, String, String, String, double, String) - Static method in class kieker.tools.trace.analysis.filter.visualization.util.dot.DotFactory
This method constructs the necessary dot code for the node defaults.
createNodeId(int) - Static method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
Deprecated.
Utility function to create a textual node ID from a given numeric node ID.
createNodeId(int) - Static method in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFormatter
Utility function to create a textual node ID from a given numeric node ID.
createNodeId(DependencyGraphNode<?>) - Static method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
Deprecated.
Utility function to create a textual node ID for a given node.
createNodeId(DependencyGraphNode<?>) - Static method in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFormatter
Utility function to create a textual node ID for a given node.
createOperationNodeId(Operation) - Static method in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFormatter
Utility function to create a textual node ID for an operation.
createOperationNodeId(Operation) - Static method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
Deprecated.
Utility function to create a textual node ID for an operation.
createOperationNodeLabel(Operation, DependencyGraphNode<?>) - Method in class kieker.visualization.trace.dependency.graph.AbstractOperationDependencyGraphFormatter
 
createOperationNodeLabel(Operation, DependencyGraphNode<?>) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractOperationDependencyGraphFormatter
Deprecated.
 
createPair(SynchronousCallMessage) - Method in interface kieker.visualization.trace.call.tree.AbstractCallTreeFilter.IPairFactory
This method creates an actual pair using the given call message.
createPair(SynchronousCallMessage) - Method in interface kieker.tools.trace.analysis.filter.visualization.callTree.AbstractCallTreeFilter.IPairFactory
Deprecated.
This method creates an actual pair using the given call message.
createSourceCompositeStage(Configuration) - Static method in class kieker.tools.source.SourceStageFactory
Create a source stage based on the given configuration.
createTeetimeConfiguration() - Method in class kieker.tools.common.AbstractEmbeddableService
Create and initialize teetime configuration for a service.
createTeetimeConfiguration() - Method in class kieker.tools.common.AbstractService
Create and initialize teetime configuration for a service.
createURL(String, String) - Static method in class kieker.tools.common.ParameterEvaluationUtils
Create an URL from a given string.
CurrentTimeEventGenerationFilter - Class in kieker.tools.currentTimeEventGenerator
Deprecated.
1.15 ported to teetime
CurrentTimeEventGenerationFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
Deprecated.
Creates an event generator which generates time events with the given resolution in timeunits via the output port CurrentTimeEventGenerationFilter.OUTPUT_PORT_NAME_CURRENT_TIME_RECORD.

D

DATA_BUFFER_SIZE - Static variable in class kieker.tools.source.LogsReaderCompositeStage
 
DATE_FORMAT_PATTERN - Static variable in class kieker.tools.settings.converters.DateConverter
The format pattern which is used to print the date.
DateConverter - Class in kieker.tools.settings.converters
Converts parameter string representing a date value to timestamp.
DateConverter(String) - Constructor for class kieker.tools.settings.converters.DateConverter
Create a date converter.
DEFAULT_EQUIVALENCE_MODE - Static variable in class kieker.tools.trace.analysis.filter.traceFilter.TraceEquivalenceClassFilter
Deprecated.
This constant determines the default equivalence mode (the default value is disabled).
DEFAULT_SESSION_ID - Static variable in class kieker.tools.trace.analysis.systemModel.AbstractTrace
Deprecated.
Default value for the session ID.
DependencyGraphNode<T extends ISystemModelElement> - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
DependencyGraphNode<T extends kieker.model.system.model.ISystemModelElement> - Class in kieker.visualization.trace.dependency.graph
This class represents a single node within a dependency graph.
DependencyGraphNode(int, T, TraceInformation, IOriginRetentionPolicy) - Constructor for class kieker.visualization.trace.dependency.graph.DependencyGraphNode
Creates a new instance of this class using the given parameters.
DependencyGraphNode(int, T, TraceInformation, IOriginRetentionPolicy) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
Deprecated.
Creates a new instance of this class using the given parameters.
dependsOn(IOriginRetentionPolicy) - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractOriginRetentionPolicy
Checks whether this origin retention policy depends on the given policy.
dependsOn(IOriginRetentionPolicy) - Method in interface kieker.tools.trace.analysis.filter.visualization.graph.IOriginRetentionPolicy
Checks whether this origin retention policy depends on the given policy.
dependsOn(IOriginRetentionPolicy) - Method in class kieker.tools.trace.analysis.filter.visualization.graph.SpecificOriginRetentionPolicy
 
DESCRIPTION_REPOSITORY_PORT_NAME - Static variable in class kieker.tools.trace.analysis.filter.visualization.descriptions.DescriptionDecoratorFilter
Deprecated.
Port name at which the description repository must be connected.
DESCRIPTION_REPOSITORY_PORT_NAME - Static variable in class kieker.visualization.trace.descriptions.DescriptionDecoratorFilter
Port name at which the description repository must be connected.
DescriptionDecoratorFilter<V extends AbstractPayloadedVertex<V,​E,​O,​ISystemModelElement>,​E extends AbstractEdge<V,​E,​O>,​O> - Class in kieker.tools.trace.analysis.filter.visualization.descriptions
Deprecated.
1.15 ported to teetime
DescriptionDecoratorFilter<V extends AbstractPayloadedVertex<V,​E,​O,​kieker.model.system.model.ISystemModelElement>,​E extends AbstractEdge<V,​E,​O>,​O> - Class in kieker.visualization.trace.descriptions
A filter which attaches decorations from a repository to graph entities.
DescriptionDecoratorFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.visualization.descriptions.DescriptionDecoratorFilter
Deprecated.
Creates a new description decorator filter using the given configuration.
DescriptionDecoratorFilter(DescriptionRepository) - Constructor for class kieker.visualization.trace.descriptions.DescriptionDecoratorFilter
Creates a new description decorator filter using the given configuration.
DescriptionRepository - Class in kieker.tools.trace.analysis.repository
Deprecated.
since 2.0.0
DescriptionRepository(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.repository.DescriptionRepository
Deprecated.
Creates a new description repository using the given configuration.
DescriptionRepository(Configuration, DescriptionRepository.DescriptionRepositoryData, IProjectContext) - Constructor for class kieker.tools.trace.analysis.repository.DescriptionRepository
Deprecated.
Creates a new description repository using the given data.
DescriptionRepository.DescriptionRepositoryData - Class in kieker.tools.trace.analysis.repository
Deprecated.
This class groups the data required for a DescriptionRepository.
DescriptionRepositoryData(ConcurrentMap<String, String>) - Constructor for class kieker.tools.trace.analysis.repository.DescriptionRepository.DescriptionRepositoryData
Deprecated.
Creates a new data object using the given description map.
DirectoryReadValidator - Class in kieker.tools.settings.validators
Validate whether the given directory file handle exists and is a directory.
DirectoryReadValidator() - Constructor for class kieker.tools.settings.validators.DirectoryReadValidator
 
DISABLED - kieker.tools.trace.analysis.filter.traceFilter.TraceEquivalenceClassFilter.TraceEquivalenceClassModes
Deprecated.
Disabled equivalence mode
DOT_ARROWHEAD_OPEN - Static variable in class kieker.tools.trace.analysis.filter.visualization.util.dot.DotFactory
Determines to use an open arrow head for an edge.
DOT_DEFAULT_FONTSIZE - Static variable in class kieker.tools.trace.analysis.filter.visualization.util.dot.DotFactory
Determines the default font size.
DOT_DOT_RANKDIR_LR - Static variable in class kieker.tools.trace.analysis.filter.visualization.util.dot.DotFactory
Determines to use the rank direction left to right .
DOT_FILE_SUFFIX - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
The suffix for dot files.
DOT_FILLCOLOR_GRAY - Static variable in class kieker.tools.trace.analysis.filter.visualization.util.dot.DotFactory
A constant for the color "gray".
DOT_FILLCOLOR_WHITE - Static variable in class kieker.tools.trace.analysis.filter.visualization.util.dot.DotFactory
A constant for the color "white".
DOT_SHAPE_BOX - Static variable in class kieker.tools.trace.analysis.filter.visualization.util.dot.DotFactory
Determines to use the "box" shape.
DOT_SHAPE_BOX3D - Static variable in class kieker.tools.trace.analysis.filter.visualization.util.dot.DotFactory
Determines to use the "3D box" shape.
DOT_SHAPE_NONE - Static variable in class kieker.tools.trace.analysis.filter.visualization.util.dot.DotFactory
Determines to use no shape at all.
DOT_SHAPE_OVAL - Static variable in class kieker.tools.trace.analysis.filter.visualization.util.dot.DotFactory
Determines to use the "oval" shape.
DOT_STYLE_DASHED - Static variable in class kieker.tools.trace.analysis.filter.visualization.util.dot.DotFactory
Determines to use the "dashed" style for a line or a frame.
DOT_STYLE_FILLED - Static variable in class kieker.tools.trace.analysis.filter.visualization.util.dot.DotFactory
Determines to the use the "filled" style for a component.
DOT_STYLE_SOLID - Static variable in class kieker.tools.trace.analysis.filter.visualization.util.dot.DotFactory
Determines to use the "solid" style for a line or a frame.
DotFactory - Class in kieker.tools.trace.analysis.filter.visualization.util.dot
This class provides a collection of static methods to compile Graphviz Dot elements from string attributes and properties.
DoubleConverter - Class in kieker.tools.settings.converters
Convert string to long value.
DoubleConverter(String) - Constructor for class kieker.tools.settings.converters.DoubleConverter
 

E

equals(Object) - Method in class kieker.tools.trace.analysis.filter.visualization.graph.Color
 
equals(Object) - Method in class kieker.tools.trace.analysis.systemModel.AbstractMessage
Deprecated.
 
equals(Object) - Method in class kieker.tools.trace.analysis.systemModel.AbstractTrace
Deprecated.
 
equals(Object) - Method in class kieker.tools.trace.analysis.systemModel.AllocationComponent
Deprecated.
 
equals(Object) - Method in class kieker.tools.trace.analysis.systemModel.AssemblyComponent
Deprecated.
 
equals(Object) - Method in class kieker.tools.trace.analysis.systemModel.ComponentType
Deprecated.
 
equals(Object) - Method in class kieker.tools.trace.analysis.systemModel.Execution
Deprecated.
Compares this Execution with the given object with respect to type and fields.
equals(Object) - Method in class kieker.tools.trace.analysis.systemModel.ExecutionContainer
Deprecated.
 
equals(Object) - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Deprecated.
Returns whether this Execution Trace and the passed Object are equal.
equals(Object) - Method in class kieker.tools.trace.analysis.systemModel.InvalidExecutionTrace
Deprecated.
 
equals(Object) - Method in class kieker.tools.trace.analysis.systemModel.MessageTrace
Deprecated.
 
equals(Object) - Method in class kieker.tools.trace.analysis.systemModel.Operation
Deprecated.
Two Operation objects are equal if their ids are equal.
equals(Object) - Method in class kieker.tools.trace.analysis.systemModel.SynchronousCallMessage
Deprecated.
 
equals(Object) - Method in class kieker.tools.trace.analysis.systemModel.SynchronousReplyMessage
Deprecated.
 
equals(Object) - Method in class kieker.tools.trace.analysis.systemModel.TraceInformation
Deprecated.
 
EventRecordTraceCounter - Class in kieker.tools.trace.analysis.filter.flow
Deprecated.
1.15 ported to teetime
EventRecordTraceCounter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.flow.EventRecordTraceCounter
Deprecated.
Creates a new instance of this class using the given parameters.
EXECEVENTRACESFROMEVENTTRACES_COMPONENT_NAME - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
The name of the component for the trace reconstruction of event records.
execute(JCommander, String) - Method in class kieker.tools.common.AbstractLegacyTool
Execute the core part of a tool or service.
execute(JCommander, String) - Method in class kieker.tools.common.AbstractService
Execute the tool.
execute(G) - Method in class kieker.visualization.trace.AbstractGraphFilter
Processes the given graph.
execute(MessageTrace) - Method in class kieker.visualization.trace.call.tree.AbstractAggregatedCallTreeFilter
 
execute(MessageTrace) - Method in class kieker.visualization.trace.call.tree.TraceCallTreeFilter
 
execute(MessageTrace) - Method in class kieker.visualization.trace.dependency.graph.ComponentDependencyGraphAllocationFilter
execute(MessageTrace) - Method in class kieker.visualization.trace.dependency.graph.ComponentDependencyGraphAssemblyFilter
execute(MessageTrace) - Method in class kieker.visualization.trace.dependency.graph.ContainerDependencyGraphFilter
execute(MessageTrace) - Method in class kieker.visualization.trace.dependency.graph.OperationDependencyGraphAllocationFilter
 
execute(MessageTrace) - Method in class kieker.visualization.trace.dependency.graph.OperationDependencyGraphAssemblyFilter
 
execute(MessageTrace) - Method in class kieker.visualization.trace.SequenceDiagramFilter
 
execute(AbstractGraph<?, ?, ?>) - Method in class kieker.visualization.trace.GraphWriterPlugin
Formats a given graph and saves the generated specification to disk.
Execution - Class in kieker.tools.trace.analysis.systemModel
Deprecated.
1.15 moved to kieker-model
Execution(Operation, AllocationComponent, long, int, int, long, long, boolean) - Constructor for class kieker.tools.trace.analysis.systemModel.Execution
Deprecated.
Creates a new Execution instance.
Execution(Operation, AllocationComponent, long, String, int, int, long, long, boolean) - Constructor for class kieker.tools.trace.analysis.systemModel.Execution
Deprecated.
Creates a new Execution instance.
ExecutionContainer - Class in kieker.tools.trace.analysis.systemModel
Deprecated.
1.15 moved to kieker-model
ExecutionContainer(int, ExecutionContainer, String) - Constructor for class kieker.tools.trace.analysis.systemModel.ExecutionContainer
Deprecated.
Creates a new instance of this class using the given parameters.
ExecutionEnvironmentRepository - Class in kieker.tools.trace.analysis.systemModel.repository
 
ExecutionEnvironmentRepository(SystemModelRepository) - Constructor for class kieker.tools.trace.analysis.systemModel.repository.ExecutionEnvironmentRepository
Creates a new instance of this class using the given parameters.
ExecutionRecordTransformationFilter - Class in kieker.tools.trace.analysis.filter.executionRecordTransformation
Deprecated.
1.15 ported to teetime
ExecutionRecordTransformationFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.executionRecordTransformation.ExecutionRecordTransformationFilter
Deprecated.
Creates a new instance of this class using the given parameters.
ExecutionTrace - Class in kieker.tools.trace.analysis.systemModel
Deprecated.
1.15 moved to kieker-model
ExecutionTrace(long) - Constructor for class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Deprecated.
Creates a new instance of this class using the given parameters.
ExecutionTrace(long, String) - Constructor for class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Deprecated.
Creates a new instance of this class using the given parameters.
ExecutionTraceBasedSession - Class in kieker.tools.trace.analysis.systemModel
Deprecated.
1.15 moved to kieker-model
ExecutionTraceBasedSession(String) - Constructor for class kieker.tools.trace.analysis.systemModel.ExecutionTraceBasedSession
Deprecated.
Creates a new execution trace-based session with the given session ID.
ExecutionTraceWriterFilter - Class in kieker.tools.trace.analysis.filter.traceWriter
Deprecated.
1.15 ported to teetime
ExecutionTraceWriterFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.traceWriter.ExecutionTraceWriterFilter
Deprecated.
Creates a new instance of this class using the given parameters.

F

fileListToStringArray(List<File>) - Static method in class kieker.tools.common.ConvertLegacyValuesUtils
JCommander and modern service infrastructure passes file properties as files, but old filters expect them as strings.
formatDecorations(StringBuilder, AbstractVertex<?, ?, ?>) - Static method in class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFormatter
Utility function to format the decorations attached to a vertex.
formatDependencyGraph(G, boolean, boolean, boolean) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
Deprecated.
The inheriting classes should implement this method to encapsulate the concrete graph formatting.
formatDependencyGraph(G, boolean, boolean, boolean) - Method in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFormatter
The inheriting classes should implement this method to encapsulate the concrete graph formatting.
formatDependencyGraph(ComponentAllocationDependencyGraph, boolean, boolean, boolean) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ComponentAllocationDependencyGraphFormatter
Deprecated.
 
formatDependencyGraph(ComponentAssemblyDependencyGraph, boolean, boolean, boolean) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ComponentAssemblyDependencyGraphFormatter
Deprecated.
 
formatDependencyGraph(ContainerDependencyGraph, boolean, boolean, boolean) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ContainerDependencyGraphFormatter
Deprecated.
 
formatDependencyGraph(OperationAllocationDependencyGraph, boolean, boolean, boolean) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.OperationAllocationDependencyGraphFormatter
Deprecated.
 
formatDependencyGraph(OperationAssemblyDependencyGraph, boolean, boolean, boolean) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.OperationAssemblyDependencyGraphFormatter
Deprecated.
 
formatDependencyGraph(ComponentAllocationDependencyGraph, boolean, boolean, boolean) - Method in class kieker.visualization.trace.dependency.graph.ComponentAllocationDependencyGraphFormatter
 
formatDependencyGraph(ComponentAssemblyDependencyGraph, boolean, boolean, boolean) - Method in class kieker.visualization.trace.dependency.graph.ComponentAssemblyDependencyGraphFormatter
 
formatDependencyGraph(ContainerDependencyGraph, boolean, boolean, boolean) - Method in class kieker.visualization.trace.dependency.graph.ContainerDependencyGraphFormatter
 
formatDependencyGraph(OperationAllocationDependencyGraph, boolean, boolean, boolean) - Method in class kieker.visualization.trace.dependency.graph.OperationAllocationDependencyGraphFormatter
 
formatDependencyGraph(OperationAssemblyDependencyGraph, boolean, boolean, boolean) - Method in class kieker.visualization.trace.dependency.graph.OperationAssemblyDependencyGraphFormatter
 
formatGraph(G, boolean, boolean, boolean) - Method in class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFormatter
This method encapsulates the concrete graph formatting.
formatGraph(G, boolean, boolean, boolean) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
Deprecated.
 
formatGraph(G, boolean, boolean, boolean) - Method in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFormatter
 

G

getAllocationComponent() - Method in class kieker.tools.trace.analysis.systemModel.Execution
Deprecated.
 
getAllocationComponent() - Method in class kieker.tools.trace.analysis.systemModel.util.AllocationComponentOperationPair
 
getAllocationComponentInstances() - Method in class kieker.tools.trace.analysis.systemModel.repository.AllocationRepository
 
getAllocationFactory() - Method in class kieker.tools.trace.analysis.systemModel.repository.SystemModelRepository
Deprecated.
 
getAllocationPairFactory() - Method in class kieker.tools.trace.analysis.systemModel.repository.SystemModelRepository
Deprecated.
 
getAndIncrementNextId() - Method in class kieker.tools.trace.analysis.systemModel.repository.AbstractSystemSubRepository
This method delivers the next ID and increments the ID counter atomically.
getAssemblyComponent() - Method in class kieker.tools.trace.analysis.systemModel.AllocationComponent
Deprecated.
 
getAssemblyComponent() - Method in class kieker.tools.trace.analysis.systemModel.util.AssemblyComponentOperationPair
 
getAssemblyComponentInstances() - Method in class kieker.tools.trace.analysis.systemModel.repository.AssemblyRepository
Delivers all available assembly component instances.
getAssemblyFactory() - Method in class kieker.tools.trace.analysis.systemModel.repository.SystemModelRepository
Deprecated.
 
getAssemblyPairFactory() - Method in class kieker.tools.trace.analysis.systemModel.repository.SystemModelRepository
Deprecated.
 
getAssumedIncomingDependencies() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
Deprecated.
 
getAssumedIncomingDependencies() - Method in class kieker.visualization.trace.dependency.graph.DependencyGraphNode
 
getAssumedOutgoingDependencies() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
Deprecated.
 
getAssumedOutgoingDependencies() - Method in class kieker.visualization.trace.dependency.graph.DependencyGraphNode
 
getAverageResponseTime() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ResponseTimeDecoration
Deprecated.
Returns the average response time (in ms) registered by this decoration.
getAverageResponseTime() - Method in class kieker.visualization.trace.dependency.graph.ResponseTimeDecoration
Returns the average response time (in ms) registered by this decoration.
getChildContainers() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionContainer
Deprecated.
Delivers a collection containing the added child containers.
getChildEdges() - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractCallTreeNode
Deprecated.
Delivers the child edges.
getChildEdges() - Method in class kieker.visualization.trace.call.tree.AbstractCallTreeNode
Delivers the child edges.
getCollisionColor() - Method in class kieker.tools.trace.analysis.repository.TraceColorRepository
Deprecated.
Returns the color to use for elements for which no unique color can be determined.
getColor() - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractGraphElement
Returns this graph element's color.
getColorMap() - Method in class kieker.tools.trace.analysis.repository.TraceColorRepository
Deprecated.
Returns the color map stored in this repository.
getComponentType() - Method in class kieker.tools.trace.analysis.systemModel.Operation
Deprecated.
Delivers the component type of the operation.
getComponentTypes() - Method in class kieker.tools.trace.analysis.systemModel.repository.TypeRepository
Returns a collection of all registered component types.
getConfigurationName() - Method in class kieker.tools.trace.analysis.filter.AbstractGraphProducingFilter
Deprecated.
Returns this filter's configuration name.
getConfigurationName() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ComponentDependencyGraphAllocationFilter
Deprecated.
Returns this filter's configuration name.
getConfigurationName() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ComponentDependencyGraphAssemblyFilter
Deprecated.
Returns this filter's configuration name.
getConfigurationName() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ContainerDependencyGraphFilter
Deprecated.
Returns this filter's configuration name.
getConfigurationName() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.OperationDependencyGraphAllocationFilter
Deprecated.
Returns this filter's configuration name.
getConfigurationName() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.OperationDependencyGraphAssemblyFilter
Deprecated.
Returns this filter's configuration name.
getConfigurationPath() - Method in class kieker.tools.common.AbstractLegacyTool
Method returning the configuration file handle.
getContainedTraces() - Method in class kieker.tools.trace.analysis.systemModel.AbstractSession
Deprecated.
 
getCurrentConfiguration() - Method in class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
Deprecated.
getCurrentConfiguration() - Method in class kieker.tools.trace.analysis.filter.AbstractTraceAnalysisFilter
Deprecated.
 
getCurrentConfiguration() - Method in class kieker.tools.trace.analysis.filter.flow.EventRecordTraceCounter
Deprecated.
 
getCurrentConfiguration() - Method in class kieker.tools.trace.analysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
Deprecated.
getCurrentConfiguration() - Method in class kieker.tools.trace.analysis.filter.sessionReconstruction.SessionReconstructionFilter
Deprecated.
getCurrentConfiguration() - Method in class kieker.tools.trace.analysis.filter.traceFilter.TraceEquivalenceClassFilter
Deprecated.
getCurrentConfiguration() - Method in class kieker.tools.trace.analysis.filter.traceReconstruction.TraceReconstructionFilter
Deprecated.
getCurrentConfiguration() - Method in class kieker.tools.trace.analysis.filter.traceWriter.ExecutionTraceWriterFilter
Deprecated.
getCurrentConfiguration() - Method in class kieker.tools.trace.analysis.filter.traceWriter.InvalidExecutionTraceWriterFilter
Deprecated.
getCurrentConfiguration() - Method in class kieker.tools.trace.analysis.filter.traceWriter.MessageTraceWriterFilter
Deprecated.
getCurrentConfiguration() - Method in class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFilter
Deprecated.
 
getCurrentConfiguration() - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
Deprecated.
getCurrentConfiguration() - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.TraceCallTreeFilter
Deprecated.
getCurrentConfiguration() - Method in class kieker.tools.trace.analysis.filter.visualization.GraphWriterPlugin
Deprecated.
getCurrentConfiguration() - Method in class kieker.tools.trace.analysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter
Deprecated.
 
getCurrentConfiguration() - Method in class kieker.tools.trace.analysis.repository.DescriptionRepository
Deprecated.
getCurrentConfiguration() - Method in class kieker.tools.trace.analysis.repository.TraceColorRepository
Deprecated.
getCurrentConfiguration() - Method in class kieker.tools.trace.analysis.systemModel.repository.SystemModelRepository
Deprecated.
 
getDecoration(Class<DecorationT>) - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractVertex
Returns the decoration of this vertex of the given type.
getDecorations() - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractVertex
Returns all decorations of this vertex.
getDefaultColor() - Method in class kieker.tools.trace.analysis.repository.TraceColorRepository
Deprecated.
Returns the color to use for elements which are not defined in the color map.
getDefaultFileName() - Method in class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFormatter
Returns the default file name suggested by this formatter.
getDefaultFileName() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ComponentAllocationDependencyGraphFormatter
Deprecated.
 
getDefaultFileName() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ComponentAssemblyDependencyGraphFormatter
Deprecated.
 
getDefaultFileName() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ContainerDependencyGraphFormatter
Deprecated.
 
getDefaultFileName() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.OperationAllocationDependencyGraphFormatter
Deprecated.
 
getDefaultFileName() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.OperationAssemblyDependencyGraphFormatter
Deprecated.
 
getDefaultFileName() - Method in class kieker.visualization.trace.dependency.graph.ComponentAllocationDependencyGraphFormatter
 
getDefaultFileName() - Method in class kieker.visualization.trace.dependency.graph.ComponentAssemblyDependencyGraphFormatter
 
getDefaultFileName() - Method in class kieker.visualization.trace.dependency.graph.ContainerDependencyGraphFormatter
 
getDefaultFileName() - Method in class kieker.visualization.trace.dependency.graph.OperationAllocationDependencyGraphFormatter
 
getDefaultFileName() - Method in class kieker.visualization.trace.dependency.graph.OperationAssemblyDependencyGraphFormatter
 
getDescription() - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractGraphElement
Returns this graph element's description.
getDescriptionMap() - Method in class kieker.tools.trace.analysis.repository.DescriptionRepository
Deprecated.
Returns the description map (node id -> description) contained in this repository.
getDesiredOriginRetentionPolicy() - Method in class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFilter
Deprecated.
 
getDesiredOriginRetentionPolicy() - Method in class kieker.tools.trace.analysis.filter.visualization.descriptions.DescriptionDecoratorFilter
Deprecated.
 
getDesiredOriginRetentionPolicy() - Method in class kieker.tools.trace.analysis.filter.visualization.traceColoring.TraceColoringFilter
Deprecated.
getDesiredOriginRetentionPolicy() - Method in class kieker.visualization.trace.AbstractGraphFilter
 
getDesiredOriginRetentionPolicy() - Method in class kieker.visualization.trace.descriptions.DescriptionDecoratorFilter
 
getDesiredOriginRetentionPolicy() - Method in class kieker.visualization.trace.TraceColoringFilter
getDotRepresentation(Color) - Static method in class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFormatter
Returns the dot (graphviz) representation of the given color.
getDuration() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Deprecated.
Returns the duration of this (possibly incomplete) trace.
getEndTime() - Method in class kieker.tools.trace.analysis.systemModel.AbstractSession
Deprecated.
 
getEndTimestamp() - Method in class kieker.tools.trace.analysis.systemModel.AbstractSession
Deprecated.
Returns this trace's end timestamp.
getEndTimestamp() - Method in class kieker.tools.trace.analysis.systemModel.AbstractTrace
Deprecated.
Returns this trace's end timestamp.
getEndTimestamp() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Deprecated.
 
getEndTimestamp() - Method in class kieker.tools.trace.analysis.systemModel.MessageTrace
Deprecated.
 
getEntity() - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractCallTreeNode
Deprecated.
Delivers the stored entity.
getEntity() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
Deprecated.
 
getEntity() - Method in class kieker.visualization.trace.call.tree.AbstractCallTreeNode
Delivers the stored entity.
getEntity() - Method in class kieker.visualization.trace.dependency.graph.DependencyGraphNode
 
getEoi() - Method in class kieker.tools.trace.analysis.systemModel.Execution
Deprecated.
 
getEquivalenceClassMap() - Method in class kieker.tools.trace.analysis.filter.traceFilter.TraceEquivalenceClassFilter
Deprecated.
 
getErrorCount() - Method in class kieker.tools.trace.analysis.filter.AbstractTraceProcessingFilter
Deprecated.
Delivers the number of traces which have not been processed successfully.
getErrorString(String, String) - Method in class kieker.tools.settings.converters.DateConverter
 
getEss() - Method in class kieker.tools.trace.analysis.systemModel.Execution
Deprecated.
 
getExecutionContainer() - Method in class kieker.tools.trace.analysis.systemModel.AllocationComponent
Deprecated.
 
getExecutionContainers() - Method in class kieker.tools.trace.analysis.systemModel.repository.ExecutionEnvironmentRepository
Delivers all available execution containers.
getExecutionEnvironmentFactory() - Method in class kieker.tools.trace.analysis.systemModel.repository.SystemModelRepository
Deprecated.
 
getFormattedDecorations() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
Deprecated.
 
getFormattedDecorations() - Method in class kieker.visualization.trace.dependency.graph.DependencyGraphNode
 
getFullQualifiedName() - Method in class kieker.tools.trace.analysis.systemModel.ComponentType
Deprecated.
Delivers the full qualified name of this type (the packages are separated with '.').
getGraph() - Method in class kieker.tools.trace.analysis.filter.AbstractGraphProducingFilter
Deprecated.
Delivers the graph stored in this filter.
getGraph() - Method in class kieker.visualization.trace.AbstractGraphProducingFilter
Delivers the graph stored in this filter.
getGraphInputPortName() - Method in class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFilter
Deprecated.
Returns the name of the port this filter accepts graphs on.
getGraphOutputPortName() - Method in class kieker.tools.trace.analysis.filter.AbstractGraphProducingFilter
Deprecated.
 
getGraphOutputPortName() - Method in interface kieker.tools.trace.analysis.filter.IGraphOutputtingFilter
Deprecated.
Returns the name of the port this filter uses to emit the graph.
getGraphOutputPortName() - Method in class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFilter
Deprecated.
Returns the name of the port this filter uses to emit the graph.
getId() - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractCallTreeNode
Deprecated.
 
getId() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
Deprecated.
 
getId() - Method in class kieker.tools.trace.analysis.systemModel.AllocationComponent
Deprecated.
 
getId() - Method in class kieker.tools.trace.analysis.systemModel.AssemblyComponent
Deprecated.
 
getId() - Method in class kieker.tools.trace.analysis.systemModel.ComponentType
Deprecated.
Delivers the ID of the component type.
getId() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionContainer
Deprecated.
Delivers the ID of the container.
getId() - Method in class kieker.tools.trace.analysis.systemModel.Operation
Deprecated.
Delivers the ID of the operation.
getId() - Method in class kieker.tools.trace.analysis.systemModel.util.AllocationComponentOperationPair
 
getId() - Method in class kieker.tools.trace.analysis.systemModel.util.AssemblyComponentOperationPair
 
getId() - Method in class kieker.visualization.trace.call.tree.AbstractCallTreeNode
 
getId() - Method in class kieker.visualization.trace.dependency.graph.DependencyGraphNode
 
getIdentifier() - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.TraceCallTreeNode
Deprecated.
 
getIdentifier() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
Deprecated.
 
getIdentifier() - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractEdge
 
getIdentifier() - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractGraphElement
Returns an identifier for this graph element (e.g., a label).
getIdentifier() - Method in class kieker.tools.trace.analysis.systemModel.AllocationComponent
Deprecated.
 
getIdentifier() - Method in class kieker.tools.trace.analysis.systemModel.AssemblyComponent
Deprecated.
 
getIdentifier() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionContainer
Deprecated.
Delivers the identifier (name) of this object.
getIdentifier() - Method in interface kieker.tools.trace.analysis.systemModel.ISystemModelElement
Deprecated.
Returns a textual identifier for this object (e.g., its name).
getIdentifier() - Method in class kieker.tools.trace.analysis.systemModel.util.AllocationComponentOperationPair
 
getIdentifier() - Method in class kieker.tools.trace.analysis.systemModel.util.AssemblyComponentOperationPair
 
getIdentifier() - Method in class kieker.visualization.trace.call.tree.TraceCallTreeNode
 
getIdentifier() - Method in class kieker.visualization.trace.dependency.graph.DependencyGraphNode
 
getIncomingDependencies() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
Deprecated.
 
getIncomingDependencies() - Method in class kieker.visualization.trace.dependency.graph.DependencyGraphNode
 
getInvalidExecutionTraceArtifacts() - Method in class kieker.tools.trace.analysis.systemModel.InvalidExecutionTrace
Deprecated.
Delivers the wrapped execution trace.
getInvalidExecutionTraceInputPortName() - Method in class kieker.tools.trace.analysis.filter.AbstractInvalidExecutionTraceProcessingFilter
Deprecated.
Implementing classes should return the name of the input port for the invalid executions.
getInvalidExecutionTraceInputPortName() - Method in class kieker.tools.trace.analysis.filter.traceWriter.InvalidExecutionTraceWriterFilter
Deprecated.
 
getInvalidTraces() - Method in class kieker.tools.trace.analysis.filter.traceReconstruction.TraceReconstructionFilter
Deprecated.
Returns a set of the IDs of invalid traces.
getKind() - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractOriginRetentionPolicy
 
getKind() - Method in interface kieker.tools.trace.analysis.filter.visualization.graph.IOriginRetentionPolicy
Returns the kind of this retention policy.
getLastTraceIdError() - Method in class kieker.tools.trace.analysis.filter.AbstractTraceProcessingFilter
Deprecated.
Delivers the ID of the last trace which has not been processed successfully.
getLastTraceIdSuccess() - Method in class kieker.tools.trace.analysis.filter.AbstractTraceProcessingFilter
Deprecated.
Delivers the ID of the last trace which has been processed successfully.
getLength() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Deprecated.
Returns the length of this trace in terms of the number of contained executions.
getLogger() - Static method in class kieker.tools.trace.analysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
Deprecated.
 
getMaxEoi() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Deprecated.
Returns the maximum execution order index (eoi) value within the trace.
getMaxEss() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Deprecated.
Returns the maximum execution stack size (ess) value, i.e., the maximum stack depth, within the trace.
getMaximalResponseTime() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ResponseTimeDecoration
Deprecated.
Returns the maximal response time (in ms) registered by this decoration.
getMaximalResponseTime() - Method in class kieker.visualization.trace.dependency.graph.ResponseTimeDecoration
Returns the maximal response time (in ms) registered by this decoration.
getMaxTout() - Method in class kieker.tools.trace.analysis.filter.traceReconstruction.TraceReconstructionFilter
Deprecated.
Returns the maximum tout timestamp of a processed execution.
getMaxTout() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Deprecated.
Returns the maximum timestamp value of an execution return in this trace.
getMaxTraceDuration() - Method in class kieker.tools.trace.analysis.filter.traceReconstruction.TraceReconstructionFilter
Deprecated.
Return the number of timeunits after which a pending trace is considered to have timed out.
getMinEoi() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Deprecated.
Returns the minimum execution order index (eoi) value within the trace.
getMinimalResponseTime() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ResponseTimeDecoration
Deprecated.
Returns the minimal response time (in ms) registered by this decoration.
getMinimalResponseTime() - Method in class kieker.visualization.trace.dependency.graph.ResponseTimeDecoration
Returns the minimal response time (in ms) registered by this decoration.
getMinTin() - Method in class kieker.tools.trace.analysis.filter.traceReconstruction.TraceReconstructionFilter
Deprecated.
Returns the minimum tin timestamp of a processed execution.
getMinTin() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Deprecated.
Returns the minimum timestamp of an execution start in this trace.
getName() - Method in class kieker.tools.trace.analysis.systemModel.AssemblyComponent
Deprecated.
 
getName() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionContainer
Deprecated.
Delivers the name of the container.
getNode(int) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraph
Deprecated.
Delivers the node with the given key.
getNode(int) - Method in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraph
Delivers the node with the given key.
getNodeFillColor(DependencyGraphNode<?>) - Static method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
Deprecated.
Utility function to determine the fill color to use for a given node.
getNodeFillColor(DependencyGraphNode<?>) - Static method in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFormatter
Utility function to determine the fill color to use for a given node.
getNodes() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraph
Deprecated.
Returns all nodes contained in this graph.
getNodes() - Method in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraph
Returns all nodes contained in this graph.
getOperation() - Method in class kieker.tools.trace.analysis.systemModel.Execution
Deprecated.
 
getOperation() - Method in class kieker.tools.trace.analysis.systemModel.util.AllocationComponentOperationPair
 
getOperation() - Method in class kieker.tools.trace.analysis.systemModel.util.AssemblyComponentOperationPair
 
getOperationFactory() - Method in class kieker.tools.trace.analysis.systemModel.repository.SystemModelRepository
Deprecated.
Delivering the factory managing the available operations.
getOperations() - Method in class kieker.tools.trace.analysis.systemModel.ComponentType
Deprecated.
Delivers a collection containing the available operations within this component type.
getOperations() - Method in class kieker.tools.trace.analysis.systemModel.repository.OperationRepository
Delivers a collection containing all available operations.
getOrderComparator() - Method in class kieker.tools.trace.analysis.systemModel.AbstractSession
Deprecated.
 
getOrderComparator() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTraceBasedSession
Deprecated.
 
getOrderComparator() - Method in class kieker.tools.trace.analysis.systemModel.MessageTraceBasedSession
Deprecated.
 
getOriginRetentionPolicy() - Method in class kieker.tools.trace.analysis.filter.AbstractGraphProducingFilter
Deprecated.
 
getOriginRetentionPolicy() - Method in class kieker.visualization.trace.AbstractGraphProducingFilter
 
getOrigins() - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractGraphElement
Returns the objects which caused the creation of this element.
getOutgoingDependencies() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
Deprecated.
 
getOutgoingDependencies() - Method in class kieker.visualization.trace.dependency.graph.DependencyGraphNode
 
getOutgoingEdges() - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractCallTreeNode
Deprecated.
 
getOutgoingEdges() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
Deprecated.
 
getOutgoingEdges() - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractVertex
Returns the outgoing edges of this vertex.
getOutgoingEdges() - Method in class kieker.visualization.trace.call.tree.AbstractCallTreeNode
 
getOutgoingEdges() - Method in class kieker.visualization.trace.dependency.graph.DependencyGraphNode
 
getOutputPort() - Method in class kieker.tools.source.LogsReaderCompositeStage
 
getOutputPort() - Method in class kieker.tools.source.MultipleConnectionTcpSourceCompositeStage
 
getOutputPort() - Method in class kieker.tools.source.RestServiceCompositeStage
 
getOutputPort() - Method in class kieker.visualization.trace.AbstractGraphFilter
 
getOutputPort() - Method in class kieker.visualization.trace.AbstractGraphProducingFilter
 
getPackageName() - Method in class kieker.tools.trace.analysis.systemModel.ComponentType
Deprecated.
Delivers the package name of this type.
getPairById(int) - Method in class kieker.tools.trace.analysis.systemModel.repository.AllocationComponentOperationPairFactory
Returns the instance for the passed ID; null if no instance with this ID is available.
getPairById(int) - Method in class kieker.tools.trace.analysis.systemModel.repository.AssemblyComponentOperationPairFactory
 
getPairInstanceByPair(AllocationComponent, Operation) - Method in class kieker.tools.trace.analysis.systemModel.repository.AllocationComponentOperationPairFactory
Returns a corresponding pair instance (existing or newly created).
getPairInstanceByPair(AssemblyComponent, Operation) - Method in class kieker.tools.trace.analysis.systemModel.repository.AssemblyComponentOperationPairFactory
Returns a corresponding pair instance (existing or newly created).
getPairs() - Method in class kieker.tools.trace.analysis.systemModel.repository.AllocationComponentOperationPairFactory
Delivers all available allocation-component-operation pairs.
getPairs() - Method in class kieker.tools.trace.analysis.systemModel.repository.AssemblyComponentOperationPairFactory
 
getParent() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionContainer
Deprecated.
Delivers the parent of the container.
getPayload() - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractPayloadedVertex
Returns this vertex' payload.
getReceivingExecution() - Method in class kieker.tools.trace.analysis.systemModel.AbstractMessage
Deprecated.
Delivers the object which received the message.
getRGB() - Method in class kieker.tools.trace.analysis.filter.visualization.graph.Color
Returns this color's RGB value as an int.
getRootNode() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraph
Deprecated.
Returns this graph's root node.
getRootNode() - Method in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraph
Returns this graph's root node.
getRootPair() - Method in class kieker.tools.trace.analysis.systemModel.repository.AssemblyComponentOperationPairFactory
 
getSendingExecution() - Method in class kieker.tools.trace.analysis.systemModel.AbstractMessage
Deprecated.
Delivers the object which sent the message.
getSequenceAsVector() - Method in class kieker.tools.trace.analysis.systemModel.MessageTrace
Deprecated.
Returns the message sequence contained in this trace as an (unmodifiable) list.
getSessionId() - Method in class kieker.tools.trace.analysis.systemModel.AbstractSession
Deprecated.
Returns this session's session ID.
getSessionId() - Method in class kieker.tools.trace.analysis.systemModel.AbstractTrace
Deprecated.
Delivers the ID of the session.
getSessionId() - Method in class kieker.tools.trace.analysis.systemModel.Execution
Deprecated.
Returns the sessionId and a default sessionId if no sessionId assigned.
getSessionId() - Method in class kieker.tools.trace.analysis.systemModel.TraceInformation
Deprecated.
Returns the trace's session ID, if any.
getSignature() - Method in class kieker.tools.trace.analysis.systemModel.Operation
Deprecated.
Delivers the signature of the operation.
getSource() - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractEdge
Returns the source of this edge.
getSourceWeight() - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractWeightedEdge
Return this edge's source weight.
getStartTime() - Method in class kieker.tools.trace.analysis.systemModel.AbstractSession
Deprecated.
 
getStartTimestamp() - Method in class kieker.tools.trace.analysis.systemModel.AbstractSession
Deprecated.
Returns this trace's start timestamp.
getStartTimestamp() - Method in class kieker.tools.trace.analysis.systemModel.AbstractTrace
Deprecated.
Returns this trace's start timestamp.
getStartTimestamp() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Deprecated.
 
getStartTimestamp() - Method in class kieker.tools.trace.analysis.systemModel.MessageTrace
Deprecated.
 
getStateContainedTraces() - Method in class kieker.tools.trace.analysis.systemModel.AbstractSession
Deprecated.
Returns the traces contained in this session.
getSuccessCount() - Method in class kieker.tools.trace.analysis.filter.AbstractTraceProcessingFilter
Deprecated.
Delivers the number of traces which have been processed successfully.
getSystemEntityFactory() - Method in class kieker.tools.trace.analysis.filter.AbstractTraceAnalysisFilter
Deprecated.
 
getSystemFactory() - Method in class kieker.tools.trace.analysis.systemModel.repository.AbstractSystemSubRepository
 
getTarget() - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractEdge
Returns the target of this edge.
getTargetWeight() - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractWeightedEdge
Return this edge's target weight.
getTimestamp() - Method in class kieker.tools.trace.analysis.systemModel.AbstractMessage
Deprecated.
Delivers the timestamp at which the message was created.
getTin() - Method in class kieker.tools.trace.analysis.systemModel.Execution
Deprecated.
 
getTotalCount() - Method in class kieker.tools.trace.analysis.filter.AbstractTraceProcessingFilter
Deprecated.
Delivers the total number of traces which have been processed.
getTotalResponseTime() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ResponseTimeDecoration
Deprecated.
 
getTotalResponseTime() - Method in class kieker.visualization.trace.dependency.graph.ResponseTimeDecoration
 
getTout() - Method in class kieker.tools.trace.analysis.systemModel.Execution
Deprecated.
 
getTraceAsSortedExecutionSet() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Deprecated.
Returns a sorted set (unmodifiable) of Executions in this trace.
getTraceId() - Method in class kieker.tools.trace.analysis.systemModel.AbstractTrace
Deprecated.
Returns this trace's trace ID.
getTraceId() - Method in class kieker.tools.trace.analysis.systemModel.Execution
Deprecated.
 
getTraceId() - Method in class kieker.tools.trace.analysis.systemModel.TraceInformation
Deprecated.
Returns the trace ID.
getTraceInformation() - Method in class kieker.tools.trace.analysis.systemModel.AbstractTrace
Deprecated.
Returns information about this trace.
getType() - Method in class kieker.tools.trace.analysis.systemModel.AssemblyComponent
Deprecated.
 
getTypeName() - Method in class kieker.tools.trace.analysis.systemModel.ComponentType
Deprecated.
Delivers the name of the type.
getTypeRepositoryFactory() - Method in class kieker.tools.trace.analysis.systemModel.repository.SystemModelRepository
Deprecated.
Delivering the factory managing the available component types.
getVertices() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraph
Deprecated.
 
getVertices() - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractGraph
Returns the vertices contained in this graph.
getVertices() - Method in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraph
 
getWeight() - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractWeightedEdge
Returns this edge's weight.
GraphFormattingException - Exception in kieker.tools.trace.analysis.filter.visualization.exception
Generic exception which denotes that an error has occured during graph formatting.
GraphFormattingException(String) - Constructor for exception kieker.tools.trace.analysis.filter.visualization.exception.GraphFormattingException
Creates a new exception with the given message.
GraphFormattingException(String, Throwable) - Constructor for exception kieker.tools.trace.analysis.filter.visualization.exception.GraphFormattingException
Creates a new exception with a given message and a given cause.
GraphFormattingException(Throwable) - Constructor for exception kieker.tools.trace.analysis.filter.visualization.exception.GraphFormattingException
Creates a new exception with the given cause.
GraphWriterPlugin - Class in kieker.tools.trace.analysis.filter.visualization
Deprecated.
1.15 ported to teetime
GraphWriterPlugin - Class in kieker.visualization.trace
Generic graph writer plugin to generate graph specifications and save them to disk.
GraphWriterPlugin(String, String, boolean, boolean, boolean) - Constructor for class kieker.visualization.trace.GraphWriterPlugin
Creates a new instance of this class using the given parameters.
GraphWriterPlugin(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.visualization.GraphWriterPlugin
Deprecated.
Creates a new instance of this class using the given parameters.
GRAY - Static variable in class kieker.tools.trace.analysis.filter.visualization.graph.Color
The predefined color gray.
GREEN - Static variable in class kieker.tools.trace.analysis.filter.visualization.graph.Color
The predefined color green.

H

handleOrigin(AbstractGraphElement<T>, T) - Method in class kieker.tools.trace.analysis.filter.AbstractGraphProducingFilter
Deprecated.
 
handleOrigin(AbstractGraphElement<T>, T) - Method in class kieker.tools.trace.analysis.filter.visualization.graph.CompleteOriginRetentionPolicy
 
handleOrigin(AbstractGraphElement<T>, T) - Method in interface kieker.tools.trace.analysis.filter.visualization.graph.IOriginRetentionPolicy
Handles a given origin for the given graph element.
handleOrigin(AbstractGraphElement<T>, T) - Method in class kieker.tools.trace.analysis.filter.visualization.graph.NoOriginRetentionPolicy
Handles a given origin for the given graph element.
handleOrigin(AbstractGraphElement<T>, T) - Method in class kieker.tools.trace.analysis.filter.visualization.graph.SpecificOriginRetentionPolicy
 
handleOrigin(AbstractGraphElement<T>, T) - Method in class kieker.visualization.trace.AbstractGraphProducingFilter
 
hashCode() - Method in class kieker.tools.trace.analysis.filter.visualization.graph.Color
 
hashCode() - Method in class kieker.tools.trace.analysis.systemModel.AbstractMessage
Deprecated.
 
hashCode() - Method in class kieker.tools.trace.analysis.systemModel.AbstractTrace
Deprecated.
hashCode() - Method in class kieker.tools.trace.analysis.systemModel.AllocationComponent
Deprecated.
 
hashCode() - Method in class kieker.tools.trace.analysis.systemModel.AssemblyComponent
Deprecated.
 
hashCode() - Method in class kieker.tools.trace.analysis.systemModel.ComponentType
Deprecated.
 
hashCode() - Method in class kieker.tools.trace.analysis.systemModel.Execution
Deprecated.
 
hashCode() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionContainer
Deprecated.
 
hashCode() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Deprecated.
 
hashCode() - Method in class kieker.tools.trace.analysis.systemModel.InvalidExecutionTrace
Deprecated.
 
hashCode() - Method in class kieker.tools.trace.analysis.systemModel.MessageTrace
Deprecated.
 
hashCode() - Method in class kieker.tools.trace.analysis.systemModel.Operation
Deprecated.
 
hashCode() - Method in class kieker.tools.trace.analysis.systemModel.SynchronousCallMessage
Deprecated.
 
hashCode() - Method in class kieker.tools.trace.analysis.systemModel.SynchronousReplyMessage
Deprecated.
 
hashCode() - Method in class kieker.tools.trace.analysis.systemModel.TraceInformation
Deprecated.
 
help - Variable in class kieker.tools.common.AbstractLegacyTool
true if help should be displayed.
HUMAN_READABLE_DATE_FORMAT - Static variable in class kieker.tools.settings.converters.DateConverter
Date format pattern used for information.

I

IGraphOutputtingFilter<G extends AbstractGraph<?,​?,​?>> - Interface in kieker.tools.trace.analysis.filter
Deprecated.
1.15 has no ressemblence in the teetime port
IGraphProducingFilter<G extends AbstractGraph<?,​?,​?>> - Interface in kieker.tools.trace.analysis.filter
Deprecated.
1.15 ported to teetime
IGraphProducingFilter<G extends AbstractGraph<?,​?,​?>> - Interface in kieker.visualization.trace
Interface for graph-producing filters.
includeWeights - Variable in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatterVisitor
Deprecated.
The flag determining whether to include weights or not.
includeWeights - Variable in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFormatterVisitor
The flag determining whether to include weights or not.
init() - Method in class kieker.tools.trace.analysis.filter.traceReconstruction.TraceReconstructionFilter
Deprecated.
init() - Method in class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFilter
Deprecated.
 
init() - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AggregatedAllocationComponentOperationCallTreeFilter
Deprecated.
init() - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AggregatedAssemblyComponentOperationCallTreeFilter
Deprecated.
INPUT_PORT_NAME_EVENT_TRACE - Static variable in class kieker.tools.trace.analysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
Deprecated.
This is the name of the input port receiving new trace events.
INPUT_PORT_NAME_EXECUTION_TRACE - Static variable in class kieker.tools.trace.analysis.filter.traceFilter.TraceEquivalenceClassFilter
Deprecated.
This is the name of the input port receiving new execution traces.
INPUT_PORT_NAME_EXECUTION_TRACES - Static variable in class kieker.tools.trace.analysis.filter.sessionReconstruction.SessionReconstructionFilter
Deprecated.
Name of the input port accepting execution traces.
INPUT_PORT_NAME_EXECUTION_TRACES - Static variable in class kieker.tools.trace.analysis.filter.traceWriter.ExecutionTraceWriterFilter
Deprecated.
This is the name of the input port receiving new execution traces.
INPUT_PORT_NAME_EXECUTIONS - Static variable in class kieker.tools.trace.analysis.filter.traceReconstruction.TraceReconstructionFilter
Deprecated.
This is the name of the input port receiving new executions.
INPUT_PORT_NAME_GRAPH - Static variable in class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFilter
Deprecated.
The name of the filter's graph input port.
INPUT_PORT_NAME_GRAPHS - Static variable in class kieker.tools.trace.analysis.filter.visualization.GraphWriterPlugin
Deprecated.
Name of the plugin's graph input port.
INPUT_PORT_NAME_INVALID - Static variable in class kieker.tools.trace.analysis.filter.flow.EventRecordTraceCounter
Deprecated.
This is the name of the input port receiving invalid record traces.
INPUT_PORT_NAME_INVALID_EXECUTION_TRACES - Static variable in class kieker.tools.trace.analysis.filter.traceWriter.InvalidExecutionTraceWriterFilter
Deprecated.
This is the name of the input port receiving new (invalid) execution traces.
INPUT_PORT_NAME_MESSAGE_TRACES - Static variable in class kieker.tools.trace.analysis.filter.AbstractMessageTraceProcessingFilter
Deprecated.
The name of the input port receiving the message traces.
INPUT_PORT_NAME_NEW_RECORD - Static variable in class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
Deprecated.
This is the name of the input port receiving new records.
INPUT_PORT_NAME_NEW_TIMESTAMP - Static variable in class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
Deprecated.
This is the name of the input port receiving new timestamps.
INPUT_PORT_NAME_RECORDS - Static variable in class kieker.tools.trace.analysis.filter.executionRecordTransformation.ExecutionRecordTransformationFilter
Deprecated.
This is the name of the input port receiving new operation execution records.
INPUT_PORT_NAME_VALID - Static variable in class kieker.tools.trace.analysis.filter.flow.EventRecordTraceCounter
Deprecated.
This is the name of the input port receiving valid record traces.
inputExecutions(Execution) - Method in class kieker.tools.trace.analysis.filter.traceReconstruction.TraceReconstructionFilter
Deprecated.
This method represents the input port of this filter.
inputInvalidTrace(TraceEventRecords) - Method in class kieker.tools.trace.analysis.filter.flow.EventRecordTraceCounter
Deprecated.
This method represents the input port for the invalid traces.
inputMessageTraces(MessageTrace) - Method in class kieker.tools.trace.analysis.filter.AbstractMessageTraceProcessingFilter
Deprecated.
This is the (abstract) input port for the incoming message traces.
inputMessageTraces(MessageTrace) - Method in class kieker.tools.trace.analysis.filter.traceWriter.MessageTraceWriterFilter
Deprecated.
This is the (abstract) input port for the incoming message traces.
inputMessageTraces(MessageTrace) - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
Deprecated.
 
inputMessageTraces(MessageTrace) - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.TraceCallTreeFilter
Deprecated.
 
inputMessageTraces(MessageTrace) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ComponentDependencyGraphAllocationFilter
Deprecated.
This is the (abstract) input port for the incoming message traces.
inputMessageTraces(MessageTrace) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ComponentDependencyGraphAssemblyFilter
Deprecated.
This is the (abstract) input port for the incoming message traces.
inputMessageTraces(MessageTrace) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ContainerDependencyGraphFilter
Deprecated.
This is the (abstract) input port for the incoming message traces.
inputMessageTraces(MessageTrace) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.OperationDependencyGraphAllocationFilter
Deprecated.
This is the (abstract) input port for the incoming message traces.
inputMessageTraces(MessageTrace) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.OperationDependencyGraphAssemblyFilter
Deprecated.
This is the (abstract) input port for the incoming message traces.
inputMessageTraces(MessageTrace) - Method in class kieker.tools.trace.analysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter
Deprecated.
 
inputOperationExecutionRecords(OperationExecutionRecord) - Method in class kieker.tools.trace.analysis.filter.executionRecordTransformation.ExecutionRecordTransformationFilter
Deprecated.
This method represents the input port, processing incoming operation execution records.
inputRecord(IMonitoringRecord) - Method in class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
Deprecated.
This method represents the input port for new records.
inputTimestamp(Long) - Method in class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
Deprecated.
Evaluates the given timestamp internal current time which may lead to newly generated events via CurrentTimeEventGenerationFilter.OUTPUT_PORT_NAME_CURRENT_TIME_RECORD.
inputTraceEvents(TraceEventRecords) - Method in class kieker.tools.trace.analysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
Deprecated.
This method represents the input port, processing incoming trace event records.
inputValidTrace(TraceEventRecords) - Method in class kieker.tools.trace.analysis.filter.flow.EventRecordTraceCounter
Deprecated.
This method represents the input port for the valid traces.
InvalidExecutionTrace - Class in kieker.tools.trace.analysis.systemModel
Deprecated.
1.15 moved to kieker-model
InvalidExecutionTrace(ExecutionTrace) - Constructor for class kieker.tools.trace.analysis.systemModel.InvalidExecutionTrace
Deprecated.
Creates a new instance of this class using the given parameters.
InvalidExecutionTraceWriterFilter - Class in kieker.tools.trace.analysis.filter.traceWriter
Deprecated.
1.15 ported to teetime
InvalidExecutionTraceWriterFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.traceWriter.InvalidExecutionTraceWriterFilter
Deprecated.
Creates a new instance of this class using the given parameters.
InvalidTraceException - Exception in kieker.tools.trace.analysis.filter.traceReconstruction
Deprecated.
1.15 moved to kieker-model
InvalidTraceException(String) - Constructor for exception kieker.tools.trace.analysis.filter.traceReconstruction.InvalidTraceException
Deprecated.
Creates a new instance of this class using the given parameters.
InvalidTraceException(String, Throwable) - Constructor for exception kieker.tools.trace.analysis.filter.traceReconstruction.InvalidTraceException
Deprecated.
Creates a new instance of this class using the given parameters.
invokeDecorators(AbstractMessage, DependencyGraphNode<?>, DependencyGraphNode<?>) - Method in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFilter
This is a helper method to invoke all decorators and send them a message.
invokeDecorators(AbstractMessage, DependencyGraphNode<?>, DependencyGraphNode<?>) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFilter
Deprecated.
This is a helper method to invoke all decorators and send them a message.
IOriginRetentionPolicy - Interface in kieker.tools.trace.analysis.filter.visualization.graph
Origin retention policies control the way in which origins for graph elements are kept.
isAssumed() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
Deprecated.
 
isAssumed() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.WeightedBidirectionalDependencyGraphEdge
Deprecated.
 
isAssumed() - Method in class kieker.tools.trace.analysis.systemModel.Execution
Deprecated.
 
isAssumed() - Method in class kieker.visualization.trace.dependency.graph.DependencyGraphNode
 
isAssumed() - Method in class kieker.visualization.trace.dependency.graph.WeightedBidirectionalDependencyGraphEdge
 
isCompatibleWith(IOriginRetentionPolicy) - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractOriginRetentionPolicy
Checks whether this policy is compatible (i.e.
isCompatibleWith(IOriginRetentionPolicy) - Method in interface kieker.tools.trace.analysis.filter.visualization.graph.IOriginRetentionPolicy
Checks whether this policy is compatible (i.e.
isDebug() - Method in class kieker.tools.common.BasicSettings
 
isDependencyAssumed(DependencyGraphNode<?>, DependencyGraphNode<?>) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFilter
Deprecated.
Determines whether the given edge is assumed or not.
isDependencyAssumed(DependencyGraphNode<?>, DependencyGraphNode<?>) - Method in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFilter
Determines whether the given edge is assumed or not.
isFileReadable(File, String, JCommander) - Static method in class kieker.tools.common.ParameterEvaluationUtils
Check whether a specified file is readable.
isHelp() - Method in class kieker.tools.common.BasicSettings
 
isRootComponent() - Method in class kieker.tools.trace.analysis.systemModel.AssemblyComponent
Deprecated.
Denotes whether this assembly component is a root component.
isRootComponent() - Method in class kieker.tools.trace.analysis.systemModel.RootAssemblyComponent
Deprecated.
 
isRootContainer() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionContainer
Deprecated.
Returns whether this container is a root container.
isRootContainer() - Method in class kieker.tools.trace.analysis.systemModel.RootExecutionContainer
Deprecated.
 
isRootNode() - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractCallTreeNode
Deprecated.
Tells whether the current node is a root node.
isRootNode() - Method in class kieker.visualization.trace.call.tree.AbstractCallTreeNode
Tells whether the current node is a root node.
isVerbose() - Method in class kieker.tools.common.BasicSettings
 
ISystemModelElement - Interface in kieker.tools.trace.analysis.systemModel
Deprecated.
1.15 moved to kieker-model

K

kieker.tools.common - package kieker.tools.common
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.currentTimeEventGenerator - package kieker.tools.currentTimeEventGenerator
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.settings - package kieker.tools.settings
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.settings.converters - package kieker.tools.settings.converters
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.settings.splitters - package kieker.tools.settings.splitters
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.settings.validators - package kieker.tools.settings.validators
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.source - package kieker.tools.source
 
kieker.tools.trace.analysis.filter - package kieker.tools.trace.analysis.filter
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.executionRecordTransformation - package kieker.tools.trace.analysis.filter.executionRecordTransformation
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.flow - package kieker.tools.trace.analysis.filter.flow
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.sessionReconstruction - package kieker.tools.trace.analysis.filter.sessionReconstruction
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.traceFilter - package kieker.tools.trace.analysis.filter.traceFilter
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.traceReconstruction - package kieker.tools.trace.analysis.filter.traceReconstruction
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.traceWriter - package kieker.tools.trace.analysis.filter.traceWriter
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 - package kieker.tools.trace.analysis.filter.visualization
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.callTree - package kieker.tools.trace.analysis.filter.visualization.callTree
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.dependencyGraph - package 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.descriptions - package kieker.tools.trace.analysis.filter.visualization.descriptions
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.exception - package kieker.tools.trace.analysis.filter.visualization.exception
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.graph - package kieker.tools.trace.analysis.filter.visualization.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.
kieker.tools.trace.analysis.filter.visualization.sequenceDiagram - package kieker.tools.trace.analysis.filter.visualization.sequenceDiagram
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 - package 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.filter.visualization.util.dot - package kieker.tools.trace.analysis.filter.visualization.util.dot
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.repository - package kieker.tools.trace.analysis.repository
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 - package 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.
kieker.tools.trace.analysis.systemModel.repository - package kieker.tools.trace.analysis.systemModel.repository
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.util - package kieker.tools.trace.analysis.systemModel.util
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.util - package kieker.tools.util
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 - package 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.call.tree - package kieker.visualization.trace.call.tree
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 - package 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.
kieker.visualization.trace.descriptions - package kieker.visualization.trace.descriptions
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.
kiekerConfiguration - Variable in class kieker.tools.common.AbstractLegacyTool
configuration provided as kieker configuration file.

L

listToArray(List<String>) - Static method in class kieker.tools.common.ConvertLegacyValuesUtils
Convert a list of strings into an array of strings.
loadDebugLogger() - Static method in class kieker.tools.util.ToolsUtil
 
loadDefaultLogger() - Static method in class kieker.tools.util.ToolsUtil
 
loadVerboseLogger() - Static method in class kieker.tools.util.ToolsUtil
 
LOG_DIRECTORIES - Static variable in class kieker.tools.source.LogsReaderCompositeStage
 
logError(ConfigurationException) - Method in class kieker.tools.common.AbstractEmbeddableService
Log exceptions to the UI.
logger - Variable in class kieker.tools.common.AbstractLegacyTool
logger for all tools.
LOGGER - Static variable in class kieker.tools.trace.analysis.filter.AbstractTraceAnalysisFilter
Deprecated.
 
LogsReaderCompositeStage - Class in kieker.tools.source
Read one or more Kieker log directories consecutively.
LogsReaderCompositeStage(File, boolean, Integer) - Constructor for class kieker.tools.source.LogsReaderCompositeStage
Creates a composite stage to scan and read a set of Kieker log directories.
LogsReaderCompositeStage(List<File>, boolean, Integer) - Constructor for class kieker.tools.source.LogsReaderCompositeStage
Creates a composite stage to scan and read a set of Kieker log directories.
LogsReaderCompositeStage(Configuration) - Constructor for class kieker.tools.source.LogsReaderCompositeStage
Deprecated. 
LongConverter - Class in kieker.tools.settings.converters
Convert string to long value.
LongConverter(String) - Constructor for class kieker.tools.settings.converters.LongConverter
 
lookupAllocationComponentInstanceByNamedIdentifier(String) - Method in class kieker.tools.trace.analysis.systemModel.repository.AllocationRepository
Returns the instance for the passed factoryIdentifier; null if no instance with this factoryIdentifier.
lookupAssemblyComponentById(int) - Method in class kieker.tools.trace.analysis.systemModel.repository.AssemblyRepository
Returns the instance for the passed ID; null if no instance with this ID exists.
lookupAssemblyComponentInstanceByNamedIdentifier(String) - Method in class kieker.tools.trace.analysis.systemModel.repository.AssemblyRepository
Returns the instance for the passed factoryIdentifier; null if no instance with this factoryIdentifier.
lookupComponentTypeByNamedIdentifier(String) - Method in class kieker.tools.trace.analysis.systemModel.repository.TypeRepository
Returns the instance for the passed namedIdentifier; null if no instance with this namedIdentifier.
lookupExecutionContainerByContainerId(int) - Method in class kieker.tools.trace.analysis.systemModel.repository.ExecutionEnvironmentRepository
Returns the instance for the passed container ID; null if no instance with this ID.
lookupExecutionContainerByNamedIdentifier(String) - Method in class kieker.tools.trace.analysis.systemModel.repository.ExecutionEnvironmentRepository
 
lookupOperationByNamedIdentifier(String) - Method in class kieker.tools.trace.analysis.systemModel.repository.OperationRepository
 

M

MessageTrace - Class in kieker.tools.trace.analysis.systemModel
Deprecated.
1.15 moved to kieker-model
MessageTrace(long, String, List<AbstractMessage>) - Constructor for class kieker.tools.trace.analysis.systemModel.MessageTrace
Deprecated.
Creates a new message trace from the given data.
MessageTrace(long, List<AbstractMessage>) - Constructor for class kieker.tools.trace.analysis.systemModel.MessageTrace
Deprecated.
Creates a new message trace from the given data.
MessageTraceBasedSession - Class in kieker.tools.trace.analysis.systemModel
Deprecated.
1.15 moved to kieker-model
MessageTraceBasedSession(String) - Constructor for class kieker.tools.trace.analysis.systemModel.MessageTraceBasedSession
Deprecated.
Creates a new message trace-based session with the given session ID.
MessageTraceWriterFilter - Class in kieker.tools.trace.analysis.filter.traceWriter
Deprecated.
1.15 ported to teetime
MessageTraceWriterFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.traceWriter.MessageTraceWriterFilter
Deprecated.
Creates a new instance of this class using the given parameters.
ModelFactory - Class in kieker.tools.trace.analysis.systemModel
Deprecated.
1.15 model moved to new subproject
MultipleConnectionTcpSourceCompositeStage - Class in kieker.tools.source
Multiple TCP input composite stage.
MultipleConnectionTcpSourceCompositeStage(int, int, ITraceMetadataRewriter) - Constructor for class kieker.tools.source.MultipleConnectionTcpSourceCompositeStage
Create a composite reader stage for TCP connections .
MultipleConnectionTcpSourceCompositeStage(Configuration) - Constructor for class kieker.tools.source.MultipleConnectionTcpSourceCompositeStage
Deprecated. 

N

newCall(AllocationComponentOperationPair, MessageTrace, IOriginRetentionPolicy) - Method in class kieker.visualization.trace.call.tree.TraceCallTreeNode
 
newCall(AllocationComponentOperationPair, MessageTrace, IOriginRetentionPolicy) - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.TraceCallTreeNode
Deprecated.
 
newCall(T, MessageTrace, IOriginRetentionPolicy) - Method in class kieker.visualization.trace.call.tree.AbstractCallTreeNode
 
newCall(T, MessageTrace, IOriginRetentionPolicy) - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractCallTreeNode
Deprecated.
 
newExecutionTrace(ExecutionTrace) - Method in class kieker.tools.trace.analysis.filter.traceFilter.TraceEquivalenceClassFilter
Deprecated.
This method represents the input port of this filter, processing incoming execution traces.
newExecutionTrace(ExecutionTrace) - Method in class kieker.tools.trace.analysis.filter.traceWriter.ExecutionTraceWriterFilter
Deprecated.
This method represents the input port of this filter.
newInvalidExecutionTrace(InvalidExecutionTrace) - Method in class kieker.tools.trace.analysis.filter.traceWriter.InvalidExecutionTraceWriterFilter
Deprecated.
This method represents the input port of this filter.
NO_SESSION_ID - Static variable in class kieker.tools.trace.analysis.systemModel.Execution
Deprecated.
This constant marks that an execution has no session ID.
NO_TRACE_ID - Static variable in class kieker.tools.trace.analysis.systemModel.AbstractTrace
Deprecated.
This constant can be used as an ID to show that the trace has no ID.
NoClassMapping - Class in kieker.tools.settings
Marker class in case no class mapping is used for settings.
NoClassMapping() - Constructor for class kieker.tools.settings.NoClassMapping
 
nodeLabel(AbstractCallTreeNode<?>, boolean) - Static method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractCallTreeFilter
Deprecated.
Add a node label.
nodeLabel(AbstractCallTreeNode<?>, boolean) - Static method in class kieker.visualization.trace.call.tree.AbstractCallTreeFilter
Add a node label.
NONE - kieker.tools.trace.analysis.filter.visualization.graph.OriginRetentionPolicyKind
Value to denote that no origins should be retained.
NoOriginRetentionPolicy - Class in kieker.tools.trace.analysis.filter.visualization.graph
The no-origin-retention policy represents the intention that no origins should be retained at all and corresponds to the kind OriginRetentionPolicyKind.NONE.
notifyNewIncomingConnection(String, AbstractPlugin, String) - Method in class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFilter
Deprecated.
 

O

onTerminating() - Method in class kieker.visualization.trace.call.tree.AbstractAggregatedCallTreeFilter
Saves the call tree to the dot file if error is not true.
onTerminating() - Method in class kieker.visualization.trace.dependency.graph.ComponentDependencyGraphAllocationFilter
 
onTerminating() - Method in class kieker.visualization.trace.dependency.graph.ComponentDependencyGraphAssemblyFilter
 
onTerminating() - Method in class kieker.visualization.trace.dependency.graph.ContainerDependencyGraphFilter
 
onTerminating() - Method in class kieker.visualization.trace.dependency.graph.OperationDependencyGraphAllocationFilter
 
onTerminating() - Method in class kieker.visualization.trace.dependency.graph.OperationDependencyGraphAssemblyFilter
 
Operation - Class in kieker.tools.trace.analysis.systemModel
Deprecated.
1.15 moved to kieker-model
Operation(int, ComponentType, Signature) - Constructor for class kieker.tools.trace.analysis.systemModel.Operation
Deprecated.
Creates a new instance of this class using the given parameters.
OperationAllocationDependencyGraph - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
OperationAllocationDependencyGraph - Class in kieker.visualization.trace.dependency.graph
This class represents operation dependency graphs on the allocation level.
OperationAllocationDependencyGraph(AllocationComponentOperationPair) - Constructor for class kieker.visualization.trace.dependency.graph.OperationAllocationDependencyGraph
Creates a new graph with the given root entity.
OperationAllocationDependencyGraph(AllocationComponentOperationPair) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.OperationAllocationDependencyGraph
Deprecated.
Creates a new graph with the given root entity.
OperationAllocationDependencyGraphFormatter - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
OperationAllocationDependencyGraphFormatter - Class in kieker.visualization.trace.dependency.graph
Formatter for operation dependency graphs on the allocation level (see OperationAllocationDependencyGraph).
OperationAllocationDependencyGraphFormatter() - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.OperationAllocationDependencyGraphFormatter
Deprecated.
Creates a new formatter.
OperationAllocationDependencyGraphFormatter() - Constructor for class kieker.visualization.trace.dependency.graph.OperationAllocationDependencyGraphFormatter
Creates a new formatter.
OperationAssemblyDependencyGraph - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
OperationAssemblyDependencyGraph - Class in kieker.visualization.trace.dependency.graph
This class represents operation dependency graphs on the assembly level.
OperationAssemblyDependencyGraph(AssemblyComponentOperationPair) - Constructor for class kieker.visualization.trace.dependency.graph.OperationAssemblyDependencyGraph
Creates a new graph with the given root entity.
OperationAssemblyDependencyGraph(AssemblyComponentOperationPair) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.OperationAssemblyDependencyGraph
Deprecated.
Creates a new graph with the given root entity.
OperationAssemblyDependencyGraphFormatter - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
OperationAssemblyDependencyGraphFormatter - Class in kieker.visualization.trace.dependency.graph
Formatter for operation dependency graphs on the assembly level (see OperationAssemblyDependencyGraph).
OperationAssemblyDependencyGraphFormatter() - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.OperationAssemblyDependencyGraphFormatter
Deprecated.
Creates a new formatter.
OperationAssemblyDependencyGraphFormatter() - Constructor for class kieker.visualization.trace.dependency.graph.OperationAssemblyDependencyGraphFormatter
Creates a new formatter.
OperationDependencyGraphAllocationFilter - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
ported to teetime
OperationDependencyGraphAllocationFilter - Class in kieker.visualization.trace.dependency.graph
Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in".
OperationDependencyGraphAllocationFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.OperationDependencyGraphAllocationFilter
Deprecated.
Creates a new filter using the given parameters.
OperationDependencyGraphAllocationFilter(SystemModelRepository, TimeUnit) - Constructor for class kieker.visualization.trace.dependency.graph.OperationDependencyGraphAllocationFilter
Creates a new filter using the given parameters.
OperationDependencyGraphAssemblyFilter - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
OperationDependencyGraphAssemblyFilter - Class in kieker.visualization.trace.dependency.graph
Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in".
OperationDependencyGraphAssemblyFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.OperationDependencyGraphAssemblyFilter
Deprecated.
Creates a new filter using the given parameters.
OperationDependencyGraphAssemblyFilter(SystemModelRepository, TimeUnit) - Constructor for class kieker.visualization.trace.dependency.graph.OperationDependencyGraphAssemblyFilter
Creates a new filter using the given parameters.
OperationRepository - Class in kieker.tools.trace.analysis.systemModel.repository
This is a repository in which the available operations (Operation) can be stored.
OperationRepository(SystemModelRepository) - Constructor for class kieker.tools.trace.analysis.systemModel.repository.OperationRepository
Creates a new instance of this class using the given parameters.
OriginRetentionPolicyKind - Enum in kieker.tools.trace.analysis.filter.visualization.graph
This enumeration contains origin retention policy kinds, i.e.
OUTPUT_PORT_NAME_CURRENT_TIME_RECORD - Static variable in class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
Deprecated.
This is the name of the output port delivering the timestamp records.
OUTPUT_PORT_NAME_CURRENT_TIME_VALUE - Static variable in class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
Deprecated.
This is the name of the output port delivering the timestamps.
OUTPUT_PORT_NAME_EXECUTION_TRACE - Static variable in class kieker.tools.trace.analysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
Deprecated.
This is the name of the output port delivering the execution traces.
OUTPUT_PORT_NAME_EXECUTION_TRACE - Static variable in class kieker.tools.trace.analysis.filter.traceReconstruction.TraceReconstructionFilter
Deprecated.
This is the name of the output port delivering the reconstructed execution traces.
OUTPUT_PORT_NAME_EXECUTION_TRACE_REPRESENTATIVES - Static variable in class kieker.tools.trace.analysis.filter.traceFilter.TraceEquivalenceClassFilter
Deprecated.
 
OUTPUT_PORT_NAME_EXECUTION_TRACE_SESSIONS - Static variable in class kieker.tools.trace.analysis.filter.sessionReconstruction.SessionReconstructionFilter
Deprecated.
Name of the output port dispatching execution trace-based sessions.
OUTPUT_PORT_NAME_EXECUTIONS - Static variable in class kieker.tools.trace.analysis.filter.executionRecordTransformation.ExecutionRecordTransformationFilter
Deprecated.
This is the name of the output port delivering the transformed executions.
OUTPUT_PORT_NAME_GRAPH - Static variable in interface kieker.tools.trace.analysis.filter.IGraphOutputtingFilter
Deprecated.
The default name for graph output ports.
OUTPUT_PORT_NAME_INVALID_EXECUTION_TRACE - Static variable in class kieker.tools.trace.analysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
Deprecated.
This is the name of the output port delivering invalid traces.
OUTPUT_PORT_NAME_INVALID_EXECUTION_TRACE - Static variable in class kieker.tools.trace.analysis.filter.traceReconstruction.TraceReconstructionFilter
Deprecated.
This is the name of the output port delivering the reconstructed, but invalid executions traces.
OUTPUT_PORT_NAME_MESSAGE_TRACE - Static variable in class kieker.tools.trace.analysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
Deprecated.
This is the name of the output port delivering the message traces.
OUTPUT_PORT_NAME_MESSAGE_TRACE - Static variable in class kieker.tools.trace.analysis.filter.traceReconstruction.TraceReconstructionFilter
Deprecated.
This is the name of the output port delivering the reconstructed message traces.
OUTPUT_PORT_NAME_MESSAGE_TRACE_REPRESENTATIVES - Static variable in class kieker.tools.trace.analysis.filter.traceFilter.TraceEquivalenceClassFilter
Deprecated.
 

P

PARAMETER_ERROR - Static variable in class kieker.tools.common.AbstractLegacyTool
There was a parameter error.
ParameterEvaluationUtils - Class in kieker.tools.common
Collection of command line parameter evaluation functions.
ParentPathIsDirectoryValidator - Class in kieker.tools.settings.validators
Check whether the specified path refers to a directory.
ParentPathIsDirectoryValidator() - Constructor for class kieker.tools.settings.validators.ParentPathIsDirectoryValidator
 
ParentPathIsWriteableValidator - Class in kieker.tools.settings.validators
Check whether the path is writable.
ParentPathIsWriteableValidator() - Constructor for class kieker.tools.settings.validators.ParentPathIsWriteableValidator
 
ParentPathValueValidator - Class in kieker.tools.settings.validators
Evaluate whether the parent directory of a given path exists.
ParentPathValueValidator() - Constructor for class kieker.tools.settings.validators.ParentPathValueValidator
 
parse(Configuration) - Method in class kieker.tools.settings.ConfigurationParser
 
PathIsDirectoryValidator - Class in kieker.tools.settings.validators
Check whether the specified path refers to a directory.
PathIsDirectoryValidator() - Constructor for class kieker.tools.settings.validators.PathIsDirectoryValidator
 
PathIsModelDirectoryValidator - Class in kieker.tools.settings.validators
Check whether the given directory contains a kieker model.
PathIsModelDirectoryValidator() - Constructor for class kieker.tools.settings.validators.PathIsModelDirectoryValidator
 
PathIsReadableValidator - Class in kieker.tools.settings.validators
Check whether the path is readable.
PathIsReadableValidator() - Constructor for class kieker.tools.settings.validators.PathIsReadableValidator
 
PathIsWriteableValidator - Class in kieker.tools.settings.validators
Check whether the path is writable.
PathIsWriteableValidator() - Constructor for class kieker.tools.settings.validators.PathIsWriteableValidator
 
PathParameterSplitter - Class in kieker.tools.settings.splitters
Split a parameter value using the path separator symbol.
PathParameterSplitter() - Constructor for class kieker.tools.settings.splitters.PathParameterSplitter
 
performConcreteGraphProcessing(G) - Method in class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFilter
Deprecated.
This method encapsulates the concrete graph processing performed by the concrete filters.
performConcreteGraphProcessing(G) - Method in class kieker.visualization.trace.AbstractGraphFilter
This method encapsulates the concrete graph processing performed by the concrete filters.
performConcreteGraphProcessing(AbstractGraph<V, E, TraceInformation>) - Method in class kieker.visualization.trace.TraceColoringFilter
This method encapsulates the concrete graph processing performed by the concrete filters.
performConcreteGraphProcessing(AbstractGraph<V, E, TraceInformation>) - Method in class kieker.tools.trace.analysis.filter.visualization.traceColoring.TraceColoringFilter
Deprecated.
This method encapsulates the concrete graph processing performed by the concrete filters.
performConcreteGraphProcessing(AbstractGraph<V, E, O>) - Method in class kieker.tools.trace.analysis.filter.visualization.descriptions.DescriptionDecoratorFilter
Deprecated.
 
performConcreteGraphProcessing(AbstractGraph<V, E, O>) - Method in class kieker.visualization.trace.descriptions.DescriptionDecoratorFilter
 
PLOTAGGREGATEDALLOCATIONCALLTREE_COMPONENT_NAME - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
 
PLOTAGGREGATEDASSEMBLYCALLTREE_COMPONENT_NAME - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
 
PLOTALLOCATIONCOMPONENTDEPGRAPH_COMPONENT_NAME - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
 
PLOTALLOCATIONOPERATIONDEPGRAPH_COMPONENT_NAME - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
 
PLOTALLOCATIONSEQDIAGR_COMPONENT_NAME - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
 
PLOTASSEMBLYCOMPONENTDEPGRAPH_COMPONENT_NAME - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
 
PLOTASSEMBLYOPERATIONDEPGRAPH_COMPONENT_NAME - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
 
PLOTASSEMBLYSEQDIAGR_COMPONENT_NAME - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
 
PLOTCALLTREE_COMPONENT_NAME - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
 
PLOTCONTAINERDEPGRAPH_COMPONENT_NAME - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
 
plotLoops - Variable in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatterVisitor
Deprecated.
The flag determining whether to plot loops or not.
plotLoops - Variable in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFormatterVisitor
The flag determining whether to plot loops or not.
PREFIX - Static variable in class kieker.tools.common.CommonConfigurationKeys
 
PREFIX - Static variable in class kieker.tools.source.LogsReaderCompositeStage
 
printDebugLogMessage(String[]) - Method in class kieker.tools.trace.analysis.filter.AbstractTraceAnalysisFilter
Deprecated.
Prints a debug message to the logger.
printErrorLogMessage(String[]) - Method in class kieker.tools.trace.analysis.filter.AbstractTraceAnalysisFilter
Deprecated.
 
PRINTEXECTRACE_COMPONENT_NAME - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
 
PRINTINVALIDEXECTRACE_COMPONENT_NAME - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
 
PRINTMSGTRACE_COMPONENT_NAME - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
 
printStatusMessage() - Method in class kieker.tools.trace.analysis.filter.AbstractTraceProcessingFilter
Deprecated.
Returns a user-addressed status message to be logged by the calling tool.
printStatusMessage() - Method in class kieker.tools.trace.analysis.filter.traceReconstruction.TraceReconstructionFilter
Deprecated.
 
printStatusMessage() - Method in class kieker.tools.trace.analysis.filter.traceWriter.ExecutionTraceWriterFilter
Deprecated.
 
printStatusMessage() - Method in class kieker.tools.trace.analysis.filter.traceWriter.InvalidExecutionTraceWriterFilter
Deprecated.
 
printStatusMessage() - Method in class kieker.tools.trace.analysis.filter.traceWriter.MessageTraceWriterFilter
Deprecated.
 
printStatusMessage() - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
Deprecated.
 
printStatusMessage() - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.TraceCallTreeFilter
Deprecated.
 
printStatusMessage() - Method in class kieker.tools.trace.analysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter
Deprecated.
Returns a user-addressed status message to be logged by the calling tool.
printStatusMessage() - Method in class kieker.visualization.trace.call.tree.AbstractAggregatedCallTreeFilter
 
printStatusMessage() - Method in class kieker.visualization.trace.call.tree.TraceCallTreeFilter
 
printStatusMessage() - Method in class kieker.visualization.trace.SequenceDiagramFilter
processExecutionTrace(ExecutionTrace) - Method in class kieker.tools.trace.analysis.filter.sessionReconstruction.SessionReconstructionFilter
Deprecated.
Processes an incoming execution.
processGraph(G) - Method in class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFilter
Deprecated.
Processes the given graph.
processMessage(AbstractMessage, DependencyGraphNode<?>, DependencyGraphNode<?>, TimeUnit) - Method in class kieker.visualization.trace.dependency.graph.AbstractNodeDecorator
Processes a message sent from the given source to the given target node.
processMessage(AbstractMessage, DependencyGraphNode<?>, DependencyGraphNode<?>, TimeUnit) - Method in class kieker.visualization.trace.dependency.graph.ResponseTimeColorNodeDecorator
 
processMessage(AbstractMessage, DependencyGraphNode<?>, DependencyGraphNode<?>, TimeUnit) - Method in class kieker.visualization.trace.dependency.graph.ResponseTimeNodeDecorator
 
processMessage(AbstractMessage, DependencyGraphNode<?>, DependencyGraphNode<?>, TimeUnit) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractNodeDecorator
Deprecated.
Processes a message sent from the given source to the given target node.
processMessage(AbstractMessage, DependencyGraphNode<?>, DependencyGraphNode<?>, TimeUnit) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ResponseTimeColorNodeDecorator
Deprecated.
 
processMessage(AbstractMessage, DependencyGraphNode<?>, DependencyGraphNode<?>, TimeUnit) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ResponseTimeNodeDecorator
Deprecated.
 

R

readConfiguration() - Method in class kieker.tools.common.AbstractLegacyTool
Read a configuration form a file.
ReadFileValueValidator - Class in kieker.tools.settings.validators
Evaluate whether the path exists and the file is readable.
ReadFileValueValidator() - Constructor for class kieker.tools.settings.validators.ReadFileValueValidator
 
RED - Static variable in class kieker.tools.trace.analysis.filter.visualization.graph.Color
The predefined color red.
registerExecution(Execution) - Method in class kieker.visualization.trace.dependency.graph.ResponseTimeDecoration
Registers a given execution for the decorated vertex.
registerExecution(Execution) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ResponseTimeDecoration
Deprecated.
Registers a given execution for the decorated vertex.
reportError(long) - Method in class kieker.tools.trace.analysis.filter.AbstractTraceProcessingFilter
Deprecated.
This method can be used to report a trace which has not been processed successfully.
reportSuccess(long) - Method in class kieker.tools.trace.analysis.filter.AbstractTraceProcessingFilter
Deprecated.
This method can be used to report a trace which has been processed successfully.
REPOSITORY_PORT_NAME_SYSTEM_MODEL - Static variable in class kieker.tools.trace.analysis.filter.AbstractTraceAnalysisFilter
Deprecated.
The name of the repository port for the system model repository.
requestOriginRetentionPolicy(IOriginRetentionPolicy) - Method in class kieker.tools.trace.analysis.filter.AbstractGraphProducingFilter
Deprecated.
 
requestOriginRetentionPolicy(IOriginRetentionPolicy) - Method in interface kieker.tools.trace.analysis.filter.IGraphProducingFilter
Deprecated.
Requests that the given retention policy is used by this graph producer.
requestOriginRetentionPolicy(IOriginRetentionPolicy) - Method in class kieker.visualization.trace.AbstractGraphProducingFilter
 
requestOriginRetentionPolicy(IOriginRetentionPolicy) - Method in interface kieker.visualization.trace.IGraphProducingFilter
Requests that the given retention policy is used by this graph producer.
required() - Method in annotation type kieker.tools.settings.Setting
Whether this option is required.
RESPONSE_TIME_DECORATOR_FLAG_MS - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
 
RESPONSE_TIME_DECORATOR_FLAG_NS - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
Node decorator flags.
RESPONSE_TIME_DECORATOR_FLAG_S - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
 
RESPONSE_TIME_DECORATOR_FLAG_US - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
 
ResponseTimeColorNodeDecorator - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
ResponseTimeColorNodeDecorator - Class in kieker.visualization.trace.dependency.graph
Decorator to set the color of graph nodes depending on graph nodes execution time.
ResponseTimeColorNodeDecorator(int) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ResponseTimeColorNodeDecorator
Deprecated.
Creates a new response time decorator.
ResponseTimeColorNodeDecorator(int) - Constructor for class kieker.visualization.trace.dependency.graph.ResponseTimeColorNodeDecorator
Creates a new response time decorator.
ResponseTimeDecoration - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
ResponseTimeDecoration - Class in kieker.visualization.trace.dependency.graph
Response time decoration for graph vertices.
ResponseTimeDecoration(TimeUnit, TimeUnit) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ResponseTimeDecoration
Deprecated.
Creates a new response time decoration.
ResponseTimeDecoration(TimeUnit, TimeUnit) - Constructor for class kieker.visualization.trace.dependency.graph.ResponseTimeDecoration
Creates a new response time decoration.
ResponseTimeNodeDecorator - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
ResponseTimeNodeDecorator - Class in kieker.visualization.trace.dependency.graph
Decorator to attach response time data to graph nodes.
ResponseTimeNodeDecorator(TimeUnit) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ResponseTimeNodeDecorator
Deprecated.
Creates a new response time decorator.
ResponseTimeNodeDecorator(TimeUnit) - Constructor for class kieker.visualization.trace.dependency.graph.ResponseTimeNodeDecorator
Creates a new response time decorator.
RestServiceCompositeStage - Class in kieker.tools.source
Multiple TCP input composite stage.
RestServiceCompositeStage(String, int, IAccessHandler) - Constructor for class kieker.tools.source.RestServiceCompositeStage
Create a source composite stage for rest services.
RestServiceCompositeStage(Configuration) - Constructor for class kieker.tools.source.RestServiceCompositeStage
Deprecated. 
ROOT_ALLOCATION_COMPONENT - Static variable in class kieker.tools.trace.analysis.systemModel.repository.AllocationRepository
 
ROOT_ASSEMBLY_COMPONENT - Static variable in class kieker.tools.trace.analysis.systemModel.repository.AssemblyRepository
This constant represents the root assembly component.
ROOT_COMPONENT - Static variable in class kieker.tools.trace.analysis.systemModel.repository.TypeRepository
This constant represents the root component.
ROOT_ELEMENT_ID - Static variable in class kieker.tools.trace.analysis.systemModel.repository.AbstractSystemSubRepository
This constant represents the ID of the root element.
ROOT_EXECUTION - Static variable in class kieker.tools.trace.analysis.systemModel.repository.SystemModelRepository
Deprecated.
 
ROOT_EXECUTION_CONTAINER - Static variable in class kieker.tools.trace.analysis.systemModel.repository.ExecutionEnvironmentRepository
The root execution container.
ROOT_NODE_ID - Static variable in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
Deprecated.
 
ROOT_NODE_ID - Static variable in class kieker.visualization.trace.dependency.graph.DependencyGraphNode
 
ROOT_NODE_LABEL - Static variable in class kieker.tools.trace.analysis.systemModel.ModelFactory
Deprecated.
 
ROOT_NODE_LABEL - Static variable in class kieker.tools.trace.analysis.systemModel.repository.SystemModelRepository
Deprecated.
 
ROOT_OPERATION - Static variable in class kieker.tools.trace.analysis.systemModel.repository.OperationRepository
 
ROOT_OPERATION_ID - Static variable in class kieker.tools.trace.analysis.systemModel.Operation
Deprecated.
The ID for the root operation.
ROOT_PAIR - Static variable in class kieker.tools.trace.analysis.systemModel.repository.AllocationComponentOperationPairFactory
 
ROOT_PAIR - Static variable in class kieker.tools.trace.analysis.systemModel.repository.AssemblyComponentOperationPairFactory
 
ROOT_SIGNATURE - Static variable in class kieker.tools.trace.analysis.systemModel.repository.OperationRepository
 
RootAssemblyComponent - Class in kieker.tools.trace.analysis.systemModel
Deprecated.
1.15 moved to kieker-model
RootAssemblyComponent() - Constructor for class kieker.tools.trace.analysis.systemModel.RootAssemblyComponent
Deprecated.
Creates a new root assembly component.
RootExecutionContainer - Class in kieker.tools.trace.analysis.systemModel
Deprecated.
1.15 moved to kieker-model
RootExecutionContainer() - Constructor for class kieker.tools.trace.analysis.systemModel.RootExecutionContainer
Deprecated.
Creates a new root execution container.
run() - Method in class kieker.tools.common.AbstractEmbeddableService
 
run(String, String, String[], T) - Method in class kieker.tools.common.AbstractLegacyTool
Configure and execute the evaluation tool utilizing an external configuration.
RUNTIME_ERROR - Static variable in class kieker.tools.common.AbstractLegacyTool
An runtime error happened.

S

saveSystemToHTMLFile(String) - Method in class kieker.tools.trace.analysis.systemModel.repository.SystemModelRepository
Deprecated.
Writes the contents of this system model to an HTML file.
saveTreeToDotFile() - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
Deprecated.
This method tries to convert the current tree into the specified file as a valid dot file, which can later be transformed into a visual representation by dot itself.
saveTreeToDotFile() - Method in class kieker.visualization.trace.call.tree.AbstractAggregatedCallTreeFilter
This method tries to convert the current tree into the specified file as a valid dot file, which can later be transformed into a visual representation by dot itself.
saveTreeToDotFile(AbstractCallTreeNode<?>, String, boolean, boolean, boolean) - Static method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractCallTreeFilter
Deprecated.
This method saves the given tree as valid dot code into the given file.
saveTreeToDotFile(AbstractCallTreeNode<?>, String, boolean, boolean, boolean) - Static method in class kieker.visualization.trace.call.tree.AbstractCallTreeFilter
This method saves the given tree as valid dot code into the given file.
SequenceDiagramFilter - Class in kieker.tools.trace.analysis.filter.visualization.sequenceDiagram
Deprecated.
1.15 ported to teetime
SequenceDiagramFilter - Class in kieker.visualization.trace
Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in".
SequenceDiagramFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter
Deprecated.
Creates a new instance of this class using the given parameters.
SequenceDiagramFilter(SystemModelRepository, SequenceDiagramFilter.SDModes, String, boolean) - Constructor for class kieker.visualization.trace.SequenceDiagramFilter
Creates a new instance of this class using the given parameters.
SequenceDiagramFilter.SDModes - Enum in kieker.tools.trace.analysis.filter.visualization.sequenceDiagram
Deprecated.
 
SequenceDiagramFilter.SDModes - Enum in kieker.visualization.trace
 
SessionReconstructionFilter - Class in kieker.tools.trace.analysis.filter.sessionReconstruction
Deprecated.
1.15 ported to teetime
SessionReconstructionFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.sessionReconstruction.SessionReconstructionFilter
Deprecated.
Creates a new session reconstruction filter using the given configuration.
setAssumed() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
Deprecated.
Sets the assumed flag of this node to true.
setAssumed() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.WeightedBidirectionalDependencyGraphEdge
Deprecated.
Sets the assumed flag to true.
setAssumed() - Method in class kieker.visualization.trace.dependency.graph.DependencyGraphNode
Sets the assumed flag of this node to true.
setAssumed() - Method in class kieker.visualization.trace.dependency.graph.WeightedBidirectionalDependencyGraphEdge
Sets the assumed flag to true.
setColor(Color) - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractGraphElement
Sets this graph element's color.
setCompleted() - Method in class kieker.tools.trace.analysis.systemModel.AbstractSession
Deprecated.
Marks this session as completed, i.e.
setDescription(String) - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractGraphElement
Sets this graph element's description.
setEndTime(long) - Method in class kieker.tools.trace.analysis.systemModel.AbstractSession
Deprecated.
 
setRoot(AbstractAggregatedCallTreeNode<T>) - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
Deprecated.
Sets the root of the call tree.
setRoot(AbstractAggregatedCallTreeNode<T>) - Method in class kieker.visualization.trace.call.tree.AbstractAggregatedCallTreeFilter
Sets the root of the call tree.
setStartTime(long) - Method in class kieker.tools.trace.analysis.systemModel.AbstractSession
Deprecated.
 
setState(AbstractSession.ISessionState<T>) - Method in class kieker.tools.trace.analysis.systemModel.AbstractSession
Deprecated.
 
Setting - Annotation Type in kieker.tools.settings
Mark settings which should be set by the corresponding named value from a configuration file.
settings - Variable in class kieker.tools.common.AbstractLegacyTool
configuration specified as parameters.
ShortConverter - Class in kieker.tools.settings.converters
Convert string to short value.
ShortConverter(String) - Constructor for class kieker.tools.settings.converters.ShortConverter
 
shutdownService() - Method in class kieker.tools.common.AbstractEmbeddableService
Trigger cleanup features of the service.
shutdownService() - Method in class kieker.tools.common.AbstractLegacyTool
Trigger cleanup features of the service.
size() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraph
Deprecated.
Returns the number of nodes contained in this graph.
size() - Method in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraph
Returns the number of nodes contained in this graph.
SOURCE_PORT - Static variable in class kieker.tools.source.MultipleConnectionTcpSourceCompositeStage
 
SOURCE_STAGE - Static variable in class kieker.tools.common.CommonConfigurationKeys
 
SourceStageFactory - Class in kieker.tools.source
Factory to create a source stage depending on the configuration object.
SPECIFIC - kieker.tools.trace.analysis.filter.visualization.graph.OriginRetentionPolicyKind
Value to denote that only specific origins should be retained.
SpecificOriginRetentionPolicy - Class in kieker.tools.trace.analysis.filter.visualization.graph
The specific origin retention policy represents the intention that only specific origins should be retained and corresponds to the kind OriginRetentionPolicyKind.SPECIFIC.
SpecificOriginRetentionPolicy(Set<?>) - Constructor for class kieker.tools.trace.analysis.filter.visualization.graph.SpecificOriginRetentionPolicy
 
split(String) - Method in class kieker.tools.settings.splitters.PathParameterSplitter
 
splitter() - Method in annotation type kieker.tools.settings.Setting
 
STEREOTYPE_ALLOCATION_COMPONENT - Static variable in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
Deprecated.
The string used in the node labels for deployment components.
STEREOTYPE_ALLOCATION_COMPONENT - Static variable in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFormatter
The string used in the node labels for deployment components.
STEREOTYPE_ASSEMBLY_COMPONENT - Static variable in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
Deprecated.
The string used in the node labels for assembly components.
STEREOTYPE_ASSEMBLY_COMPONENT - Static variable in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFormatter
The string used in the node labels for assembly components.
STEREOTYPE_EXECUTION_CONTAINER - Static variable in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
Deprecated.
The string used in the node labels for execution containers.
STEREOTYPE_EXECUTION_CONTAINER - Static variable in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFormatter
The string used in the node labels for execution containers.
SUCCESS_EXIT_CODE - Static variable in class kieker.tools.common.AbstractLegacyTool
Exit code for successful operation.
SynchronousCallMessage - Class in kieker.tools.trace.analysis.systemModel
Deprecated.
1.15 moved to kieker-model
SynchronousCallMessage(long, Execution, Execution) - Constructor for class kieker.tools.trace.analysis.systemModel.SynchronousCallMessage
Deprecated.
Creates a new instance of this class using the given parameters.
SynchronousReplyMessage - Class in kieker.tools.trace.analysis.systemModel
Deprecated.
1.15 moved to kieker-model
SynchronousReplyMessage(long, Execution, Execution) - Constructor for class kieker.tools.trace.analysis.systemModel.SynchronousReplyMessage
Deprecated.
Creates a new instance of this class using the given parameters.
SystemModelRepository - Class in kieker.tools.trace.analysis.systemModel.repository
Deprecated.
since 1.15.2
SystemModelRepository(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.systemModel.repository.SystemModelRepository
Deprecated.
Creates a new instance of this class using the given parameters.

T

terminate() - Method in class kieker.tools.common.AbstractEmbeddableService
Terminate a running service.
terminate(boolean) - Method in class kieker.tools.trace.analysis.filter.AbstractGraphProducingFilter
Deprecated.
 
terminate(boolean) - Method in class kieker.tools.trace.analysis.filter.sessionReconstruction.SessionReconstructionFilter
Deprecated.
 
terminate(boolean) - Method in class kieker.tools.trace.analysis.filter.traceReconstruction.TraceReconstructionFilter
Deprecated.
Terminates the filter (internally, all pending traces are processed).
terminate(boolean) - Method in class kieker.tools.trace.analysis.filter.traceWriter.ExecutionTraceWriterFilter
Deprecated.
terminate(boolean) - Method in class kieker.tools.trace.analysis.filter.traceWriter.InvalidExecutionTraceWriterFilter
Deprecated.
terminate(boolean) - Method in class kieker.tools.trace.analysis.filter.traceWriter.MessageTraceWriterFilter
Deprecated.
terminate(boolean) - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
Deprecated.
Saves the call tree to the dot file if error is not true.
toMessageTrace(Execution) - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Deprecated.
Returns the message trace representation for this trace.
The transformation to a message trace is only computed during the first execution of this method.
ToolsUtil - Class in kieker.tools.util
 
toString() - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractCallTreeNode
Deprecated.
 
toString() - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractEdge
 
toString() - Method in class kieker.tools.trace.analysis.systemModel.AbstractMessage
Deprecated.
 
toString() - Method in class kieker.tools.trace.analysis.systemModel.AllocationComponent
Deprecated.
 
toString() - Method in class kieker.tools.trace.analysis.systemModel.AssemblyComponent
Deprecated.
 
toString() - Method in class kieker.tools.trace.analysis.systemModel.Execution
Deprecated.
 
toString() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Deprecated.
 
toString() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTraceBasedSession
Deprecated.
 
toString() - Method in class kieker.tools.trace.analysis.systemModel.InvalidExecutionTrace
Deprecated.
 
toString() - Method in class kieker.tools.trace.analysis.systemModel.MessageTrace
Deprecated.
 
toString() - Method in class kieker.tools.trace.analysis.systemModel.Operation
Deprecated.
 
toString() - Method in class kieker.tools.trace.analysis.systemModel.SynchronousCallMessage
Deprecated.
 
toString() - Method in class kieker.tools.trace.analysis.systemModel.SynchronousReplyMessage
Deprecated.
 
toString() - Method in class kieker.tools.trace.analysis.systemModel.util.AllocationComponentOperationPair
 
toString() - Method in class kieker.tools.trace.analysis.systemModel.util.AssemblyComponentOperationPair
 
toString() - Method in class kieker.visualization.trace.call.tree.AbstractCallTreeNode
 
TraceCallTreeFilter - Class in kieker.tools.trace.analysis.filter.visualization.callTree
Deprecated.
1.15 ported to teetime
TraceCallTreeFilter - Class in kieker.visualization.trace.call.tree
Plugin providing the creation of calling trees both for individual traces and an aggregated form for multiple traces.
This class has exactly one input port named "in".
TraceCallTreeFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.visualization.callTree.TraceCallTreeFilter
Deprecated.
Creates a new instance of this class using the given parameters.
TraceCallTreeFilter(SystemModelRepository, boolean, String) - Constructor for class kieker.visualization.trace.call.tree.TraceCallTreeFilter
Creates a new instance of this class using the given parameters.
TraceCallTreeNode - Class in kieker.tools.trace.analysis.filter.visualization.callTree
Deprecated.
1.15 ported to teetime
TraceCallTreeNode - Class in kieker.visualization.trace.call.tree
This class represents a single node within the trace call tree.
TraceCallTreeNode(int, AllocationComponentOperationPair, boolean, MessageTrace, IOriginRetentionPolicy) - Constructor for class kieker.visualization.trace.call.tree.TraceCallTreeNode
Creates a new instance of this class using the given parameters.
TraceCallTreeNode(int, AllocationComponentOperationPair, boolean, MessageTrace, IOriginRetentionPolicy) - Constructor for class kieker.tools.trace.analysis.filter.visualization.callTree.TraceCallTreeNode
Deprecated.
Creates a new instance of this class using the given parameters.
TraceColoringFilter<V extends AbstractVertex<V,​E,​TraceInformation>,​E extends AbstractEdge<V,​E,​TraceInformation>> - Class in kieker.tools.trace.analysis.filter.visualization.traceColoring
Deprecated.
1.15 ported to teetime
TraceColoringFilter<V extends AbstractVertex<V,​E,​kieker.model.system.model.TraceInformation>,​E extends AbstractEdge<V,​E,​kieker.model.system.model.TraceInformation>> - Class in kieker.visualization.trace
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).
TraceColoringFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.visualization.traceColoring.TraceColoringFilter
Deprecated.
Creates a new filter using the given configuration.
TraceColoringFilter(TraceColorRepository) - Constructor for class kieker.visualization.trace.TraceColoringFilter
Creates a new filter using the given configuration.
TraceColorRepository - Class in kieker.tools.trace.analysis.repository
Deprecated.
since 2.0.0
TraceColorRepository(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.repository.TraceColorRepository
Deprecated.
Creates a new description repository using the given configuration.
TraceColorRepository(Configuration, TraceColorRepository.TraceColorRepositoryData, IProjectContext) - Constructor for class kieker.tools.trace.analysis.repository.TraceColorRepository
Deprecated.
Creates a new color repository with the given data.
TraceColorRepository.TraceColorRepositoryData - Class in kieker.tools.trace.analysis.repository
Deprecated.
This class groups the data required for a TraceColorRepository.
TraceColorRepositoryData(ConcurrentMap<Long, Color>, Color, Color) - Constructor for class kieker.tools.trace.analysis.repository.TraceColorRepository.TraceColorRepositoryData
Deprecated.
Creates a new data object using the given data.
TraceEndTimestampComparator - Class in kieker.tools.trace.analysis.systemModel.util
Comparator which compares abstract traces according to their end timestamps.
TraceEndTimestampComparator() - Constructor for class kieker.tools.trace.analysis.systemModel.util.TraceEndTimestampComparator
 
TraceEquivalenceClassFilter - Class in kieker.tools.trace.analysis.filter.traceFilter
Deprecated.
1.15 ported to teetime
TraceEquivalenceClassFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.traceFilter.TraceEquivalenceClassFilter
Deprecated.
Creates a new instance of this class using the given parameters.
TraceEquivalenceClassFilter.TraceEquivalenceClassModes - Enum in kieker.tools.trace.analysis.filter.traceFilter
Deprecated.
This enum represents the different trace equivalence class modes.
TraceEventRecords2ExecutionAndMessageTraceFilter - Class in kieker.tools.trace.analysis.filter.flow
Deprecated.
1.15 ported to teetime
TraceEventRecords2ExecutionAndMessageTraceFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
Deprecated.
Creates a new instance of this class using the given parameters.
TraceInformation - Class in kieker.tools.trace.analysis.systemModel
Deprecated.
1.15 moved to kieker-model
TraceInformation(long, String) - Constructor for class kieker.tools.trace.analysis.systemModel.TraceInformation
Deprecated.
Creates a new trace information object using the given data.
TraceProcessingException - Exception in kieker.tools.trace.analysis.filter.traceReconstruction
This exceptions shows that something went wrong during the processing of a trace.
TraceProcessingException(String) - Constructor for exception kieker.tools.trace.analysis.filter.traceReconstruction.TraceProcessingException
Creates a new instance of this class using the given parameters.
TraceProcessingException(String, Throwable) - Constructor for exception kieker.tools.trace.analysis.filter.traceReconstruction.TraceProcessingException
Creates a new instance of this class using the given parameters.
TraceReconstructionFilter - Class in kieker.tools.trace.analysis.filter.traceReconstruction
Deprecated.
1.15 ported to teetime
TraceReconstructionFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.traceReconstruction.TraceReconstructionFilter
Deprecated.
Creates a new instance of this class using the given parameters.
TraceStartTimestampComparator - Class in kieker.tools.trace.analysis.systemModel.util
Comparator which compares abstract traces according to their start timestamps.
TraceStartTimestampComparator() - Constructor for class kieker.tools.trace.analysis.systemModel.util.TraceStartTimestampComparator
 
traverse(AbstractGraph.IGraphVisitor<V, E>) - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractGraph
Traverses this graph using the given visitor.
traverseWithVerticesFirst(AbstractGraph.IGraphVisitor<V, E>) - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractGraph
Traverses this graph using the given visitor.
TypeRepository - Class in kieker.tools.trace.analysis.systemModel.repository
This is a repository in which the different component types (ComponentType) can be stored.
TypeRepository(SystemModelRepository) - Constructor for class kieker.tools.trace.analysis.systemModel.repository.TypeRepository
Creates a new instance of this class using the given parameters.

U

uniteWith(IOriginRetentionPolicy) - Method in class kieker.tools.trace.analysis.filter.visualization.graph.CompleteOriginRetentionPolicy
 
uniteWith(IOriginRetentionPolicy) - Method in interface kieker.tools.trace.analysis.filter.visualization.graph.IOriginRetentionPolicy
Unites this retention policy with another one and returns the resulting policy.
uniteWith(IOriginRetentionPolicy) - Method in class kieker.tools.trace.analysis.filter.visualization.graph.NoOriginRetentionPolicy
Unites this retention policy with another one and returns the resulting policy.
uniteWith(IOriginRetentionPolicy) - Method in class kieker.tools.trace.analysis.filter.visualization.graph.SpecificOriginRetentionPolicy
 
USAGE_EXIT_CODE - Static variable in class kieker.tools.common.AbstractLegacyTool
Displayed the usage message.
useShortLabels - Variable in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatterVisitor
Deprecated.
The flag determining whether to use short labels or not.
useShortLabels - Variable in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFormatterVisitor
The flag determining whether to use short labels or not.

V

validate(String, File) - Method in class kieker.tools.settings.validators.DirectoryReadValidator
 
validate(String, String) - Method in class kieker.tools.settings.validators.ParentPathIsDirectoryValidator
 
validate(String, String) - Method in class kieker.tools.settings.validators.ParentPathIsWriteableValidator
 
validate(String, String) - Method in class kieker.tools.settings.validators.PathIsDirectoryValidator
 
validate(String, String) - Method in class kieker.tools.settings.validators.PathIsModelDirectoryValidator
 
validate(String, String) - Method in class kieker.tools.settings.validators.PathIsReadableValidator
 
validate(String, String) - Method in class kieker.tools.settings.validators.PathIsWriteableValidator
 
validate(String, Path) - Method in class kieker.tools.settings.validators.ParentPathValueValidator
 
validate(String, Path) - Method in class kieker.tools.settings.validators.ReadFileValueValidator
 
validate(String, Path) - Method in class kieker.tools.settings.validators.WritePathValueValidator
 
validators() - Method in annotation type kieker.tools.settings.Setting
Validate the value for this parameter.
valueOf(String) - Static method in enum kieker.tools.trace.analysis.filter.traceFilter.TraceEquivalenceClassFilter.TraceEquivalenceClassModes
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.tools.trace.analysis.filter.visualization.graph.OriginRetentionPolicyKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.tools.trace.analysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter.SDModes
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.visualization.trace.SequenceDiagramFilter.SDModes
Returns the enum constant of this type with the specified name.
values() - Static method in enum kieker.tools.trace.analysis.filter.traceFilter.TraceEquivalenceClassFilter.TraceEquivalenceClassModes
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.tools.trace.analysis.filter.visualization.graph.OriginRetentionPolicyKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.tools.trace.analysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter.SDModes
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.visualization.trace.SequenceDiagramFilter.SDModes
Returns an array containing the constants of this enum type, in the order they are declared.
variableArity() - Method in annotation type kieker.tools.settings.Setting
 
VERBOSE - Static variable in class kieker.tools.source.LogsReaderCompositeStage
 
visitEdge(E) - Method in class kieker.tools.trace.analysis.filter.visualization.descriptions.DescriptionDecoratorFilter
Deprecated.
Call-back operation that is invoked when an edge is encountered during graph traversal.
visitEdge(E) - Method in interface kieker.tools.trace.analysis.filter.visualization.graph.AbstractGraph.IGraphVisitor
Call-back operation that is invoked when an edge is encountered during graph traversal.
visitEdge(E) - Method in class kieker.tools.trace.analysis.filter.visualization.traceColoring.TraceColoringFilter
Deprecated.
Call-back operation that is invoked when an edge is encountered during graph traversal.
visitEdge(E) - Method in class kieker.visualization.trace.descriptions.DescriptionDecoratorFilter
Call-back operation that is invoked when an edge is encountered during graph traversal.
visitEdge(E) - Method in class kieker.visualization.trace.TraceColoringFilter
Call-back operation that is invoked when an edge is encountered during graph traversal.
visitEdge(WeightedBidirectionalDependencyGraphEdge<T>) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatterVisitor
Deprecated.
 
visitEdge(WeightedBidirectionalDependencyGraphEdge<T>) - Method in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFormatterVisitor
 
visitVertex(V) - Method in class kieker.tools.trace.analysis.filter.visualization.descriptions.DescriptionDecoratorFilter
Deprecated.
Call-back operation that is invoked when a vertex is encountered during graph traversal.
visitVertex(V) - Method in interface kieker.tools.trace.analysis.filter.visualization.graph.AbstractGraph.IGraphVisitor
Call-back operation that is invoked when a vertex is encountered during graph traversal.
visitVertex(V) - Method in class kieker.tools.trace.analysis.filter.visualization.traceColoring.TraceColoringFilter
Deprecated.
Call-back operation that is invoked when a vertex is encountered during graph traversal.
visitVertex(V) - Method in class kieker.visualization.trace.descriptions.DescriptionDecoratorFilter
Call-back operation that is invoked when a vertex is encountered during graph traversal.
visitVertex(V) - Method in class kieker.visualization.trace.TraceColoringFilter
Call-back operation that is invoked when a vertex is encountered during graph traversal.
VisualizationConstants - Class in kieker.tools.trace.analysis.filter.visualization
 

W

WeightedBidirectionalDependencyGraphEdge<T extends ISystemModelElement> - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
WeightedBidirectionalDependencyGraphEdge<T extends kieker.model.system.model.ISystemModelElement> - Class in kieker.visualization.trace.dependency.graph
This class represents a weighted but bidirected edge within a dependency graph.
WeightedBidirectionalDependencyGraphEdge(DependencyGraphNode<T>, DependencyGraphNode<T>, TraceInformation, IOriginRetentionPolicy) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.WeightedBidirectionalDependencyGraphEdge
Deprecated.
Creates a new instance of this class using the given parameters.
WeightedBidirectionalDependencyGraphEdge(DependencyGraphNode<T>, DependencyGraphNode<T>, TraceInformation, IOriginRetentionPolicy) - Constructor for class kieker.visualization.trace.dependency.graph.WeightedBidirectionalDependencyGraphEdge
Creates a new instance of this class using the given parameters.
WeightedDirectedCallTreeEdge<T> - Class in kieker.tools.trace.analysis.filter.visualization.callTree
Deprecated.
1.15 moved to new location
WeightedDirectedCallTreeEdge<T> - Class in kieker.visualization.trace.call.tree
This class represents a weighted and directed edge within a call tree.
WeightedDirectedCallTreeEdge(AbstractCallTreeNode<T>, AbstractCallTreeNode<T>, MessageTrace, IOriginRetentionPolicy) - Constructor for class kieker.tools.trace.analysis.filter.visualization.callTree.WeightedDirectedCallTreeEdge
Deprecated.
Creates a new instance of this class using the given parameters.
WeightedDirectedCallTreeEdge(AbstractCallTreeNode<T>, AbstractCallTreeNode<T>, MessageTrace, IOriginRetentionPolicy) - Constructor for class kieker.visualization.trace.call.tree.WeightedDirectedCallTreeEdge
Creates a new instance of this class using the given parameters.
WHITE - Static variable in class kieker.tools.trace.analysis.filter.visualization.graph.Color
The predefined color white.
writeDotForMessageTrace(AbstractCallTreeNode<T>, AbstractCallTreeFilter.IPairFactory<T>, MessageTrace, String, boolean, boolean) - Static method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractCallTreeFilter
Deprecated.
Write dot info for message trace.
writeDotForMessageTrace(AbstractCallTreeNode<T>, AbstractCallTreeFilter.IPairFactory<T>, MessageTrace, String, boolean, boolean) - Static method in class kieker.visualization.trace.call.tree.AbstractCallTreeFilter
Write dot info for message trace.
writeGraph(AbstractGraph<?, ?, ?>) - Method in class kieker.tools.trace.analysis.filter.visualization.GraphWriterPlugin
Deprecated.
Formats a given graph and saves the generated specification to disk.
WritePathValueValidator - Class in kieker.tools.settings.validators
Evaluate whether the parent directory exists and the path is writable.
WritePathValueValidator() - Constructor for class kieker.tools.settings.validators.WritePathValueValidator
 
writePicForMessageTrace(MessageTrace, SequenceDiagramFilter.SDModes, String, boolean) - Static method in class kieker.visualization.trace.SequenceDiagramFilter
This method writes the pic code for the given message trace into the given file.
writePicForMessageTrace(MessageTrace, SequenceDiagramFilter.SDModes, String, boolean) - Static method in class kieker.tools.trace.analysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter
Deprecated.
This method writes the pic code for the given message trace into the given file.
A B C D E F G H I K L M N O P R S T U V W 
All Classes All Packages