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

public interface VilDef extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Vil Def'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    de.uni_hildesheim.sse.vil.expressions.expressionDsl.AnnotationDeclarations
    Returns the value of the 'Annotations' containment reference.
    Returns the value of the 'Id' attribute.
    de.uni_hildesheim.sse.vil.expressions.expressionDsl.ParameterList
    Returns the value of the 'Param' containment reference.
    Returns the value of the 'Protected' attribute.
    Returns the value of the 'Stmts' containment reference.
    de.uni_hildesheim.sse.vil.expressions.expressionDsl.Type
    Returns the value of the 'Type' containment reference.
    void
    setAnnotations(de.uni_hildesheim.sse.vil.expressions.expressionDsl.AnnotationDeclarations value)
    Sets the value of the 'Annotations' containment reference.
    void
    setId(String value)
    Sets the value of the 'Id' attribute.
    void
    setParam(de.uni_hildesheim.sse.vil.expressions.expressionDsl.ParameterList value)
    Sets the value of the 'Param' containment reference.
    void
    Sets the value of the 'Protected' attribute.
    void
    Sets the value of the 'Stmts' containment reference.
    void
    setType(de.uni_hildesheim.sse.vil.expressions.expressionDsl.Type value)
    Sets the value of the 'Type' containment reference.

    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

    • getAnnotations

      de.uni_hildesheim.sse.vil.expressions.expressionDsl.AnnotationDeclarations getAnnotations()
      Returns the value of the 'Annotations' containment reference.
      Returns:
      the value of the 'Annotations' containment reference.
      See Also:
    • setAnnotations

      void setAnnotations(de.uni_hildesheim.sse.vil.expressions.expressionDsl.AnnotationDeclarations value)
      Sets the value of the 'Annotations' containment reference.
      Parameters:
      value - the new value of the 'Annotations' containment reference.
      See Also:
    • getProtected

      String getProtected()
      Returns the value of the 'Protected' attribute.
      Returns:
      the value of the 'Protected' attribute.
      See Also:
    • setProtected

      void setProtected(String value)
      Sets the value of the 'Protected' attribute.
      Parameters:
      value - the new value of the 'Protected' attribute.
      See Also:
    • getType

      de.uni_hildesheim.sse.vil.expressions.expressionDsl.Type getType()
      Returns the value of the 'Type' containment reference.
      Returns:
      the value of the 'Type' containment reference.
      See Also:
    • setType

      void setType(de.uni_hildesheim.sse.vil.expressions.expressionDsl.Type value)
      Sets the value of the 'Type' containment reference.
      Parameters:
      value - the new value of the 'Type' containment reference.
      See Also:
    • getId

      String getId()
      Returns the value of the 'Id' attribute.
      Returns:
      the value of the 'Id' attribute.
      See Also:
    • setId

      void setId(String value)
      Sets the value of the 'Id' attribute.
      Parameters:
      value - the new value of the 'Id' attribute.
      See Also:
    • getParam

      de.uni_hildesheim.sse.vil.expressions.expressionDsl.ParameterList getParam()
      Returns the value of the 'Param' containment reference.
      Returns:
      the value of the 'Param' containment reference.
      See Also:
    • setParam

      void setParam(de.uni_hildesheim.sse.vil.expressions.expressionDsl.ParameterList value)
      Sets the value of the 'Param' containment reference.
      Parameters:
      value - the new value of the 'Param' containment reference.
      See Also:
    • getStmts

      StmtBlock getStmts()
      Returns the value of the 'Stmts' containment reference.
      Returns:
      the value of the 'Stmts' containment reference.
      See Also:
    • setStmts

      void setStmts(StmtBlock value)
      Sets the value of the 'Stmts' containment reference.
      Parameters:
      value - the new value of the 'Stmts' containment reference.
      See Also: