|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.argouml.model.AbstractDataTypesHelperDecorator
An abstract Decorator for the DataTypesHelper.
| Method Summary | |
void |
copyTaggedValues(Object from,
Object to)
|
boolean |
equalsBRANCHKind(Object kind)
|
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. |
protected DataTypesHelper |
getComponent()
The component we are decorating. |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
protected DataTypesHelper getComponent()
public void copyTaggedValues(Object from,
Object to)
copyTaggedValues in interface DataTypesHelperfrom - sourceto - destinationDataTypesHelper.copyTaggedValues(
java.lang.Object,
java.lang.Object)public boolean equalsINITIALKind(Object kind)
equalsINITIALKind in interface DataTypesHelperkind - the pseudostate kind
DataTypesHelper.equalsINITIALKind(java.lang.Object)public boolean equalsDeepHistoryKind(Object kind)
equalsDeepHistoryKind in interface DataTypesHelperkind - the pseudostate kind
DataTypesHelper.equalsDeepHistoryKind(java.lang.Object)public boolean equalsShallowHistoryKind(Object kind)
equalsShallowHistoryKind in interface DataTypesHelperkind - the pseudostate kind
DataTypesHelper.equalsShallowHistoryKind(java.lang.Object)public boolean equalsFORKKind(Object kind)
equalsFORKKind in interface DataTypesHelperkind - the pseudostate kind
DataTypesHelper.equalsFORKKind(java.lang.Object)public boolean equalsJOINKind(Object kind)
equalsJOINKind in interface DataTypesHelperkind - the pseudostate kind
DataTypesHelper.equalsJOINKind(java.lang.Object)public boolean equalsBRANCHKind(Object kind)
equalsBRANCHKind in interface DataTypesHelperkind - the pseudostate kind (Choice)
DataTypesHelper.equalsBRANCHKind(java.lang.Object)public boolean equalsCHOICEKind(Object kind)
equalsCHOICEKind in interface DataTypesHelperkind - the pseudostate kind (Choice)
DataTypesHelper.equalsCHOICEKind(java.lang.Object)public boolean equalsJUNCTIONKind(Object kind)
equalsJUNCTIONKind in interface DataTypesHelperkind - the pseudostate kind
DataTypesHelper.equalsJUNCTIONKind(java.lang.Object)public String multiplicityToString(Object multiplicity)
DataTypesHelper
multiplicityToString in interface DataTypesHelpermultiplicity - The Multiplicity to convert.
DataTypesHelper.multiplicityToString(java.lang.Object)
public Object setBody(Object handle,
String body)
DataTypesHelper
setBody in interface DataTypesHelperhandle - The expression to modify.body - The body to set.
DataTypesHelper.setBody(java.lang.Object,
java.lang.String)public String getBody(Object handle)
DataTypesHelper
getBody in interface DataTypesHelperhandle - The expression to get.
DataTypesHelper.getBody(java.lang.Object)
public Object setLanguage(Object handle,
String language)
DataTypesHelper
setLanguage in interface DataTypesHelperhandle - The expression.language - The new language.
DataTypesHelper.setLanguage(java.lang.Object,
java.lang.String)public String getLanguage(Object handle)
DataTypesHelper
getLanguage in interface DataTypesHelperhandle - The expression to get.
DataTypesHelper.getLanguage(java.lang.Object)
|
|||||||||||
| 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 |