Interface FactorDeclaration

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

public interface FactorDeclaration
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Factor Declaration'.

The following features are supported:

See Also:
BlangDslPackage.getFactorDeclaration()
  • Method Summary

    Modifier and Type Method Description
    org.eclipse.emf.common.util.EList<Dependency> getDependencies()
    Returns the value of the 'Dependencies' containment reference list.
    org.eclipse.xtext.xbase.XExpression getFactorBody()
    Returns the value of the 'Factor Body' containment reference.
    void setFactorBody​(org.eclipse.xtext.xbase.XExpression value)
    Sets the value of the 'Factor Body' 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