gr.uoa.di.madgik.searchlibrary.operatorlibrary.join
Class EventEntry

java.lang.Object
  extended by gr.uoa.di.madgik.searchlibrary.operatorlibrary.join.EventEntry

public class EventEntry
extends Object


Field Summary
 gr.uoa.di.madgik.grs.events.BufferEvent event
           
 int id
           
 
Constructor Summary
EventEntry(gr.uoa.di.madgik.grs.events.BufferEvent event, int id)
          Creates a new instance
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

event

public final gr.uoa.di.madgik.grs.events.BufferEvent event

id

public final int id
Constructor Detail

EventEntry

public EventEntry(gr.uoa.di.madgik.grs.events.BufferEvent event,
                  int id)
Creates a new instance

Parameters:
event - The event originating from reader with a given id
id - The id of the reader from which the event was received


Copyright © 2013. All Rights Reserved.