Package ca.ubc.stat.blang.blangDsl
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
-
getDependencies
org.eclipse.emf.common.util.EList<Dependency> getDependencies()Returns the value of the 'Dependencies' containment reference list. The list contents are of typeDependency
.- Returns:
- the value of the 'Dependencies' containment reference list.
- See Also:
BlangDslPackage.getFactorDeclaration_Dependencies()
-
getFactorBody
org.eclipse.xtext.xbase.XExpression getFactorBody()Returns the value of the 'Factor Body' containment reference.- Returns:
- the value of the 'Factor Body' containment reference.
- See Also:
setFactorBody(XExpression)
,BlangDslPackage.getFactorDeclaration_FactorBody()
-
setFactorBody
void setFactorBody(org.eclipse.xtext.xbase.XExpression value)Sets the value of the 'Factor Body
' containment reference.- Parameters:
value
- the new value of the 'Factor Body' containment reference.- See Also:
getFactorBody()
-