Uses of Interface
kieker.analysis.generic.graph.IGraph
Package | Description |
---|---|
kieker.analysis.architecture.dependency |
This package contains all processing filters bundled with kieker.
|
kieker.analysis.architecture.trace.graph |
This package contains all processing filters bundled with kieker.
|
kieker.analysis.behavior |
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.analysis.behavior.clustering | |
kieker.analysis.generic.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.analysis.generic.graph.impl |
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.analysis.generic.graph.mapping | |
kieker.analysis.generic.sink.graph | |
kieker.analysis.generic.sink.graph.blueprints |
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.analysis.generic.sink.graph.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.analysis.generic.sink.graph.graphml |
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.analysis.util.debug |
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.
|
-
Uses of IGraph in kieker.analysis.architecture.dependency
Fields in kieker.analysis.architecture.dependency declared as IGraph Modifier and Type Field Description protected IGraph<INode,IEdge>
AbstractDependencyGraphBuilder. graph
Methods in kieker.analysis.architecture.dependency that return IGraph Modifier and Type Method Description protected IGraph<INode,IEdge>
AbstractDependencyGraphBuilder. addChildGraphIfAbsent(INode node)
IGraph<INode,IEdge>
AbstractDependencyGraphBuilder. build(ModelRepository repository)
IGraph<INode,IEdge>
IDependencyGraphBuilder. build(ModelRepository repository)
Methods in kieker.analysis.architecture.dependency with parameters of type IGraph Modifier and Type Method Description protected INode
AbstractDependencyGraphBuilder. addVertexIfAbsent(IGraph<INode,IEdge> checkGraph, java.lang.String id)
-
Uses of IGraph in kieker.analysis.architecture.trace.graph
Methods in kieker.analysis.architecture.trace.graph that return IGraph Modifier and Type Method Description IGraph<INode,IEdge>
TraceToGraphTransformer. transform(Trace trace)
Constructors in kieker.analysis.architecture.trace.graph with parameters of type IGraph Constructor Description GraphTransformerVisitor(IGraph<INode,IEdge> graph)
-
Uses of IGraph in kieker.analysis.behavior
Methods in kieker.analysis.behavior that return types with arguments of type IGraph Modifier and Type Method Description teetime.framework.OutputPort<IGraph<INode,UserBehaviorEdge>>
ModelGenerationCompositeStage. getModelOutputPort()
-
Uses of IGraph in kieker.analysis.behavior.clustering
-
Uses of IGraph in kieker.analysis.generic.graph
Methods in kieker.analysis.generic.graph that return IGraph Modifier and Type Method Description static <N extends INode, E extends IEdge>
IGraph<N,E>GraphFactory. createGraph(java.lang.String name)
static <N extends INode, E extends IEdge>
IGraph<N,E>GraphFactory. createGraph(java.lang.String id, com.google.common.graph.MutableNetwork<N,E> graph)
<N extends INode, E extends IEdge>
IGraph<N,E>INode. getChildGraph()
-
Uses of IGraph in kieker.analysis.generic.graph.impl
Classes in kieker.analysis.generic.graph.impl that implement IGraph Modifier and Type Class Description class
GraphImpl<N extends INode,E extends IEdge>
Graph with label.Methods in kieker.analysis.generic.graph.impl that return IGraph Modifier and Type Method Description IGraph<INode,IEdge>
NodeImpl. getChildGraph()
-
Uses of IGraph in kieker.analysis.generic.graph.mapping
-
Uses of IGraph in kieker.analysis.generic.sink.graph
Fields in kieker.analysis.generic.sink.graph declared as IGraph Modifier and Type Field Description protected IGraph<N,E>
AbstractTransformer. graph
Constructors in kieker.analysis.generic.sink.graph with parameters of type IGraph Constructor Description AbstractTransformer(IGraph<N,E> graph)
-
Uses of IGraph in kieker.analysis.generic.sink.graph.blueprints
Methods in kieker.analysis.generic.sink.graph.blueprints with parameters of type IGraph Modifier and Type Method Description protected void
BlueprintsTransformerStage. execute(IGraph<N,E> graph)
Constructors in kieker.analysis.generic.sink.graph.blueprints with parameters of type IGraph Constructor Description BlueprintsTransformer(IGraph<N,E> graph)
-
Uses of IGraph in kieker.analysis.generic.sink.graph.dot
Fields in kieker.analysis.generic.sink.graph.dot with type parameters of type IGraph Modifier and Type Field Description protected java.util.function.Function<IGraph<N,E>,java.io.Writer>
DotWriterStage. writerMapper
Methods in kieker.analysis.generic.sink.graph.dot with parameters of type IGraph Modifier and Type Method Description protected void
DotWriterStage. execute(IGraph<N,E> graph)
Constructors in kieker.analysis.generic.sink.graph.dot with parameters of type IGraph Constructor Description DotTransformer(IGraph<N,E> graph, java.io.Writer writer)
DotTransformer(IGraph<N,E> graph, java.io.Writer writer, DotExportMapper<N,E> configuration)
Constructor parameters in kieker.analysis.generic.sink.graph.dot with type arguments of type IGraph Constructor Description DotFileWriterStage(java.util.function.Function<IGraph<N,E>,java.nio.file.Path> fileNameMapper)
DotFileWriterStage(java.util.function.Function<IGraph<N,E>,java.nio.file.Path> fileNameMapper, DotExportMapper<N,E> exportConfiguration)
DotWriterStage(java.util.function.Function<IGraph<N,E>,java.io.Writer> writerMapper)
DotWriterStage(java.util.function.Function<IGraph<N,E>,java.io.Writer> writerMapper, DotExportMapper<N,E> exportConfiguration)
-
Uses of IGraph in kieker.analysis.generic.sink.graph.graphml
Methods in kieker.analysis.generic.sink.graph.graphml that return types with arguments of type IGraph Modifier and Type Method Description teetime.framework.InputPort<IGraph<N,E>>
GraphMLWriterStage. getInputPort()
Methods in kieker.analysis.generic.sink.graph.graphml with parameters of type IGraph Modifier and Type Method Description protected void
GraphMLTransformationStage. execute(IGraph<N,E> graph)
Constructors in kieker.analysis.generic.sink.graph.graphml with parameters of type IGraph Constructor Description GraphMLTransformer(IGraph<N,E> graph)
Constructor parameters in kieker.analysis.generic.sink.graph.graphml with type arguments of type IGraph Constructor Description GraphMLFileWriterStage(java.util.function.Function<IGraph<N,E>,java.nio.file.Path> fileNameMapper)
GraphMLWriterStage(java.util.function.Function<IGraph<N,E>,java.io.OutputStream> outputStreamMapper)
-
Uses of IGraph in kieker.analysis.util.debug