fr.inria.oadymppac.parsing.event
Class InfoDecoratorImpl

java.lang.Object
  extended byfr.inria.oadymppac.parsing.event.InfoDecoratorImpl
All Implemented Interfaces:
Info, InfoDecorator
Direct Known Subclasses:
CauseListListenerDecoratorImpl, ChoiceConstraintListListenerDecoratorImpl, ConstraintListListenerDecoratorImpl, ConstraintsListenerDecoratorImpl, DeltaListenerDecoratorImpl, DeltaListListenerDecoratorImpl, ExplanationListListenerDecoratorImpl, StateListenerDecoratorImpl, UpdateListenerDecoratorImpl, UpdateListListenerDecoratorImpl, ValueListListenerDecoratorImpl, VarDomainListenerDecoratorImpl, VariableListListenerDecoratorImpl, VariablesListenerDecoratorImpl

public abstract class InfoDecoratorImpl
extends java.lang.Object
implements InfoDecorator

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
InfoDecoratorImpl()
           
 
Method Summary
 int getInfoType()
           
 void reset()
           
 void terminate()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoDecoratorImpl

public InfoDecoratorImpl()
Method Detail

reset

public void reset()
Specified by:
reset in interface InfoDecorator

terminate

public void terminate()
Specified by:
terminate in interface InfoDecorator

getInfoType

public int getInfoType()
Specified by:
getInfoType in interface Info