|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XmiWriter
A wrapper around the genuine XmiWriter that provides public access with no knowledge of actual UML implementation. Unlike many of the interfaces to the model there is no control to force a single instance of an XmiWriter. This is to allow work objects generated by the implementation to be garbage collected when an XmiWriter instance falls out of scope.
| Method Summary | |
|---|---|
void |
setXmiExtensionWriter(XmiExtensionWriter xmiExtensionWriter)
Set the object to call back in order to write extension elements into the XMI output stream. |
void |
write()
Write XMI to registered writer. |
| Method Detail |
|---|
void write()
throws UmlException
UmlException - if it goes wrongvoid setXmiExtensionWriter(XmiExtensionWriter xmiExtensionWriter)
xmiExtensionWriter - the writer to handle XMI extensions
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| ArgoUML © 1996-2006 | ArgoUML Homepage | ArgoUML Cookbook |