fr.inria.oadymppac.parsing.info
Class ExplanationInfo
java.lang.Object
fr.inria.oadymppac.parsing.info.BasicInfo
fr.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
Fields inherited from interface fr.inria.oadymppac.parsing.event.Info |
logger |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INFO_TYPE
public static final int INFO_TYPE
- See Also:
- Constant Field Values
ExplanationInfo
public ExplanationInfo()
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.