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.4 $ on $Date: 2003/08/27 13:09:18 $
- Author:
- Dave Reynolds
Method Summary |
boolean |
sameAs(java.lang.Object o)
Compare clause entries, taking into account variable indices.
|
sameAs
public boolean sameAs(java.lang.Object o)
- Compare clause entries, taking into account variable indices.
The equality function ignores differences between variables.
Copyright © 2000-2003 Hewlett-Packard. All Rights Reserved.