Package org.daml.validator.indications

Class Summary
CacheIndication This indication is used to notify the user what files were substituted or loaded from the cache.
CardinalityIndication Indication used for cardinality restriction violations.
CardinalityQIndication Indication used for cardinalityQ restriction violations.
FileExtensionIndication Indication used when a namespace or imports URI contains a filename extension.
HasClassIndication Indication used for cardinality restriction violations.
HasValueIndication Indication used for cardinality restriction violations.
IncorrectDomainIndication Indication used for domain restriction violations.
IncorrectRangeIndication Indication used for range restriction violations.
Indication Basic validator Indication object used to specify problems found by the validator.
InvalidNamespaceIndication Used when the parser is unable to find a namespace URI.
LiteralExpectedIndication Indication used for typed literals whose value does not match the datatype.
LoadIndication This indication is used to notify the user what files were substituted or loaded from the cache.
NotRDFIndication Indication for when the parsed URI contains no valid RDF/DAML statements.
OutdatedURIIndication Indication used when a namespace or imports URI is out of date.
ParseIndication A ParseIndication is created if the parser encounters a problem while parsing the URI to validate or a referenced namespace.
ResourceIndication This is a general indication used when the indication pertains to a resource and the location is a list of statements.
RestrictionIndication Indication used for general restriction violations.
StatementIndication Indication used for general indications about statements.
TypedLiteralMismatchIndication Indication used for typed literals whose value does not match the datatype.
TypedLiteralValueIndication Indication used for typed literals whose value does not match the datatype.
UndefinedPropertyIndication This indication is used when there is a resource that is referenced but does not exist.
UndefinedResourceIndication This indication is used when there is a resource that is referenced but does not exist.
URIIndication Generic Indication for URI based Indications.