Class LogAbstractionConnection
- java.lang.Object
-
- org.processmining.framework.connections.impl.AbstractConnection
-
- org.processmining.plugins.log.logabstraction.LogAbstractionConnection
-
- All Implemented Interfaces:
org.processmining.framework.connections.Connection
public class LogAbstractionConnection extends org.processmining.framework.connections.impl.AbstractConnectionConnect a log to its log abstraction- Author:
- michael
-
-
Constructor Summary
Constructors Constructor Description LogAbstractionConnection(org.deckfour.xes.model.XLog log, LogRelations relations)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LogAbstractionConnectiongetConnection(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, LogRelations relations)org.deckfour.xes.model.XLoggetLog()LogRelationsgetRelations()
-
-
-
Field Detail
-
LOG
public static final java.lang.String LOG
- See Also:
- Constant Field Values
-
RELATIONS
public static final java.lang.String RELATIONS
- See Also:
- Constant Field Values
-
-
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)
-
-