Uses of Interface
kieker.analysis.generic.graph.INode
| Package | Description |
|---|---|
| kieker.analysis.architecture.dependency |
This package contains all processing filters bundled with kieker.
|
| kieker.analysis.architecture.dependency.export.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.architecture.trace.graph |
This package contains all processing filters bundled with kieker.
|
| kieker.analysis.architecture.trace.graph.dot |
This package contains all processing filters bundled with kieker.
|
| kieker.analysis.behavior |
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.behavior.clustering | |
| kieker.analysis.generic.graph |
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.clustering |
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.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.impl |
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.mapping | |
| 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.
|
| kieker.analysis.util.debug |
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 INode in kieker.analysis.architecture.dependency
Fields in kieker.analysis.architecture.dependency with type parameters of type INode Modifier and Type Field Description protected IGraph<INode,IEdge>AbstractDependencyGraphBuilder. graphMethods in kieker.analysis.architecture.dependency that return INode Modifier and Type Method Description protected 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, java.lang.String id)Methods in kieker.analysis.architecture.dependency that return types with arguments of type INode Modifier and Type Method Description protected IGraph<INode,IEdge>AbstractDependencyGraphBuilder. addChildGraphIfAbsent(INode node)IGraph<INode,IEdge>AbstractDependencyGraphBuilder. build(ModelRepository repository)IGraph<INode,IEdge>IDependencyGraphBuilder. build(ModelRepository repository)Methods in kieker.analysis.architecture.dependency with parameters of type INode Modifier and Type Method Description protected IGraph<INode,IEdge>AbstractDependencyGraphBuilder. addChildGraphIfAbsent(INode node)protected IEdgeAbstractDependencyGraphBuilder. addEdge(INode source, INode target, long calls)voidResponseTimeDecorator. decorate(INode vertex, java.lang.Object object)Method parameters in kieker.analysis.architecture.dependency with type arguments of type INode Modifier and Type Method Description protected INodeAbstractDependencyGraphBuilder. addVertexIfAbsent(IGraph<INode,IEdge> checkGraph, java.lang.String id) -
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 INode Modifier and Type Method Description DotExportMapper<INode,IEdge>DotExportDependencyGraphFactory. createForAssemblyLevelComponentDependencyGraph()DotExportMapper<INode,IEdge>DotExportDependencyGraphFactory. createForAssemblyLevelOperationDependencyGraph()DotExportMapper<INode,IEdge>DotExportDependencyGraphFactory. createForDeploymentLevelComponentDependencyGraph()DotExportMapper<INode,IEdge>DotExportDependencyGraphFactory. createForDeploymentLevelContextDependencyGraph()DotExportMapper<INode,IEdge>DotExportDependencyGraphFactory. createForDeploymentLevelOperationDependencyGraph()DotExportMapper<INode,IEdge>DotExportDependencyGraphFactory. createForTypeLevelComponentDependencyGraph()DotExportMapper<INode,IEdge>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 INode Modifier and Type Method Description IGraph<INode,IEdge>TraceToGraphTransformer. transform(Trace trace)Constructor parameters in kieker.analysis.architecture.trace.graph with type arguments of type INode Constructor Description GraphTransformerVisitor(IGraph<INode,IEdge> graph) -
Uses of INode in kieker.analysis.architecture.trace.graph.dot
Methods in kieker.analysis.architecture.trace.graph.dot with parameters of type INode Modifier and Type Method Description java.lang.StringNodeLabelMapper. apply(INode vertex)Constructor parameters in kieker.analysis.architecture.trace.graph.dot with type arguments of type INode Constructor Description DotTraceGraphFileWriterStage(java.nio.file.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 INode Modifier and Type Method Description com.google.common.graph.MutableNetwork<INode,UserBehaviorEdge>UserSessionToBehaviorModelTransformation. eventsToModel(java.util.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 INode Modifier and Type Method Description voidUserSessionToBehaviorModelTransformation. 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 INode Modifier and Type Method Description voidUserSessionToBehaviorModelTransformation. 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 INode Modifier and Type Class Description classBehaviorModelToOpticsDataTransformation<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 INode Modifier and Type Interface Description interfaceIGraph<N extends INode,E extends IEdge>The Kieker IGraph is based on the google Graph library.Methods in kieker.analysis.generic.graph with type parameters of type INode Modifier and Type Method Description static <N extends INode, E extends IEdge>
IGraph<N,E>GraphFactory. createGraph(java.lang.String name)static <N extends INode, E extends IEdge>
IGraph<N,E>GraphFactory. createGraph(java.lang.String id, com.google.common.graph.MutableNetwork<N,E> graph)<N extends INode, E extends IEdge>
IGraph<N,E>INode. getChildGraph()Methods in kieker.analysis.generic.graph that return INode Modifier and Type Method Description static INodeGraphFactory. createNode(java.lang.String id) -
Uses of INode in kieker.analysis.generic.graph.clustering
Classes in kieker.analysis.generic.graph.clustering with type parameters of type INode Modifier and Type Class Description classBasicCostFunction<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 INode Modifier and Type Class Description classGraphFlattenerStage<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 Modifier and Type Method Description voidTopLevelFlattener. visitNode(INode node) -
Uses of INode in kieker.analysis.generic.graph.impl
Classes in kieker.analysis.generic.graph.impl with type parameters of type INode Modifier and Type Class Description classGraphImpl<N extends INode,E extends IEdge>Graph with label.Classes in kieker.analysis.generic.graph.impl that implement INode Modifier and Type Class Description classNodeImplMethods in kieker.analysis.generic.graph.impl that return types with arguments of type INode Modifier and Type Method Description IGraph<INode,IEdge>NodeImpl. getChildGraph() -
Uses of INode in kieker.analysis.generic.graph.mapping
Classes in kieker.analysis.generic.graph.mapping with type parameters of type INode Modifier and Type Class Description classSimpleFileNameMapper<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 INode Modifier and Type Class Description classAbstractGraphTraverser<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 Modifier and Type Class Description classAbstractTransformer<O,N extends INode,E extends IEdge> -
Uses of INode in kieker.analysis.generic.sink.graph.blueprints
Classes in kieker.analysis.generic.sink.graph.blueprints with type parameters of type INode Modifier and Type Class Description classBlueprintsTransformer<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 INode Modifier and Type Class Description classDotExportBuilder<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>This stage writes aIGraphto givenWriterin the dot file format.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 INode Modifier and Type Class Description classGraphMLFileWriterStage<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 INode Modifier and Type Method Description protected voidGraphMLTransformer. transformVertex(INode vertex) -
Uses of INode in kieker.analysis.util.debug
Classes in kieker.analysis.util.debug with type parameters of type INode Modifier and Type Class Description classGraphPrinterStage<N extends INode,E extends IEdge>This stage printsGraphs to a givenPrintStreamorSystem.outif no one specified.