Interface Module

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

public interface Module extends NamedElement
A representation of the model object 'Module'.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.emf.common.util.EList<Module>
    Returns the value of the 'EImports' reference list.
    org.eclipse.emf.common.util.EList<Feature>
    Returns the value of the 'Features' containment reference list.
    org.eclipse.emf.common.util.EList<String>
    Returns the value of the 'Imports' attribute list.
    org.eclipse.emf.common.util.EList<ModelDeclaration>
    Returns the value of the 'Inout Models' containment reference list.
    org.eclipse.emf.common.util.EList<ModelDeclaration>
    Returns the value of the 'Input Models' containment reference list.
    org.eclipse.emf.common.util.EList<ModelDeclaration>
    Returns the value of the 'Output Models' containment reference list.
    org.eclipse.emf.common.util.EList<Rule>
    Returns the value of the 'Rules' containment reference list.
    Returns the value of the 'Source Name' attribute.
    void
    Sets the value of the 'Source 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.m2m.atl.emftvm.NamedElement

    getName, setName

    Methods inherited from interface org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Method Details

    • getSourceName

      String getSourceName()
      Returns the value of the 'Source Name' attribute.

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

      Returns:
      the value of the 'Source Name' attribute.
      See Also:
    • setSourceName

      void setSourceName(String value)
      Sets the value of the 'Source Name' attribute.
      Parameters:
      value - the new value of the 'Source Name' attribute.
      See Also:
    • getFeatures

      org.eclipse.emf.common.util.EList<Feature> getFeatures()
      Returns the value of the 'Features' containment reference list. The list contents are of type Feature. It is bidirectional and its opposite is 'Module'.

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

      Returns:
      the value of the 'Features' containment reference list.
      See Also:
    • getRules

      org.eclipse.emf.common.util.EList<Rule> getRules()
      Returns the value of the 'Rules' containment reference list. The list contents are of type Rule. It is bidirectional and its opposite is 'Module'.

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

      Returns:
      the value of the 'Rules' containment reference list.
      See Also:
    • getEImports

      org.eclipse.emf.common.util.EList<Module> getEImports()
      Returns the value of the 'EImports' reference list. The list contents are of type Module.

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

      Returns:
      the value of the 'EImports' reference list.
      See Also:
    • getImports

      org.eclipse.emf.common.util.EList<String> getImports()
      Returns the value of the 'Imports' attribute list. The list contents are of type String.

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

      Returns:
      the value of the 'Imports' attribute list.
      See Also:
    • getInputModels

      org.eclipse.emf.common.util.EList<ModelDeclaration> getInputModels()
      Returns the value of the 'Input Models' containment reference list. The list contents are of type ModelDeclaration. It is bidirectional and its opposite is 'Input Model For'.

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

      Returns:
      the value of the 'Input Models' containment reference list.
      See Also:
    • getInoutModels

      org.eclipse.emf.common.util.EList<ModelDeclaration> getInoutModels()
      Returns the value of the 'Inout Models' containment reference list. The list contents are of type ModelDeclaration. It is bidirectional and its opposite is 'Inout Model For'.

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

      Returns:
      the value of the 'Inout Models' containment reference list.
      See Also:
    • getOutputModels

      org.eclipse.emf.common.util.EList<ModelDeclaration> getOutputModels()
      Returns the value of the 'Output Models' containment reference list. The list contents are of type ModelDeclaration. It is bidirectional and its opposite is 'Output Model For'.

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

      Returns:
      the value of the 'Output Models' containment reference list.
      See Also: