|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object th.co.edge.jseq.argouml.ArgoUMLGenerator
public class ArgoUMLGenerator
An ArgoUMLGenerator
is used to generate
ArgoUMLDiagram
s from an ActivationList
representing a number of root activations.
Constructor Summary | |
---|---|
ArgoUMLGenerator()
Creates a new ArgoUMLGenerator . |
Method Summary | |
---|---|
Diagram |
generate(ActivationList activationList)
Returns a new ArgoUMLDiagram representing the method calls
in the given AcivationList . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArgoUMLGenerator() throws javax.xml.parsers.ParserConfigurationException
ArgoUMLGenerator
.
javax.xml.parsers.ParserConfigurationException
- if there is some serious error in the XML configuration
(should normally not occur)Method Detail |
---|
public Diagram generate(ActivationList activationList) throws javax.xml.parsers.ParserConfigurationException
ArgoUMLDiagram
representing the method calls
in the given AcivationList
.
activationList
- the root activations to use to create the sequence diagrams
ArgoUMLDiagram
representing the root
activations in activationList
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 |