Uses of Class
org.eclipse.ocl.examples.domain.ids.IdManager

Packages that use IdManager
org.eclipse.ocl.examples.domain.ids   
org.eclipse.ocl.examples.domain.ids.impl   
 

Uses of IdManager in org.eclipse.ocl.examples.domain.ids
 

Fields in org.eclipse.ocl.examples.domain.ids declared as IdManager
static IdManager IdManager.INSTANCE
          Deprecated. 
 

Uses of IdManager in org.eclipse.ocl.examples.domain.ids.impl
 

Constructors in org.eclipse.ocl.examples.domain.ids.impl with parameters of type IdManager
BindingsIdImpl(IdManager idManager, java.lang.Integer hashCode, ElementId[] elementIds)
          Construct a BindingsId for an idManager that has computed the hashCode for the typeIds.
GeneralizedCollectionTypeIdImpl(IdManager idManager, java.lang.String name)
           
GeneralizedTupleTypeIdImpl(IdManager idManager, java.lang.Integer hashCode, java.lang.String name, TuplePartId[] orderedPartIds)
           
NsURIPackageIdImpl(IdManager idManager, java.lang.String nsURI, org.eclipse.emf.ecore.EPackage ePackage)
          Deprecated. 
NsURIPackageIdImpl(IdManager idManager, java.lang.String nsURI, java.lang.String nsPrefix, org.eclipse.emf.ecore.EPackage ePackage)
           
ParametersIdImpl(IdManager idManager, java.lang.Integer hashCode, TypeId[] typeIds)
          Construct a ParametersId for an idManager that has computed the hashCode for the typeIds.
PrimitiveTypeIdImpl(IdManager idManager, java.lang.String name)
           
RootPackageIdImpl(IdManager idManager, java.lang.String name)
           
TemplateParameterIdImpl(IdManager idManager, int index)
           
TuplePartIdImpl(IdManager idManager, java.lang.Integer hashCode, int index, java.lang.String name, TypeId typeId)
           
UnspecifiedIdImpl(IdManager idManager, DomainType type)