|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.argouml.model.AbstractUmlHelperDecorator
public abstract class AbstractUmlHelperDecorator
An abstract Decorator for the UmlHelper.
| Constructor Summary | |
|---|---|
AbstractUmlHelperDecorator(UmlHelper component)
|
|
| Method Summary | |
|---|---|
void |
addListenersToModel(java.lang.Object model)
Ensures that all of the elements in a model are registered to the UmlModelListener. |
void |
deleteCollection(java.util.Collection col)
Utility method to quickly delete a collection of modelelements. |
java.lang.Object |
getDestination(java.lang.Object relationship)
Returns the destination of some relationship. |
java.lang.Object |
getSource(java.lang.Object relationship)
Returns the source of some relationship. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractUmlHelperDecorator(UmlHelper component)
component - The component to decorate.| Method Detail |
|---|
public void addListenersToModel(java.lang.Object model)
UmlHelper
addListenersToModel in interface UmlHelpermodel - the UML modelpublic void deleteCollection(java.util.Collection col)
UmlHelper
deleteCollection in interface UmlHelpercol - a collection of modelelementspublic java.lang.Object getSource(java.lang.Object relationship)
UmlHelper
getSource in interface UmlHelperrelationship - the relationship to be tested
public java.lang.Object getDestination(java.lang.Object relationship)
UmlHelper
getDestination in interface UmlHelperrelationship - the relationship to be tested
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| ArgoUML © 1996-2006 | ArgoUML Homepage | ArgoUML Cookbook |