|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.argouml.uml.UUIDManager
Field Summary | |
protected static java.net.InetAddress |
_address
|
protected static org.apache.log4j.Logger |
cat
Deprecated. by Linus Tolke as of 0.15.4. Create your own logger in your class instead. You should probably not inherit this class anyway. |
private static org.apache.log4j.Logger |
LOG
The logger. |
static UUIDManager |
SINGLETON
Deprecated. by Linus Tolke as of 0.15.4. Use getInstance()
instead. |
Constructor Summary | |
protected |
UUIDManager()
Deprecated. by Linus Tolke as of 0.15.4. Will be made private. Use the UUIDManager singleton instead. |
Method Summary | |
void |
createModelUUIDS(java.lang.Object model)
Deprecated. by Linus Tolke as of 0.15.4. I assume that the person that wrote the "temporary method" info message meant temporary method in the sense that it was implemented to temporarily solve a problem in the code and that it would eventually be removed when that problem was solved in some other way. By deprecating it I am moving this knowledge to compile time where it belongs, instead of having it in the log file at run time. If this assumption is wrong, then please explain what temporary method means. |
static UUIDManager |
getInstance()
Return the UUIDManager. |
java.lang.String |
getNewUUID()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static org.apache.log4j.Logger cat
private static org.apache.log4j.Logger LOG
public static UUIDManager SINGLETON
getInstance()
instead.
protected static java.net.InetAddress _address
Constructor Detail |
protected UUIDManager()
Method Detail |
public static UUIDManager getInstance()
public java.lang.String getNewUUID()
public void createModelUUIDS(java.lang.Object model)
If this assumption is wrong, then please explain what temporary method means.
model
- is the model that we operate on.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ArgoUML © 1996-2004 (20040316) | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |