Uses of Interface
org.eclipse.ocl.examples.common.label.ILabelGenerator.Registry

Packages that use ILabelGenerator.Registry
org.eclipse.ocl.examples.common.label   
org.eclipse.ocl.examples.common.label.generators   
org.eclipse.ocl.examples.common.utils   
 

Uses of ILabelGenerator.Registry in org.eclipse.ocl.examples.common.label
 

Classes in org.eclipse.ocl.examples.common.label that implement ILabelGenerator.Registry
 class LabelGeneratorRegistry
          DebugString supports generation of debug identification of objects, determining a name usuing the following alternatives.
 

Fields in org.eclipse.ocl.examples.common.label declared as ILabelGenerator.Registry
protected  ILabelGenerator.Registry LabelGeneratorRegistry.delegate
           
static ILabelGenerator.Registry ILabelGenerator.Registry.INSTANCE
           
protected  ILabelGenerator.Registry AbstractLabelGeneratorBuilder.registry
           
 

Methods in org.eclipse.ocl.examples.common.label that return ILabelGenerator.Registry
 ILabelGenerator.Registry AbstractLabelGeneratorBuilder.getRegistry()
           
 ILabelGenerator.Registry ILabelGenerator.Builder.getRegistry()
           
 

Methods in org.eclipse.ocl.examples.common.label with parameters of type ILabelGenerator.Registry
static void LabelGeneratorRegistry.initialize(ILabelGenerator.Registry registry)
           
 

Constructors in org.eclipse.ocl.examples.common.label with parameters of type ILabelGenerator.Registry
AbstractLabelGeneratorBuilder(ILabelGenerator.Registry registry, java.util.Map<ILabelGenerator.Option<?>,java.lang.Object> options)
           
DefaultLabelGeneratorBuilder(ILabelGenerator.Registry registry, java.util.Map<ILabelGenerator.Option<?>,java.lang.Object> options)
           
LabelGeneratorRegistry(ILabelGenerator.Registry delegate)
          Construct a registry that resolves label generators locally when possible but which delegates to delegate otherwise.
 

Uses of ILabelGenerator.Registry in org.eclipse.ocl.examples.common.label.generators
 

Methods in org.eclipse.ocl.examples.common.label.generators with parameters of type ILabelGenerator.Registry
static void ENamedElementLabelGenerator.initialize(ILabelGenerator.Registry registry)
           
static void EObjectLabelGenerator.initialize(ILabelGenerator.Registry registry)
           
static void EcoreURILabelGenerator.initialize(ILabelGenerator.Registry registry)
           
static void StringLabelGenerator.initialize(ILabelGenerator.Registry registry)
           
 

Uses of ILabelGenerator.Registry in org.eclipse.ocl.examples.common.utils
 

Fields in org.eclipse.ocl.examples.common.utils declared as ILabelGenerator.Registry
static ILabelGenerator.Registry EcoreUtils.QUALIFIED_NAME_REGISTRY
          The global QUALIFIED_NAME_REGISTRY is used by qualifiedNameFor to generate qualified names for objects; typically a :: separted hierarchical name.
static ILabelGenerator.Registry EcoreUtils.SIMPLE_NAME_REGISTRY
          The global SIMPLE_NAME_REGISTRY is used by simpleNameFor to generate simple names for objects; typically the name property.