Class EventLog


  • public class EventLog
    extends java.lang.Object
    • Constructor Detail

      • EventLog

        public EventLog​(org.deckfour.xes.model.XLog log)
    • Method Detail

      • getDependencyMeasure

        public double getDependencyMeasure​(char a,
                                           char b)
      • getStringFormat

        public java.lang.String[] getStringFormat()
      • getAlphabetMap

        public java.util.Map<java.lang.String,​java.lang.Character> getAlphabetMap()
      • getEventClassifier

        public org.deckfour.xes.classification.XEventClassifier getEventClassifier()
      • getLogSize

        public int getLogSize()
      • getAlphabet

        public java.util.Collection<java.lang.Character> getAlphabet()
      • getAlphabetSize

        public int getAlphabetSize()
      • getXLog

        public org.deckfour.xes.model.XLog getXLog()
      • getXLogInfo

        public org.deckfour.xes.info.XLogInfo getXLogInfo()
      • getOriginalXLog

        public org.deckfour.xes.model.XLog getOriginalXLog()
      • getLabel

        public java.lang.String getLabel​(java.lang.Character c)
      • getCharacter

        public java.lang.Character getCharacter​(java.lang.String s)