| Package | Description |
|---|---|
| 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.traversal |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTransformer<O> |
| Modifier and Type | Class and Description |
|---|---|
class |
BlueprintsTransformer |
| Modifier and Type | Class and Description |
|---|---|
class |
DotExporter |
| Modifier and Type | Class and Description |
|---|---|
class |
GraphMLTransformer |
| Modifier and Type | Class and Description |
|---|---|
class |
TopLevelFlattener |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<IEdgeVisitor> |
AbstractGraphTraverser.edgeVisitors |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IEdgeVisitor> |
AbstractGraphTraverser.getEdgeVisitors() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractGraphTraverser.addEdgeVisitor(IEdgeVisitor edgeVisitor) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractGraphTraverser.setEdgeVisitors(java.util.List<IEdgeVisitor> edgeVisitors) |
| Constructor and Description |
|---|
AbstractGraphTraverser(IVertexVisitor vertexVisitor,
IEdgeVisitor edgeVisitor) |
DeepGraphTraverser(IVertexVisitor vertexVisitor,
IEdgeVisitor edgeVisitor) |
FlatGraphTraverser(IVertexVisitor vertexVisitor,
IEdgeVisitor edgeVisitor) |
| Constructor and Description |
|---|
AbstractGraphTraverser(java.util.List<IVertexVisitor> vertexVisitors,
java.util.List<IEdgeVisitor> edgeVisitors) |
DeepGraphTraverser(java.util.List<IVertexVisitor> vertexVisitors,
java.util.List<IEdgeVisitor> edgeVisitors) |
FlatGraphTraverser(java.util.List<IVertexVisitor> vertexVisitors,
java.util.List<IEdgeVisitor> edgeVisitors) |
Copyright 2021 Kieker Project, http://kieker-monitoring.net