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 booleanequals(Object obj)StategetState()Gets the State.IntegergetTime()Gets the zero based time associated with the state if the state belongs to a temporal node, or null otherwise.inthashCode()
-
-
-
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.
-
-