Class Z1

java.lang.Object
  extended by State
      extended by Z1

public class Z1
extends State


Constructor Summary
Z1()
           
 
Method Summary
(package private)  Report createReport(AbstractStory story, String location)
           
(package private)  State transition(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Z1

public Z1()
Method Detail

createReport

Report createReport(AbstractStory story,
                    String location)
Specified by:
createReport in class State

transition

State transition(String s)
Specified by:
transition in class State