org.eclipse.gmt.umlx.xmi.util
Class XMIUtils.ShortPrefixedIdCreator
java.lang.Object
org.eclipse.gmt.umlx.xmi.util.XMIUtils.ShortPrefixedIdCreator
- All Implemented Interfaces:
- XMIUtils.IdCreator
- Enclosing class:
- XMIUtils
public static class XMIUtils.ShortPrefixedIdCreator
- extends java.lang.Object
- implements XMIUtils.IdCreator
Create short xmi:id's comprising a prefix and a count
Method Summary |
java.lang.String |
createId(org.eclipse.emf.ecore.EObject eObject,
java.util.Set<java.lang.String> knownIds)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMIUtils.ShortPrefixedIdCreator
public XMIUtils.ShortPrefixedIdCreator(java.lang.String prefix)
createId
public java.lang.String createId(org.eclipse.emf.ecore.EObject eObject,
java.util.Set<java.lang.String> knownIds)
- Specified by:
createId
in interface XMIUtils.IdCreator