Class BlockingFactory


  • public class BlockingFactory
    extends java.lang.Object
    Factory to choose the most-efficient blocking _strategy for a given expressivity.
    Author:
    Evren Sirin
    • Constructor Summary

      Constructors 
      Constructor Description
      BlockingFactory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Blocking createBlocking​(Expressivity expr)
      Returns the most-efficient blocking _strategy for a given expressivity.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BlockingFactory

        public BlockingFactory()
    • Method Detail

      • createBlocking

        public static Blocking createBlocking​(Expressivity expr)
        Returns the most-efficient blocking _strategy for a given expressivity.
        Parameters:
        expr - expressivity of the kb for which the blocking will be used
        Returns:
        a blocking _strategy