|
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〉∈[0,1] of the probability of reaching a state sʹ (in the corresponding context, i.e. from a state s∈S with an action a∈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.Object
int hashCode()
hashCode
in class java.lang.Object
int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
Scalar getProbability()
|
Orbital library 1.3.0: 11 Apr 2009 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |