Class ConfQNone

  • All Implemented Interfaces:
    ConfQuery, Confidence

    public final class ConfQNone
    extends ConfNone
    implements ConfQuery
    Extends the ConfNone class to provide means to configure a NetricsQuery.
    • Constructor Summary

      Constructors 
      Constructor Description
      ConfQNone()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void useInQuery​(com.netrics.likeit.NetricsQuery query)
      Configures the given query to use no confidence measure.
      • Methods inherited from class java.lang.Object

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

      • ConfQNone

        public ConfQNone()
    • Method Detail

      • useInQuery

        public void useInQuery​(com.netrics.likeit.NetricsQuery query)
                        throws com.netrics.likeit.NetricsException
        Configures the given query to use no confidence measure.
        Specified by:
        useInQuery in interface ConfQuery
        Parameters:
        query - - the RLink query to be set up. Not null.
        Throws:
        com.netrics.likeit.NetricsException - if query is not an RLink query.