coras.dgm
Class DgmTransformer

java.lang.Object
  extended bycoras.dgm.DgmTransformer

public final class DgmTransformer
extends java.lang.Object

Helper class to transform CORAS UML models to XMI-Light.

Author:
Fredrik Vraalsen

Method Summary
static DgmTransformer getTransformer()
          Get the DGM -> XMI-Light Transformer instance.
 org.w3c.dom.Node getXmiLight(org.w3c.dom.Node dgm)
          Transform a CORAS UML model into XMI-Light.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTransformer

public static DgmTransformer getTransformer()
Get the DGM -> XMI-Light Transformer instance.

Returns:
the DGM -> XMI-Light Transformer, or null if unable to create

getXmiLight

public org.w3c.dom.Node getXmiLight(org.w3c.dom.Node dgm)
Transform a CORAS UML model into XMI-Light.

Parameters:
dgm - the CORAS UML model to transform
Returns:
the XMI-Light


Copyright © 2003-2005 SINTEF. All Rights Reserved.