test
Class Test4

java.lang.Object
  |
  +--test.Test4

public class Test4
extends java.lang.Object

Convert Rose file into XMI format. You'll need to install NSUML to run this example. It also shows how to reduce memory consumption by omitting certain nodes when parsing the petal file.

Version:
$Id: Test4.java,v 1.5 2001/11/01 15:56:49 dahm Exp $
Author:
M. Dahm

Constructor Summary
Test4()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test4

public Test4()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception