T - The formula this incision function works onpublic class RandomIncisionFunction<T extends net.sf.tweety.commons.Formula> extends Object implements IncisionFunction<T>
| Constructor and Description |
|---|
RandomIncisionFunction() |
| 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.
|
public Collection<T> incise(Collection<Collection<T>> kernelSets)
IncisionFunctionincise in interface IncisionFunction<T extends net.sf.tweety.commons.Formula>kernelSets - a collection of kernel sets.Copyright © 2018. All rights reserved.