Package science.aist.xestographviz
Class XesToGraphTransformer
- java.lang.Object
-
- science.aist.xestographviz.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 aGraph
- Since:
- 1.0
- Author:
- Andreas Pointner
-
-
Constructor Summary
Constructors Constructor Description XesToGraphTransformer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description science.aist.gtf.graph.Graph<science.aist.xes.model.EventType,Void>
applyTransformation(science.aist.xes.model.LogType log)
-
-
-
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 interfacescience.aist.gtf.transformation.Transformer<science.aist.xes.model.LogType,science.aist.gtf.graph.Graph<science.aist.xes.model.EventType,Void>>
-
-