UML

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

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

public final class ConnectorHelper
extends java.lang.Object

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


Constructor Summary
ConnectorHelper()
          The default constructor
 
Method Summary
static java.util.List<org.eclipse.uml2.uml.Element> getAvailableConnector(org.eclipse.uml2.uml.Package package_)
          Gets all the 'Connector' instances of the model
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectorHelper

public ConnectorHelper()
The default constructor

Method Detail

getAvailableConnector

public static java.util.List<org.eclipse.uml2.uml.Element> getAvailableConnector(org.eclipse.uml2.uml.Package package_)
Gets all the 'Connector' instances of the model

Parameters:
package_ - The start element to search in
Returns:
The list containing all the 'Connector' objects referenced in the current package.

UML

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