| Package | Description |
|---|---|
| net.sf.tweety.commons | |
| net.sf.tweety.commons.analysis |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InterpretationIterator<T extends Interpretation>
An iterator over interpretations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInterpretation
An abstract interpretation for some logical language.
|
class |
InterpretationSet<T extends Formula>
This class models an interpretation that is a set of some formula and as such implements the
java.util.Collection interface.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Interpretation |
EntailmentRelation.getWitness(Collection<T> formulas)
If the collection of formulas is consistent this method
returns some model of it or, if it is inconsistent, null.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DrasticDistance<T extends Interpretation,S extends Formula>
This class models the drastic distance measure between interpretations,
see [Grant, Hunter.
|
interface |
InterpretationDistance<T extends Interpretation,S extends Formula>
Classes implementing this interface represent distance functions
between two interpretations.
|
Copyright © 2018. All rights reserved.