Uses of Interface
kieker.analysis.generic.graph.INode
Packages that use INode
Package
Description
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.
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.
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 INode in kieker.analysis.architecture.dependency
Fields in kieker.analysis.architecture.dependency with type parameters of type INodeMethods in kieker.analysis.architecture.dependency that return INodeModifier and TypeMethodDescriptionprotected abstract INodeAbstractDependencyGraphBuilder.addVertex(DeployedOperation deployedOperation) protected INodeAssemblyLevelComponentDependencyGraphBuilder.addVertex(DeployedOperation deployedOperation) protected INodeAssemblyLevelOperationDependencyGraphBuilder.addVertex(DeployedOperation deployedOperation) protected INodeDeploymentLevelComponentDependencyGraphBuilder.addVertex(DeployedOperation deployedOperation) protected INodeDeploymentLevelContextDependencyGraphBuilder.addVertex(DeployedOperation deployedOperation) protected INodeDeploymentLevelOperationDependencyGraphBuilder.addVertex(DeployedOperation deployedOperation) protected INodeTypeLevelComponentDependencyGraphBuilder.addVertex(DeployedOperation deployedOperation) protected INodeTypeLevelOperationDependencyGraphBuilder.addVertex(DeployedOperation deployedOperation) protected INodeAbstractDependencyGraphBuilder.addVertexForEntry()protected INodeAbstractDependencyGraphBuilder.addVertexIfAbsent(IGraph<INode, IEdge> checkGraph, String id) Methods in kieker.analysis.architecture.dependency that return types with arguments of type INodeModifier and TypeMethodDescriptionAbstractDependencyGraphBuilder.addChildGraphIfAbsent(INode node) AbstractDependencyGraphBuilder.build(ModelRepository repository) IDependencyGraphBuilder.build(ModelRepository repository) Methods in kieker.analysis.architecture.dependency with parameters of type INodeModifier and TypeMethodDescriptionAbstractDependencyGraphBuilder.addChildGraphIfAbsent(INode node) protected IEdgevoidMethod parameters in kieker.analysis.architecture.dependency with type arguments of type INode -
Uses of INode in kieker.analysis.architecture.dependency.export.dot
Methods in kieker.analysis.architecture.dependency.export.dot that return types with arguments of type INodeModifier and TypeMethodDescriptionDotExportDependencyGraphFactory.createForAssemblyLevelComponentDependencyGraph()DotExportDependencyGraphFactory.createForAssemblyLevelOperationDependencyGraph()DotExportDependencyGraphFactory.createForDeploymentLevelComponentDependencyGraph()DotExportDependencyGraphFactory.createForDeploymentLevelContextDependencyGraph()DotExportDependencyGraphFactory.createForDeploymentLevelOperationDependencyGraph()DotExportDependencyGraphFactory.createForTypeLevelComponentDependencyGraph()DotExportDependencyGraphFactory.createForTypeLevelOperationDependencyGraph() -
Uses of INode in kieker.analysis.architecture.trace.graph
Methods in kieker.analysis.architecture.trace.graph that return types with arguments of type INodeModifier and TypeMethodDescriptionConstructor parameters in kieker.analysis.architecture.trace.graph with type arguments of type INode -
Uses of INode in kieker.analysis.architecture.trace.graph.dot
Methods in kieker.analysis.architecture.trace.graph.dot with parameters of type INodeConstructor parameters in kieker.analysis.architecture.trace.graph.dot with type arguments of type INodeModifierConstructorDescriptionDotTraceGraphFileWriterStage(Path outputDirectory, DotExportMapper<INode, IEdge> exportConfiguration) -
Uses of INode in kieker.analysis.behavior
Methods in kieker.analysis.behavior that return types with arguments of type INodeModifier and TypeMethodDescriptioncom.google.common.graph.MutableNetwork<INode,UserBehaviorEdge> UserSessionToBehaviorModelTransformation.eventsToModel(List<EntryCallEvent> events) Converts a list of events into a behavior model.teetime.framework.OutputPort<IGraph<INode,UserBehaviorEdge>> ModelGenerationCompositeStage.getModelOutputPort()Methods in kieker.analysis.behavior with parameters of type INodeModifier and TypeMethodDescriptionvoidUserSessionToBehaviorModelTransformation.addEdge(EntryCallEvent event, com.google.common.graph.MutableNetwork<INode, UserBehaviorEdge> model, INode source, INode target) Adds an edge to a model, if the edge does not exist already.Method parameters in kieker.analysis.behavior with type arguments of type INodeModifier and TypeMethodDescriptionvoidUserSessionToBehaviorModelTransformation.addEdge(EntryCallEvent event, com.google.common.graph.MutableNetwork<INode, UserBehaviorEdge> model, INode source, INode target) Adds an edge to a model, if the edge does not exist already. -
Uses of INode in kieker.analysis.behavior.clustering
Classes in kieker.analysis.behavior.clustering with type parameters of type INodeModifier and TypeClassDescriptionclassBehaviorModelToOpticsDataTransformation<N extends INode,E extends IEdge> Converts Behavior Models to Optics Data objects. -
Uses of INode in kieker.analysis.generic.graph
Classes in kieker.analysis.generic.graph with type parameters of type INodeModifier and TypeInterfaceDescriptioninterfaceThe Kieker IGraph is based on the google Graph library.Methods in kieker.analysis.generic.graph with type parameters of type INodeModifier and TypeMethodDescriptionGraphFactory.createGraph(String name) GraphFactory.createGraph(String id, com.google.common.graph.MutableNetwork<N, E> graph) INode.getChildGraph()Methods in kieker.analysis.generic.graph that return INode -
Uses of INode in kieker.analysis.generic.graph.clustering
Classes in kieker.analysis.generic.graph.clustering with type parameters of type INodeModifier and TypeClassDescriptionclassBasicCostFunction<N extends INode,E extends IEdge> Generic cost function implementation for graphs.classGraphEditDistance<N extends INode,E extends IEdge> This class calculates a custom graph edit distance between two Behavior Models. -
Uses of INode in kieker.analysis.generic.graph.flattening
Classes in kieker.analysis.generic.graph.flattening with type parameters of type INodeModifier and TypeClassDescriptionclassGraphFlattenerStage<N extends INode,E extends IEdge> interfaceIGraphFlattener<N extends INode,E extends IEdge> classTopLevelFlattener<N extends INode,E extends IEdge> Methods in kieker.analysis.generic.graph.flattening with parameters of type INode -
Uses of INode in kieker.analysis.generic.graph.impl
Classes in kieker.analysis.generic.graph.impl with type parameters of type INodeModifier and TypeClassDescriptionclassGraph with label.Classes in kieker.analysis.generic.graph.impl that implement INodeMethods in kieker.analysis.generic.graph.impl that return types with arguments of type INode -
Uses of INode in kieker.analysis.generic.graph.mapping
Classes in kieker.analysis.generic.graph.mapping with type parameters of type INodeModifier and TypeClassDescriptionclassSimpleFileNameMapper<N extends INode,E extends IEdge> This function maps a graph to a file name with a specific pattern. -
Uses of INode in kieker.analysis.generic.graph.traversal
Classes in kieker.analysis.generic.graph.traversal with type parameters of type INodeModifier and TypeClassDescriptionclassAbstractGraphTraverser<N extends INode,E extends IEdge> classDeepGraphTraverser<N extends INode,E extends IEdge> classFlatGraphTraverser<N extends INode,E extends IEdge> interfaceINodeVisitor<N extends INode> -
Uses of INode in kieker.analysis.generic.sink.graph
Classes in kieker.analysis.generic.sink.graph with type parameters of type INode -
Uses of INode in kieker.analysis.generic.sink.graph.blueprints
Classes in kieker.analysis.generic.sink.graph.blueprints with type parameters of type INodeModifier and TypeClassDescriptionclassBlueprintsTransformer<N extends INode,E extends IEdge> classBlueprintsTransformerStage<N extends INode,E extends IEdge> -
Uses of INode in kieker.analysis.generic.sink.graph.dot
Classes in kieker.analysis.generic.sink.graph.dot with type parameters of type INodeModifier and TypeClassDescriptionclassDotExportBuilder<N extends INode,E extends IEdge> classDotExportMapper<N extends INode,E extends IEdge> This class specifies how attributes (for graphs, vertices and edges) are mapped to a dot graph.classDotFileWriterStage<N extends INode,E extends IEdge> classDotTransformer<N extends INode,E extends IEdge> classDotWriterStage<N extends INode,E extends IEdge> classSimpleDotExportConfiguration<N extends INode,E extends IEdge> ADotExportMapperthat maps the property label of edges and vertices to the label attribute of the corresponding nodes and edges of the dot graph. -
Uses of INode in kieker.analysis.generic.sink.graph.graphml
Classes in kieker.analysis.generic.sink.graph.graphml with type parameters of type INodeModifier and TypeClassDescriptionclassGraphMLFileWriterStage<N extends INode,E extends IEdge> classGraphMLTransformationStage<N extends INode,E extends IEdge> classGraphMLTransformer<N extends INode,E extends IEdge> classGraphMLWriterStage<N extends INode,E extends IEdge> Methods in kieker.analysis.generic.sink.graph.graphml with parameters of type INodeModifier and TypeMethodDescriptionprotected voidGraphMLTransformer.transformVertex(INode vertex) -
Uses of INode in kieker.analysis.util.debug
Classes in kieker.analysis.util.debug with type parameters of type INode