java.lang.Objectorg.eclipse.gmt.umlx.xmi.util.XMIUtils.ExcludedEClassIdFilter
public static class XMIUtils.ExcludedEClassIdFilter
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 |
---|
public XMIUtils.ExcludedEClassIdFilter(org.eclipse.emf.ecore.EClass[] excludedClasses)
public XMIUtils.ExcludedEClassIdFilter(java.util.Set<org.eclipse.emf.ecore.EClass> excludedClasses)
Method Detail |
---|
public boolean createId(org.eclipse.emf.ecore.EObject eObject)
createId
in interface XMIUtils.IdFilter