org.eclipse.emf.emfstore.fuzzy.emf
Class ESPredicates

java.lang.Object
  extended by org.eclipse.emf.emfstore.fuzzy.emf.ESPredicates

public final class ESPredicates
extends Object

A collection of Predicates to be used in conjunction with the ESCrossResourceReferencesModelMutator.

Since:
2.0
Author:
emueller

Method Summary
static com.google.common.base.Predicate<org.eclipse.emf.ecore.EObject> hasExternalReference()
          Returns a predicate that checks whether an given EObject has an external reference.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasExternalReference

public static com.google.common.base.Predicate<org.eclipse.emf.ecore.EObject> hasExternalReference()
Returns a predicate that checks whether an given EObject has an external reference.

Returns:
an ESEObjectHasExternalReference predicate


Copyright © 2015. All Rights Reserved.