de.cau.cs.kieler.core.model.xtend.validation
Class CheckValidationRegistry
java.lang.Object
de.cau.cs.kieler.core.model.xtend.validation.CheckValidationRegistry
- All Implemented Interfaces:
- IValidationRegistry
public class CheckValidationRegistry
- extends Object
- implements IValidationRegistry
Validation registry for the Check language.
- Rating

Method Summary |
void |
register(EPackage epackage,
String file,
boolean isWrapExistingValidator,
List<String> referencedEPackageNsURIs)
Register a check file in this registry. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheckValidationRegistry
public CheckValidationRegistry()
register
public void register(EPackage epackage,
String file,
boolean isWrapExistingValidator,
List<String> referencedEPackageNsURIs)
- Register a check file in this registry.
- Specified by:
register
in interface IValidationRegistry
- Parameters:
epackage
- the EMF packagefile
- the check fileisWrapExistingValidator
- True if the checkfile wraps around another checkfile and thus
has to be added after it.