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 class
ScreenedRemainderSets
This 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 java.util.Collection<ASPRule>
MonotoneGlobalMaxichoiceSelectionFunction. select(RemainderSets<ASPRule> remainderSets)
java.util.Collection<T>
SelectionFunction. select(RemainderSets<T> remainderSets)
Select exactly one remainder set from the set of remainder sets.
-