| |
|
| java.lang.Object org.andromda.cartridges.meta.MetaCartridgeUtils
MetaCartridgeUtils | public class MetaCartridgeUtils (Code) | | Contains utilities for the AndroMDA meta cartridge.
author: Chad Brandon |
Inner Class :final static class FullyQualifiedNameComparator implements Comparator | |
Method Summary | |
public 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).
Parameters: constraint - the constraint of which to retrieve the name. | public static Collection | sortByFullyQualifiedName(Collection modelElements) Sorts model elements by their fully qualified name.
Parameters: modelElements - the collection of model elements to sort. |
getFullyQualifiedConstraintName | public static String getFullyQualifiedConstraintName(ConstraintFacade constraint)(Code) | | 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).
Parameters: constraint - the constraint of which to retrieve the name. the fully qualified name. |
sortByFullyQualifiedName | public static Collection sortByFullyQualifiedName(Collection modelElements)(Code) | | Sorts model elements by their fully qualified name.
Parameters: modelElements - the collection of model elements to sort. the sorted collection. |
|
|
|