universe
Class VoidPackage<Msg extends java.io.Serializable>

java.lang.Object
  extended by universe.Package<Msg>
      extended by universe.VoidPackage<Msg>

public class VoidPackage<Msg extends java.io.Serializable>
extends Package<Msg>

Represents the results of World functions with a possible Universe Message


Constructor Summary
VoidPackage()
          Construct a Package with the current state of the World
VoidPackage(Msg m)
          Construct a Package with the current state of the World and a Message to the Universe
 
Method Summary
 
Methods inherited from class universe.Package
getMsg, getWorld, hasMsg
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VoidPackage

public VoidPackage()
Construct a Package with the current state of the World


VoidPackage

public VoidPackage(Msg m)
Construct a Package with the current state of the World and a Message to the Universe