|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The interface for the helper for DataTypes.
Created from the old DataTypesHelper.
| Method Summary | |
void |
copyTaggedValues(Object from,
Object to)
|
boolean |
equalsBRANCHKind(Object kind)
Deprecated. before 0.20 by tfmorris - UML 1.3 only - use Choice |
boolean |
equalsCHOICEKind(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 |
getBody(Object handle)
Gets the body of an expression. |
String |
getLanguage(Object handle)
Gets the language of an expression. |
String |
multiplicityToString(Object multiplicity)
Converts a Multiplicity to a String. |
Object |
setBody(Object handle,
String body)
Sets the body of an expression. |
Object |
setLanguage(Object handle,
String language)
Sets the language of an expression. |
| Method Detail |
public void copyTaggedValues(Object from,
Object to)
from - sourceto - destinationpublic boolean equalsINITIALKind(Object kind)
kind - the pseudostate kind
public boolean equalsDeepHistoryKind(Object kind)
kind - the pseudostate kind
public boolean equalsShallowHistoryKind(Object kind)
kind - the pseudostate kind
public boolean equalsFORKKind(Object kind)
kind - the pseudostate kind
public boolean equalsJOINKind(Object kind)
kind - the pseudostate kind
public boolean equalsBRANCHKind(Object kind)
kind - the pseudostate kind (Choice)
public boolean equalsCHOICEKind(Object kind)
kind - the pseudostate kind (Choice)
public boolean equalsJUNCTIONKind(Object kind)
kind - the pseudostate kind
public String multiplicityToString(Object multiplicity)
multiplicity - The Multiplicity to convert.
IllegalArgumentException - if multiplicity is not a Multiplicity.
public Object setBody(Object handle,
String body)
handle - The expression to modify.body - The body to set.
public String getBody(Object handle)
handle - The expression to get.
public Object setLanguage(Object handle,
String language)
handle - The expression.language - The new language.
public String getLanguage(Object handle)
handle - The expression to get.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ArgoUML © 1996-2006 | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |