isSatisfiedBy

fun isSatisfiedBy(confidence: Double, authority: AuthorityTier): Boolean

Does an assertion with this confidence and source authority clear the floor?

A null bound on either dimension passes that dimension. Authority clears when it is at least as strong as minAuthority, i.e. its ordinal is less than or equal to the floor's.