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

java.lang.Object
  extended byfr.inria.oadymppac.parsing.event.InfoDecoratorImpl
      extended byfr.inria.oadymppac.parsing.gentra4cp.event.VariableListListenerDecoratorImpl
All Implemented Interfaces:
Info, InfoDecorator, VariableListListenerDecorator, VariableListProvider
Direct Known Subclasses:
DefaultVariableListListenerDecorator

public abstract class VariableListListenerDecoratorImpl
extends InfoDecoratorImpl
implements VariableListListenerDecorator, VariableListProvider

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
VariableListListenerDecoratorImpl(VariableListProvider provider)
           
 
Method Summary
 boolean add(VariableInfo update)
           
 void clear()
           
 boolean contains(VariableInfo o)
           
 void eventProcess(VariableEvent ev)
           
 VariableListInfo getInfo()
           
 VariableListInfo getVariableList()
           
 boolean isEmpty()
           
 java.util.Iterator iterator()
           
 void reset()
           
 void setInfo(VariableListInfo info)
           
 void setVariableList(VariableListInfo variableList)
           
 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

VariableListListenerDecoratorImpl

public VariableListListenerDecoratorImpl(VariableListProvider provider)
Method Detail

eventProcess

public void eventProcess(VariableEvent ev)

reset

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

getInfo

public VariableListInfo getInfo()
Returns:
Returns the info.

setInfo

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

add

public boolean add(VariableInfo update)
Returns:

clear

public void clear()

contains

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

isEmpty

public boolean isEmpty()
Returns:

iterator

public java.util.Iterator iterator()
Returns:

size

public int size()
Returns:

getVariableList

public VariableListInfo getVariableList()
Specified by:
getVariableList in interface VariableListProvider

setVariableList

public void setVariableList(VariableListInfo variableList)
Specified by:
setVariableList in interface VariableListProvider