Class TSMinerPayloadHandler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.deckfour.xes.model.XEvent getSequenceElement​(java.util.List<org.deckfour.xes.model.XEvent> sequence, int i)
      Returns the i-th element of the sequence.
      java.lang.Object getSourceStateIdentifier​(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.Object getTargetStateIdentifier​(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.Object getTransitionIdentifier​(org.deckfour.xes.model.XEvent event)
      Returns the transition representation of the given element.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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: PayloadHandler
        Returns 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:
        getSourceStateIdentifier in interface PayloadHandler<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: PayloadHandler
        Returns 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:
        getTargetStateIdentifier in interface PayloadHandler<org.deckfour.xes.model.XEvent>
        Returns:
      • getTransitionIdentifier

        public java.lang.Object getTransitionIdentifier​(org.deckfour.xes.model.XEvent event)
        Description copied from interface: PayloadHandler
        Returns the transition representation of the given element.
        Specified by:
        getTransitionIdentifier in interface PayloadHandler<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: PayloadHandler
        Returns the i-th element of the sequence.
        Specified by:
        getSequenceElement in interface PayloadHandler<org.deckfour.xes.model.XEvent>
        Returns: