fr.inria.oadymppac.parsing.gentra4cp
Class DefaultSolutionEvent
java.lang.Object
fr.inria.oadymppac.parsing.event.EventImpl
fr.inria.oadymppac.parsing.gentra4cp.BasicEvent
fr.inria.oadymppac.parsing.gentra4cp.BasicSolutionEvent
fr.inria.oadymppac.parsing.gentra4cp.DefaultSolutionEvent
- All Implemented Interfaces:
- ChoiceConstraintEventListener, ChoiceConstraintListProvider, java.lang.Cloneable, DTDEventAttributes, DTDSolutionElement, Event, EventAttributes, java.util.EventListener, EventListener, SolutionAttributes, SolutionEvent, StateEventListener, StateProvider
- public class DefaultSolutionEvent
- extends BasicSolutionEvent
- implements SolutionEvent, 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.BasicSolutionEvent |
getChrono, getContext, getDepth, getEventType, getFile, getInfo, getLine, getNode, getNodeName, getTime, getValue, init, setChrono, setContext, setDepth, setFile, setLine, setNode, setNodeName, setTime, setValue |
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 |
DefaultSolutionEvent
public DefaultSolutionEvent()
reset
public void reset()
- Specified by:
reset
in interface Event
- Overrides:
reset
in class BasicSolutionEvent
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
-
eventProcess
public void eventProcess(ChoiceConstraintEvent ev)
- Specified by:
eventProcess
in interface ChoiceConstraintEventListener
- 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
-
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