uk.ac.ucl.cs.emofocl.jmi
Class EMOFOCLXMIWriter

java.lang.Object
  extended by uk.ac.ucl.cs.emofocl.jmi.EMOFOCLXMIWriter
All Implemented Interfaces:
javax.jmi.xmi.XmiWriter

public class EMOFOCLXMIWriter
extends Object
implements javax.jmi.xmi.XmiWriter


Field Summary
static Logger LOGGER
          Logger object is public because it is used by class proxies to report errors during writing.
 
Constructor Summary
EMOFOCLXMIWriter()
           
 
Method Summary
 void write(OutputStream stream, Collection objects, String xmiVersion)
           
 void write(OutputStream stream, javax.jmi.reflect.RefPackage extent, String xmiVersion)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER

public static Logger LOGGER
Logger object is public because it is used by class proxies to report errors during writing.

Constructor Detail

EMOFOCLXMIWriter

public EMOFOCLXMIWriter()
Method Detail

write

public void write(OutputStream stream,
                  javax.jmi.reflect.RefPackage extent,
                  String xmiVersion)
           throws IOException
Specified by:
write in interface javax.jmi.xmi.XmiWriter
Throws:
IOException

write

public void write(OutputStream stream,
                  Collection objects,
                  String xmiVersion)
           throws IOException
Specified by:
write in interface javax.jmi.xmi.XmiWriter
Throws:
IOException