| Package | Description |
|---|---|
| net.sf.tweety.logics.ml.semantics |
| Modifier and Type | Method and Description |
|---|---|
ModalHerbrandInterpretation |
ModalHerbrandInterpretation.exchange(Map<net.sf.tweety.logics.commons.syntax.interfaces.Term<?>,net.sf.tweety.logics.commons.syntax.interfaces.Term<?>> mapping)
For every mapping t1 -> t2, this method substitutes every
occurrence of "t1" by "t2" and vice versa and returns the new interpretation
|
ModalHerbrandInterpretation |
ModalHerbrandInterpretation.exchange(net.sf.tweety.logics.commons.syntax.interfaces.Term<?> t1,
net.sf.tweety.logics.commons.syntax.interfaces.Term<?> t2)
Substitutes every occurrence of "t1" by "t2" and vice versa and returns the
new interpretation.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ModalHerbrandInterpretation> |
ModalHerbrandBase.getAllHerbrandInterpretations()
Computes all possible Herbrand interpretations of this Herbrand
base, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ModalHerbrandInterpretation.isSyntacticallyEquivalent(ModalHerbrandInterpretation other,
Collection<? extends Collection<? extends net.sf.tweety.logics.commons.syntax.Constant>> equivalenceClasses)
Checks whether this interpretation is syntactically equivalent to the given
interpretation and the given equivalence classes, i.e.
|
Copyright © 2019. All rights reserved.