Class DirectPropertyMapper<T extends IElement>
java.lang.Object
kieker.analysis.generic.graph.mapping.DirectPropertyMapper<T>
- Type Parameters:
T- Type of elements
public final class DirectPropertyMapper<T extends IElement>
extends Object
implements Function<T,String>
This function maps a graph element by a passed property key to the
corresponding property value and returns it as string.
- Since:
- 1.14
- Author:
- Sören Henning