|
Orbital library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface TransitionModel.Transition
Represents (information about) a transition option during a transition model.
An option is at least a 1-tuple <p> in [0,1] of the probability of reaching a state s' (in the corresponding context, i.e. from a state s in S with an action a in A(s)). However, it may contain any additional information about the transition.
| Method Summary | |
|---|---|
int |
compareTo(java.lang.Object o)
Compares transition options. |
boolean |
equals(java.lang.Object o)
Checks for equality. |
Scalar |
getProbability()
Get the transition probability. |
int |
hashCode()
|
| Method Detail |
|---|
boolean equals(java.lang.Object o)
equals in class java.lang.Objectint hashCode()
hashCode in class java.lang.Objectint compareTo(java.lang.Object o)
compareTo in interface java.lang.ComparableScalar getProbability()
|
Orbital library 1.2.0: 23 Apr 2008 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||