I have a problem with nsuml 1.4 while writting the xmi file.
mt.setSource(ori); // ori is instance of MStateVertex and mt is instance of MTransition
The exception generated in "writer.gen()" (writer is instance of XMIWriter) is IncompleteXMIException.
What does it mean? How can I solve it?
Log in to post a comment.
I have a problem with nsuml 1.4 while writting the xmi file.
mt.setSource(ori); // ori is instance of MStateVertex and mt is instance of MTransition
The exception generated in "writer.gen()" (writer is instance of XMIWriter) is IncompleteXMIException.
What does it mean? How can I solve it?