|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.argouml.model.uml.DataTypesHelperImpl
Helper class for UML Foundation::DataTypes Package.
Current implementation is a placeholder.
Field Summary | |
private NSUMLModelImplementation |
nsmodel
The model implementation. |
Constructor Summary | |
(package private) |
DataTypesHelperImpl(NSUMLModelImplementation implementation)
Don't allow instantiation. |
Method Summary | |
void |
copyTaggedValues(Object from,
Object to)
|
boolean |
equalsBRANCHKind(Object kind)
|
boolean |
equalsDeepHistoryKind(Object kind)
|
boolean |
equalsFORKKind(Object kind)
|
boolean |
equalsINITIALKind(Object kind)
|
boolean |
equalsJOINKind(Object kind)
|
boolean |
equalsJUNCTIONKind(Object kind)
|
boolean |
equalsShallowHistoryKind(Object kind)
|
String |
multiplicityToString(Object multiplicity)
Converts a Multiplicity to a String. |
void |
setLanguage(Object handle,
String language)
Sets the language of an expression. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private NSUMLModelImplementation nsmodel
Constructor Detail |
DataTypesHelperImpl(NSUMLModelImplementation implementation)
implementation
- To get other helpers and factories.Method Detail |
public void copyTaggedValues(Object from, Object to)
copyTaggedValues
in interface org.argouml.model.DataTypesHelper
from
- sourceto
- destinationpublic boolean equalsINITIALKind(Object kind)
equalsINITIALKind
in interface org.argouml.model.DataTypesHelper
kind
- the pseudostate kind
public boolean equalsDeepHistoryKind(Object kind)
equalsDeepHistoryKind
in interface org.argouml.model.DataTypesHelper
kind
- the pseudostate kind
public boolean equalsShallowHistoryKind(Object kind)
equalsShallowHistoryKind
in interface org.argouml.model.DataTypesHelper
kind
- the pseudostate kind
public boolean equalsFORKKind(Object kind)
equalsFORKKind
in interface org.argouml.model.DataTypesHelper
kind
- the pseudostate kind
public boolean equalsJOINKind(Object kind)
equalsJOINKind
in interface org.argouml.model.DataTypesHelper
kind
- the pseudostate kind
public boolean equalsBRANCHKind(Object kind)
equalsBRANCHKind
in interface org.argouml.model.DataTypesHelper
kind
- the pseudostate kind (Choice)
public boolean equalsJUNCTIONKind(Object kind)
equalsJUNCTIONKind
in interface org.argouml.model.DataTypesHelper
kind
- the pseudostate kind
public String multiplicityToString(Object multiplicity)
multiplicityToString
in interface org.argouml.model.DataTypesHelper
multiplicity
- The Multiplicity to convert.
IllegalArgumentException
- if multiplicity is not a Multiplicity.public void setLanguage(Object handle, String language)
setLanguage
in interface org.argouml.model.DataTypesHelper
handle
- is the expressionlanguage
- is the lang
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ArgoUML © 1996-2004 (20050222) | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |