net.sf.quarrel.uml
Class ModelBuilderImpl

java.lang.Object
  extended bynet.sf.quarrel.uml.ModelBuilderImpl
All Implemented Interfaces:
ModelBuilder

public class ModelBuilderImpl
extends java.lang.Object
implements ModelBuilder


Nested Class Summary
static class ModelBuilderImpl.InterfaceElementHandler
          Deprecated.  
 
Constructor Summary
ModelBuilderImpl()
          Deprecated.  
 
Method Summary
 void add(FileElement element)
          Deprecated. Add an object parsed from the InputStream to the ModelBuilder.
 void addAttribute(java.lang.String name, java.lang.String attribute)
          Deprecated. Adds the specified attribute to a class
 void addClass(java.lang.String className)
          Deprecated.  
 void addInterface(java.lang.String interfaceName)
          Deprecated.  
 void addOperation(java.lang.String name, java.lang.String operation)
          Deprecated.  
 void addRelationship(java.lang.String clientName, java.lang.String supplierName, RelationshipType relationshipType)
          Deprecated.  
 Model getModel()
          Deprecated. Returns the assempbled model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelBuilderImpl

public ModelBuilderImpl()
Deprecated. 
Method Detail

addClass

public void addClass(java.lang.String className)
Deprecated. 

getModel

public Model getModel()
Deprecated. 
Description copied from interface: ModelBuilder
Returns the assempbled model.

Specified by:
getModel in interface ModelBuilder
Returns:
the Model object populated using the data provided using the method().
See Also:
ModelBuilder.add(net.sf.quarrel.file.FileElement)

addInterface

public void addInterface(java.lang.String interfaceName)
Deprecated. 

addAttribute

public void addAttribute(java.lang.String name,
                         java.lang.String attribute)
Deprecated. 
Adds the specified attribute to a class

Parameters:
name - the name of the Structured Element
attribute - the name of the attribute

addOperation

public void addOperation(java.lang.String name,
                         java.lang.String operation)
Deprecated. 

addRelationship

public void addRelationship(java.lang.String clientName,
                            java.lang.String supplierName,
                            RelationshipType relationshipType)
Deprecated. 

add

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

Specified by:
add in interface ModelBuilder
Parameters:
element - the object to be added to the model.


Copyright © 2006-2007. All Rights Reserved.