Skip to content
Snippets Groups Projects
Commit 1d93c009 authored by Sören Henning's avatar Sören Henning
Browse files

moved BlueprintsTransformer

parent 03392996
No related branches found
No related tags found
1 merge request!17Get impletemented stages and Java 8
package kieker.analysis.graph.export;
package kieker.analysis.graph.export.blueprints;
import java.util.HashMap;
import java.util.Map;
......@@ -9,6 +9,7 @@ import kieker.analysis.graph.Direction;
import kieker.analysis.graph.Edge;
import kieker.analysis.graph.Graph;
import kieker.analysis.graph.Vertex;
import kieker.analysis.graph.export.AbstractTransformer;
public class BlueprintsTransformer extends AbstractTransformer<com.tinkerpop.blueprints.Graph> {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment