th.co.edge.jseq.argouml
Class ArgoUMLGenerator

java.lang.Object
  extended by th.co.edge.jseq.argouml.ArgoUMLGenerator

public class ArgoUMLGenerator
extends java.lang.Object

An ArgoUMLGenerator is used to generate ArgoUMLDiagrams 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

ArgoUMLGenerator

public ArgoUMLGenerator()
                 throws javax.xml.parsers.ParserConfigurationException
Creates a new ArgoUMLGenerator.

Throws:
javax.xml.parsers.ParserConfigurationException - if there is some serious error in the XML configuration (should normally not occur)
Method Detail

generate

public Diagram generate(ActivationList activationList)
                 throws javax.xml.parsers.ParserConfigurationException
Returns a new ArgoUMLDiagram representing the method calls in the given AcivationList.

Parameters:
activationList - the root activations to use to create the sequence diagrams
Returns:
a new ArgoUMLDiagram representing the root activations in activationList
Throws:
javax.xml.parsers.ParserConfigurationException - if there is some serious error in the XML configuration (should normally not occur)


Copyright © 2008 Edge Software, Co., Ltd.. All Rights Reserved.