Uses of Enum Class
kieker.analysis.behavior.acceptance.matcher.EAcceptanceMode
Packages that use EAcceptanceMode
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 EAcceptanceMode in kieker.analysis.behavior.acceptance.matcher
Methods in kieker.analysis.behavior.acceptance.matcher that return EAcceptanceModeModifier and TypeMethodDescriptionstatic EAcceptanceModeReturns the enum constant of this class with the specified name.static EAcceptanceMode[]EAcceptanceMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in kieker.analysis.behavior.acceptance.matcher with parameters of type EAcceptanceModeModifierConstructorDescriptionGenericEntryCallAcceptanceMatcher(List<Pattern> classPatterns, List<Pattern> operationPatterns, EAcceptanceMode mode)