Uses of Interface
kieker.analysis.generic.graph.traversal.INodeVisitor
Package | Description |
---|---|
kieker.analysis.generic.graph.flattening |
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.traversal |
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 | |
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.
|
-
Uses of INodeVisitor in kieker.analysis.generic.graph.flattening
Classes in kieker.analysis.generic.graph.flattening that implement INodeVisitor Modifier and Type Class Description class
TopLevelFlattener<N extends INode,E extends IEdge>
-
Uses of INodeVisitor in kieker.analysis.generic.graph.traversal
Fields in kieker.analysis.generic.graph.traversal with type parameters of type INodeVisitor Modifier and Type Field Description protected java.util.List<INodeVisitor<N>>
AbstractGraphTraverser. nodeVisitors
Methods in kieker.analysis.generic.graph.traversal that return types with arguments of type INodeVisitor Modifier and Type Method Description java.util.List<INodeVisitor<N>>
AbstractGraphTraverser. getNodeVisitors()
Methods in kieker.analysis.generic.graph.traversal with parameters of type INodeVisitor Modifier and Type Method Description void
AbstractGraphTraverser. addNodeVisitor(INodeVisitor<N> nodeVisitor)
Method parameters in kieker.analysis.generic.graph.traversal with type arguments of type INodeVisitor Modifier and Type Method Description void
AbstractGraphTraverser. setNodeVisitors(java.util.List<INodeVisitor<N>> nodeVisitors)
Constructors in kieker.analysis.generic.graph.traversal with parameters of type INodeVisitor Constructor Description AbstractGraphTraverser(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 INodeVisitor Constructor Description AbstractGraphTraverser(java.util.List<INodeVisitor<N>> nodeVisitors, java.util.List<IEdgeVisitor<E>> edgeVisitors)
DeepGraphTraverser(java.util.List<INodeVisitor<N>> nodeVisitors, java.util.List<IEdgeVisitor<E>> edgeVisitors)
FlatGraphTraverser(java.util.List<INodeVisitor<N>> nodeVisitors, java.util.List<IEdgeVisitor<E>> edgeVisitors)
-
Uses of INodeVisitor in kieker.analysis.generic.sink.graph
Classes in kieker.analysis.generic.sink.graph that implement INodeVisitor Modifier and Type Class Description class
AbstractTransformer<O,N extends INode,E extends IEdge>
-
Uses of INodeVisitor in kieker.analysis.generic.sink.graph.blueprints
Classes in kieker.analysis.generic.sink.graph.blueprints that implement INodeVisitor Modifier and Type Class Description class
BlueprintsTransformer<N extends INode,E extends IEdge>
-
Uses of INodeVisitor in kieker.analysis.generic.sink.graph.dot
Classes in kieker.analysis.generic.sink.graph.dot that implement INodeVisitor Modifier and Type Class Description class
DotTransformer<N extends INode,E extends IEdge>
-
Uses of INodeVisitor in kieker.analysis.generic.sink.graph.graphml
Classes in kieker.analysis.generic.sink.graph.graphml that implement INodeVisitor Modifier and Type Class Description class
GraphMLTransformer<N extends INode,E extends IEdge>