Class XesToGraphTransformer

  • All Implemented Interfaces:
    science.aist.gtf.transformation.Transformer<science.aist.xes.model.LogType,​science.aist.gtf.graph.Graph<science.aist.xes.model.EventType,​Void>>

    public class XesToGraphTransformer
    extends Object
    implements science.aist.gtf.transformation.Transformer<science.aist.xes.model.LogType,​science.aist.gtf.graph.Graph<science.aist.xes.model.EventType,​Void>>

    The transformation from the LogType into a Graph

    Since:
    1.0
    Author:
    Andreas Pointner
    • Constructor Detail

      • XesToGraphTransformer

        public XesToGraphTransformer()
    • Method Detail

      • applyTransformation

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