public class SystemState extends Object
| Modifier and Type | Field and Description |
|---|---|
protected SystemLocation[] |
locations
Changed from private for concrete simulation
|
| Constructor and Description |
|---|
SystemState(SystemLocation[] l)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
SystemLocation[] |
getLocations()
Get the system locations
|
void |
setLocations(SystemLocation[] locations)
Set the list of the system location
|
String |
traceFormat()
Convert to visual format used in simulator.
|
protected SystemLocation[] locations
public SystemState(SystemLocation[] l)
l - - The list of the locations about a system statepublic String traceFormat()
public SystemLocation[] getLocations()
public void setLocations(SystemLocation[] locations)
locations - Copyright © 2014 Uppsala University and Aalborg University. All Rights Reserved.