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

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

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

Methods in fr.inria.oadymppac.parsing.gentra4cp that return CauseListInfo
 CauseListInfo DefaultExplanationEvent.getCauseList()
           
 

Methods in fr.inria.oadymppac.parsing.gentra4cp with parameters of type CauseListInfo
 void DefaultExplanationEvent.setCauseList(CauseListInfo causeList)
           
 

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

Methods in fr.inria.oadymppac.parsing.gentra4cp.event that return CauseListInfo
 CauseListInfo CauseListListenerDecoratorImpl.getInfo()
           
 CauseListInfo CauseListListenerDecoratorImpl.getCauseList()
           
 

Methods in fr.inria.oadymppac.parsing.gentra4cp.event with parameters of type CauseListInfo
 void CauseListListenerDecoratorImpl.setInfo(CauseListInfo info)
           
 void CauseListListenerDecoratorImpl.setCauseList(CauseListInfo causeList)
           
 

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

Methods in fr.inria.oadymppac.parsing.info that return CauseListInfo
 CauseListInfo ExplanationInfo.getCauseList()
           
 CauseListInfo CauseListProvider.getCauseList()
           
 

Methods in fr.inria.oadymppac.parsing.info with parameters of type CauseListInfo
 void ExplanationInfo.setCauseList(CauseListInfo causeList)
           
 void CauseListProvider.setCauseList(CauseListInfo causeList)
           
 

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

Methods in fr.inria.oadymppac.solver.parsing.adapter with parameters of type CauseListInfo
 void ExplanationAdapter.adapt(CauseListInfo info, Explanation element)
           
 void DefaultCauseAdapter.adapt(CauseListInfo info, Explanation element)
           
 void AbstractAdapter.adapt(CauseListInfo info, Explanation element)