Class IdentityConnection
- java.lang.Object
-
- org.processmining.framework.connections.impl.AbstractConnection
-
- org.processmining.log.xes.extensions.id.IdentityConnection
-
- All Implemented Interfaces:
org.processmining.framework.connections.Connection
public class IdentityConnection extends org.processmining.framework.connections.impl.AbstractConnectionThis class provides a mapping for the identity of XAttributeable elements. Given an ID, it returns the corresponding XAttributeable element. TODO- Author:
- jvdwerf
-
-
Constructor Summary
Constructors Constructor Description IdentityConnection(org.deckfour.xes.model.XLog log)IdentityConnection(org.deckfour.xes.model.XLog log, java.util.Map<java.lang.String,org.deckfour.xes.model.XAttributable> idmapping)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.deckfour.xes.model.XAttributablegetElement(java.lang.String id)org.deckfour.xes.model.XAttributablegetElement(org.deckfour.xes.id.XID id)org.deckfour.xes.model.XLoggetLog()
-
-
-
Constructor Detail
-
IdentityConnection
public IdentityConnection(org.deckfour.xes.model.XLog log) throws IdentitiesMissingException- Throws:
IdentitiesMissingException
-
IdentityConnection
public IdentityConnection(org.deckfour.xes.model.XLog log, java.util.Map<java.lang.String,org.deckfour.xes.model.XAttributable> idmapping)
-
-