Class TSMinerPayloadHandler
- java.lang.Object
-
- org.processmining.plugins.transitionsystem.miner.TSMinerPayloadHandler
-
- All Implemented Interfaces:
EventPayloadHandler,PayloadHandler<org.deckfour.xes.model.XEvent>
public class TSMinerPayloadHandler extends java.lang.Object implements EventPayloadHandler
-
-
Constructor Summary
Constructors Constructor Description TSMinerPayloadHandler(TSMinerInput settings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.deckfour.xes.model.XEventgetSequenceElement(java.util.List<org.deckfour.xes.model.XEvent> sequence, int i)Returns the i-th element of the sequence.java.lang.ObjectgetSourceStateIdentifier(java.util.List<org.deckfour.xes.model.XEvent> sequence, int i)Returns the state representation (i.e., identifier) of the source state of the transition that corresponds to the i-th element of the sequence.java.lang.ObjectgetTargetStateIdentifier(java.util.List<org.deckfour.xes.model.XEvent> sequence, int i)Returns the state representation (i.e., identifier) of the target state of the transition that corresponds to the i-th element of the sequence.java.lang.ObjectgetTransitionIdentifier(org.deckfour.xes.model.XEvent event)Returns the transition representation of the given element.
-
-
-
Constructor Detail
-
TSMinerPayloadHandler
public TSMinerPayloadHandler(TSMinerInput settings)
-
-
Method Detail
-
getSourceStateIdentifier
public java.lang.Object getSourceStateIdentifier(java.util.List<org.deckfour.xes.model.XEvent> sequence, int i)Description copied from interface:PayloadHandlerReturns the state representation (i.e., identifier) of the source state of the transition that corresponds to the i-th element of the sequence.- Specified by:
getSourceStateIdentifierin interfacePayloadHandler<org.deckfour.xes.model.XEvent>- Returns:
-
getTargetStateIdentifier
public java.lang.Object getTargetStateIdentifier(java.util.List<org.deckfour.xes.model.XEvent> sequence, int i)Description copied from interface:PayloadHandlerReturns the state representation (i.e., identifier) of the target state of the transition that corresponds to the i-th element of the sequence.- Specified by:
getTargetStateIdentifierin interfacePayloadHandler<org.deckfour.xes.model.XEvent>- Returns:
-
getTransitionIdentifier
public java.lang.Object getTransitionIdentifier(org.deckfour.xes.model.XEvent event)
Description copied from interface:PayloadHandlerReturns the transition representation of the given element.- Specified by:
getTransitionIdentifierin interfacePayloadHandler<org.deckfour.xes.model.XEvent>- Returns:
-
getSequenceElement
public org.deckfour.xes.model.XEvent getSequenceElement(java.util.List<org.deckfour.xes.model.XEvent> sequence, int i)Description copied from interface:PayloadHandlerReturns the i-th element of the sequence.- Specified by:
getSequenceElementin interfacePayloadHandler<org.deckfour.xes.model.XEvent>- Returns:
-
-