Uses of Class
kieker.analysis.behavior.model.UserBehaviorEdge
Package | Description |
---|---|
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 |
-
Uses of UserBehaviorEdge in kieker.analysis.behavior
Methods in kieker.analysis.behavior that return types with arguments of type UserBehaviorEdge 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()
Method parameters in kieker.analysis.behavior with type arguments of type UserBehaviorEdge 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 UserBehaviorEdge in kieker.analysis.behavior.clustering
Methods in kieker.analysis.behavior.clustering with parameters of type UserBehaviorEdge Modifier and Type Method Description double
UserBehaviorCostFunction. computeEdgeInsertionCost(UserBehaviorEdge edge)
double
UserBehaviorCostFunction. edgeAnnotationDistance(UserBehaviorEdge edge1, UserBehaviorEdge edge2)
Calculates the distance between two edges.