de.cau.cs.kieler.core.model.validation
Interface IValidationRegistry
- All Known Implementing Classes:
- CheckValidationRegistry
public interface IValidationRegistry
Interface for validation registry classes.
- Rating

Method Summary |
void |
register(EPackage epackage,
String file,
boolean isWrapExistingValidator,
List<String> referencedEPackageNsURIs)
Register a check file in this registry. |
register
void register(EPackage epackage,
String file,
boolean isWrapExistingValidator,
List<String> referencedEPackageNsURIs)
- Register a check file in this registry.
- Parameters:
epackage
- the EMF packagefile
- the check fileisWrapExistingValidator
- True if the checkfile wraps around another checkfile and thus
has to be added after it.referencedEPackageNsURIs
-