public interface MIProject
extends org.eclipse.emf.ecore.EObject
The following features are supported:
MIAnalysisMetaModelPackage.getProject()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<MIDependency> |
getDependencies()
Returns the value of the 'Dependencies' containment reference list.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
org.eclipse.emf.common.util.EList<MIPlugin> |
getPlugins()
Returns the value of the 'Plugins' containment reference list.
|
org.eclipse.emf.common.util.EList<MIProperty> |
getProperties()
Returns the value of the 'Properties' containment reference list.
|
org.eclipse.emf.common.util.EList<MIRepository> |
getRepositories()
Returns the value of the 'Repositories' containment reference list.
|
org.eclipse.emf.common.util.EList<MIView> |
getViews()
Returns the value of the 'Views' containment reference list.
|
void |
setName(java.lang.String value)
Sets the value of the '
Name ' attribute. |
org.eclipse.emf.common.util.EList<MIPlugin> getPlugins()
MIPlugin
.
If the meaning of the 'Plugins' containment reference list isn't clear, there really should be more of a description here...
MIAnalysisMetaModelPackage.getProject_Plugins()
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
MIAnalysisMetaModelPackage.getProject_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
org.eclipse.emf.common.util.EList<MIRepository> getRepositories()
MIRepository
.
If the meaning of the 'Repositories' containment reference list isn't clear, there really should be more of a description here...
MIAnalysisMetaModelPackage.getProject_Repositories()
org.eclipse.emf.common.util.EList<MIDependency> getDependencies()
MIDependency
.
If the meaning of the 'Dependencies' containment reference list isn't clear, there really should be more of a description here...
MIAnalysisMetaModelPackage.getProject_Dependencies()
org.eclipse.emf.common.util.EList<MIView> getViews()
MIView
.
If the meaning of the 'Views' containment reference list isn't clear, there really should be more of a description here...
MIAnalysisMetaModelPackage.getProject_Views()
org.eclipse.emf.common.util.EList<MIProperty> getProperties()
MIProperty
.
If the meaning of the 'Properties' containment reference list isn't clear, there really should be more of a description here...
MIAnalysisMetaModelPackage.getProject_Properties()
Copyright 2017 Kieker Project, http://kieker-monitoring.net