fr.inria.oadymppac.parsing.gentra4cp.event
Class ChoiceConstraintListListenerDecoratorImpl
java.lang.Object
fr.inria.oadymppac.parsing.event.InfoDecoratorImpl
fr.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
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 |
Methods inherited from interface fr.inria.oadymppac.parsing.event.Info |
getInfoType |
ChoiceConstraintListListenerDecoratorImpl
public ChoiceConstraintListListenerDecoratorImpl(ChoiceConstraintListProvider provider)
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