de.uka.ipd.sdq.probfunction
Interface Sample<T>

All Known Implementing Classes:
SampleImpl

public interface Sample<T>

A representation of the model object 'Sample'.

The following features are supported:

See Also:
ProbfunctionPackage.getSample()

Field Summary
static String copyright
           
 
Method Summary
 double getProbability()
          Returns the value of the 'Probability' attribute.
 T getValue()
          Returns the value of the 'Value' reference.
 void setProbability(double value)
          Sets the value of the 'Probability' attribute.
 void setValue(T value)
          Sets the value of the 'Value' reference.
 

Field Detail

copyright

static final String copyright

See Also:
Constant Field Values
Method Detail

getValue

T getValue()
Returns the value of the 'Value' reference.

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

Returns:
the value of the 'Value' reference.
See Also:
setValue(Object), ProbfunctionPackage.getSample_Value()

setValue

void setValue(T value)
Sets the value of the 'Value' reference.

Parameters:
value - the new value of the 'Value' reference.
See Also:
getValue()

getProbability

double getProbability()
Returns the value of the 'Probability' attribute.

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

Returns:
the value of the 'Probability' attribute.
See Also:
setProbability(double), ProbfunctionPackage.getSample_Probability()

setProbability

void setProbability(double value)
Sets the value of the 'Probability' attribute.

Parameters:
value - the new value of the 'Probability' attribute.
See Also:
getProbability()