EXIficient

com.siemens.ct.exi.grammar
Class SchemaLessEventInformation

java.lang.Object
  extended by com.siemens.ct.exi.grammar.EventInformation
      extended by com.siemens.ct.exi.grammar.SchemaLessEventInformation

public class SchemaLessEventInformation
extends EventInformation


Field Summary
 
Fields inherited from class com.siemens.ct.exi.grammar.EventInformation
event, next
 
Constructor Summary
SchemaLessEventInformation(Rule father, Rule next, Event event, int eventCode)
           
 
Method Summary
 int getEventCode()
           
 
Methods inherited from class com.siemens.ct.exi.grammar.EventInformation
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SchemaLessEventInformation

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

getEventCode

public int getEventCode()
Specified by:
getEventCode in class EventInformation

EXIficient