package com.kuxhausen.huemore.editmood; import java.util.ArrayList; public class StateRow { ArrayList<StateCell> cellRay = new ArrayList<StateCell>(); TimeOfDayTimeslot dailyTimeslot; RelativeStartTimeslot relativeTimeslot; }