| Modifier and Type | Method and Description |
|---|---|
PatternModel |
EMFPatternLanguageFactory.createPatternModel()
Returns a new object of class 'Pattern Model'.
|
| Modifier and Type | Method and Description |
|---|---|
PatternModel |
EMFPatternLanguageFactoryImpl.createPatternModel() |
| Modifier and Type | Method and Description |
|---|---|
T |
EMFPatternLanguageSwitch.casePatternModel(PatternModel object)
Returns the result of interpreting the object as an instance of 'Pattern Model'.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<PackageImport> |
EMFPatternLanguageHelper.getAllPackageImports(PatternModel model)
Initializes a new list of package imports defined in a selected pattern model
|
static java.lang.Iterable<PackageImport> |
EMFPatternLanguageHelper.getPackageImportsIterable(PatternModel model)
Returns an iterable of package imports in a selected pattern model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EMFPatternLanguageJavaValidator.checkClassPath(PatternModel modelFile) |
void |
EMFPatternLanguageJavaValidator.checkDuplicatePackageImports(PatternModel patternModel) |