Package net.sf.tweety.commons
Interface ModelProvider<S extends Formula,B extends BeliefBase,T extends Interpretation<B,S>>
-
- Type Parameters:
S- the type of formulasB- the type of belief basesT- the type of interpretations
public interface ModelProvider<S extends Formula,B extends BeliefBase,T extends Interpretation<B,S>>Instances of this interface model reasoners that determine the (selected) models for a given set of formulas.- Author:
- Matthias Thimm
-
-
Method Detail
-
getModels
Collection<T> getModels(B bbase)
Returns a characterizing model of the given belief base- Parameters:
bbase- some belief base- Returns:
- the (selected) models of the belief base
-
-