Package | Description |
---|---|
org.processmining.logskeleton.algorithms | |
org.processmining.logskeleton.models |
Modifier and Type | Method and Description |
---|---|
LogSkeletonCount |
BuilderAlgorithm.count(org.deckfour.xes.model.XLog log,
BuilderConfiguration configuration)
Returns the count for the provided log using the provided configuration.
|
Modifier and Type | Method and 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) |
Constructor and Description |
---|
LogSkeleton(LogSkeletonCount countModel) |