Interface RandomVariable
- All Superinterfaces:
tools.mdsd.modelingfoundations.identifier.Entity,EObject,tools.mdsd.modelingfoundations.identifier.Identifier,tools.mdsd.modelingfoundations.identifier.NamedElement,Notifier
- All Known Implementing Classes:
RandomVariableImpl
public interface RandomVariable
extends tools.mdsd.modelingfoundations.identifier.Entity
A representation of the model object 'Random Variable'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Value Space' attribute.voidsetValueSpace(Domain value) Sets the value of the 'Value Space' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface tools.mdsd.modelingfoundations.identifier.Identifier
getId, setIdMethods inherited from interface tools.mdsd.modelingfoundations.identifier.NamedElement
getEntityName, setEntityNameMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getValueSpace
Domain getValueSpace()Returns the value of the 'Value Space' attribute. The literals are from the enumerationDomain.- Returns:
- the value of the 'Value Space' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setValueSpace
Sets the value of the 'Value Space' attribute.- Parameters:
value- the new value of the 'Value Space' attribute.- See Also:
- Generated class or method.
-