EVEDemo.SWEEP
Class UpdateView

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--EVEDemo.SWEEP.UpdateView
Direct Known Subclasses:
UpdateView

public class UpdateView
extends java.lang.Thread
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  View EVEview
           
protected  boolean finished
           
protected  int n
           
protected  MultiQueue publicFIFOChannel
           
protected  MessageQueue UpdateMessageQueue
           
protected  ViewDefinition View
           
 
Fields inherited from class java.lang.Thread
contextClassLoader, daemon, eetop, group, inheritedAccessControlContext, MAX_PRIORITY, MIN_PRIORITY, name, NORM_PRIORITY, priority, single_step, stillborn, stopThreadPermission, target, threadInitNumber, threadQ, values
 
Constructor Summary
UpdateView(MultiQueue theFIFOChannel, Queue theMessageQueue, ViewDefinition theView)
           
 
Method Summary
 void run()
           
 void setn(int ISnum)
          Set the number of ISs.
 void setView(View v)
          Set the View object.
 Relation ViewChange(UpdateData theUpdate)
           
 
Methods inherited from class java.lang.Thread
, activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, exit, getContextClassLoader, getName, getPriority, getThreadGroup, init, interrupt, interrupt0, interrupted, isAlive, isDaemon, isInterrupted, isInterrupted, join, join, join, nextThreadNum, registerNatives, resume, resume0, setContextClassLoader, setDaemon, setName, setPriority, setPriority0, sleep, sleep, start, stop, stop, stop0, suspend, suspend0, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

UpdateMessageQueue

protected MessageQueue UpdateMessageQueue

publicFIFOChannel

protected MultiQueue publicFIFOChannel

n

protected int n

View

protected ViewDefinition View

finished

protected boolean finished

EVEview

protected View EVEview
Constructor Detail

UpdateView

public UpdateView(MultiQueue theFIFOChannel,
                  Queue theMessageQueue,
                  ViewDefinition theView)
Method Detail

setn

public void setn(int ISnum)
Set the number of ISs.

setView

public void setView(View v)
Set the View object.

run

public void run()
Overrides:
run in class java.lang.Thread

ViewChange

public Relation ViewChange(UpdateData theUpdate)