public class MetaCartridgeUtils extends Object
Modifier and Type | Class and Description |
---|---|
(package private) static class |
MetaCartridgeUtils.FullyQualifiedNameComparator
Used to sort operations by
fullyQualifiedName . |
Constructor and Description |
---|
MetaCartridgeUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
getFullyQualifiedConstraintName(ConstraintFacade constraint)
Retrieves the fully qualified constraint name given the constraint (this includes the
full name of the context element and the constraint to which it applies).
|
static Collection<ModelElementFacade> |
sortByFullyQualifiedName(Collection<ModelElementFacade> modelElements)
Sorts model elements by their fully qualified name.
|
public MetaCartridgeUtils()
public static Collection<ModelElementFacade> sortByFullyQualifiedName(Collection<ModelElementFacade> modelElements)
modelElements
- the collection of model elements to sort.public static String getFullyQualifiedConstraintName(ConstraintFacade constraint)
constraint
- the constraint of which to retrieve the name.Copyright © 2003–2014 AndroMDA.org. All rights reserved.