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

    Modifier and Type Method 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.

    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 Details

    • 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

      java.lang.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​(java.lang.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"