Interface PatternModel
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
PatternModelImpl
public interface PatternModel extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Pattern Model'.The following features are supported:
- See Also:
PatternLanguagePackage.getPatternModel()
- Generated:
- Model:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VQLImportSection
getImportPackages()
Returns the value of the 'Import Packages' containment reference.java.lang.String
getPackageName()
Returns the value of the 'Package Name' attribute.org.eclipse.emf.common.util.EList<Pattern>
getPatterns()
Returns the value of the 'Patterns' containment reference list.void
setImportPackages(VQLImportSection value)
Sets the value of the 'Import Packages
' containment reference.void
setPackageName(java.lang.String value)
Sets the value of the 'Package Name
' attribute.java.lang.String
toString()
-
-
-
Method Detail
-
getImportPackages
VQLImportSection getImportPackages()
Returns the value of the 'Import Packages' containment reference.- Returns:
- the value of the 'Import Packages' containment reference.
- See Also:
setImportPackages(VQLImportSection)
,PatternLanguagePackage.getPatternModel_ImportPackages()
- Generated:
- Model:
- containment="true"
-
setImportPackages
void setImportPackages(VQLImportSection value)
Sets the value of the 'Import Packages
' containment reference.- Parameters:
value
- the new value of the 'Import Packages' containment reference.- See Also:
getImportPackages()
- Generated:
-
getPackageName
java.lang.String getPackageName()
Returns the value of the 'Package Name' attribute.- Returns:
- the value of the 'Package Name' attribute.
- See Also:
setPackageName(String)
,PatternLanguagePackage.getPatternModel_PackageName()
- Generated:
- Model:
-
setPackageName
void setPackageName(java.lang.String value)
Sets the value of the 'Package Name
' attribute.- Parameters:
value
- the new value of the 'Package Name' attribute.- See Also:
getPackageName()
- Generated:
-
getPatterns
org.eclipse.emf.common.util.EList<Pattern> getPatterns()
Returns the value of the 'Patterns' containment reference list. The list contents are of typePattern
.- Returns:
- the value of the 'Patterns' containment reference list.
- See Also:
PatternLanguagePackage.getPatternModel_Patterns()
- Generated:
- Model:
- containment="true"
-
toString
java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
- Generated:
- Model:
-
-