org.eclipse.gmt.umlx.xmi.util
Class XMIUtils.ExcludedEClassIdFilter

java.lang.Object
  extended by org.eclipse.gmt.umlx.xmi.util.XMIUtils.ExcludedEClassIdFilter
All Implemented Interfaces:
XMIUtils.IdFilter
Enclosing class:
XMIUtils

public static class XMIUtils.ExcludedEClassIdFilter
extends java.lang.Object
implements XMIUtils.IdFilter


Constructor Summary
XMIUtils.ExcludedEClassIdFilter(org.eclipse.emf.ecore.EClass[] excludedClasses)
           
XMIUtils.ExcludedEClassIdFilter(java.util.Set<org.eclipse.emf.ecore.EClass> excludedClasses)
           
 
Method Summary
 boolean createId(org.eclipse.emf.ecore.EObject eObject)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMIUtils.ExcludedEClassIdFilter

public XMIUtils.ExcludedEClassIdFilter(org.eclipse.emf.ecore.EClass[] excludedClasses)

XMIUtils.ExcludedEClassIdFilter

public XMIUtils.ExcludedEClassIdFilter(java.util.Set<org.eclipse.emf.ecore.EClass> excludedClasses)
Method Detail

createId

public boolean createId(org.eclipse.emf.ecore.EObject eObject)
Specified by:
createId in interface XMIUtils.IdFilter