Class SimpleSafSampler

    • Field Summary

      • Fields inherited from class net.sf.tweety.commons.BeliefSetSampler

        DEFAULT_MAXIMUM_BELIEFBASE_LENGTH, DEFAULT_MINIMUM_BELIEFBASE_LENGTH
    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleSafSampler​(net.sf.tweety.commons.Signature signature)
      Creates a new SimpleSafSampler for the given signature.
      SimpleSafSampler​(net.sf.tweety.commons.Signature signature, int minLength, int maxLength)
      Creates a new SimpleSafSampler for the given signature.
    • Constructor Detail

      • SimpleSafSampler

        public SimpleSafSampler​(net.sf.tweety.commons.Signature signature)
        Creates a new SimpleSafSampler for the given signature.
        Parameters:
        signature - a signature.
      • SimpleSafSampler

        public SimpleSafSampler​(net.sf.tweety.commons.Signature signature,
                                int minLength,
                                int maxLength)
        Creates a new SimpleSafSampler for the given signature.
        Parameters:
        signature - a signature.
        minLength - the minimum length of knowledge bases
        maxLength - the maximum length of knowledge bases