Uses of Interface
kieker.analysis.generic.graph.traversal.INodeVisitor
Packages that use INodeVisitor
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 INodeVisitor in kieker.analysis.generic.graph.flattening
Classes in kieker.analysis.generic.graph.flattening that implement INodeVisitor -
Uses of INodeVisitor in kieker.analysis.generic.graph.traversal
Fields in kieker.analysis.generic.graph.traversal with type parameters of type INodeVisitorModifier and TypeFieldDescriptionprotected List<INodeVisitor<N>>AbstractGraphTraverser.nodeVisitorsMethods in kieker.analysis.generic.graph.traversal that return types with arguments of type INodeVisitorMethods in kieker.analysis.generic.graph.traversal with parameters of type INodeVisitorModifier and TypeMethodDescriptionvoidAbstractGraphTraverser.addNodeVisitor(INodeVisitor<N> nodeVisitor) Method parameters in kieker.analysis.generic.graph.traversal with type arguments of type INodeVisitorModifier and TypeMethodDescriptionvoidAbstractGraphTraverser.setNodeVisitors(List<INodeVisitor<N>> nodeVisitors) Constructors in kieker.analysis.generic.graph.traversal with parameters of type INodeVisitorModifierConstructorDescriptionAbstractGraphTraverser(INodeVisitor<N> nodeVisitor, IEdgeVisitor<E> edgeVisitor) DeepGraphTraverser(INodeVisitor<N> nodeVisitor, IEdgeVisitor<E> edgeVisitor) FlatGraphTraverser(INodeVisitor<N> nodeVisitor, IEdgeVisitor<E> edgeVisitor) Constructor parameters in kieker.analysis.generic.graph.traversal with type arguments of type INodeVisitorModifierConstructorDescriptionAbstractGraphTraverser(List<INodeVisitor<N>> nodeVisitors, List<IEdgeVisitor<E>> edgeVisitors) DeepGraphTraverser(List<INodeVisitor<N>> nodeVisitors, List<IEdgeVisitor<E>> edgeVisitors) FlatGraphTraverser(List<INodeVisitor<N>> nodeVisitors, List<IEdgeVisitor<E>> edgeVisitors) -
Uses of INodeVisitor in kieker.analysis.generic.sink.graph
Classes in kieker.analysis.generic.sink.graph that implement INodeVisitor -
Uses of INodeVisitor in kieker.analysis.generic.sink.graph.blueprints
Classes in kieker.analysis.generic.sink.graph.blueprints that implement INodeVisitor -
Uses of INodeVisitor in kieker.analysis.generic.sink.graph.dot
Classes in kieker.analysis.generic.sink.graph.dot that implement INodeVisitor -
Uses of INodeVisitor in kieker.analysis.generic.sink.graph.graphml
Classes in kieker.analysis.generic.sink.graph.graphml that implement INodeVisitor