Class TransitionList
add method:public ArrayList getList()
a method that returns the list of Transition objects
Class Transitions
change method getList() to public
Class Transition
add method:public String getType()
a method that returns the type of Transition
Thanks.