fr.inria.oadymppac.parsing.gentra4cp.event
Interface ChoiceConstraintEvent

All Superinterfaces:
ChoiceConstraintAttributes, java.lang.Cloneable, DTDChoiceConstraintElement, Event
All Known Implementing Classes:
BasicChoiceConstraintEvent

public interface ChoiceConstraintEvent
extends ChoiceConstraintAttributes, Event

Author:
raf

Field Summary
static int EVENT_TYPE
           
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.attributes.ChoiceConstraintAttributes
CONSTRAINTS_NONE, CONSTRAINTS_SEPARATOR, VALUE_NONE, VARIABLE_NONE
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.dtd.DTDChoiceConstraintElement
CHOICECONSTRAINT, CONSTRAINTS, VALUE, VARIABLE
 
Fields inherited from interface fr.inria.oadymppac.parsing.event.Event
logger
 
Methods inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.attributes.ChoiceConstraintAttributes
getConstraints, getValue, getVariable, setConstraints, setValue, setVariable
 
Methods inherited from interface fr.inria.oadymppac.parsing.event.Event
getAnyValue, getEventType, getInfo, getSource, init, init, reset, setSource, terminate
 

Field Detail

EVENT_TYPE

public static final int EVENT_TYPE
See Also:
Constant Field Values