org.eclipse.emf.emfstore.fuzzy.emf
Class ESEObjectHasExternalReference

java.lang.Object
  extended by org.eclipse.emf.emfstore.fuzzy.emf.ESEObjectHasExternalReference
All Implemented Interfaces:
com.google.common.base.Predicate<org.eclipse.emf.ecore.EObject>

public class ESEObjectHasExternalReference
extends Object
implements com.google.common.base.Predicate<org.eclipse.emf.ecore.EObject>

A predicate that checks whether a given project has an external reference, i.e. a cross-resource reference.

Since:
2.0
Author:
emueller

Constructor Summary
ESEObjectHasExternalReference()
           
 
Method Summary
 boolean apply(org.eclipse.emf.ecore.EObject root)
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Predicate
equals
 

Constructor Detail

ESEObjectHasExternalReference

public ESEObjectHasExternalReference()
Method Detail

apply

public boolean apply(org.eclipse.emf.ecore.EObject root)

Specified by:
apply in interface com.google.common.base.Predicate<org.eclipse.emf.ecore.EObject>
See Also:
Predicate.apply(java.lang.Object)


Copyright © 2015. All Rights Reserved.