|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Transition
A representation of the model object 'Transition'.
The following features are supported:
MarkovPackage.getTransition()
Method Summary | |
---|---|
State |
getFromState()
Returns the value of the 'From State' reference. |
double |
getProbability()
Returns the value of the 'Probability' attribute. |
State |
getToState()
Returns the value of the 'To State' reference. |
void |
setFromState(State value)
Sets the value of the ' From State ' reference. |
void |
setProbability(double value)
Sets the value of the ' Probability ' attribute. |
void |
setToState(State value)
Sets the value of the ' To State ' reference. |
Methods inherited from interface de.uka.ipd.sdq.markov.Entity |
---|
getName, setName |
Method Detail |
---|
double getProbability()
If the meaning of the 'Probability' attribute isn't clear, there really should be more of a description here...
setProbability(double)
,
MarkovPackage.getTransition_Probability()
void setProbability(double value)
Probability
' attribute.
value
- the new value of the 'Probability' attribute.getProbability()
State getFromState()
If the meaning of the 'From State' reference isn't clear, there really should be more of a description here...
setFromState(State)
,
MarkovPackage.getTransition_FromState()
void setFromState(State value)
From State
' reference.
value
- the new value of the 'From State' reference.getFromState()
State getToState()
If the meaning of the 'To State' reference isn't clear, there really should be more of a description here...
setToState(State)
,
MarkovPackage.getTransition_ToState()
void setToState(State value)
To State
' reference.
value
- the new value of the 'To State' reference.getToState()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |