edu.ucdavis.rj.Ops
Class InniArmElseafter

java.lang.Object
  extended by edu.ucdavis.rj.Ops.InniArmElseafter

public class InniArmElseafter
extends java.lang.Object


Field Summary
(package private)  InniArmElseCode code
           
(package private)  long millis
           
(package private)  int nanos
           
 
Constructor Summary
InniArmElseafter(long millis, InniArmElseCode code)
           
InniArmElseafter(long millis, int nanos, InniArmElseCode code)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

millis

long millis

nanos

int nanos

code

InniArmElseCode code
Constructor Detail

InniArmElseafter

public InniArmElseafter(long millis,
                        int nanos,
                        InniArmElseCode code)

InniArmElseafter

public InniArmElseafter(long millis,
                        InniArmElseCode code)