Interface RETESourceNode

All Superinterfaces:
RETENode
All Known Implementing Classes:
RETEClauseFilter, RETEQueue

public interface RETESourceNode extends RETENode
Interface for all non-terminal nodes in the network.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Set the continuation node for this node.

    Methods inherited from interface org.apache.jena.reasoner.rulesys.impl.RETENode

    clone
  • Method Details

    • setContinuation

      void setContinuation(RETESinkNode continuation)
      Set the continuation node for this node.