fr.inria.oadymppac.parsing.gentra4cp.event
Class ChoiceConstraintListListenerDecoratorImpl

java.lang.Object
  extended byfr.inria.oadymppac.parsing.event.InfoDecoratorImpl
      extended byfr.inria.oadymppac.parsing.gentra4cp.event.ChoiceConstraintListListenerDecoratorImpl
All Implemented Interfaces:
ChoiceConstraintListListenerDecorator, ChoiceConstraintListProvider, Info, InfoDecorator
Direct Known Subclasses:
DefaultChoiceConstraintListListenerDecorator

public abstract class ChoiceConstraintListListenerDecoratorImpl
extends InfoDecoratorImpl
implements ChoiceConstraintListListenerDecorator, ChoiceConstraintListProvider

Author:
raf To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Field Summary
 
Fields inherited from interface fr.inria.oadymppac.parsing.event.Info
logger
 
Constructor Summary
ChoiceConstraintListListenerDecoratorImpl(ChoiceConstraintListProvider provider)
           
 
Method Summary
 boolean add(ChoiceConstraintInfo constraint)
           
 void clear()
           
 boolean contains(ChoiceConstraintInfo o)
           
 void eventProcess(ChoiceConstraintEvent ev)
           
 ChoiceConstraintListInfo getChoiceConstraintList()
           
 ChoiceConstraintListInfo getInfo()
           
 boolean isEmpty()
           
 java.util.Iterator iterator()
           
 void reset()
           
 void setChoiceConstraintList(ChoiceConstraintListInfo constraintList)
           
 void setInfo(ChoiceConstraintListInfo info)
           
 int size()
           
 
Methods inherited from class fr.inria.oadymppac.parsing.event.InfoDecoratorImpl
getInfoType, terminate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fr.inria.oadymppac.parsing.event.InfoDecorator
terminate
 
Methods inherited from interface fr.inria.oadymppac.parsing.event.Info
getInfoType
 

Constructor Detail

ChoiceConstraintListListenerDecoratorImpl

public ChoiceConstraintListListenerDecoratorImpl(ChoiceConstraintListProvider provider)
Method Detail

eventProcess

public void eventProcess(ChoiceConstraintEvent ev)

reset

public void reset()
Specified by:
reset in interface InfoDecorator
Overrides:
reset in class InfoDecoratorImpl

getInfo

public ChoiceConstraintListInfo getInfo()
Returns:
Returns the info.

setInfo

public void setInfo(ChoiceConstraintListInfo info)
Parameters:
info - The info to set.

add

public boolean add(ChoiceConstraintInfo constraint)
Returns:

clear

public void clear()

contains

public boolean contains(ChoiceConstraintInfo o)
Parameters:
o -
Returns:

isEmpty

public boolean isEmpty()
Returns:

iterator

public java.util.Iterator iterator()
Returns:

size

public int size()
Returns:

getChoiceConstraintList

public ChoiceConstraintListInfo getChoiceConstraintList()
Specified by:
getChoiceConstraintList in interface ChoiceConstraintListProvider

setChoiceConstraintList

public void setChoiceConstraintList(ChoiceConstraintListInfo constraintList)
Specified by:
setChoiceConstraintList in interface ChoiceConstraintListProvider