fr.inria.oadymppac.parsing.gentra4cp
Class BasicExplanationEvent

java.lang.Object
  extended byfr.inria.oadymppac.parsing.event.EventImpl
      extended byfr.inria.oadymppac.parsing.gentra4cp.BasicExplanationEvent
All Implemented Interfaces:
java.lang.Cloneable, DTDExplanationElement, Event, ExplanationAttributes, ExplanationEvent
Direct Known Subclasses:
DefaultExplanationEvent

public class BasicExplanationEvent
extends EventImpl
implements ExplanationEvent

Author:
raf

Field Summary
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.ExplanationEvent
EVENT_TYPE
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.dtd.DTDExplanationElement
EXPLANATION
 
Fields inherited from interface fr.inria.oadymppac.parsing.event.Event
logger
 
Constructor Summary
BasicExplanationEvent()
           
 
Method Summary
 java.lang.Object clone()
           
 int getEventType()
           
 Info getInfo()
           
 void init(ContentHandler handler, org.xml.sax.Attributes atts)
           
 void reset()
           
 
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

BasicExplanationEvent

public BasicExplanationEvent()
Method Detail

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Throws:
java.lang.CloneNotSupportedException

getInfo

public Info getInfo()
Specified by:
getInfo in interface Event
Returns:
Returns the info.

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

getEventType

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