de.uka.ipd.sdq.probfunction
Interface ProbabilityMassFunction

All Superinterfaces:
ProbabilityFunction, UnitCarryingElement
All Known Implementing Classes:
ProbabilityMassFunctionImpl

public interface ProbabilityMassFunction
extends ProbabilityFunction

A representation of the model object 'Probability Mass Function'.

The following features are supported:

See Also:
ProbfunctionPackage.getProbabilityMassFunction()

Field Summary
static String copyright
           
 
Method Summary
  getSamples()
          Returns the value of the 'Samples' containment reference list.
 boolean isOrderedDomain()
          Returns the value of the 'Ordered Domain' attribute.
 void setOrderedDomain(boolean value)
          Sets the value of the 'Ordered Domain' attribute.
 
Methods inherited from interface de.uka.ipd.sdq.units.UnitCarryingElement
getUnit, getUnitSpecification, setUnitSpecification
 

Field Detail

copyright

static final String copyright

See Also:
Constant Field Values
Method Detail

getSamples

 getSamples()
Returns the value of the 'Samples' containment reference list. The list contents are of type Sample.

If the meaning of the 'Samples' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Samples' containment reference list.
See Also:
ProbfunctionPackage.getProbabilityMassFunction_Samples()

isOrderedDomain

boolean isOrderedDomain()
Returns the value of the 'Ordered Domain' attribute.

If the meaning of the 'Ordered Domain' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ordered Domain' attribute.
See Also:
setOrderedDomain(boolean), ProbfunctionPackage.getProbabilityMassFunction_OrderedDomain()

setOrderedDomain

void setOrderedDomain(boolean value)
Sets the value of the 'Ordered Domain' attribute.

Parameters:
value - the new value of the 'Ordered Domain' attribute.
See Also:
isOrderedDomain()