public abstract class ElementHelper
extends java.lang.Object
Constructor and Description |
---|
ElementHelper() |
Modifier and Type | Method and Description |
---|---|
static <T> java.util.List<T> |
getAllElementsByType(org.eclipse.uml2.uml.NamedElement model,
java.lang.String type)
Retorna todos os elementos do tipo dado.
|