public class Simulation extends Object
Modifier and Type | Field and Description |
---|---|
LemsCollection<DataDisplay> |
dataDisplays |
LemsCollection<DataWriter> |
dataWriters |
LemsCollection<EventRecord> |
eventRecords |
LemsCollection<EventWriter> |
eventWriters |
static int |
idCounter |
LemsCollection<Record> |
records |
LemsCollection<Run> |
runs |
Constructor and Description |
---|
Simulation() |
Modifier and Type | Method and Description |
---|---|
void |
appendToBehavior(Component cpt,
StateType ret) |
boolean |
definesRun() |
void |
resolve(Lems lems,
ComponentType r_type) |
public transient LemsCollection<Record> records
public transient LemsCollection<EventRecord> eventRecords
public transient LemsCollection<Run> runs
public transient LemsCollection<DataDisplay> dataDisplays
public transient LemsCollection<DataWriter> dataWriters
public transient LemsCollection<EventWriter> eventWriters
public static int idCounter
public void resolve(Lems lems, ComponentType r_type) throws ContentError
ContentError
public boolean definesRun()
public void appendToBehavior(Component cpt, StateType ret) throws ContentError
ContentError
Copyright © 2020. All rights reserved.