| Modifier and Type | Field and Description | 
|---|---|
protected IGraph | 
AbstractDependencyGraphBuilder.graph  | 
| Modifier and Type | Method and Description | 
|---|---|
IGraph | 
AbstractDependencyGraphBuilder.build()  | 
IGraph | 
IDependencyGraphBuilder.build()  | 
IGraph | 
DependencyGraphCreator.create()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
GraphPrinterStage.execute(IGraph graph)  | 
| Modifier and Type | Method and Description | 
|---|---|
IGraph | 
TraceToGraphTransformer.transform(Trace trace)  | 
| Constructor and Description | 
|---|
GraphTransformerVisitor(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 | 
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.lang.String> fileNameMapper)  | 
DotFileWriterStage(java.util.function.Function<IGraph,java.lang.String> 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.lang.String> fileNameMapper)  | 
GraphMLWriterStage(java.util.function.Function<IGraph,java.io.OutputStream> outputStreamMapper)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
GraphFlattenerStage.execute(IGraph graph)  | 
void | 
IGraphFlattener.flatten(IGraph graph)  | 
void | 
TopLevelFlattener.flatten(IGraph graph)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GraphImpl
Default implementation of a  
IGraph. | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
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)  | 
Copyright 2020 Kieker Project, http://kieker-monitoring.net