
public class SimulationEvent extends Object
| Modifier and Type | Field and Description |
|---|---|
private SimulationState |
finalState |
private SimulationState |
initialState |
| Constructor and Description |
|---|
SimulationEvent(SimulationState initialState,
SimulationState finalState)
Construct a new event from the initial state in one bin to a final state in another bin.
|
private SimulationState initialState
private SimulationState finalState
public SimulationEvent(SimulationState initialState, SimulationState finalState)
initialState - the name and index of the bin of the initial state.finalState - the name and index of the bin of the final state.Copyright © 2015 University of Glasgow. All rights reserved.