|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.quarrel.uml.ModelBuilderImpl
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 |
public ModelBuilderImpl()
Method Detail |
public void addClass(java.lang.String className)
public Model getModel()
ModelBuilder
getModel
in interface ModelBuilder
ModelBuilder.add(net.sf.quarrel.file.FileElement)
public void addInterface(java.lang.String interfaceName)
public void addAttribute(java.lang.String name, java.lang.String attribute)
name
- the name of the Structured Elementattribute
- the name of the attributepublic void addOperation(java.lang.String name, java.lang.String operation)
public void addRelationship(java.lang.String clientName, java.lang.String supplierName, RelationshipType relationshipType)
public void add(FileElement element)
ModelBuilder
add
in interface ModelBuilder
element
- the object to be added to the model.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |