Uses of Interface
kieker.analysis.generic.graph.IEdge
| 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.clustering | |
| kieker.analysis.behavior.model |
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 |
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 IEdge in kieker.analysis.architecture.dependency
Fields in kieker.analysis.architecture.dependency with type parameters of type IEdge Modifier and Type Field Description protected IGraph<INode,IEdge>AbstractDependencyGraphBuilder. graphMethods in kieker.analysis.architecture.dependency that return IEdge Modifier and Type Method Description protected IEdgeAbstractDependencyGraphBuilder. addEdge(INode source, INode target, long calls)Methods in kieker.analysis.architecture.dependency that return types with arguments of type IEdge 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)Method parameters in kieker.analysis.architecture.dependency with type arguments of type IEdge Modifier and Type Method Description protected INodeAbstractDependencyGraphBuilder. addVertexIfAbsent(IGraph<INode,IEdge> checkGraph, java.lang.String id) -
Uses of IEdge in kieker.analysis.architecture.dependency.export.dot
Methods in kieker.analysis.architecture.dependency.export.dot that return types with arguments of type IEdge 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 IEdge in kieker.analysis.architecture.trace.graph
Methods in kieker.analysis.architecture.trace.graph that return types with arguments of type IEdge 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 IEdge Constructor Description GraphTransformerVisitor(IGraph<INode,IEdge> graph) -
Uses of IEdge in kieker.analysis.architecture.trace.graph.dot
Constructor parameters in kieker.analysis.architecture.trace.graph.dot with type arguments of type IEdge Constructor Description DotTraceGraphFileWriterStage(java.nio.file.Path outputDirectory, DotExportMapper<INode,IEdge> exportConfiguration) -
Uses of IEdge in kieker.analysis.behavior.clustering
Classes in kieker.analysis.behavior.clustering with type parameters of type IEdge Modifier and Type Class Description classBehaviorModelToOpticsDataTransformation<N extends INode,E extends IEdge>Converts Behavior Models to Optics Data objects. -
Uses of IEdge in kieker.analysis.behavior.model
Classes in kieker.analysis.behavior.model that implement IEdge Modifier and Type Class Description classUserBehaviorEdgeThe edge between two nodes of a BehaviorModel. -
Uses of IEdge in kieker.analysis.generic.graph
Classes in kieker.analysis.generic.graph with type parameters of type IEdge 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 IEdge 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 IEdge Modifier and Type Method Description static IEdgeGraphFactory. createEdge(java.lang.String id) -
Uses of IEdge in kieker.analysis.generic.graph.clustering
Classes in kieker.analysis.generic.graph.clustering with type parameters of type IEdge 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 IEdge in kieker.analysis.generic.graph.flattening
Classes in kieker.analysis.generic.graph.flattening with type parameters of type IEdge 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 IEdge Modifier and Type Method Description voidTopLevelFlattener. visitEdge(IEdge edge) -
Uses of IEdge in kieker.analysis.generic.graph.impl
Classes in kieker.analysis.generic.graph.impl with type parameters of type IEdge Modifier and Type Class Description classGraphImpl<N extends INode,E extends IEdge>Graph with label.Classes in kieker.analysis.generic.graph.impl that implement IEdge Modifier and Type Class Description classEdgeImplBasic edge class to contain attributes.Methods in kieker.analysis.generic.graph.impl that return types with arguments of type IEdge Modifier and Type Method Description IGraph<INode,IEdge>NodeImpl. getChildGraph() -
Uses of IEdge in kieker.analysis.generic.graph.mapping
Classes in kieker.analysis.generic.graph.mapping with type parameters of type IEdge 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 IEdge in kieker.analysis.generic.graph.traversal
Classes in kieker.analysis.generic.graph.traversal with type parameters of type IEdge 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>interfaceIEdgeVisitor<E extends IEdge> -
Uses of IEdge in kieker.analysis.generic.sink.graph
Classes in kieker.analysis.generic.sink.graph with type parameters of type IEdge Modifier and Type Class Description classAbstractTransformer<O,N extends INode,E extends IEdge> -
Uses of IEdge in kieker.analysis.generic.sink.graph.blueprints
Classes in kieker.analysis.generic.sink.graph.blueprints with type parameters of type IEdge Modifier and Type Class Description classBlueprintsTransformer<N extends INode,E extends IEdge>classBlueprintsTransformerStage<N extends INode,E extends IEdge> -
Uses of IEdge in kieker.analysis.generic.sink.graph.dot
Classes in kieker.analysis.generic.sink.graph.dot with type parameters of type IEdge 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 IEdge in kieker.analysis.generic.sink.graph.graphml
Classes in kieker.analysis.generic.sink.graph.graphml with type parameters of type IEdge 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> -
Uses of IEdge in kieker.analysis.util.debug
Classes in kieker.analysis.util.debug with type parameters of type IEdge Modifier and Type Class Description classGraphPrinterStage<N extends INode,E extends IEdge>This stage printsGraphs to a givenPrintStreamorSystem.outif no one specified.