org.argouml.uml
Class MMUtil

java.lang.Object
  extended byorg.argouml.uml.MMUtil

public class MMUtil
extends java.lang.Object

Class with utility methods. Now mostly outdated.


Field Summary
(package private)  org.apache.log4j.Logger cat
          Deprecated. by Linus Tolke as of 0.15.4. Create yourself a logger of your own in the class instead of using: MMUtil.SINGLETON.cat.error(blabla).
static java.lang.String GENERATED_TAG
          Deprecated. by Linus Tolke as of 0.15.4. Use the tag name from the model subsystem instead ModelFacade.GENERATED_TAG.
static MMUtil SINGLETON
          Deprecated. by Linus Tolke as of 0.15.4. This is a utility and not a singleton. Especially when the logger is removed this will be true.
static java.lang.Object STANDARDS
           
 
Constructor Summary
MMUtil()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cat

org.apache.log4j.Logger cat
Deprecated. by Linus Tolke as of 0.15.4. Create yourself a logger of your own in the class instead of using: MMUtil.SINGLETON.cat.error(blabla).


SINGLETON

public static MMUtil SINGLETON
Deprecated. by Linus Tolke as of 0.15.4. This is a utility and not a singleton. Especially when the logger is removed this will be true.


STANDARDS

public static java.lang.Object STANDARDS

GENERATED_TAG

public static final java.lang.String GENERATED_TAG
Deprecated. by Linus Tolke as of 0.15.4. Use the tag name from the model subsystem instead ModelFacade.GENERATED_TAG.

This tag is set on elements that are generated by reference when importing. If it is set, then the critics could ignore those objects if they want.

See Also:
Constant Field Values
Constructor Detail

MMUtil

public MMUtil()


ArgoUML © 1996-2004 (20040316)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook