Uses of Class
kieker.analysis.behavior.model.UserBehaviorEdge
Packages that use UserBehaviorEdge
Package
Description
Copyright 2026 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 UserBehaviorEdge in kieker.analysis.behavior
Methods in kieker.analysis.behavior that return types with arguments of type UserBehaviorEdgeModifier and TypeMethodDescriptioncom.google.common.graph.MutableNetwork<INode,UserBehaviorEdge> UserSessionToBehaviorModelTransformation.eventsToModel(List<EntryCallEvent> events) Converts a list of events into a behavior model.teetime.framework.OutputPort<IGraph<INode,UserBehaviorEdge>> ModelGenerationCompositeStage.getModelOutputPort()Method parameters in kieker.analysis.behavior with type arguments of type UserBehaviorEdgeModifier and TypeMethodDescriptionvoidUserSessionToBehaviorModelTransformation.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 UserBehaviorEdge in kieker.analysis.behavior.clustering
Methods in kieker.analysis.behavior.clustering with parameters of type UserBehaviorEdgeModifier and TypeMethodDescriptiondoubleUserBehaviorCostFunction.computeEdgeInsertionCost(UserBehaviorEdge edge) doubleUserBehaviorCostFunction.edgeAnnotationDistance(UserBehaviorEdge edge1, UserBehaviorEdge edge2) Calculates the distance between two edges.