Modifier and Type | Method and Description |
---|---|
List<Short> |
Constraint.check(Constraint.Environment env,
Mutation mutation)
Checks a mutation for constrain violations.
|
Modifier and Type | Method and Description |
---|---|
List<Short> |
VisibilityConstraint.check(Constraint.Environment env,
Mutation mutation) |
Modifier and Type | Method and Description |
---|---|
List<Short> |
AlphaNumKeyConstraint.check(Constraint.Environment env,
Mutation mutation) |
List<Short> |
MaxMutationSize.check(Constraint.Environment env,
Mutation mutation) |
List<Short> |
NumericValueConstraint.check(Constraint.Environment env,
Mutation mutation) |
Modifier and Type | Method and Description |
---|---|
Violations |
ConstraintChecker.check(Constraint.Environment env,
Mutation m) |
List<Short> |
MetadataConstraints.check(Constraint.Environment env,
Mutation mutation) |
List<Short> |
UnsatisfiableConstraint.check(Constraint.Environment env,
Mutation mutation) |
Modifier and Type | Method and Description |
---|---|
List<Short> |
SlowConstraint.check(Constraint.Environment env,
Mutation mutation) |
Copyright © 2015 Apache Accumulo Project. All Rights Reserved.