Uses of Class
org.processmining.logskeleton.models.Violation
-
Packages that use Violation Package Description org.processmining.logskeleton.models org.processmining.logskeleton.models.violations org.processmining.logskeleton.outputs -
-
Uses of Violation in org.processmining.logskeleton.models
Methods in org.processmining.logskeleton.models that return types with arguments of type Violation 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) -
Uses of Violation in org.processmining.logskeleton.models.violations
Subclasses of Violation in org.processmining.logskeleton.models.violations Modifier and Type Class Description classViolationCardinalityclassViolationEquivalenceclassViolationNotPrecedenceclassViolationNotResponseclassViolationPrecedenceclassViolationResponse -
Uses of Violation in org.processmining.logskeleton.outputs
Methods in org.processmining.logskeleton.outputs that return types with arguments of type Violation Modifier and Type Method Description java.util.Collection<Violation>CheckerOutput. getViolations()
-