StimulusInfo

This class bundles one Timeframe and a list of Stimulus objects. I.e., multiple stimuli can occur in a specified timeframe. This class is just a wrapper to get a convenient JSON de-/serialization. The JSON serialization should look like this: { "timeframe": { "startTime":..., "endTime":..., "repeat":..., "waitTimeBetweenRepetition":... }, "stimuli": [ { "type":"ElapsedTime" }, {"type":"WaitInArea", "area": ... }, ... ] }


Field: timeframe [Timeframe]

---


Field: location [Location]

---


Field: stimuli [Stimulus>]

---


Field: subpopulationFilter [SubpopulationFilter]

---