Class Main

java.lang.Object
  extended by Main

public class Main
extends Object


Field Summary
 Controller controller
           
 Model model
           
 View view
           
 
Constructor Summary
Main()
           
Main(AbstractStory story)
           
 
Method Summary
(package private)  void setup(AbstractWorld world)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

controller

public Controller controller

model

public Model model

view

public View view
Constructor Detail

Main

public Main()

Main

public Main(AbstractStory story)
Method Detail

setup

void setup(AbstractWorld world)