|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object th.co.edge.jseq.argouml.util.MModelUtil
public class MModelUtil
A utility class to work with MModel
objects.
Method Summary | |
---|---|
static SequenceDiagram |
addSequenceDiagram(ru.novosoft.uml.model_management.MModel model,
Activation activation)
Creates a new SequenceDiagram based on an
Activation and adds it to the given MModel . |
static ru.novosoft.uml.model_management.MModel |
createMModel(java.lang.String name)
Returns a new MModel object with the given name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ru.novosoft.uml.model_management.MModel createMModel(java.lang.String name)
MModel
object with the given name.
name
- the name of the model to create
MModel
objectpublic static SequenceDiagram addSequenceDiagram(ru.novosoft.uml.model_management.MModel model, Activation activation) throws javax.xml.parsers.ParserConfigurationException
SequenceDiagram
based on an
Activation
and adds it to the given MModel
.
model
- the MModel
to which to add the sequence diagramactivation
- the Activation
on which to base the sequence
diagram
SequenceDiagram
javax.xml.parsers.ParserConfigurationException
- if there is some serious error in the XML configuration
(should normally not occur)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |