Uses of Class
kieker.analysis.behavior.acceptance.matcher.EAcceptanceMode
Package | Description |
---|---|
kieker.analysis.behavior.acceptance.matcher |
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 EAcceptanceMode in kieker.analysis.behavior.acceptance.matcher
Methods in kieker.analysis.behavior.acceptance.matcher that return EAcceptanceMode Modifier and Type Method Description EAcceptanceMode
AcceptanceModeConverter. convert(java.lang.String arg0)
static EAcceptanceMode
EAcceptanceMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EAcceptanceMode[]
EAcceptanceMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in kieker.analysis.behavior.acceptance.matcher with parameters of type EAcceptanceMode Constructor Description GenericEntryCallAcceptanceMatcher(java.util.List<java.util.regex.Pattern> classPatterns, java.util.List<java.util.regex.Pattern> operationPatterns, EAcceptanceMode mode)