Package com.bayesserver
Class StateContext
- java.lang.Object
-
- com.bayesserver.StateContext
-
-
Constructor Summary
Constructors Constructor Description StateContext(State state, Integer time)
Initializes a new instance ofStateContext
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
State
getState()
Gets the State.Integer
getTime()
Gets the zero based time associated with the state if the state belongs to a temporal node, or null otherwise.int
hashCode()
-
-
-
Constructor Detail
-
StateContext
public StateContext(State state, Integer time)
Initializes a new instance ofStateContext
.- Parameters:
state
- The State.time
- The associated time if the state belongs to a temporal node, or null otherwise.
-
-