Package org.apache.jena.reasoner.rulesys
Interface ClauseEntry
-
- All Known Implementing Classes:
Functor
,MutableTriplePattern
,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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
sameAs(java.lang.Object o)
Compare clause entries, taking into account variable indices.
-