de.cau.cs.kieler.core.model.validation
Interface IValidationRegistry

All Known Implementing Classes:
CheckValidationRegistry

public interface IValidationRegistry

Interface for validation registry classes.

Rating red

Method Summary
 void register(EPackage epackage, String file, boolean isWrapExistingValidator, List<String> referencedEPackageNsURIs)
          Register a check file in this registry.
 

Method Detail

register

void register(EPackage epackage,
              String file,
              boolean isWrapExistingValidator,
              List<String> referencedEPackageNsURIs)
Register a check file in this registry.

Parameters:
epackage - the EMF package
file - the check file
isWrapExistingValidator - True if the checkfile wraps around another checkfile and thus has to be added after it.
referencedEPackageNsURIs -