Uses of Interface
kieker.analysis.generic.graph.IElement
Package | Description |
---|---|
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.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 |
-
Uses of IElement in kieker.analysis.behavior.model
Classes in kieker.analysis.behavior.model that implement IElement Modifier and Type Class Description class
UserBehaviorEdge
The edge between two nodes of a BehaviorModel. -
Uses of IElement in kieker.analysis.generic.graph
Subinterfaces of IElement in kieker.analysis.generic.graph Modifier and Type Interface Description interface
IEdge
Marker Interface for edges.interface
INode
Generic node interface. -
Uses of IElement in kieker.analysis.generic.graph.impl
Classes in kieker.analysis.generic.graph.impl that implement IElement Modifier and Type Class Description class
EdgeImpl
Basic edge class to contain attributes.class
ElementImpl
class
NodeImpl
-
Uses of IElement in kieker.analysis.generic.graph.mapping
Classes in kieker.analysis.generic.graph.mapping with type parameters of type IElement Modifier and Type Class Description class
DirectPropertyMapper<T extends IElement>
This function maps a graph element by a passed property key to the corresponding property value and returns it as string.Methods in kieker.analysis.generic.graph.mapping with type parameters of type IElement Modifier and Type Method Description static <T extends IElement>
DirectPropertyMapper<T>DirectPropertyMapper. of(java.lang.String propertyKey)