fr.inria.oadymppac.parsing.gentra4cp
Class DefaultChoicePointEvent
java.lang.Object
fr.inria.oadymppac.parsing.event.EventImpl
fr.inria.oadymppac.parsing.gentra4cp.BasicEvent
fr.inria.oadymppac.parsing.gentra4cp.BasicChoicePointEvent
fr.inria.oadymppac.parsing.gentra4cp.DefaultChoicePointEvent
- All Implemented Interfaces:
- ChoiceConstraintEventListener, ChoiceConstraintListProvider, ChoicePointAttributes, ChoicePointEvent, java.lang.Cloneable, DTDChoicePointElement, DTDEventAttributes, Event, EventAttributes, java.util.EventListener, EventListener, StateEventListener, StateProvider
- public class DefaultChoicePointEvent
- extends BasicChoicePointEvent
- implements ChoicePointEvent, StateProvider, StateEventListener, ChoiceConstraintListProvider, ChoiceConstraintEventListener
- Author:
- raf
Fields inherited from interface fr.inria.oadymppac.parsing.event.Event |
logger |
Methods inherited from class fr.inria.oadymppac.parsing.gentra4cp.BasicChoicePointEvent |
getChrono, getContext, getDepth, getEventType, getFile, getInfo, getLine, getNode, getNodeName, getTime, init, setChrono, setContext, setDepth, setFile, setLine, setNode, setNodeName, setTime |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.attributes.EventAttributes |
getChrono, getContext, getDepth, getFile, getLine, getTime, setChrono, setContext, setDepth, setFile, setLine, setTime |
DefaultChoicePointEvent
public DefaultChoicePointEvent()
reset
public void reset()
- Specified by:
reset
in interface Event
- Overrides:
reset
in class BasicChoicePointEvent
eventProcess
public void eventProcess(Event e)
- Specified by:
eventProcess
in interface EventListener
getState
public StateInfo getState()
- Specified by:
getState
in interface StateProvider
- Returns:
setState
public void setState(StateInfo state)
- Specified by:
setState
in interface StateProvider
- Parameters:
state
-
eventProcess
public void eventProcess(StateEvent ev)
- Specified by:
eventProcess
in interface StateEventListener
- Parameters:
ev
-
getChoiceConstraintList
public ChoiceConstraintListInfo getChoiceConstraintList()
- Specified by:
getChoiceConstraintList
in interface ChoiceConstraintListProvider
- Returns:
setChoiceConstraintList
public void setChoiceConstraintList(ChoiceConstraintListInfo constraintList)
- Specified by:
setChoiceConstraintList
in interface ChoiceConstraintListProvider
- Parameters:
constraintList
-
eventProcess
public void eventProcess(ChoiceConstraintEvent ev)
- Specified by:
eventProcess
in interface ChoiceConstraintEventListener
- Parameters:
ev
-
processEnd
public void processEnd()
- Specified by:
processEnd
in interface EventListener
processInstruction
public void processInstruction(java.lang.String target,
java.lang.String data)
- Specified by:
processInstruction
in interface EventListener
processStart
public void processStart()
- Specified by:
processStart
in interface EventListener