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

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

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

Classes in org.eclipse.ocl.examples.common.label that implement ILabelGenerator
 class AbstractLabelGenerator<T>
           
 

Methods in org.eclipse.ocl.examples.common.label that return ILabelGenerator
 ILabelGenerator<?> ILabelGenerator.Registry.get(java.lang.Class<?> labelledClass)
           
 ILabelGenerator<?> LabelGeneratorRegistry.get(java.lang.Class<?> labelledClass)
           
 ILabelGenerator<?> ILabelGenerator.Descriptor.getLabelGenerator()
           
protected  ILabelGenerator<?> LabelGeneratorRegistry.getLabelGenerator(java.lang.Class<?> cls)
           
 

Methods in org.eclipse.ocl.examples.common.label with parameters of type ILabelGenerator
 java.lang.Object ILabelGenerator.Registry.install(java.lang.Class<?> labelledClass, ILabelGenerator<?> labelGenerator)
           
 java.lang.Object LabelGeneratorRegistry.install(java.lang.Class<?> labelledClass, ILabelGenerator<?> labelGenerator)
           
 

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

Classes in org.eclipse.ocl.examples.common.label.generators that implement ILabelGenerator
 class EcoreURILabelGenerator
           
 class ENamedElementLabelGenerator
           
 class EObjectLabelGenerator
           
 class StringLabelGenerator