Salt  3.4.2
A powerful, tagset-independent and theory-neutral meta model and API for storing, manipulating, and representing nearly all types of linguistic data .
org.corpus_tools.salt.util.internal.ValidationResult Class Reference

A result object which is returned when a Salt model is checked for validity. More...

Public Member Functions

Collection< InvaliditygetInvalidities ()
 Returns all invalidities which have been found while checking the model. More...
 
boolean isValid ()
 Returns whether the checked model is valid or not. More...
 
int hashCode ()
 
boolean equals (Object obj)
 
String toString ()
 

Protected Member Functions

void add (Invalidity invalidity)
 

Detailed Description

A result object which is returned when a Salt model is checked for validity.

Author
florian

Member Function Documentation

◆ getInvalidities()

Collection<Invalidity> org.corpus_tools.salt.util.internal.ValidationResult.getInvalidities ( )

Returns all invalidities which have been found while checking the model.

Returns

◆ isValid()

boolean org.corpus_tools.salt.util.internal.ValidationResult.isValid ( )

Returns whether the checked model is valid or not.

Returns