EXIficient

com.siemens.ct.exi.grammar
Class EventInformation

java.lang.Object
  extended by com.siemens.ct.exi.grammar.EventInformation
Direct Known Subclasses:
SchemaInformedEventInformation, SchemaLessEventInformation

public abstract class EventInformation
extends java.lang.Object


Field Summary
 Event event
           
 Rule next
           
 
Constructor Summary
EventInformation(Rule next, Event event, int eventCode)
           
 
Method Summary
abstract  int getEventCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

next

public final Rule next

event

public final Event event
Constructor Detail

EventInformation

public EventInformation(Rule next,
                        Event event,
                        int eventCode)
Method Detail

getEventCode

public abstract int getEventCode()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

EXIficient