Uses of Interface
org.eclipse.ocl.examples.domain.ids.NestedTypeId

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

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

Subinterfaces of NestedTypeId in org.eclipse.ocl.examples.domain.ids
 interface ClassId
          A ClassId provides a unique hierarchical identifier for a class which is nested by unique name in a parent package.
 interface DataTypeId
          A DataTypeId provides a unique hierarchical identifier for a datatype which is nested by unique name in a parent package.
 interface EnumerationId
          A EnumerationId provides a unique hierarchical for an enumeration which may have many 'actual' type variants.
 

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

Classes in org.eclipse.ocl.examples.domain.ids.impl that implement NestedTypeId
 class EnumerationIdImpl
           
 class GeneralizedClassIdImpl
           
 class GeneralizedDataTypeIdImpl
           
 class GeneralizedNestedTypeIdImpl
           
 class UnspecifiedIdImpl