com.a06.model
Class Controller

java.lang.Object
  extended by com.a06.model.Controller

public class Controller
extends java.lang.Object

Returns the times that ALL users are available, based on the times that each individual user is available.


Constructor Summary
Controller(java.util.ArrayList<java.lang.String> theStuff)
           
 
Method Summary
 java.lang.String funnelData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Controller

public Controller(java.util.ArrayList<java.lang.String> theStuff)
Parameters:
theStuff - an ArrayList of type String that contains a String for each user, representing the times each user is available
Method Detail

funnelData

public java.lang.String funnelData()
Returns:
A String that represents the times ALL USERS are available.