fr.inria.oadymppac.parsing.info
Class BackToInfo

java.lang.Object
  extended byfr.inria.oadymppac.parsing.info.BasicInfo
      extended byfr.inria.oadymppac.parsing.info.EventInfo
          extended byfr.inria.oadymppac.parsing.info.BackToInfo
All Implemented Interfaces:
BackToAttributes, java.lang.Cloneable, DeltaListProvider, DTDBackToElement, DTDEventAttributes, EventAttributes, Info, StateProvider

public class BackToInfo
extends EventInfo
implements BackToAttributes, DeltaListProvider, StateProvider, java.lang.Cloneable

Author:
raf

Field Summary
static int INFO_TYPE
           
 
Fields inherited from class fr.inria.oadymppac.parsing.info.BasicInfo
cloned, created
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.attributes.BackToAttributes
NODE_NONE, NODEBEFORE_NONE
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.dtd.DTDBackToElement
BACKTO, NODE, NODEBEFORE
 
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
BackToInfo()
           
 
Method Summary
 java.lang.Object clone()
           
 DeltaListInfo getDeltaList()
           
 int getInfoType()
           
 java.lang.String getNode()
           
 java.lang.String getNodeBefore()
           
 StateInfo getState()
           
 void setDeltaList(DeltaListInfo deltaList)
           
 void setNode(java.lang.String node)
           
 void setNodeBefore(java.lang.String node)
           
 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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INFO_TYPE

public static final int INFO_TYPE
See Also:
Constant Field Values
Constructor Detail

BackToInfo

public BackToInfo()
Method Detail

getInfoType

public int getInfoType()
Specified by:
getInfoType in interface Info

getNode

public java.lang.String getNode()
Specified by:
getNode in interface BackToAttributes

setNode

public void setNode(java.lang.String node)
Specified by:
setNode in interface BackToAttributes

getNodeBefore

public java.lang.String getNodeBefore()
Specified by:
getNodeBefore in interface BackToAttributes

setNodeBefore

public void setNodeBefore(java.lang.String node)
Specified by:
setNodeBefore in interface BackToAttributes

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Overrides:
clone in class BasicInfo
Throws:
java.lang.CloneNotSupportedException

getDeltaList

public DeltaListInfo getDeltaList()
Specified by:
getDeltaList in interface DeltaListProvider
Returns:
Returns the deltaList.

setDeltaList

public void setDeltaList(DeltaListInfo deltaList)
Specified by:
setDeltaList in interface DeltaListProvider
Parameters:
deltaList - The deltaList to set.

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.