Package hu.birot.OTKit.dataType.violation

Classes representing a violation of an OT constraint.

See:
          Description

Class Summary
BooleanViolation Violation with Boolean values (true or false).
FloatViolation A violation with a (double) floating point value.
IntegerViolation A violation with an integer value.
Violation Realizes a violation instance: the level at which a certain candidate violates a certain constraint (none, once, more times..., and variations of this theme).
 

Package hu.birot.OTKit.dataType.violation Description

Classes representing a violation of an OT constraint. This package contains the abstract class Violation, as well as a number of concrete implementations (subclasses).