lime.util.console
Class QueuedOp

java.lang.Object
  extended bylime.util.console.QueuedOp

class QueuedOp
extends java.lang.Object


Field Summary
 Location current
           
 AgentLocation destination
           
 java.lang.String go
           
 Reaction[] reactions
           
 lights.interfaces.ITuple tuple
           
 short type
           
 
Constructor Summary
(package private) QueuedOp(short type)
           
(package private) QueuedOp(short type, Location current, AgentLocation destination, lights.interfaces.ITuple tuple)
           
(package private) QueuedOp(short type, Reaction[] reactions)
           
(package private) QueuedOp(short type, java.lang.String go)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public short type

current

public Location current

destination

public AgentLocation destination

tuple

public lights.interfaces.ITuple tuple

reactions

public Reaction[] reactions

go

public java.lang.String go
Constructor Detail

QueuedOp

QueuedOp(short type,
         Location current,
         AgentLocation destination,
         lights.interfaces.ITuple tuple)

QueuedOp

QueuedOp(short type,
         Reaction[] reactions)

QueuedOp

QueuedOp(short type,
         java.lang.String go)

QueuedOp

QueuedOp(short type)