| Package | Description |
|---|---|
| net.sf.tweety.commons | |
| net.sf.tweety.commons.analysis |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InterpretationIterator<S extends Formula,B extends BeliefBase,T extends Interpretation<B,S>>
An iterator over interpretations.
|
interface |
ModelProvider<S extends Formula,B extends BeliefBase,T extends Interpretation<B,S>>
Instances of this interface model reasoner that determine the (selected) models
for a given set of formulas.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInterpretation<B extends BeliefBase,S extends Formula>
An abstract interpretation for some logical language.
|
class |
InterpretationSet<T extends Formula,B extends BeliefBase,S 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 | Class and Description |
|---|---|
class |
DrasticDistance<T extends Interpretation<B,S>,B extends BeliefBase,S extends Formula>
This class models the drastic distance measure between interpretations,
see [Grant, Hunter.
|
interface |
InterpretationDistance<T extends Interpretation<B,S>,B extends BeliefBase,S extends Formula>
Classes implementing this interface represent distance functions
between two interpretations.
|
Copyright © 2019. All rights reserved.