net.sf.quarrel.uml
Interface ModelBuilder

All Known Implementing Classes:
ModelBuilder2, ModelBuilderImpl

public interface ModelBuilder

Interface for the class which builds an instance of the uml.Model class. No assumptions are made about the implementation of the interface.


Method Summary
 void add(FileElement element)
          Add an object parsed from the InputStream to the ModelBuilder.
 Model getModel()
          Returns the assempbled model.
 

Method Detail

getModel

public Model getModel()
Returns the assempbled model.

Returns:
the Model object populated using the data provided using the method().
See Also:
add(net.sf.quarrel.file.FileElement)

add

public void add(FileElement element)
Add an object parsed from the InputStream to the ModelBuilder. A new object will be added to underlying model to represent this object.

Parameters:
element - the object to be added to the model.


Copyright © 2006-2007. All Rights Reserved.