Package science.aist.xestographviz
Class GraphToDirectlyFollowsGraphGraphVizTransformer
- java.lang.Object
-
- science.aist.xestographviz.GraphToDirectlyFollowsGraphGraphVizTransformer
-
- All Implemented Interfaces:
science.aist.gtf.transformation.Transformer<science.aist.gtf.graph.Graph<science.aist.xes.model.EventType,Void>,String>
public class GraphToDirectlyFollowsGraphGraphVizTransformer extends Object implements science.aist.gtf.transformation.Transformer<science.aist.gtf.graph.Graph<science.aist.xes.model.EventType,Void>,String>
Transformation from a
Graph
ofEventType
into a GraphViz representation of a Directly-Follows Graph- Since:
- 1.0
- Author:
- Andreas Pointner
-
-
Constructor Summary
Constructors Constructor Description GraphToDirectlyFollowsGraphGraphVizTransformer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
applyTransformation(science.aist.gtf.graph.Graph<science.aist.xes.model.EventType,Void> graph)
-