Uses of Interface
kieker.analysis.generic.IValueConverter
Package | Description |
---|---|
kieker.analysis.generic |
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 IValueConverter in kieker.analysis.generic
Classes in kieker.analysis.generic that implement IValueConverter Modifier and Type Class Description class
FunctionNameValueConverter
In Fortran the compiler might suffix function names in the object file with an _.class
StringValueConverter
Select and convert a string for the @{link MapFileReader}.Constructors in kieker.analysis.generic with parameters of type IValueConverter Constructor Description MapFileReader(java.nio.file.Path mapFilePath, java.lang.String separator, java.util.Map<T,R> map, IValueConverter<T> keyConverter, IValueConverter<R> valueConverter)