Package ca.ubc.stat.blang.blangDsl
Interface BlangDist
- All Superinterfaces:
DistributionTypeSpecification
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
BlangDistImpl
public interface BlangDist extends DistributionTypeSpecification
A representation of the model object 'Blang Dist'.
The following features are supported:
- See Also:
BlangDslPackage.getBlangDist()
-
Method Summary
Modifier and Type Method Description BlangModel
getDistributionType()
Returns the value of the 'Distribution Type' reference.void
setDistributionType(BlangModel value)
Sets the value of the 'Distribution Type
' 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
-
getDistributionType
BlangModel getDistributionType()Returns the value of the 'Distribution Type' reference.- Returns:
- the value of the 'Distribution Type' reference.
- See Also:
setDistributionType(BlangModel)
,BlangDslPackage.getBlangDist_DistributionType()
-
setDistributionType
Sets the value of the 'Distribution Type
' reference.- Parameters:
value
- the new value of the 'Distribution Type' reference.- See Also:
getDistributionType()
-