fr.inria.oadymppac.parsing.info
Class CauseListInfo
java.lang.Object
fr.inria.oadymppac.parsing.info.ListInfo
fr.inria.oadymppac.parsing.info.CauseListInfo
- All Implemented Interfaces:
- java.lang.Cloneable, Info
- public class CauseListInfo
- extends ListInfo
- implements Info, 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 fr.inria.oadymppac.parsing.info.ListInfo |
clone |
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
CauseListInfo
public CauseListInfo()
getInfoType
public int getInfoType()
- Specified by:
getInfoType
in interface Info
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Throws:
java.lang.CloneNotSupportedException
add
public boolean add(CauseInfo cause)
- Returns:
clear
public void clear()
contains
public boolean contains(CauseInfo o)
- Parameters:
o
-
- Returns:
isEmpty
public boolean isEmpty()
- Returns:
iterator
public java.util.Iterator iterator()
- Returns:
size
public int size()
- Returns:
getInfo
public java.util.Collection getInfo()
- Returns:
- Returns the info.
setInfo
public void setInfo(java.util.Collection info)
- Parameters:
info
- The info to set.