Package ca.ubc.stat.blang.blangDsl
Interface LogScaleFactorDeclaration
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,LawNode
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
LogScaleFactorDeclarationImpl
public interface LogScaleFactorDeclaration extends LawNode
A representation of the model object 'Log Scale Factor Declaration'.
The following features are supported:
-
Method Summary
Modifier and Type Method Description FactorDeclaration
getContents()
Returns the value of the 'Contents' containment reference.void
setContents(FactorDeclaration value)
Sets the value of the 'Contents
' 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
-
getContents
FactorDeclaration getContents()Returns the value of the 'Contents' containment reference.- Returns:
- the value of the 'Contents' containment reference.
- See Also:
setContents(FactorDeclaration)
,BlangDslPackage.getLogScaleFactorDeclaration_Contents()
-
setContents
Sets the value of the 'Contents
' containment reference.- Parameters:
value
- the new value of the 'Contents' containment reference.- See Also:
getContents()
-