fr.inria.oadymppac.parsing.info
Class CauseListInfo

java.lang.Object
  extended byfr.inria.oadymppac.parsing.info.ListInfo
      extended byfr.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

Field Summary
static int INFO_TYPE
           
 
Fields inherited from class fr.inria.oadymppac.parsing.info.ListInfo
cloned, created
 
Fields inherited from interface fr.inria.oadymppac.parsing.event.Info
logger
 
Constructor Summary
CauseListInfo()
           
 
Method Summary
 boolean add(CauseInfo cause)
           
 void clear()
           
 java.lang.Object clone()
           
 boolean contains(CauseInfo o)
           
 java.util.Collection getInfo()
           
 int getInfoType()
           
 boolean isEmpty()
           
 java.util.Iterator iterator()
           
 void setInfo(java.util.Collection info)
           
 int size()
           
 
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
 

Field Detail

INFO_TYPE

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

CauseListInfo

public CauseListInfo()
Method Detail

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.