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

All Superinterfaces:
java.lang.Cloneable, DTDEventAttributes, DTDStateElement, Event, EventAttributes, StateAttributes
All Known Implementing Classes:
BasicStateEvent

public interface StateEvent
extends EventAttributes, StateAttributes, 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.StateAttributes
CHOICECONSTRAINT_NONE, CURRENT_NODE_NONE, NEXT_NODE_NONE, NODENAME_NONE, STATUS_NONE
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.dtd.DTDStateElement
CHOICECONSTRAINT, CURRENTNODE, NEXTNODE, NODENAME, STATE, STATUS
 
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.StateAttributes
getChoiceConstraints, getCurrentNode, getNextNode, getNodeName, getStatus, setChoiceConstraints, setCurrentNode, setNextNode, setNodeName, setStatus
 
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