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. graph
Methods in kieker.analysis.architecture.dependency that return IEdge Modifier and Type Method Description protected IEdge
AbstractDependencyGraphBuilder. 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 INode
AbstractDependencyGraphBuilder. 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 class
BehaviorModelToOpticsDataTransformation<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 class
UserBehaviorEdge
The 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 interface
IGraph<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 IEdge
GraphFactory. 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 class
BasicCostFunction<N extends INode,E extends IEdge>
Generic cost function implementation for graphs.class
GraphEditDistance<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 class
GraphFlattenerStage<N extends INode,E extends IEdge>
interface
IGraphFlattener<N extends INode,E extends IEdge>
class
TopLevelFlattener<N extends INode,E extends IEdge>
Methods in kieker.analysis.generic.graph.flattening with parameters of type IEdge Modifier and Type Method Description void
TopLevelFlattener. 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 class
GraphImpl<N extends INode,E extends IEdge>
Graph with label.Classes in kieker.analysis.generic.graph.impl that implement IEdge Modifier and Type Class Description class
EdgeImpl
Basic 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 class
SimpleFileNameMapper<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 class
AbstractGraphTraverser<N extends INode,E extends IEdge>
class
DeepGraphTraverser<N extends INode,E extends IEdge>
class
FlatGraphTraverser<N extends INode,E extends IEdge>
interface
IEdgeVisitor<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 class
AbstractTransformer<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 class
BlueprintsTransformer<N extends INode,E extends IEdge>
class
BlueprintsTransformerStage<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 class
DotExportBuilder<N extends INode,E extends IEdge>
class
DotExportMapper<N extends INode,E extends IEdge>
This class specifies how attributes (for graphs, vertices and edges) are mapped to a dot graph.class
DotFileWriterStage<N extends INode,E extends IEdge>
class
DotTransformer<N extends INode,E extends IEdge>
class
DotWriterStage<N extends INode,E extends IEdge>
This stage writes aIGraph
to givenWriter
in the dot file format.class
SimpleDotExportConfiguration<N extends INode,E extends IEdge>
ADotExportMapper
that 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 class
GraphMLFileWriterStage<N extends INode,E extends IEdge>
class
GraphMLTransformationStage<N extends INode,E extends IEdge>
class
GraphMLTransformer<N extends INode,E extends IEdge>
class
GraphMLWriterStage<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 class
GraphPrinterStage<N extends INode,E extends IEdge>
This stage printsGraph
s to a givenPrintStream
orSystem.out
if no one specified.