fr.inria.oadymppac.parsing.gentra4cp
Class BasicConstraintsEvent

java.lang.Object
  extended byfr.inria.oadymppac.parsing.event.EventImpl
      extended byfr.inria.oadymppac.parsing.gentra4cp.BasicConstraintsEvent
All Implemented Interfaces:
java.lang.Cloneable, ConstraintsAttributes, ConstraintsEvent, DTDConstraintsElement, Event
Direct Known Subclasses:
DefaultConstraintsEvent

public class BasicConstraintsEvent
extends EventImpl
implements ConstraintsEvent, Event

Author:
raf

Field Summary
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.ConstraintsEvent
EVENT_TYPE
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.attributes.ConstraintsAttributes
REFERENCES_NONE, REFERENCES_SEPARATOR
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.dtd.DTDConstraintsElement
CONSTRAINTS, REFERENCES
 
Fields inherited from interface fr.inria.oadymppac.parsing.event.Event
logger
 
Constructor Summary
BasicConstraintsEvent()
           
 
Method Summary
 int getEventType()
           
 Info getInfo()
           
 java.lang.String[] getReferences()
           
 void init(ContentHandler handler, org.xml.sax.Attributes atts)
           
 void reset()
           
 void setReferences(java.lang.String[] identifiers)
           
 
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

BasicConstraintsEvent

public BasicConstraintsEvent()
Method Detail

getReferences

public java.lang.String[] getReferences()
Specified by:
getReferences in interface ConstraintsAttributes
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

setReferences

public void setReferences(java.lang.String[] identifiers)
Specified by:
setReferences in interface ConstraintsAttributes
Parameters:
identifiers -

getInfo

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

getEventType

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