fr.inria.oadymppac.parsing.gentra4cp
Class DefaultExplanationEvent
java.lang.Object
fr.inria.oadymppac.parsing.event.EventImpl
fr.inria.oadymppac.parsing.gentra4cp.BasicExplanationEvent
fr.inria.oadymppac.parsing.gentra4cp.DefaultExplanationEvent
- All Implemented Interfaces:
- CauseEventListener, CauseListProvider, java.lang.Cloneable, ConstraintsEventListener, ConstraintsProvider, DTDExplanationElement, Event, java.util.EventListener, EventListener, ExplanationAttributes, ExplanationEvent, RangeEventListener, ValueListProvider, ValuesEventListener
- public class DefaultExplanationEvent
- extends BasicExplanationEvent
- implements ExplanationEvent, ValueListProvider, RangeEventListener, ValuesEventListener, ConstraintsProvider, ConstraintsEventListener, CauseListProvider, CauseEventListener
- 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 |
DefaultExplanationEvent
public DefaultExplanationEvent()
eventProcess
public void eventProcess(RangeEvent ev)
- Specified by:
eventProcess
in interface RangeEventListener
- Parameters:
ev
-
eventProcess
public void eventProcess(ValuesEvent ev)
- Specified by:
eventProcess
in interface ValuesEventListener
- Parameters:
ev
-
eventProcess
public void eventProcess(ConstraintsEvent ev)
- Specified by:
eventProcess
in interface ConstraintsEventListener
eventProcess
public void eventProcess(CauseEvent ev)
- Specified by:
eventProcess
in interface CauseEventListener
eventProcess
public void eventProcess(Event e)
- Specified by:
eventProcess
in interface EventListener
getValueList
public ValueListInfo getValueList()
- Specified by:
getValueList
in interface ValueListProvider
- Returns:
setValueList
public void setValueList(ValueListInfo valueList)
- Specified by:
setValueList
in interface ValueListProvider
- Parameters:
valueList
-
reset
public void reset()
- Specified by:
reset
in interface Event
- Overrides:
reset
in class BasicExplanationEvent
getConstraints
public ConstraintsInfo getConstraints()
- Specified by:
getConstraints
in interface ConstraintsProvider
- Returns:
- Returns the constraints.
setConstraints
public void setConstraints(ConstraintsInfo constraints)
- Specified by:
setConstraints
in interface ConstraintsProvider
- Parameters:
constraints
- The constraints to set.
getCauseList
public CauseListInfo getCauseList()
- Specified by:
getCauseList
in interface CauseListProvider
- Returns:
setCauseList
public void setCauseList(CauseListInfo causeList)
- Specified by:
setCauseList
in interface CauseListProvider
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