|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The interface for the Helper for Uml.
Created from the old UmlHelper.
| Method Summary | |
void |
addListenersToModel(Object model)
Ensures that all of the elements in a model are registered to the UmlModelListener. |
void |
deleteCollection(Collection col)
Utility method to quickly delete a collection of modelelements. |
Object |
getDestination(Object relationShip)
Returns the destination of some relationship. |
Object |
getOwner(Object handle)
Deprecated. for 0.21 by tfmorris - use getModelElementContainer - this was never implemented for MDR, so any use would throw a run time exception. Will be removed quickly because of this. |
Object |
getSource(Object relationShip)
Returns the source of some relationship. |
| Method Detail |
public void addListenersToModel(Object model)
model - the UML modelpublic Object getOwner(Object handle)
handle - the modelelement
Facade.getModelElementContainer(Object)public void deleteCollection(Collection col)
col - a collection of modelelementspublic Object getSource(Object relationShip)
relationShip - the relationship to be tested
public Object getDestination(Object relationShip)
relationShip - 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 Developers' page | ArgoUML Cookbook |