storyworld.gui
Class ConcreteController
java.lang.Object
storyworld.gui.ConcreteController
- All Implemented Interfaces:
- Controller
public class ConcreteController
- extends Object
- implements Controller
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
model
Model model
timedTravelling
boolean timedTravelling
timedTravellingFactor
int timedTravellingFactor
travelling
boolean travelling
travelLocation
TravelLocation travelLocation
view
View view
ConcreteController
public ConcreteController()
getInvisibleStats
public String getInvisibleStats()
- Specified by:
getInvisibleStats in interface Controller
getStats
public String getStats()
- Specified by:
getStats in interface Controller
getVisibleStats
public String getVisibleStats()
- Specified by:
getVisibleStats in interface Controller
receiveChoice
public void receiveChoice(Option option)
- Specified by:
receiveChoice in interface Controller
receiveChoice
public void receiveChoice(String s)
- Specified by:
receiveChoice in interface Controller
receiveGoal
public void receiveGoal(Connection c)
- Specified by:
receiveGoal in interface Controller
setModel
public void setModel(Model m)
- Specified by:
setModel in interface Controller
setView
public void setView(View v)
- Specified by:
setView in interface Controller