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.plugin   
org.eclipse.ocl.examples.common.utils   
org.eclipse.ocl.examples.domain.ids.impl   
org.eclipse.ocl.examples.domain.utilities   
org.eclipse.ocl.examples.pivot.uml   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.base.utilities   
 

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.
static class LabelGeneratorRegistry.Global
           
 

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)
          Deprecated. 
AbstractLabelGeneratorBuilder(ILabelGenerator.Registry registry, java.lang.Object labelledObject, java.util.Map<ILabelGenerator.Option<?>,java.lang.Object> options)
           
DefaultLabelGeneratorBuilder(ILabelGenerator.Registry registry, java.util.Map<ILabelGenerator.Option<?>,java.lang.Object> options)
          Deprecated. 
DefaultLabelGeneratorBuilder(ILabelGenerator.Registry registry, java.lang.Object labelledObject, 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 DynamicEObjectImplLabelGenerator.initialize(ILabelGenerator.Registry registry)
           
static void EAnnotationLabelGenerator.initialize(ILabelGenerator.Registry registry)
           
static void EGenericTypeLabelGenerator.initialize(ILabelGenerator.Registry 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.plugin
 

Fields in org.eclipse.ocl.examples.common.plugin declared as ILabelGenerator.Registry
protected  ILabelGenerator.Registry LabelGeneratorRegistryReader.registry
           
 

Constructors in org.eclipse.ocl.examples.common.plugin with parameters of type ILabelGenerator.Registry
LabelGeneratorRegistryReader(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.
 

Uses of ILabelGenerator.Registry in org.eclipse.ocl.examples.domain.ids.impl
 

Methods in org.eclipse.ocl.examples.domain.ids.impl with parameters of type ILabelGenerator.Registry
static void ElementIdLabelGenerator.initialize(ILabelGenerator.Registry registry)
           
 

Uses of ILabelGenerator.Registry in org.eclipse.ocl.examples.domain.utilities
 

Methods in org.eclipse.ocl.examples.domain.utilities with parameters of type ILabelGenerator.Registry
static void NameableLabelGenerator.initialize(ILabelGenerator.Registry registry)
           
 

Uses of ILabelGenerator.Registry in org.eclipse.ocl.examples.pivot.uml
 

Methods in org.eclipse.ocl.examples.pivot.uml with parameters of type ILabelGenerator.Registry
static void CommentLabelGenerator.initialize(ILabelGenerator.Registry registry)
           
static void LiteralBooleanLabelGenerator.initialize(ILabelGenerator.Registry registry)
           
static void LiteralIntegerLabelGenerator.initialize(ILabelGenerator.Registry registry)
           
static void LiteralNullLabelGenerator.initialize(ILabelGenerator.Registry registry)
           
static void LiteralRealLabelGenerator.initialize(ILabelGenerator.Registry registry)
           
static void LiteralStringLabelGenerator.initialize(ILabelGenerator.Registry registry)
           
static void LiteralUnlimitedNaturalLabelGenerator.initialize(ILabelGenerator.Registry registry)
           
static void NamedElementLabelGenerator.initialize(ILabelGenerator.Registry registry)
           
static void OpaqueExpressionLabelGenerator.initialize(ILabelGenerator.Registry registry)
           
static void PackageImportLabelGenerator.initialize(ILabelGenerator.Registry registry)
           
static void SlotLabelGenerator.initialize(ILabelGenerator.Registry registry)
           
static void UMLElementExtensionLabelGenerator.initialize(ILabelGenerator.Registry registry)
           
 

Uses of ILabelGenerator.Registry in org.eclipse.ocl.examples.pivot.utilities
 

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type ILabelGenerator.Registry
static void RootLabelGenerator.initialize(ILabelGenerator.Registry registry)
           
 

Uses of ILabelGenerator.Registry in org.eclipse.ocl.examples.xtext.base.utilities
 

Methods in org.eclipse.ocl.examples.xtext.base.utilities with parameters of type ILabelGenerator.Registry
static void NamedElementCSLabelGenerator.initialize(ILabelGenerator.Registry registry)