Uses of Class
org.processmining.logskeleton.models.LogSkeletonCount
-
Packages that use LogSkeletonCount Package Description org.processmining.logskeleton.algorithms org.processmining.logskeleton.models -
-
Uses of LogSkeletonCount in org.processmining.logskeleton.algorithms
Methods in org.processmining.logskeleton.algorithms that return LogSkeletonCount Modifier and Type Method Description LogSkeletonCountBuilderAlgorithm. count(org.deckfour.xes.model.XLog log, BuilderConfiguration configuration)Returns the count for the provided log using the provided configuration. -
Uses of LogSkeletonCount in org.processmining.logskeleton.models
Methods in org.processmining.logskeleton.models with parameters of type LogSkeletonCount Modifier and Type Method Description java.util.Collection<Violation>LogSkeleton. check(org.deckfour.xes.model.XTrace trace, LogSkeletonCount model, CheckerConfiguration configuration)Checks whether the provided trace and the provided count model violate this log skeleton or this count model, using the provided configuration.java.util.Collection<Violation>LogSkeletonCount. checkTransitionCounts(LogSkeletonCount model, CheckerConfiguration configuration, org.deckfour.xes.model.XTrace trace)Constructors in org.processmining.logskeleton.models with parameters of type LogSkeletonCount Constructor Description LogSkeleton(LogSkeletonCount countModel)
-