Package ca.ubc.stat.blang.blangDsl
Interface SimpleDependency
- All Superinterfaces:
Dependency
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
SimpleDependencyImpl
public interface SimpleDependency extends Dependency
A representation of the model object 'Simple Dependency'.
The following features are supported:
- See Also:
BlangDslPackage.getSimpleDependency()
-
Method Summary
Modifier and Type Method Description VariableName
getVariable()
Returns the value of the 'Variable' reference.void
setVariable(VariableName value)
Sets the value of the 'Variable
' 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
-
getVariable
VariableName getVariable()Returns the value of the 'Variable' reference.- Returns:
- the value of the 'Variable' reference.
- See Also:
setVariable(VariableName)
,BlangDslPackage.getSimpleDependency_Variable()
-
setVariable
Sets the value of the 'Variable
' reference.- Parameters:
value
- the new value of the 'Variable' reference.- See Also:
getVariable()
-