Uses of Class
fr.inria.oadymppac.parsing.info.DeltaListInfo

Packages that use DeltaListInfo
fr.inria.oadymppac.parsing.gentra4cp   
fr.inria.oadymppac.parsing.gentra4cp.event   
fr.inria.oadymppac.parsing.info   
fr.inria.oadymppac.solver.parsing.adapter   
 

Uses of DeltaListInfo in fr.inria.oadymppac.parsing.gentra4cp
 

Methods in fr.inria.oadymppac.parsing.gentra4cp that return DeltaListInfo
 DeltaListInfo DefaultRestoreEvent.getDeltaList()
           
 DeltaListInfo DefaultBackToEvent.getDeltaList()
           
 

Methods in fr.inria.oadymppac.parsing.gentra4cp with parameters of type DeltaListInfo
 void DefaultRestoreEvent.setDeltaList(DeltaListInfo deltaList)
           
 void DefaultBackToEvent.setDeltaList(DeltaListInfo deltaList)
           
 

Uses of DeltaListInfo in fr.inria.oadymppac.parsing.gentra4cp.event
 

Methods in fr.inria.oadymppac.parsing.gentra4cp.event that return DeltaListInfo
 DeltaListInfo DeltaListListenerDecoratorImpl.getInfo()
           
 DeltaListInfo DeltaListListenerDecoratorImpl.getDeltaList()
           
 

Methods in fr.inria.oadymppac.parsing.gentra4cp.event with parameters of type DeltaListInfo
 void DeltaListListenerDecoratorImpl.setInfo(DeltaListInfo info)
           
 void DeltaListListenerDecoratorImpl.setDeltaList(DeltaListInfo deltaList)
           
 

Uses of DeltaListInfo in fr.inria.oadymppac.parsing.info
 

Methods in fr.inria.oadymppac.parsing.info that return DeltaListInfo
 DeltaListInfo RestoreInfo.getDeltaList()
           
 DeltaListInfo DeltaListProvider.getDeltaList()
           
 DeltaListInfo BackToInfo.getDeltaList()
           
 

Methods in fr.inria.oadymppac.parsing.info with parameters of type DeltaListInfo
 void RestoreInfo.setDeltaList(DeltaListInfo deltaList)
           
 void DeltaListProvider.setDeltaList(DeltaListInfo deltaList)
           
 void BackToInfo.setDeltaList(DeltaListInfo deltaList)
           
 

Uses of DeltaListInfo in fr.inria.oadymppac.solver.parsing.adapter
 

Methods in fr.inria.oadymppac.solver.parsing.adapter with parameters of type DeltaListInfo
 void RestoreAdapter.adapt(DeltaListInfo info, Restore element)
           
 void BackToAdapter.adapt(DeltaListInfo info, BackTo element)
           
 void AbstractAdapter.adapt(DeltaListInfo info, BackTo element)
           
 void AbstractAdapter.adapt(DeltaListInfo info, Restore element)