T - The type of formulas this transformation function works on.public interface MultipleTransformationFunction<T extends net.sf.tweety.commons.Formula>
| Modifier and Type | Method and Description |
|---|---|
Collection<T> |
transform(Collection<T> formulas)
Transforms the given set of formulas for selective revision.
|
Collection<T> transform(Collection<T> formulas)
formulas - a set of formulas.Copyright © 2018. All rights reserved.