Interface CategoricalProbabilityMassFunction
- 
- All Superinterfaces:
 DiscreteProbabilityDistributionManifestation,EObject,Manifestation,Notifier,ProbabilisticManifestation
- All Known Implementing Classes:
 CategoricalProbabilityMassFunctionImpl
public interface CategoricalProbabilityMassFunction extends DiscreteProbabilityDistributionManifestation
A representation of the model object 'Categorical Probability Mass Function'.The following features are supported:
- See Also:
 ManifestationPackage.getCategoricalProbabilityMassFunction()- Generated class or method.
 - EMF model class or method.
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<Category>getCategories()Returns the value of the 'Categories' containment reference list.doublegetSumOfCategoryWeights()Returns the value of the 'Sum Of Category Weights' attribute.- 
Methods inherited from interface tools.mdsd.characteristics.manifestation.DiscreteProbabilityDistributionManifestation
getManifestations, setManifestations 
- 
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
- 
getSumOfCategoryWeights
double getSumOfCategoryWeights()
Returns the value of the 'Sum Of Category Weights' attribute.- Returns:
 - the value of the 'Sum Of Category Weights' attribute.
 - See Also:
 ManifestationPackage.getCategoricalProbabilityMassFunction_SumOfCategoryWeights()- Generated class or method.
 - EMF model class or method.
 - required="true" transient="true" changeable="false" derived="true" annotation="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot derivation='self.categories.weight->sum()'"
 
 
- 
getCategories
EList<Category> getCategories()
Returns the value of the 'Categories' containment reference list. The list contents are of typeCategory. It is bidirectional and its opposite is 'Probability Mass Function'.- Returns:
 - the value of the 'Categories' containment reference list.
 - See Also:
 ManifestationPackage.getCategoricalProbabilityMassFunction_Categories(),Category.getProbabilityMassFunction()- Generated class or method.
 - EMF model class or method.
 - opposite="probabilityMassFunction" containment="true" required="true"
 
 
 - 
 
 -