Class SimpleFileNameMapper<N extends INode,E extends IEdge>

java.lang.Object
kieker.analysis.generic.graph.mapping.SimpleFileNameMapper<N,E>
Type Parameters:
N - node type
E - edge type
All Implemented Interfaces:
Function<IGraph<N,E>,Path>

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 Details

    • SimpleFileNameMapper

      public SimpleFileNameMapper(Path outputDirectory, String fileExtension)
      Create a simple file mapper.
      Parameters:
      outputDirectory - output directory path
      fileExtension - file extension for the graph
  • Method Details