/* * generated by Xtext */ package fr.inria.diverse.iot.xtext.validation; import java.util.ArrayList; import java.util.List; import org.eclipse.emf.ecore.EPackage; public class AbstractIoTValidator extends org.eclipse.xtext.xbase.validation.XbaseValidator { @Override protected List<EPackage> getEPackages() { List<EPackage> result = new ArrayList<EPackage>(super.getEPackages()); result.add(EPackage.Registry.INSTANCE.getEPackage("http://iotlang/")); result.add(EPackage.Registry.INSTANCE.getEPackage("http://www.eclipse.org/xtext/xbase/Xbase")); result.add(EPackage.Registry.INSTANCE.getEPackage("http://www.eclipse.org/xtext/common/JavaVMTypes")); result.add(EPackage.Registry.INSTANCE.getEPackage("http://www.eclipse.org/xtext/xbase/Xtype")); return result; } }