Class LogAbstractionConnection

  • All Implemented Interfaces:
    org.processmining.framework.connections.Connection

    public class LogAbstractionConnection
    extends org.processmining.framework.connections.impl.AbstractConnection
    Connect a log to its log abstraction
    Author:
    michael
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String LOG  
      static java.lang.String RELATIONS  
      • Fields inherited from class org.processmining.framework.connections.impl.AbstractConnection

        manager
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static LogAbstractionConnection getConnection​(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, LogRelations relations)  
      org.deckfour.xes.model.XLog getLog()  
      LogRelations getRelations()  
      • Methods inherited from class org.processmining.framework.connections.impl.AbstractConnection

        containsObjects, containsObjects, equals, get, getID, getLabel, getMapping, getObjects, getObjectWithRole, getRoles, hashCode, isRemoved, put, remove, remove, setLabel, setManager, toString, updated
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LogAbstractionConnection

        public LogAbstractionConnection​(org.deckfour.xes.model.XLog log,
                                        LogRelations relations)
        Parameters:
        log -
        relations -
    • Method Detail

      • getLog

        public org.deckfour.xes.model.XLog getLog()
        Returns:
      • getRelations

        public LogRelations getRelations()
        Returns:
      • getConnection

        public static LogAbstractionConnection getConnection​(org.processmining.framework.plugin.PluginContext context,
                                                             org.deckfour.xes.model.XLog log,
                                                             LogRelations relations)