|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
DungAF and
the utility class SetComparison.
See:
Description
| Class Summary | |
|---|---|
| DungAF | A class to implement Dung's abstract argumentation frameworks (AFs). |
| SetComparison | Provides two naive methods for removing non-maximal and non-minimal members of collections-of-collections. |
An ad-hoc package, comprising DungAF and
the utility class SetComparison.
DungAF uses SetComparison.removeNonMinimalMembersOf(Collection<T extends Collection>), and depends also on Google's
guava-libraries (version 10.0.01) - specifically, the
implementation of the n-ary cartesian product provided by com.google.common.collect.Sets.cartesianProduct(List<? extends Set<? extends B>>).
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||