Uses of Class
net.sf.tweety.lp.asp.beliefdynamics.baserevision.RemainderSets
-
Packages that use RemainderSets Package Description net.sf.tweety.lp.asp.beliefdynamics.baserevision -
-
Uses of RemainderSets in net.sf.tweety.lp.asp.beliefdynamics.baserevision
Subclasses of RemainderSets in net.sf.tweety.lp.asp.beliefdynamics.baserevision Modifier and Type Class Description classScreenedRemainderSetsThis class represents the set of Screened Consistent Remainder Sets as defined in [1].Methods in net.sf.tweety.lp.asp.beliefdynamics.baserevision with parameters of type RemainderSets Modifier and Type Method Description Collection<net.sf.tweety.lp.asp.syntax.ASPRule>MonotoneGlobalMaxichoiceSelectionFunction. select(RemainderSets<net.sf.tweety.lp.asp.syntax.ASPRule> remainderSets)Collection<T>SelectionFunction. select(RemainderSets<T> remainderSets)Select exactly one remainder set from the set of remainder sets.
-