Class 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 of EventType into a GraphViz representation of a Directly-Follows Graph

    Since:
    1.0
    Author:
    Andreas Pointner
    • Constructor Detail

      • GraphToDirectlyFollowsGraphGraphVizTransformer

        public GraphToDirectlyFollowsGraphGraphVizTransformer()
    • Method Detail

      • applyTransformation

        public String applyTransformation​(science.aist.gtf.graph.Graph<science.aist.xes.model.EventType,​Void> graph)
        Specified by:
        applyTransformation in interface science.aist.gtf.transformation.Transformer<science.aist.gtf.graph.Graph<science.aist.xes.model.EventType,​Void>,​String>