fr.inria.oadymppac.parsing.gentra4cp
Class BasicCauseEvent
java.lang.Object
fr.inria.oadymppac.parsing.event.EventImpl
fr.inria.oadymppac.parsing.gentra4cp.BasicCauseEvent
- All Implemented Interfaces:
- CauseAttributes, CauseEvent, CauseTypeAttribute, java.lang.Cloneable, DTDCauseElement, DTDCauseTypeAttribute, Event
- Direct Known Subclasses:
- DefaultCauseEvent
- public class BasicCauseEvent
- extends EventImpl
- implements CauseEvent
- Author:
- raf
Fields inherited from interface fr.inria.oadymppac.parsing.event.Event |
logger |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicCauseEvent
public BasicCauseEvent()
getVariable
public java.lang.String getVariable()
- Specified by:
getVariable
in interface CauseAttributes
- Returns:
getInfo
public Info getInfo()
- Specified by:
getInfo
in interface Event
- Returns:
- Returns the info.
getType
public short getType()
- Specified by:
getType
in interface CauseTypeAttribute
- Returns:
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
setVariable
public void setVariable(java.lang.String ident)
- Specified by:
setVariable
in interface CauseAttributes
- Parameters:
ident
-
setType
public void setType(short type)
- Specified by:
setType
in interface CauseTypeAttribute
- Parameters:
type
-
getEventType
public int getEventType()
- Specified by:
getEventType
in interface Event