|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.geometricModel.SceneGraphObjectNameGenerator
public final class SceneGraphObjectNameGenerator
Singleton that is intended to create unique names for SceneGraph object instances.
| Method Summary | |
|---|---|
static SceneGraphObjectNameGenerator |
getInstance()
Get the single instance. |
String |
getUniqueName(String prefix)
Generate a unique Name by appending a sequence number to the given String. |
void |
resetSequence()
Resets the internal sequence to 1. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static SceneGraphObjectNameGenerator getInstance()
public String getUniqueName(String prefix)
prefix - the given String that will be extended by the generated
Number.
public void resetSequence()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||