java.lang.Object
kieker.analysis.generic.graph.mapping.SimpleFileNameMapper<N,E>
- Type Parameters:
N- node typeE- edge type
public class SimpleFileNameMapper<N extends INode,E extends IEdge>
extends Object
implements Function<IGraph<N,E>,Path>
This function maps a graph to a file name with a specific pattern.
Pattern is defined as: output directory + graph name + file extension
- Since:
- 1.14
- Author:
- Sören Henning
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleFileNameMapper(Path outputDirectory, String fileExtension) Create a simple file mapper. -
Method Summary