| Package | Description |
|---|---|
| kieker.analysis.debug | |
| kieker.analysis.graph | |
| kieker.analysis.graph.dependency |
This package contains all processing filters bundled with kieker.
|
| kieker.analysis.graph.export |
Copyright 2021 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.analysis.graph.export.blueprints |
Copyright 2021 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.analysis.graph.export.dot |
Copyright 2021 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.analysis.graph.export.graphml |
Copyright 2021 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.analysis.graph.flattening | |
| kieker.analysis.graph.impl | |
| kieker.analysis.graph.mapping | |
| kieker.analysis.graph.traversal | |
| kieker.analysis.trace.graph |
This package contains all processing filters bundled with kieker.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
GraphPrinterStage.execute(IGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
IGraph |
IVertex.addChildGraph() |
IGraph |
IVertex.addChildGraphIfAbsent() |
static IGraph |
IGraph.create()
Factory method to create a new graph using the default implementation.
|
IGraph |
IVertex.getChildGraph() |
| Modifier and Type | Field and Description |
|---|---|
protected IGraph |
AbstractDependencyGraphBuilder.graph |
| Modifier and Type | Method and Description |
|---|---|
IGraph |
AbstractDependencyGraphBuilder.build() |
IGraph |
IDependencyGraphBuilder.build() |
| Modifier and Type | Field and Description |
|---|---|
protected IGraph |
AbstractTransformer.graph |
| Constructor and Description |
|---|
AbstractTransformer(IGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BlueprintsTransformerStage.execute(IGraph graph) |
| Constructor and Description |
|---|
BlueprintsTransformer(IGraph graph) |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<DotEdgeAttribute,java.util.function.Function<IGraph,java.lang.String>> |
DotExportConfiguration.defaultEdgeAttributes |
protected java.util.Map<DotNodeAttribute,java.util.function.Function<IGraph,java.lang.String>> |
DotExportConfiguration.defaultNodeAttributes |
protected java.util.Map<DotGraphAttribute,java.util.function.Function<IGraph,java.lang.String>> |
DotExportConfiguration.graphAttributes |
protected java.util.function.Function<IGraph,java.io.Writer> |
DotWriterStage.writerMapper |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.util.Map.Entry<DotEdgeAttribute,java.util.function.Function<IGraph,java.lang.String>>> |
DotExportConfiguration.getDefaultEdgeAttributes() |
java.util.Set<java.util.Map.Entry<DotNodeAttribute,java.util.function.Function<IGraph,java.lang.String>>> |
DotExportConfiguration.getDefaultNodeAttributes() |
java.util.Set<java.util.Map.Entry<DotGraphAttribute,java.util.function.Function<IGraph,java.lang.String>>> |
DotExportConfiguration.getGraphAttributes() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DotWriterStage.execute(IGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
void |
DotExportConfiguration.Builder.addDefaultEdgeAttribute(DotEdgeAttribute attribute,
java.util.function.Function<IGraph,java.lang.String> function) |
void |
DotExportConfiguration.Builder.addDefaultNodeAttribute(DotNodeAttribute attribute,
java.util.function.Function<IGraph,java.lang.String> function) |
void |
DotExportConfiguration.Builder.addGraphAttribute(DotGraphAttribute attribute,
java.util.function.Function<IGraph,java.lang.String> function) |
| Constructor and Description |
|---|
DotExporter(IGraph graph,
java.io.Writer writer) |
DotExporter(IGraph graph,
java.io.Writer writer,
DotExportConfiguration configuration) |
| Constructor and Description |
|---|
DotFileWriterStage(java.util.function.Function<IGraph,java.nio.file.Path> fileNameMapper) |
DotFileWriterStage(java.util.function.Function<IGraph,java.nio.file.Path> fileNameMapper,
DotExportConfiguration exportConfiguration) |
DotWriterStage(java.util.function.Function<IGraph,java.io.Writer> writerMapper) |
DotWriterStage(java.util.function.Function<IGraph,java.io.Writer> writerMapper,
DotExportConfiguration exportConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
teetime.framework.InputPort<IGraph> |
GraphMLWriterStage.getInputPort() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GraphMLTransformationStage.execute(IGraph graph) |
| Constructor and Description |
|---|
GraphMLTransformer(IGraph graph) |
| Constructor and Description |
|---|
GraphMLFileWriterStage(java.util.function.Function<IGraph,java.nio.file.Path> fileNameMapper) |
GraphMLWriterStage(java.util.function.Function<IGraph,java.io.OutputStream> outputStreamMapper) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GraphFlattenerStage.execute(IGraph graph) |
void |
TopLevelFlattener.flatten(IGraph graph) |
void |
IGraphFlattener.flatten(IGraph graph) |
| Modifier and Type | Class and Description |
|---|---|
class |
GraphImpl
Default implementation of a
IGraph. |
| Modifier and Type | Method and Description |
|---|---|
java.nio.file.Path |
SimpleFileNameMapper.apply(IGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
void |
FlatGraphTraverser.traverse(IGraph graph) |
abstract void |
AbstractGraphTraverser.traverse(IGraph graph) |
void |
DeepGraphTraverser.traverse(IGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
IGraph |
TraceToGraphTransformer.transform(Trace trace) |
| Constructor and Description |
|---|
GraphTransformerVisitor(IGraph graph) |
Copyright 2021 Kieker Project, http://kieker-monitoring.net