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

java.lang.Object
  extended byfr.inria.oadymppac.parsing.event.InfoDecoratorImpl
      extended byfr.inria.oadymppac.parsing.gentra4cp.event.ConstraintListListenerDecoratorImpl
All Implemented Interfaces:
ConstraintListListenerDecorator, ConstraintListProvider, Info, InfoDecorator
Direct Known Subclasses:
DefaultConstraintListListenerDecorator

public abstract class ConstraintListListenerDecoratorImpl
extends InfoDecoratorImpl
implements ConstraintListListenerDecorator, ConstraintListProvider

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
ConstraintListListenerDecoratorImpl(ConstraintListProvider provider)
           
 
Method Summary
 boolean add(ConstraintInfo update)
           
 void clear()
           
 boolean contains(ConstraintInfo o)
           
 void eventProcess(ConstraintEvent ev)
           
 ConstraintListInfo getConstraintList()
           
 ConstraintListInfo getInfo()
           
 boolean isEmpty()
           
 java.util.Iterator iterator()
           
 void reset()
           
 void setConstraintList(ConstraintListInfo constraintList)
           
 void setInfo(ConstraintListInfo 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

ConstraintListListenerDecoratorImpl

public ConstraintListListenerDecoratorImpl(ConstraintListProvider provider)
Method Detail

eventProcess

public void eventProcess(ConstraintEvent ev)

reset

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

getInfo

public ConstraintListInfo getInfo()
Returns:
Returns the info.

setInfo

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

add

public boolean add(ConstraintInfo update)
Returns:

clear

public void clear()

contains

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

isEmpty

public boolean isEmpty()
Returns:

iterator

public java.util.Iterator iterator()
Returns:

size

public int size()
Returns:

getConstraintList

public ConstraintListInfo getConstraintList()
Specified by:
getConstraintList in interface ConstraintListProvider

setConstraintList

public void setConstraintList(ConstraintListInfo constraintList)
Specified by:
setConstraintList in interface ConstraintListProvider