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. graph
Methods in kieker.analysis.architecture.dependency that return INode Modifier and Type Method Description protected abstract INode
AbstractDependencyGraphBuilder. addVertex(DeployedOperation deployedOperation)
protected INode
AssemblyLevelComponentDependencyGraphBuilder. addVertex(DeployedOperation deployedOperation)
protected INode
AssemblyLevelOperationDependencyGraphBuilder. addVertex(DeployedOperation deployedOperation)
protected INode
DeploymentLevelComponentDependencyGraphBuilder. addVertex(DeployedOperation deployedOperation)
protected INode
DeploymentLevelContextDependencyGraphBuilder. addVertex(DeployedOperation deployedOperation)
protected INode
DeploymentLevelOperationDependencyGraphBuilder. addVertex(DeployedOperation deployedOperation)
protected INode
TypeLevelComponentDependencyGraphBuilder. addVertex(DeployedOperation deployedOperation)
protected INode
TypeLevelOperationDependencyGraphBuilder. addVertex(DeployedOperation deployedOperation)
protected INode
AbstractDependencyGraphBuilder. addVertexForEntry()
protected INode
AbstractDependencyGraphBuilder. 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 IEdge
AbstractDependencyGraphBuilder. addEdge(INode source, INode target, long calls)
void
ResponseTimeDecorator. 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 INode
AbstractDependencyGraphBuilder. 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.String
NodeLabelMapper. 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 void
UserSessionToBehaviorModelTransformation. 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 void
UserSessionToBehaviorModelTransformation. 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 class
BehaviorModelToOpticsDataTransformation<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 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 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 INode
GraphFactory. 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 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 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 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 INode Modifier and Type Method Description void
TopLevelFlattener. 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 class
GraphImpl<N extends INode,E extends IEdge>
Graph with label.Classes in kieker.analysis.generic.graph.impl that implement INode Modifier and Type Class Description class
NodeImpl
Methods 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 class
SimpleFileNameMapper<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 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
INodeVisitor<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 class
AbstractTransformer<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 class
BlueprintsTransformer<N extends INode,E extends IEdge>
class
BlueprintsTransformerStage<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 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 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 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>
Methods in kieker.analysis.generic.sink.graph.graphml with parameters of type INode Modifier and Type Method Description protected void
GraphMLTransformer. 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 class
GraphPrinterStage<N extends INode,E extends IEdge>
This stage printsGraph
s to a givenPrintStream
orSystem.out
if no one specified.