| Constructor and Description | 
|---|
StateContext(State state,
            Integer time)
Initializes a new instance of  
StateContext. | 
| Modifier and Type | Method and 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()  | 
public StateContext(State state, Integer time)
StateContext.state - The State.time - The associated time if the state belongs to a temporal node, or null otherwise.Copyright © 2021. All rights reserved.