Uses of Class
kieker.model.system.model.AbstractTrace
| Package | Description |
|---|---|
| kieker.model.system.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.model.system.model.util |
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 AbstractTrace in kieker.model.system.model
Classes in kieker.model.system.model with type parameters of type AbstractTrace Modifier and Type Class Description classAbstractSession<T extends AbstractTrace>Sessions group traces which belong to the same high-level user interaction.Subclasses of AbstractTrace in kieker.model.system.model Modifier and Type Class Description classExecutionTraceThis class is a container for a whole trace of executions (represented as instances ofExecution).classMessageTraceThis class is a container for a whole trace of messages (represented as actual instances ofAbstractMessage). -
Uses of AbstractTrace in kieker.model.system.model.util
Methods in kieker.model.system.model.util with parameters of type AbstractTrace Modifier and Type Method Description intTraceEndTimestampComparator. compare(AbstractTrace o1, AbstractTrace o2)intTraceStartTimestampComparator. compare(AbstractTrace o1, AbstractTrace o2)