de.uka.ipd.sdq.spa.expression
Interface Option

All Known Implementing Classes:
OptionImpl

public interface Option

A representation of the model object 'Option'.

The following features are supported:

See Also:
ExpressionPackage.getOption()

Method Summary
 double getProbability()
          Returns the value of the 'Probability' attribute.
 Expression getRegexp()
          Returns the value of the 'Regexp' containment reference.
 void setProbability(double value)
          Sets the value of the 'Probability' attribute.
 void setRegexp(Expression value)
          Sets the value of the 'Regexp' containment reference.
 

Method Detail

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), ExpressionPackage.getOption_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()

getRegexp

Expression getRegexp()
Returns the value of the 'Regexp' containment reference.

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

Returns:
the value of the 'Regexp' containment reference.
See Also:
setRegexp(Expression), ExpressionPackage.getOption_Regexp()

setRegexp

void setRegexp(Expression value)
Sets the value of the 'Regexp' containment reference.

Parameters:
value - the new value of the 'Regexp' containment reference.
See Also:
getRegexp()