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

    Modifier and Type
    Method
    Description
    boolean
    Compare clause entries, taking into account variable indices.
  • Method Details

    • sameAs

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