Interface ProbabilisticTemplateFactor
- All Superinterfaces:
tools.mdsd.modelingfoundations.identifier.Entity,EObject,tools.mdsd.modelingfoundations.identifier.Identifier,tools.mdsd.modelingfoundations.identifier.NamedElement,Notifier,TemplateFactor
- All Known Implementing Classes:
ProbabilisticTemplateFactorImpl
A representation of the model object 'Probabilistic Template Factor'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptiontools.mdsd.probdist.distributiontype.ProbabilityDistributionSkeletonReturns the value of the 'Distribution Family' reference.voidsetDistributionFamily(tools.mdsd.probdist.distributiontype.ProbabilityDistributionSkeleton value) Sets the value of the 'Distribution Family' reference.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, eSetDeliverMethods inherited from interface org.palladiosimulator.envdyn.environment.templatevariable.TemplateFactor
getScope, isTemporal, setTemporal
-
Method Details
-
getDistributionFamily
tools.mdsd.probdist.distributiontype.ProbabilityDistributionSkeleton getDistributionFamily()Returns the value of the 'Distribution Family' reference.- Returns:
- the value of the 'Distribution Family' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setDistributionFamily
void setDistributionFamily(tools.mdsd.probdist.distributiontype.ProbabilityDistributionSkeleton value) Sets the value of the 'Distribution Family' reference.- Parameters:
value- the new value of the 'Distribution Family' reference.- See Also:
- Generated class or method.
-