Class BinaryTester

  • All Implemented Interfaces:
    Tester

    public abstract class BinaryTester
    extends java.lang.Object
    implements Tester

    Title: Binary Test

    Description: A test between two literals

    Copyright: Copyright (c) 2007

    Company: Clark & Parsia, LLC.

    Author:
    Ron Alford
    • Constructor Summary

      Constructors 
      Constructor Description
      BinaryTester()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean test​(Literal[] args)  
      • Methods inherited from class java.lang.Object

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

      • BinaryTester

        public BinaryTester()
    • Method Detail

      • test

        public boolean test​(Literal[] args)
        Specified by:
        test in interface Tester