|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gov.nasa.arc.brahms.vm.rt.NameManager
public class NameManager
NameManager is used to assign unique names to dynamically created concepts.
Constructor Summary | |
---|---|
NameManager()
|
Method Summary | |
---|---|
static java.lang.String |
getNewName(java.lang.String name)
Generates a unique name using an incrementing counter for the name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NameManager()
Method Detail |
---|
public static java.lang.String getNewName(java.lang.String name)
name
- the name to use as the basis for the new name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |