de.uka.ipd.sdq.probfunction
Interface ContinuousSample

All Known Implementing Classes:
ContinuousSampleImpl

public interface ContinuousSample

A representation of the model object 'Continuous Sample'.

The following features are supported:

See Also:
ProbfunctionPackage.getContinuousSample()

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

Field Detail

copyright

static final String copyright

See Also:
Constant Field Values
Method Detail

getValue

double getValue()
Returns the value of the 'Value' attribute.

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' attribute.
See Also:
setValue(double), ProbfunctionPackage.getContinuousSample_Value()

setValue

void setValue(double value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
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.getContinuousSample_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()