fr.inria.oadymppac.parsing.gentra4cp
Class BasicDeltaEvent

java.lang.Object
  extended byfr.inria.oadymppac.parsing.event.EventImpl
      extended byfr.inria.oadymppac.parsing.gentra4cp.BasicDeltaEvent
All Implemented Interfaces:
java.lang.Cloneable, DeltaAttributes, DeltaEvent, DTDDeltaElement, Event
Direct Known Subclasses:
DefaultDeltaEvent

public class BasicDeltaEvent
extends EventImpl
implements DeltaEvent

Author:
raf

Field Summary
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.DeltaEvent
EVENT_TYPE
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.attributes.DeltaAttributes
VARIABLE_NONE
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.dtd.DTDDeltaElement
DELTA, VARIABLE
 
Fields inherited from interface fr.inria.oadymppac.parsing.event.Event
logger
 
Constructor Summary
BasicDeltaEvent()
           
 
Method Summary
 int getEventType()
           
 Info getInfo()
           
 java.lang.String getVariable()
           
 void init(ContentHandler handler, org.xml.sax.Attributes atts)
           
 void reset()
           
 void setVariable(java.lang.String variable)
           
 
Methods inherited from class fr.inria.oadymppac.parsing.event.EventImpl
getAllAttributes, getAnyValue, getSource, init, setAllAttributes, setSource, terminate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fr.inria.oadymppac.parsing.event.Event
getAnyValue, getSource, init, setSource, terminate
 

Constructor Detail

BasicDeltaEvent

public BasicDeltaEvent()
Method Detail

init

public void init(ContentHandler handler,
                 org.xml.sax.Attributes atts)
Specified by:
init in interface Event
Overrides:
init in class EventImpl

reset

public void reset()
Specified by:
reset in interface Event
Overrides:
reset in class EventImpl

getInfo

public Info getInfo()
             throws java.lang.CloneNotSupportedException
Specified by:
getInfo in interface Event
Throws:
java.lang.CloneNotSupportedException

getVariable

public java.lang.String getVariable()
Specified by:
getVariable in interface DeltaAttributes
Returns:

setVariable

public void setVariable(java.lang.String variable)
Specified by:
setVariable in interface DeltaAttributes
Parameters:
variable -

getEventType

public int getEventType()
Specified by:
getEventType in interface Event