Uses of Interface
org.eclipse.ocl.examples.common.utils.XMIUtils.IdCreator

Packages that use XMIUtils.IdCreator
org.eclipse.ocl.examples.common.utils   
 

Uses of XMIUtils.IdCreator in org.eclipse.ocl.examples.common.utils
 

Classes in org.eclipse.ocl.examples.common.utils that implement XMIUtils.IdCreator
static class XMIUtils.HierachicalENamedElementIdCreator
          Create xmi:id's using the same hierarchical/URI fragment algorithm as EMOFResourceImpl
static class XMIUtils.LinearPrefixedIdCreator
          Create short xmi:id's comprising a prefix and a linearly increasing count
static class XMIUtils.ShortPrefixedIdCreator
          Create short xmi:id's comprising a prefix and a small random count
static class XMIUtils.UUIDCreator
          Create xmi:id's comprising a unique universal identifier
 

Methods in org.eclipse.ocl.examples.common.utils with parameters of type XMIUtils.IdCreator
static void XMIUtils.assignIds(org.eclipse.emf.ecore.resource.Resource resource, XMIUtils.IdCreator idCreator, XMIUtils.IdFilter idFilter)
          Assign an xmi:id to all objects in resource.