fr.inria.oadymppac.parsing.info
Class StageAttributesInfo

java.lang.Object
  extended byfr.inria.oadymppac.parsing.info.BasicInfo
      extended byfr.inria.oadymppac.parsing.info.EventInfo
          extended byfr.inria.oadymppac.parsing.info.StageAttributesInfo
All Implemented Interfaces:
java.lang.Cloneable, DTDEventAttributes, DTDStageAttributes, EventAttributes, Info, StageAttributes, StateProvider
Direct Known Subclasses:
EndStageInfo, ResumeStageInfo, StartStageInfo, SuspendStageInfo

public abstract class StageAttributesInfo
extends EventInfo
implements StageAttributes, StateProvider, java.lang.Cloneable

Author:
raf To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Field Summary
 
Fields inherited from class fr.inria.oadymppac.parsing.info.BasicInfo
cloned, created
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.attributes.StageAttributes
STAGE_NONE
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.dtd.DTDStageAttributes
STAGE
 
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.event.Info
logger
 
Constructor Summary
StageAttributesInfo()
           
 
Method Summary
 java.lang.String getStage()
           
 StateInfo getState()
           
 void setStage(java.lang.String stage)
           
 void setState(StateInfo state)
           
 
Methods inherited from class fr.inria.oadymppac.parsing.info.EventInfo
getChrono, getContext, getDepth, getFile, getLine, getTime, setChrono, setContext, setDepth, setFile, setLine, setTime
 
Methods inherited from class fr.inria.oadymppac.parsing.info.BasicInfo
clone, clone, clone, clone
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fr.inria.oadymppac.parsing.event.Info
getInfoType
 

Constructor Detail

StageAttributesInfo

public StageAttributesInfo()
Method Detail

getStage

public java.lang.String getStage()
Specified by:
getStage in interface StageAttributes
Returns:
Returns the identifier.

setStage

public void setStage(java.lang.String stage)
Specified by:
setStage in interface StageAttributes

getState

public StateInfo getState()
Specified by:
getState in interface StateProvider
Returns:
Returns the state.

setState

public void setState(StateInfo state)
Specified by:
setState in interface StateProvider
Parameters:
state - The state to set.