JAC project
AOPSYS
CEDRIC & LIP6 labs

org.objectweb.jac.aspects.naming
Class NameGenerator

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--org.objectweb.jac.aspects.naming.NameGenerator
All Implemented Interfaces:
Cloneable, Map, Serializable

public class NameGenerator
extends Hashtable

Generate names for objects using the classname and an integer counter.

See Also:
Serialized Form

Constructor Summary
NameGenerator()
          Creates a new NameGenerator
 
Method Summary
 String generateName(String className)
           
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NameGenerator

public NameGenerator()
Creates a new NameGenerator

Method Detail

generateName

public String generateName(String className)

Contact JAC development team:
Renaud Pawlak
Lionel Seinturier
Laurent Martelli