Class 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 AuditEvents and LogType

    Since:
    1.0
    Author:
    Andreas Pointner
    • Constructor Detail

      • FhirAuditEventsToXESLogTransformer

        public FhirAuditEventsToXESLogTransformer()
    • Method Detail

      • applyTransformation

        public science.aist.xes.model.LogType applyTransformation​(AuditEventBundle auditEventBundle)
        Specified by:
        applyTransformation in interface science.aist.gtf.transformation.Transformer<AuditEventBundle,​science.aist.xes.model.LogType>