Kieker 1.7

kieker.analysis.model.analysisMetaModel
Interface MIProject

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
MProject

public interface MIProject
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Project'.

The following features are supported:

See Also:
MIAnalysisMetaModelPackage.getProject()
Generated:
Model:

Method Summary
 org.eclipse.emf.common.util.EList<MIDependency> getDependencies()
          Returns the value of the 'Dependencies' containment reference list.
 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(String value)
          Sets the value of the 'Name' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getPlugins

org.eclipse.emf.common.util.EList<MIPlugin> getPlugins()
Returns the value of the 'Plugins' containment reference list. The list contents are of type MIPlugin.

If the meaning of the 'Plugins' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Plugins' containment reference list.
See Also:
MIAnalysisMetaModelPackage.getProject_Plugins()
Generated:
Model:
containment="true"

getName

String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), MIAnalysisMetaModelPackage.getProject_Name()
Generated:
Model:
required="true"

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated:

getRepositories

org.eclipse.emf.common.util.EList<MIRepository> getRepositories()
Returns the value of the 'Repositories' containment reference list. The list contents are of type MIRepository.

If the meaning of the 'Repositories' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Repositories' containment reference list.
See Also:
MIAnalysisMetaModelPackage.getProject_Repositories()
Generated:
Model:
containment="true"

getDependencies

org.eclipse.emf.common.util.EList<MIDependency> getDependencies()
Returns the value of the 'Dependencies' containment reference list. The list contents are of type MIDependency.

If the meaning of the 'Dependencies' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Dependencies' containment reference list.
See Also:
MIAnalysisMetaModelPackage.getProject_Dependencies()
Generated:
Model:
containment="true"

getViews

org.eclipse.emf.common.util.EList<MIView> getViews()
Returns the value of the 'Views' containment reference list. The list contents are of type MIView.

If the meaning of the 'Views' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Views' containment reference list.
See Also:
MIAnalysisMetaModelPackage.getProject_Views()
Generated:
Model:
containment="true"

getProperties

org.eclipse.emf.common.util.EList<MIProperty> getProperties()
Returns the value of the 'Properties' containment reference list. The list contents are of type MIProperty.

If the meaning of the 'Properties' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Properties' containment reference list.
See Also:
MIAnalysisMetaModelPackage.getProject_Properties()
Generated:
Model:
containment="true"

Kieker 1.7

Copyright 2013 Kieker Project, http://kieker-monitoring.net