Interface ModelProvider<S extends Formula,​B extends BeliefBase,​T extends Interpretation<B,​S>>

    • Method Summary

      Modifier and Type Method Description
      T getModel​(B bbase)
      Returns a single (dedicated) model of the given belief base.
      java.util.Collection<T> getModels​(B bbase)
      Returns a characterizing model of the given belief base
    • Method Detail

      • getModels

        java.util.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
      • getModel

        T getModel​(B bbase)
        Returns a single (dedicated) model of the given belief base. If the implemented method allows for more than one dedicated model, the selection may be non-deterministic.
        Parameters:
        bbase - some belief base
        Returns:
        a selected model of the belief base.