org.eclipse.ocl.examples.codegen.common
Class NameQueries.NameAllocation<T>

java.lang.Object
  extended by org.eclipse.ocl.examples.codegen.common.NameQueries.NameAllocation<T>
Enclosing class:
NameQueries

public abstract static class NameQueries.NameAllocation<T>
extends java.lang.Object


Constructor Summary
NameQueries.NameAllocation()
           
 
Method Summary
protected abstract  java.lang.String computeUniqueText(T string)
           
 java.lang.String get(T string)
           
protected  boolean isUsed(java.lang.String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NameQueries.NameAllocation

public NameQueries.NameAllocation()
Method Detail

computeUniqueText

protected abstract java.lang.String computeUniqueText(T string)

get

public java.lang.String get(T string)

isUsed

protected boolean isUsed(java.lang.String string)