|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object | +--org.argouml.uml.Profile
This abstract class captures the configurable behavior of Argo.
| Constructor Summary | |
|---|---|
Profile()
|
|
| Method Summary | |
|---|---|
abstract java.lang.String |
formatCollection(java.util.Iterator iter,
MNamespace namespace)
This method produces a string the represents the collection of model elements in the context of the specified namespace. |
abstract java.lang.String |
formatElement(MModelElement element,
MNamespace namespace)
This method produces a string that represents the specific model element in the context of the specified namespace. |
abstract MModel |
getProfileModel()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Profile()
| Method Detail |
public abstract java.lang.String formatElement(MModelElement element,
MNamespace namespace)
element - element to represent.namespace - context namespace (may be null).
public abstract java.lang.String formatCollection(java.util.Iterator iter,
MNamespace namespace)
iter - iterator over collectionnamespace - context namespace (may be null).
public abstract MModel getProfileModel()
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
| ArgoUML © 1996-2003 (20040229) | ArgoUML Project Home | ArgoUML Cookbook |