Interface GroundRandomVariable
- All Superinterfaces:
tools.mdsd.modelingfoundations.identifier.Entity
,EObject
,tools.mdsd.modelingfoundations.identifier.Identifier
,tools.mdsd.modelingfoundations.identifier.NamedElement
,Notifier
- All Known Implementing Classes:
GroundRandomVariableImpl
public interface GroundRandomVariable
extends tools.mdsd.modelingfoundations.identifier.Entity
A representation of the model object 'Ground 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 'Applied Objects' reference list.Returns the value of the 'Dependence Structure' reference list.Returns the value of the 'Descriptive Model' reference.Returns the value of the 'Instantiated Template' reference.void
Sets the value of the 'Descriptive Model
' reference.void
Sets the value of the 'Instantiated Template
' 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 tools.mdsd.modelingfoundations.identifier.Identifier
getId, setId
Methods inherited from interface tools.mdsd.modelingfoundations.identifier.NamedElement
getEntityName, setEntityName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getInstantiatedTemplate
TemplateVariable getInstantiatedTemplate()Returns the value of the 'Instantiated Template' reference.- Returns:
- the value of the 'Instantiated Template' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setInstantiatedTemplate
Sets the value of the 'Instantiated Template
' reference.- Parameters:
value
- the new value of the 'Instantiated Template' reference.- See Also:
- Generated class or method.
-
getDependenceStructure
EList<DependenceRelation> getDependenceStructure()Returns the value of the 'Dependence Structure' reference list. The list contents are of typeDependenceRelation
.- Returns:
- the value of the 'Dependence Structure' reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
-
getDescriptiveModel
GroundProbabilisticModel getDescriptiveModel()Returns the value of the 'Descriptive Model' reference.- Returns:
- the value of the 'Descriptive Model' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setDescriptiveModel
Sets the value of the 'Descriptive Model
' reference.- Parameters:
value
- the new value of the 'Descriptive Model' reference.- See Also:
- Generated class or method.
-
getAppliedObjects
Returns the value of the 'Applied Objects' reference list. The list contents are of typeEObject
.- Returns:
- the value of the 'Applied Objects' reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-