Uses of Interface
kieker.analysis.generic.graph.traversal.IEdgeVisitor
Packages that use IEdgeVisitor
Package
Description
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 IEdgeVisitor in kieker.analysis.generic.graph.flattening
Classes in kieker.analysis.generic.graph.flattening that implement IEdgeVisitor -
Uses of IEdgeVisitor in kieker.analysis.generic.graph.traversal
Fields in kieker.analysis.generic.graph.traversal with type parameters of type IEdgeVisitorModifier and TypeFieldDescriptionprotected List<IEdgeVisitor<E>>AbstractGraphTraverser.edgeVisitorsMethods in kieker.analysis.generic.graph.traversal that return types with arguments of type IEdgeVisitorMethods in kieker.analysis.generic.graph.traversal with parameters of type IEdgeVisitorModifier and TypeMethodDescriptionvoidAbstractGraphTraverser.addEdgeVisitor(IEdgeVisitor<E> edgeVisitor) Method parameters in kieker.analysis.generic.graph.traversal with type arguments of type IEdgeVisitorModifier and TypeMethodDescriptionvoidAbstractGraphTraverser.setEdgeVisitors(List<IEdgeVisitor<E>> edgeVisitors) Constructors in kieker.analysis.generic.graph.traversal with parameters of type IEdgeVisitorModifierConstructorDescriptionAbstractGraphTraverser(INodeVisitor<N> nodeVisitor, IEdgeVisitor<E> edgeVisitor) DeepGraphTraverser(INodeVisitor<N> nodeVisitor, IEdgeVisitor<E> edgeVisitor) FlatGraphTraverser(INodeVisitor<N> nodeVisitor, IEdgeVisitor<E> edgeVisitor) -
Uses of IEdgeVisitor in kieker.analysis.generic.sink.graph
Classes in kieker.analysis.generic.sink.graph that implement IEdgeVisitor -
Uses of IEdgeVisitor in kieker.analysis.generic.sink.graph.blueprints
Classes in kieker.analysis.generic.sink.graph.blueprints that implement IEdgeVisitor -
Uses of IEdgeVisitor in kieker.analysis.generic.sink.graph.dot
Classes in kieker.analysis.generic.sink.graph.dot that implement IEdgeVisitor -
Uses of IEdgeVisitor in kieker.analysis.generic.sink.graph.graphml
Classes in kieker.analysis.generic.sink.graph.graphml that implement IEdgeVisitor