T - The formula this incision function works onpublic interface IncisionFunction<T extends net.sf.tweety.commons.Formula>
| Modifier and Type | Method and Description |
|---|---|
Collection<T> |
incise(Collection<Collection<T>> kernelSets)
Selects from each collection in the given collection one element and
returns the collection of all those elements.
|
Collection<T> incise(Collection<Collection<T>> kernelSets)
kernelSets - a collection of kernel sets.Copyright © 2018. All rights reserved.