Uses of Class
org.processmining.lpmsupportedwords.models.ShortLog
-
Packages that use ShortLog Package Description org.processmining.lpmsupportedwords.algorithms org.processmining.lpmsupportedwords.models -
-
Uses of ShortLog in org.processmining.lpmsupportedwords.algorithms
Methods in org.processmining.lpmsupportedwords.algorithms with parameters of type ShortLog Modifier and Type Method Description static org.deckfour.xes.model.XLogMineSupportedWordsAlgorithm. wordsToLog(java.util.List<Word> words, ShortLog shortLog, org.deckfour.xes.factory.XFactory factory)Transforms a list of Words into an XLog with support attributes. -
Uses of ShortLog in org.processmining.lpmsupportedwords.models
Constructors in org.processmining.lpmsupportedwords.models with parameters of type ShortLog Constructor Description ShortLog(org.deckfour.xes.model.XLog log, ShortLog twin)Allows construction of a ShortLog with guaranteed the same classifier and legend (translations between ShortLog and XLog) as its twin.
-