org.argouml.model.uml.foundation.datatypes
Class DataTypesHelper

java.lang.Object
  |
  +--org.argouml.model.uml.foundation.datatypes.DataTypesHelper

public class DataTypesHelper
extends java.lang.Object

Helper class for UML Foundation::DataTypes Package.

Current implementation is a placeholder.

Since:
ARGO0.11.2

Field Summary
private static DataTypesHelper SINGLETON
          Singleton instance.
 
Constructor Summary
private DataTypesHelper()
          Don't allow instantiation.
 
Method Summary
 void copyTaggedValues(MModelElement from, MModelElement to)
           
 boolean equalsBRANCHKind(java.lang.Object kind)
           
 boolean equalsDEEP_HISTORYKind(java.lang.Object kind)
           
 boolean equalsFORKKind(java.lang.Object kind)
           
 boolean equalsINITIALKind(java.lang.Object kind)
           
 boolean equalsJOINKind(java.lang.Object kind)
           
 boolean equalsSHALLOW_HISTORYKind(java.lang.Object kind)
           
static DataTypesHelper getHelper()
          Singleton instance access method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SINGLETON

private static DataTypesHelper SINGLETON
Singleton instance.

Constructor Detail

DataTypesHelper

private DataTypesHelper()
Don't allow instantiation.

Method Detail

getHelper

public static DataTypesHelper getHelper()
Singleton instance access method.

Returns:
the singleton instance.

copyTaggedValues

public void copyTaggedValues(MModelElement from,
                             MModelElement to)

equalsINITIALKind

public boolean equalsINITIALKind(java.lang.Object kind)

equalsDEEP_HISTORYKind

public boolean equalsDEEP_HISTORYKind(java.lang.Object kind)

equalsSHALLOW_HISTORYKind

public boolean equalsSHALLOW_HISTORYKind(java.lang.Object kind)

equalsFORKKind

public boolean equalsFORKKind(java.lang.Object kind)

equalsJOINKind

public boolean equalsJOINKind(java.lang.Object kind)

equalsBRANCHKind

public boolean equalsBRANCHKind(java.lang.Object kind)


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