Interface DiscreteProbabilityDistributionManifestation
- 
- All Superinterfaces:
 EObject,Manifestation,Notifier,ProbabilisticManifestation
- All Known Subinterfaces:
 CategoricalProbabilityMassFunction
- All Known Implementing Classes:
 CategoricalProbabilityMassFunctionImpl,DiscreteProbabilityDistributionManifestationImpl
public interface DiscreteProbabilityDistributionManifestation extends ProbabilisticManifestation
A representation of the model object 'Discrete Probability Distribution Manifestation'.The following features are supported:
- See Also:
 ManifestationPackage.getDiscreteProbabilityDistributionManifestation()- Generated class or method.
 - EMF model class or method.
 - abstract="true"
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<Manifestation,Manifestation>getManifestations()Returns the value of the 'Manifestations' attribute.voidsetManifestations(java.util.Map<Manifestation,Manifestation> value)Sets the value of the 'Manifestations' attribute.- 
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.characteristics.manifestation.Manifestation
getContainer, getStorage, sample, setContainer, setStorage 
- 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getManifestations
java.util.Map<Manifestation,Manifestation> getManifestations()
Returns the value of the 'Manifestations' attribute.- Returns:
 - the value of the 'Manifestations' attribute.
 - See Also:
 setManifestations(Map),ManifestationPackage.getDiscreteProbabilityDistributionManifestation_Manifestations()- Generated class or method.
 - EMF model class or method.
 - transient="true" derived="true"
 
 
- 
setManifestations
void setManifestations(java.util.Map<Manifestation,Manifestation> value)
Sets the value of the 'Manifestations' attribute.- Parameters:
 value- the new value of the 'Manifestations' attribute.- See Also:
 getManifestations()- Generated class or method.
 
 
 - 
 
 -