Class ImportExtension


  • public class ImportExtension
    extends Object
    • Constructor Detail

      • ImportExtension

        public ImportExtension()
    • Method Detail

      • getImportedClassifier

        public static ConcreteClassifier getImportedClassifier​(Import me,
                                                               String name)
        Returns the classifier with the given name located in the namespace defined by the import.
        Parameters:
        name - the name of the classifier
        Returns:
        imported classifier (proxy)
      • getImportedClassifiers

        public static EList<ConcreteClassifier> getImportedClassifiers​(Import me)
        Returns a list of imported classifiers assuming the import's namespace identifies a package.
        Parameters:
        _this -
        Returns:
        imported classifier (proxy)