fr.inria.oadymppac.parsing.gentra4cp
Class DefaultValuesEvent

java.lang.Object
  extended byfr.inria.oadymppac.parsing.event.EventImpl
      extended byfr.inria.oadymppac.parsing.gentra4cp.DefaultValuesEvent
All Implemented Interfaces:
java.lang.Cloneable, DTDValuesElement, Event, ValuesAttributes, ValuesEvent
Direct Known Subclasses:
CauseValuesEvent, ConstraintUpdateValuesEvent, DefaultNewVariableValuesEvent, DeltaValuesEvent, ExplanationValuesEvent, StateConstraintValuesEvent, StateUpdateValuesEvent, StateVariableValuesEvent, UpdateValuesEvent, VarDomainValuesEvent, VariableValuesEvent

public class DefaultValuesEvent
extends EventImpl
implements ValuesEvent

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.gentra4cp.event.ValuesEvent
EVENT_TYPE
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.attributes.ValuesAttributes
VALUES_NONE
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.dtd.DTDValuesElement
VALUES
 
Fields inherited from interface fr.inria.oadymppac.parsing.event.Event
logger
 
Constructor Summary
DefaultValuesEvent()
           
 
Method Summary
 java.lang.Object clone()
           
 int getEventType()
           
 Info getInfo()
           
 int[] getValues()
           
 void init(ContentHandler handler, char[] ch, int start, int length)
           
 void reset()
           
 void setValues(int[] values)
           
 
Methods inherited from class fr.inria.oadymppac.parsing.event.EventImpl
getAllAttributes, getAnyValue, getSource, init, setAllAttributes, setSource, 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.Event
getAnyValue, getSource, init, setSource, terminate
 

Constructor Detail

DefaultValuesEvent

public DefaultValuesEvent()
Method Detail

init

public void init(ContentHandler handler,
                 char[] ch,
                 int start,
                 int length)
Specified by:
init in interface Event
Overrides:
init in class EventImpl

reset

public void reset()
Specified by:
reset in interface Event
Overrides:
reset in class EventImpl

getValues

public int[] getValues()
Specified by:
getValues in interface ValuesAttributes
Returns:

setValues

public void setValues(int[] values)
Specified by:
setValues in interface ValuesAttributes
Parameters:
values -

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Throws:
java.lang.CloneNotSupportedException

getInfo

public Info getInfo()
             throws java.lang.CloneNotSupportedException
Specified by:
getInfo in interface Event
Throws:
java.lang.CloneNotSupportedException

getEventType

public int getEventType()
Specified by:
getEventType in interface Event