be.ac.vub.cocompose.io
Interface ModelWriter

All Known Implementing Classes:
FileModelWriter

public interface ModelWriter

Generic model writing interface for writing a model to its URI.

Since:
0.2.0
Version:
0.2.0, 08/12/2003
Author:
Dennis Wagelaar

Method Summary
 void write(Model model)
          Writes the model to its URI.
 

Method Detail

write

public void write(Model model)
           throws IOException,
                  ModelElementException
Writes the model to its URI.

Parameters:
model - - the model to write.
Throws:
IOException - - if the model could not be written.
ModelElementException - - if a model element could not be written.