com.clarkparsia.pellet.rules.builtins
Class BinaryTester

java.lang.Object
  extended by com.clarkparsia.pellet.rules.builtins.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
BinaryTester()
           
 
Method Summary
 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


Copyright © 2004 Evren Sirin. All Rights Reserved.