Package | Description |
---|---|
org.processmining.logskeleton.models | |
org.processmining.logskeleton.models.violations | |
org.processmining.logskeleton.outputs |
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) |
Modifier and Type | Class and Description |
---|---|
class |
ViolationCardinality |
class |
ViolationEquivalence |
class |
ViolationNotPrecedence |
class |
ViolationNotResponse |
class |
ViolationPrecedence |
class |
ViolationResponse |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Violation> |
CheckerOutput.getViolations() |