org.eclipse.ocl.examples.pivot.uml
Class UMLElementExtensionLabelGenerator

java.lang.Object
  extended by org.eclipse.ocl.examples.common.label.AbstractLabelGenerator<UMLElementExtension>
      extended by org.eclipse.ocl.examples.pivot.uml.UMLElementExtensionLabelGenerator
All Implemented Interfaces:
ILabelGenerator<UMLElementExtension>

public final class UMLElementExtensionLabelGenerator
extends AbstractLabelGenerator<UMLElementExtension>


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.ocl.examples.common.label.ILabelGenerator
ILabelGenerator.Builder, ILabelGenerator.Descriptor, ILabelGenerator.Option<T>, ILabelGenerator.Registry, ILabelGenerator.Self
 
Field Summary
 
Fields inherited from class org.eclipse.ocl.examples.common.label.AbstractLabelGenerator
labelledClass
 
Constructor Summary
UMLElementExtensionLabelGenerator()
           
 
Method Summary
 void buildLabelFor(ILabelGenerator.Builder labelBuilder, UMLElementExtension object)
           
static void initialize(ILabelGenerator.Registry registry)
           
 
Methods inherited from class org.eclipse.ocl.examples.common.label.AbstractLabelGenerator
getLabelledClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UMLElementExtensionLabelGenerator

public UMLElementExtensionLabelGenerator()
Method Detail

initialize

public static void initialize(ILabelGenerator.Registry registry)

buildLabelFor

public void buildLabelFor(@NonNull
                          ILabelGenerator.Builder labelBuilder,
                          @NonNull
                          UMLElementExtension object)