com.hp.hpl.jena.reasoner.rulesys
Interface ClauseEntry

All Known Implementing Classes:
Functor, Rule, TriplePattern

public interface ClauseEntry

Common interface for all objects that can go into rules. Strictly these should probably be called terms rather than clause entries.

Version:
$Revision: 1.1 $ on $Date: 2009-06-29 08:55:38 $
Author:
Dave Reynolds

Method Summary
 boolean sameAs(Object o)
          Compare clause entries, taking into account variable indices.
 

Method Detail

sameAs

boolean sameAs(Object o)
Compare clause entries, taking into account variable indices. The equality function ignores differences between variables.



Licenced under the Apache License, Version 2.0