Class AlphaLogRelationsImpl

    • Field Detail

      • parallelMatrix

        protected double[][] parallelMatrix
    • Constructor Detail

      • AlphaLogRelationsImpl

        public AlphaLogRelationsImpl​(org.deckfour.xes.model.XLog log)
      • AlphaLogRelationsImpl

        public AlphaLogRelationsImpl​(org.deckfour.xes.model.XLog log,
                                     org.deckfour.xes.info.XLogInfo summary)
      • AlphaLogRelationsImpl

        public AlphaLogRelationsImpl​(org.deckfour.xes.model.XLog log,
                                     org.processmining.framework.plugin.Progress progress)
      • AlphaLogRelationsImpl

        public AlphaLogRelationsImpl​(org.deckfour.xes.model.XLog log,
                                     org.deckfour.xes.info.XLogInfo summary,
                                     org.processmining.framework.plugin.Progress progress)
    • Method Detail

      • getParallelRelations

        public java.util.Map<org.processmining.framework.util.Pair<org.deckfour.xes.classification.XEventClass,​org.deckfour.xes.classification.XEventClass>,​java.lang.Double> getParallelRelations()
        Description copied from interface: EventRelations
        Returns a map from pairs of event classes to double, such that if a pair (x,y) of two event classes x and y are in the map, and the double value attached to this pair is greater than 0, then a parallel relation between x and y exists.

        It can be assumed that the double value attached to (x,y) equals the value attached to (y,x).

        The double value indicates the strength of the parallel relation and should be between 0 and 1 (inclusive).

        Returns:
        a map from pairs of event classes to doubles