public interface FullJointModel extends JointModel
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
FullJointModel.Helper  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<StateTransitionProb> | 
stateTransitions(State s,
                JointAction ja)
Returns the transition probabilities for applying the provided  
JointAction action in the given state. | 
samplejava.util.List<StateTransitionProb> stateTransitions(State s, JointAction ja)
JointAction action in the given state.
 Transition probabilities are specified as list of StateTransitionProb objects. The list
 is only required to contain transitions with non-zero probability.s - the state in which the joint action is performedja - the joint action performedStateTransitionProb objects.