T - The type of the formulas used by this operator.public class CrMasRevisionWrapper<T extends net.sf.tweety.commons.Formula> extends MultipleBaseRevisionOperator<InformationObject<T>>
| Constructor and Description |
|---|
CrMasRevisionWrapper(MultipleBaseRevisionOperator<T> wrappedRevision)
Creates a new revision with the given wrapped revision.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<InformationObject<T>> |
revise(Collection<InformationObject<T>> base,
Collection<InformationObject<T>> formulas)
Revises the first collection of formulas by the second collection of formulas.
|
revisepublic CrMasRevisionWrapper(MultipleBaseRevisionOperator<T> wrappedRevision)
wrappedRevision - some revisionpublic Collection<InformationObject<T>> revise(Collection<InformationObject<T>> base, Collection<InformationObject<T>> formulas)
MultipleBaseRevisionOperatorrevise in class MultipleBaseRevisionOperator<InformationObject<T extends net.sf.tweety.commons.Formula>>base - some collection of formulas.formulas - some formulas.Copyright © 2018. All rights reserved.