UML

org.topcased.modeler.uml.compositestructuresdiagram.common.util
Class CollaborationHelper

java.lang.Object
  extended by org.topcased.modeler.uml.compositestructuresdiagram.common.util.CollaborationHelper

public final class CollaborationHelper
extends java.lang.Object

This class will be useful to find all the 'Collaboration' in the model It takes into account the full model exploration


Constructor Summary
CollaborationHelper()
          The default constructor
 
Method Summary
static java.util.List<org.eclipse.uml2.uml.Element> getAvailableCollaboration(org.eclipse.uml2.uml.Model model)
          Gets all the 'Collaboration' instance of the model
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollaborationHelper

public CollaborationHelper()
The default constructor

Method Detail

getAvailableCollaboration

public static java.util.List<org.eclipse.uml2.uml.Element> getAvailableCollaboration(org.eclipse.uml2.uml.Model model)
Gets all the 'Collaboration' instance of the model

Parameters:
container - The element to search in
Returns:
The list containing all the 'Collaboration' referenced in the current model.

UML

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.