Package | Description |
---|---|
de.gwdg.metadataqa.api.rule |
Rule catalog implementation.
|
Modifier and Type | Method and Description |
---|---|
static RuleCheckingOutput |
RuleCheckingOutput.create(boolean isNA,
boolean value) |
static RuleCheckingOutput |
RuleCheckingOutput.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleCheckingOutput[] |
RuleCheckingOutput.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MaxLengthChecker.update(PathCache cache,
FieldCounter<RuleCheckingOutput> results) |
void |
EqualityChecker.update(PathCache cache,
FieldCounter<RuleCheckingOutput> results) |
void |
EnumerationChecker.update(PathCache cache,
FieldCounter<RuleCheckingOutput> results) |
void |
MaxCountChecker.update(PathCache cache,
FieldCounter<RuleCheckingOutput> results) |
void |
PatternChecker.update(PathCache cache,
FieldCounter<RuleCheckingOutput> results) |
void |
HasValueChecker.update(PathCache cache,
FieldCounter<RuleCheckingOutput> results) |
void |
MinCountChecker.update(PathCache cache,
FieldCounter<RuleCheckingOutput> results) |
void |
RuleChecker.update(PathCache cache,
FieldCounter<RuleCheckingOutput> results)
A push method which is called by the subject, and which transport
information to the Observer objects.
|
void |
MinLengthChecker.update(PathCache cache,
FieldCounter<RuleCheckingOutput> results) |
void |
DisjointChecker.update(PathCache cache,
FieldCounter<RuleCheckingOutput> results) |
Copyright © 2020. All rights reserved.