EVEDemo.SWEEP
Class ISProcess

java.lang.Object
  |
  +--EVEDemo.SWEEP.ISProcess

public class ISProcess
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 ProcessQuery currentQuery
           
 SendUpdates currentUpdates
           
(package private)  int MyIndex
           
(package private)  MultiQueue publicFIFOChannel
           
(package private)  Relation theRelaiton
           
 
Constructor Summary
ISProcess(MultiQueue FIFOChannel, Relation theRelation, int ISnumber)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

publicFIFOChannel

MultiQueue publicFIFOChannel

currentUpdates

public SendUpdates currentUpdates

currentQuery

public ProcessQuery currentQuery

MyIndex

int MyIndex

theRelaiton

Relation theRelaiton
Constructor Detail

ISProcess

public ISProcess(MultiQueue FIFOChannel,
                 Relation theRelation,
                 int ISnumber)