Uses of Interface
kieker.analysis.generic.graph.IGraph
Packages that use IGraph
Package
Description
This package contains all processing filters bundled with kieker.
This package contains all processing filters bundled with kieker.
Copyright 2026 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.
Copyright 2026 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.
Copyright 2026 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.
Copyright 2026 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.
Copyright 2026 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.
Copyright 2026 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.
Copyright 2026 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 IGraphMethods in kieker.analysis.architecture.dependency that return IGraphModifier and TypeMethodDescriptionAbstractDependencyGraphBuilder.addChildGraphIfAbsent(INode node) AbstractDependencyGraphBuilder.build(ModelRepository repository) IDependencyGraphBuilder.build(ModelRepository repository) Methods in kieker.analysis.architecture.dependency with parameters of type IGraph -
Uses of IGraph in kieker.analysis.architecture.trace.graph
Methods in kieker.analysis.architecture.trace.graph that return IGraphModifier and TypeMethodDescriptionConstructors in kieker.analysis.architecture.trace.graph with parameters of type IGraph -
Uses of IGraph in kieker.analysis.behavior
Methods in kieker.analysis.behavior that return types with arguments of type IGraphModifier and TypeMethodDescriptionteetime.framework.OutputPort<IGraph<INode,UserBehaviorEdge>> ModelGenerationCompositeStage.getModelOutputPort() -
Uses of IGraph in kieker.analysis.behavior.clustering
Methods in kieker.analysis.behavior.clustering with parameters of type IGraph -
Uses of IGraph in kieker.analysis.generic.graph
Methods in kieker.analysis.generic.graph that return IGraphModifier and TypeMethodDescriptionGraphFactory.createGraph(String name) GraphFactory.createGraph(String id, com.google.common.graph.MutableNetwork<N, E> graph) INode.getChildGraph() -
Uses of IGraph in kieker.analysis.generic.graph.impl
Classes in kieker.analysis.generic.graph.impl that implement IGraphModifier and TypeClassDescriptionclassGraph with label.Methods in kieker.analysis.generic.graph.impl that return IGraph -
Uses of IGraph in kieker.analysis.generic.graph.mapping
Methods in kieker.analysis.generic.graph.mapping with parameters of type IGraph -
Uses of IGraph in kieker.analysis.generic.sink.graph
Fields in kieker.analysis.generic.sink.graph declared as IGraphConstructors in kieker.analysis.generic.sink.graph with parameters of type IGraph -
Uses of IGraph in kieker.analysis.generic.sink.graph.blueprints
Methods in kieker.analysis.generic.sink.graph.blueprints with parameters of type IGraphModifier and TypeMethodDescriptionprotected voidConstructors in kieker.analysis.generic.sink.graph.blueprints with parameters of type IGraph -
Uses of IGraph in kieker.analysis.generic.sink.graph.dot
Fields in kieker.analysis.generic.sink.graph.dot with type parameters of type IGraphMethods in kieker.analysis.generic.sink.graph.dot with parameters of type IGraphConstructors in kieker.analysis.generic.sink.graph.dot with parameters of type IGraphModifierConstructorDescriptionDotTransformer(IGraph<N, E> graph, Writer writer) DotTransformer(IGraph<N, E> graph, Writer writer, DotExportMapper<N, E> configuration) Constructor parameters in kieker.analysis.generic.sink.graph.dot with type arguments of type IGraphModifierConstructorDescriptionDotFileWriterStage(Function<IGraph<N, E>, Path> fileNameMapper, DotExportMapper<N, E> exportConfiguration) DotWriterStage(Function<IGraph<N, E>, 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 IGraphMethods in kieker.analysis.generic.sink.graph.graphml with parameters of type IGraphModifier and TypeMethodDescriptionprotected voidConstructors in kieker.analysis.generic.sink.graph.graphml with parameters of type IGraphConstructor parameters in kieker.analysis.generic.sink.graph.graphml with type arguments of type IGraphModifierConstructorDescriptionGraphMLWriterStage(Function<IGraph<N, E>, OutputStream> outputStreamMapper) -
Uses of IGraph in kieker.analysis.util.debug
Methods in kieker.analysis.util.debug with parameters of type IGraph