Class LogCheckConsistentTypes

  • All Implemented Interfaces:
    LogCheck

    public class LogCheckConsistentTypes
    extends java.lang.Object
    implements LogCheck
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean check​(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, LogCheckerReport report)  
      boolean checkEvents​(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, LogCheckerReport report)  
      boolean checkTraces​(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, LogCheckerReport report)  
      static LogCheck getInstance()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getInstance

        public static LogCheck getInstance()
      • checkTraces

        public boolean checkTraces​(org.processmining.framework.plugin.PluginContext context,
                                   org.deckfour.xes.model.XLog log,
                                   LogCheckerReport report)
      • checkEvents

        public boolean checkEvents​(org.processmining.framework.plugin.PluginContext context,
                                   org.deckfour.xes.model.XLog log,
                                   LogCheckerReport report)
      • check

        public boolean check​(org.processmining.framework.plugin.PluginContext context,
                             org.deckfour.xes.model.XLog log,
                             LogCheckerReport report)
        Specified by:
        check in interface LogCheck