public class MonotoneGlobalMaxichoiceSelectionFunction extends Object implements SelectionFunction<net.sf.tweety.lp.asp.syntax.Rule>
| Constructor and Description |
|---|
MonotoneGlobalMaxichoiceSelectionFunction() |
| Modifier and Type | Method and Description |
|---|---|
Collection<net.sf.tweety.lp.asp.syntax.Rule> |
select(RemainderSets<net.sf.tweety.lp.asp.syntax.Rule> remainderSets)
Select exactly one remainder set from the set of remainder sets.
|
Collection<net.sf.tweety.lp.asp.syntax.Rule> |
select(ScreenedRemainderSets remainderSets)
Selects the maximal remainder set from the set of all remainder sets according to
a total order on all extended logic programs.
|
public MonotoneGlobalMaxichoiceSelectionFunction()
public Collection<net.sf.tweety.lp.asp.syntax.Rule> select(ScreenedRemainderSets remainderSets)
remainderSets - set of all remainder setspublic Collection<net.sf.tweety.lp.asp.syntax.Rule> select(RemainderSets<net.sf.tweety.lp.asp.syntax.Rule> remainderSets)
SelectionFunctionselect in interface SelectionFunction<net.sf.tweety.lp.asp.syntax.Rule>remainderSets - a set of remainder setsCopyright © 2018. All rights reserved.