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

All Superinterfaces:
java.lang.Cloneable, CtrAttributes, DTDConstraintAttributes, DTDConstraintOriginAttribute, DTDEventAttributes, Event, EventAttributes, NewConstraintAttributes
All Known Implementing Classes:
BasicNewConstraintEvent, DefaultNewConstraintEvent

public interface NewConstraintEvent
extends EventAttributes, NewConstraintAttributes, Event

Author:
raf

Field Summary
static int EVENT_TYPE
           
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.attributes.EventAttributes
CHRONO_NONE, CONTEXT_NONE, DEPTH_NONE, FILE_NONE, LINE_NONE, TIME_NONE
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.dtd.DTDEventAttributes
CHRONO, CONTEXT, DEPTH, FILE, LINE, TIME
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.attributes.NewConstraintAttributes
ORIGIN_NONE
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.attributes.CtrAttributes
EXTERNAL_NONE, IDENTIFIER_NONE, INTERNAL_NONE, NAME_NONE
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.dtd.DTDConstraintAttributes
EXTERNAL, IDENTIFIER, INTERNAL, NAME
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.dtd.DTDConstraintOriginAttribute
ORIGIN, SYSTEM, USER
 
Fields inherited from interface fr.inria.oadymppac.parsing.event.Event
logger
 
Methods inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.attributes.EventAttributes
getChrono, getContext, getDepth, getFile, getLine, getTime, setChrono, setContext, setDepth, setFile, setLine, setTime
 
Methods inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.attributes.NewConstraintAttributes
getOrigin, setOrigin
 
Methods inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.attributes.CtrAttributes
getExternal, getIdentifier, getInternal, getName, setExternal, setIdentifier, setInternal, setName
 
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