Package science.aist.fhirauditeventtoxes
Class FhirAuditEventsToXESLogTransformer
- java.lang.Object
-
- science.aist.fhirauditeventtoxes.FhirAuditEventsToXESLogTransformer
-
- All Implemented Interfaces:
science.aist.gtf.transformation.Transformer<AuditEventBundle,science.aist.xes.model.LogType>
public class FhirAuditEventsToXESLogTransformer extends Object implements science.aist.gtf.transformation.Transformer<AuditEventBundle,science.aist.xes.model.LogType>
Transformation between
AuditEvent
s andLogType
- Since:
- 1.0
- Author:
- Andreas Pointner
-
-
Constructor Summary
Constructors Constructor Description FhirAuditEventsToXESLogTransformer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description science.aist.xes.model.LogType
applyTransformation(AuditEventBundle auditEventBundle)
-
-
-
Method Detail
-
applyTransformation
public science.aist.xes.model.LogType applyTransformation(AuditEventBundle auditEventBundle)
- Specified by:
applyTransformation
in interfacescience.aist.gtf.transformation.Transformer<AuditEventBundle,science.aist.xes.model.LogType>
-
-