fr.inria.oadymppac.parsing.info
Class ExplanationInfo

java.lang.Object
  extended byfr.inria.oadymppac.parsing.info.BasicInfo
      extended byfr.inria.oadymppac.parsing.info.ExplanationInfo
All Implemented Interfaces:
CauseListProvider, java.lang.Cloneable, ConstraintsProvider, DTDExplanationElement, ExplanationAttributes, Info, ValueListProvider

public class ExplanationInfo
extends BasicInfo
implements ExplanationAttributes, ValueListProvider, CauseListProvider, ConstraintsProvider, 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
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.dtd.DTDExplanationElement
EXPLANATION
 
Fields inherited from interface fr.inria.oadymppac.parsing.event.Info
logger
 
Constructor Summary
ExplanationInfo()
           
 
Method Summary
 java.lang.Object clone()
           
 CauseListInfo getCauseList()
           
 ConstraintsInfo getConstraints()
           
 int getInfoType()
           
 ValueListInfo getValueList()
           
 void setCauseList(CauseListInfo causeList)
           
 void setConstraints(ConstraintsInfo constraints)
           
 void setValueList(ValueListInfo valueList)
           
 
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

ExplanationInfo

public ExplanationInfo()
Method Detail

getInfoType

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

clone

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

getConstraints

public ConstraintsInfo getConstraints()
Specified by:
getConstraints in interface ConstraintsProvider
Returns:
Returns the constraints.

setConstraints

public void setConstraints(ConstraintsInfo constraints)
Specified by:
setConstraints in interface ConstraintsProvider
Parameters:
constraints - The constraints to set.

getValueList

public ValueListInfo getValueList()
Specified by:
getValueList in interface ValueListProvider
Returns:
Returns the valueList.

setValueList

public void setValueList(ValueListInfo valueList)
Specified by:
setValueList in interface ValueListProvider
Parameters:
valueList - The valueList to set.

getCauseList

public CauseListInfo getCauseList()
Specified by:
getCauseList in interface CauseListProvider
Returns:
Returns the causeList.

setCauseList

public void setCauseList(CauseListInfo causeList)
Specified by:
setCauseList in interface CauseListProvider
Parameters:
causeList - The causeList to set.