Class DataRowBlockEventData<C,​P>

    • Constructor Detail

      • DataRowBlockEventData

        public DataRowBlockEventData()
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns:
        the name of the chain link for debug purposes
      • getStatusBusyMessage

        public java.lang.String getStatusBusyMessage()
        Returns:
        The text that is to be shown when this chainlink is executing, with two postfix dots.
      • createAttributeData

        public static java.util.List<DataRow<java.lang.Object>> createAttributeData​(IvMLogFiltered logFiltered,
                                                                                    org.processmining.plugins.inductiveminer2.attributes.Attribute attribute,
                                                                                    IvMCanceller canceller)