public interface IEEFDomainClassTester
| Modifier and Type | Method and Description |
|---|---|
boolean |
eInstanceOf(org.eclipse.emf.ecore.EObject eObject,
java.lang.String domainClass)
Indicates if the given eObject matches the given domainClass.
|
boolean eInstanceOf(org.eclipse.emf.ecore.EObject eObject,
java.lang.String domainClass)
eObject - The EObjectdomainClass - The domain classtrue if the eObject matches the given domain, false otherwise