de.cau.cs.kieler.core.model.xtend.validation
Class CheckValidationRegistry

java.lang.Object
  extended by 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 red

Constructor Summary
CheckValidationRegistry()
           
 
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
 

Constructor Detail

CheckValidationRegistry

public CheckValidationRegistry()
Method Detail

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 package
file - the check file
isWrapExistingValidator - True if the checkfile wraps around another checkfile and thus has to be added after it.